<!DOCTYPE html>
<html lang="en-US">
<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-W5DXHZ8');</script>
    <!-- End Google Tag Manager -->
        <meta property="fb:app_id" content="1946293552070104" />
<meta property="og:title" content="Algeria visits KU athletic facilities amid World Cup preparation"/>
<meta name='__sync_tenantId' content='on_ljw'>
<meta property="og:type"   content="website" />
<meta property="og:image" content="https://s3.amazonaws.com/ogden_images/www.ljworld.com/images/2018/06/05102645/fb.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:url" content="http://www2.ljworld.com/"/>
<meta property="og:site_name" content="LJWorld.com"/>
<meta property="og:description" content="Of all the potential uses of the “polar bear in Arlington, Texas” reaction image — which has become a common incredulous online response to any situation in which one person or element seems dramatically out of place — there may never have been one as apt as in reply to the social media video that [&#8230;]"/>
<meta name="twitter:site" content="@ljworld">
<meta name="twitter:title" content="Algeria visits KU athletic facilities amid World Cup preparation"/>
<meta name="twitter:description" content="Of all the potential uses of the “polar bear in Arlington, Texas” reaction image — which has become a common incredulous online response to any situation in which one person or element seems dramatically out of place — there may never have been one as apt as in reply to the social media video that [&#8230;]"/>
<meta name="twitter:image" content="https://s3.amazonaws.com/ogden_images/www.ljworld.com/images/2018/06/05102645/fb.jpg">
<meta name="twitter:card" content="summary_large_image">
<!-- END FACEBOOK AND TWITTER META DATA --->

    <script type="application/ld+json">
        {
            "@context": "https://schema.org",
            "@type": "NewsArticle",
            "mainEntityOfPage": {
                "@type": "WebPage",
                "@id": "https://www2.ljworld.com/sports/professional-sports/2026/jun/12/algeria-visits-ku-athletic-facilities-amid-world-cup-preparation/"
            },
            "headline": "Algeria visits KU athletic facilities amid World Cup preparation",
            "image": [
                "https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/11212526/Algeria_FIFA_Community_Training_Session_06112026_4-1100x733.jpg"
            ],
            "datePublished": "2026-06-12",
            "dateModified": "2026-06-12",
            "publisher": {
                "@type": "NewsMediaOrganization",
                "name": "Lawrence Journal-World: news, information, headlines and events in Lawrence, Kansas",
                "logo": {
                    "@type": "ImageObject",
                    "url": "https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/website_logo.png"
                }
            }
        }
    </script>

	
	<!--- cache-control added from directives page --->

<script>console.log( 'SCRIPT_URI  -/rss/weblog_entries/marketplace-blog/' );</script><script>console.log( 'CacheDirectiveFound: DEFAULT_BEHAVIOR  -60 seconds applied...' );</script>
	<meta charset="UTF-8">
	<link rel="shortcut icon" href="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/favicon.ico" />
	<link rel="stylesheet" href="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/css/print.css" media="print" type="text/css" />
    <script src ="https://cdn01.basis.net/assets/up.js?um=1"></script>
    <script type="text/javascript">
        cntrUpTag.track('cntrData', '6fae6b69d349c48f');
    </script>
		
	<title> News, Sports, Jobs - Lawrence Journal-World: news, information, headlines and events in Lawrence, Kansas</title>

	
	<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' />
	<link rel="pingback" href="https://www2.ljworld.com/xmlrpc.php">
	<link rel="stylesheet" href="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/css/minified_layout_v3.css?v=35" media="all" type="text/css" />
	<!--
	    Commented out on 7/16/19
        <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300' rel='stylesheet' type='text/css'>
        <link href='https://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
        <link href='https://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
	-->
	<!--[if lt IE 9]>
	<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif] -->

	   
	    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

	<!--<script>
		function fbShare(url, title, descr, image, winWidth, winHeight) {
			var winTop = (screen.height / 2) - (winHeight / 2);
			var winLeft = (screen.width / 2) - (winWidth / 2);
			window.open('http://www.facebook.com/sharer.php?s=100&p[title]=' + title + '&p[summary]=' + descr + '&p[url]=' + url + '&p[images][0]=' + image, 'sharer', 'top=' + winTop + ',left=' + winLeft + ',toolbar=0,status=0,width=' + winWidth + ',height=' + winHeight);
		}
	</script> -->
    <script language="javascript">
        if (location.protocol !== 'https:') {
            //if ( window.location.href.indexOf("/feed/") == -1 && window.location.href.indexOf("/feeds/") == -1 ) {
            redir = location.href.replace("http://", "https://");
            location.href = redir;
            //}
        }
    </script>	<script>
		$(function(){	$('.popup').click(function(event) {	var width  = 575,	height = 400,	left   = ($(window).width()  - width)  / 2,	top    = ($(window).height() - height) / 2,	url    = $(this).attr('href'),	opts   = 'status=1' +	',width='  + width  +	',height=' + height +	',top='    + top    +	',left='   + left;	window.open(url, 'twitter', opts);	 	return false;	 });	});
	</script>
	






    <script src="https://oweb.s3.amazonaws.com/lazysizes.min.js"></script>
    <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);
        })();
    </script>

    
    <script type='text/javascript'>
        googletag.cmd.push(function() {
            googletag.pubads().setTargeting('SiteID','LJLK'); 		/* Define in Functions */
            googletag.pubads().setTargeting('MSection','homepage'); 	/* top lvl parent */
            googletag.pubads().setTargeting('SubSection','homepage'); 	/* top lvl parent */
                    });
    </script>

	
	<script type='text/javascript'>
		/* SUBSECTION code for BEST OF promos */
		if ( 0 == 1 ) {
	
			var google_msection = 'homepage';
	
	
			console.log("MSection = " + google_msection);
	
	
			var google_subsection = window.location.hash.replace('#/gallery?group=', '').replace('#/gallery/?group=', '');
	
			if ( google_subsection == "//" || google_subsection == "#//" ) {
				google_subsection = "";
			}
			console.log("SubSection = " + google_subsection);
			window.onhashchange = function() {
				console.log("URL has changed");
				console.log("SubSection = " + window.location.hash.replace('#/gallery?group=', '').replace('#/gallery/?group=', ''));
				
				googletag.cmd.push(function() {
						googletag.pubads().setTargeting('SubSection', window.location.hash.replace('#/gallery?group=', '').replace('#/gallery/?group=', ''));
					});
				googletag.pubads().refresh();
			}
	
			
			googletag.cmd.push(function() {
				googletag.pubads().setTargeting('SiteID','LJLK');
				googletag.pubads().setTargeting('MSection', google_msection);
				googletag.pubads().setTargeting('SubSection', google_subsection);
			});
		}
	</script>
	
	
    <script type='text/javascript'>
        googletag.cmd.push(function() {
            var TopLeaderboard = googletag.sizeMapping().
            addSize([755, 200], [728, 90]).
            addSize([0, 0], [320, 100]).
            build();

            var Leaderboard = googletag.sizeMapping().
            addSize([1130, 200], [728, 90]).
            addSize([0, 0], [320, 100]).
            build();


            var BottomLeaderboard = googletag.sizeMapping().
            addSize([740, 200], [728, 90]).
            addSize([0, 0], [320, 100]).
            build();

            var SkyScraper = googletag.sizeMapping().
            addSize([1406, 200], [160, 600]).
            addSize([1335, 200], [120, 600]).
            addSize([0, 0], []).
            build();

            var HalfPage = googletag.sizeMapping().
            addSize([740, 200], [300, 600]).
            addSize([0, 0], [300, 250]).
            build();

            var Pencil = googletag.sizeMapping().
            addSize([960, 200], [960, 250]).
            addSize([0, 0], []).
            build();

            /* for pencil ad */
			            /* for pencil ad */


            window.LJLK_Top_728x90 = googletag.defineSlot('/1032081/LJLK_Top_728x90', [728, 90], 'LJLK_Top_728x90').
            defineSizeMapping(TopLeaderboard).
            addService(googletag.pubads());

            window.LJLK_Middle_728x90 = googletag.defineSlot('/1032081/LJLK_Middle_728x90', [728, 90], 'LJLK_Middle_728x90').
            defineSizeMapping(Leaderboard).
            addService(googletag.pubads());

            window.LJLK_Left_160x600 = googletag.defineSlot('/1032081/LJLK_Left_160x600', [160, 600], 'LJLK_Left_160x600').
            defineSizeMapping(SkyScraper).
            addService(googletag.pubads());

            window.LJLK_Right_300x600 = googletag.defineSlot('/1032081/LJLK_Right_300x600', [300, 600], 'LJLK_Right_300x600').
            defineSizeMapping(HalfPage).
            addService(googletag.pubads());



            window.LJLK_Bottom_728x90 = googletag.defineSlot('/1032081/LJLK_Bottom_728x90', [728, 90], 'LJLK_Bottom_728x90').addService(googletag.pubads()).
            defineSizeMapping(BottomLeaderboard).
            addService(googletag.pubads());

            window.LJLK_Middle_300x250 = googletag.defineSlot('/1032081/LJLK_Middle_300x250', [300, 250], 'LJLK_Middle_300x250').addService(googletag.pubads());
            window.LJLK_Middle2_300x250 = googletag.defineSlot('/1032081/LJLK_Middle2_300x250', [300, 250], 'LJLK_Middle2_300x250').addService(googletag.pubads());
            window.LJLK_Middle3_300x250 = googletag.defineSlot('/1032081/LJLK_Middle3_300x250', [300, 250], 'LJLK_Middle3_300x250').addService(googletag.pubads());
            window.LJLK_Middle4_300x250 =  googletag.defineSlot('/1032081/LJLK_Middle4_300x250', [300, 250], 'LJLK_Middle4_300x250').addService(googletag.pubads());


                        window.LJLK_Video_300x250 = googletag.defineSlot('/1032081/LJLK_Video_300x250', [300, 250], 'LJLK_Video_300x250').addService(googletag.pubads());
            window.CMSv2_Marketplace_300x250 = googletag.defineSlot('/1032081/CMSv2_Marketplace_300x250', [300, 250], 'CMSv2_Marketplace_300x250').addService(googletag.pubads());
                                    /* funeral home */
                        googletag.pubads().enableSingleRequest();
            googletag.enableServices();
        });

        /* script to load ads as they scroll into view
        document.addEventListener('lazybeforeunveil', function(e){
            var ad_slot = e.target.getAttribute('data-ad-slot');
            if(ad_slot){
                googletag.cmd.push(function () {
                    googletag.pubads().refresh([ window[ad_slot] ]);
                });
            }
        });*/

        /* CODE FOR PENCIL AD */

        function hidePencilIframe(dfpIframeID) {
            document.getElementById(dfpIframeID).style.display = 'none';
        }
        function pencilExpandBanner(creativeWidth, bigCreativeHeight, dfpIframeID) {
            document.getElementById(dfpIframeID).width = creativeWidth;
            document.getElementById(dfpIframeID).height = bigCreativeHeight;
        }
        function pencilCloseBanner(creativeWidth, smallCreativeHeight, dfpIframeID) {
            document.getElementById(dfpIframeID).width = creativeWidth;
            document.getElementById(dfpIframeID).height = smallCreativeHeight;
        }
        function pencilStartTimerFromIframe(creativeWidth, smallCreativeHeight, bigCreativeHeight, positionName) {
            var dfpIframeID = "google_ads_iframe_/1032081/" + positionName + "_0";
            pencilExpandBanner(creativeWidth, bigCreativeHeight, dfpIframeID);
        }
        function pencilStopTimerFromIframe(creativeWidth, smallCreativeHeight, bigCreativeHeight, positionName) {
            var dfpIframeID = "google_ads_iframe_/1032081/" + positionName + "_0";
            pencilCloseBanner(creativeWidth, smallCreativeHeight, dfpIframeID);
        }

        /* END CODE FOR PENCIL */

    </script>


<script>(function(){/*

 Copyright The Closure Library Authors.
 SPDX-License-Identifier: Apache-2.0
*/
'use strict';var g=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}},l=this||self,m=/^[\w+/_-]+[=]{0,2}$/,p=null,q=function(){},r=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";
if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==b&&"undefined"==typeof a.call)return"object";return b},u=function(a,b){function c(){}c.prototype=b.prototype;a.prototype=new c;a.prototype.constructor=a};var v=function(a,b){Object.defineProperty(l,a,{configurable:!1,get:function(){return b},set:q})};var y=function(a,b){this.b=a===w&&b||"";this.a=x},x={},w={};var aa=function(a,b){a.src=b instanceof y&&b.constructor===y&&b.a===x?b.b:"type_error:TrustedResourceUrl";if(null===p)b:{b=l.document;if((b=b.querySelector&&b.querySelector("script[nonce]"))&&(b=b.nonce||b.getAttribute("nonce"))&&m.test(b)){p=b;break b}p=""}b=p;b&&a.setAttribute("nonce",b)};var z=function(){return Math.floor(2147483648*Math.random()).toString(36)+Math.abs(Math.floor(2147483648*Math.random())^+new Date).toString(36)};var A=function(a,b){b=String(b);"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return a.createElement(b)},B=function(a){this.a=a||l.document||document};B.prototype.appendChild=function(a,b){a.appendChild(b)};var C=function(a,b,c,d,e,f){try{var k=a.a,h=A(a.a,"SCRIPT");h.async=!0;aa(h,b);k.head.appendChild(h);h.addEventListener("load",function(){e();d&&k.head.removeChild(h)});h.addEventListener("error",function(){0<c?C(a,b,c-1,d,e,f):(d&&k.head.removeChild(h),f())})}catch(n){f()}};var ba=l.atob("aHR0cHM6Ly93d3cuZ3N0YXRpYy5jb20vaW1hZ2VzL2ljb25zL21hdGVyaWFsL3N5c3RlbS8xeC93YXJuaW5nX2FtYmVyXzI0ZHAucG5n"),ca=l.atob("WW91IGFyZSBzZWVpbmcgdGhpcyBtZXNzYWdlIGJlY2F1c2UgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlIGlzIGludGVyZmVyaW5nIHdpdGggdGhpcyBwYWdlLg=="),da=l.atob("RGlzYWJsZSBhbnkgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlLCB0aGVuIHJlbG9hZCB0aGlzIHBhZ2Uu"),ea=function(a,b,c){this.b=a;this.f=new B(this.b);this.a=null;this.c=[];this.g=!1;this.i=b;this.h=c},F=function(a){if(a.b.body&&!a.g){var b=
function(){D(a);l.setTimeout(function(){return E(a,3)},50)};C(a.f,a.i,2,!0,function(){l[a.h]||b()},b);a.g=!0}},D=function(a){for(var b=G(1,5),c=0;c<b;c++){var d=H(a);a.b.body.appendChild(d);a.c.push(d)}b=H(a);b.style.bottom="0";b.style.left="0";b.style.position="fixed";b.style.width=G(100,110).toString()+"%";b.style.zIndex=G(2147483544,2147483644).toString();b.style["background-color"]=I(249,259,242,252,219,229);b.style["box-shadow"]="0 0 12px #888";b.style.color=I(0,10,0,10,0,10);b.style.display=
"flex";b.style["justify-content"]="center";b.style["font-family"]="Roboto, Arial";c=H(a);c.style.width=G(80,85).toString()+"%";c.style.maxWidth=G(750,775).toString()+"px";c.style.margin="24px";c.style.display="flex";c.style["align-items"]="flex-start";c.style["justify-content"]="center";d=A(a.f.a,"IMG");d.className=z();d.src=ba;d.style.height="24px";d.style.width="24px";d.style["padding-right"]="16px";var e=H(a),f=H(a);f.style["font-weight"]="bold";f.textContent=ca;var k=H(a);k.textContent=da;J(a,
e,f);J(a,e,k);J(a,c,d);J(a,c,e);J(a,b,c);a.a=b;a.b.body.appendChild(a.a);b=G(1,5);for(c=0;c<b;c++)d=H(a),a.b.body.appendChild(d),a.c.push(d)},J=function(a,b,c){for(var d=G(1,5),e=0;e<d;e++){var f=H(a);b.appendChild(f)}b.appendChild(c);c=G(1,5);for(d=0;d<c;d++)e=H(a),b.appendChild(e)},G=function(a,b){return Math.floor(a+Math.random()*(b-a))},I=function(a,b,c,d,e,f){return"rgb("+G(Math.max(a,0),Math.min(b,255)).toString()+","+G(Math.max(c,0),Math.min(d,255)).toString()+","+G(Math.max(e,0),Math.min(f,
255)).toString()+")"},H=function(a){a=A(a.f.a,"DIV");a.className=z();return a},E=function(a,b){0>=b||null!=a.a&&0!=a.a.offsetHeight&&0!=a.a.offsetWidth||(fa(a),D(a),l.setTimeout(function(){return E(a,b-1)},50))},fa=function(a){var b=a.c;var c="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];b=c?c.call(b):{next:g(b)};for(c=b.next();!c.done;c=b.next())(c=c.value)&&c.parentNode&&c.parentNode.removeChild(c);a.c=[];(b=a.a)&&b.parentNode&&b.parentNode.removeChild(b);a.a=null};var ia=function(a,b,c,d,e){var f=ha(c),k=function(n){n.appendChild(f);l.setTimeout(function(){f?(0!==f.offsetHeight&&0!==f.offsetWidth?b():a(),f.parentNode&&f.parentNode.removeChild(f)):a()},d)},h=function(n){document.body?k(document.body):0<n?l.setTimeout(function(){h(n-1)},e):b()};h(3)},ha=function(a){var b=document.createElement("div");b.className=a;b.style.width="1px";b.style.height="1px";b.style.position="absolute";b.style.left="-10000px";b.style.top="-10000px";b.style.zIndex="-10000";return b};var K={},L=null;var M=function(){},N="function"==typeof Uint8Array,O=function(a,b){a.b=null;b||(b=[]);a.j=void 0;a.f=-1;a.a=b;a:{if(b=a.a.length){--b;var c=a.a[b];if(!(null===c||"object"!=typeof c||Array.isArray(c)||N&&c instanceof Uint8Array)){a.g=b-a.f;a.c=c;break a}}a.g=Number.MAX_VALUE}a.i={}},P=[],Q=function(a,b){if(b<a.g){b+=a.f;var c=a.a[b];return c===P?a.a[b]=[]:c}if(a.c)return c=a.c[b],c===P?a.c[b]=[]:c},R=function(a,b,c){a.b||(a.b={});if(!a.b[c]){var d=Q(a,c);d&&(a.b[c]=new b(d))}return a.b[c]};
M.prototype.h=N?function(){var a=Uint8Array.prototype.toJSON;Uint8Array.prototype.toJSON=function(){var b;void 0===b&&(b=0);if(!L){L={};for(var c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),d=["+/=","+/","-_=","-_.","-_"],e=0;5>e;e++){var f=c.concat(d[e].split(""));K[e]=f;for(var k=0;k<f.length;k++){var h=f[k];void 0===L[h]&&(L[h]=k)}}}b=K[b];c=[];for(d=0;d<this.length;d+=3){var n=this[d],t=(e=d+1<this.length)?this[d+1]:0;h=(f=d+2<this.length)?this[d+2]:0;k=n>>2;n=(n&
3)<<4|t>>4;t=(t&15)<<2|h>>6;h&=63;f||(h=64,e||(t=64));c.push(b[k],b[n],b[t]||"",b[h]||"")}return c.join("")};try{return JSON.stringify(this.a&&this.a,S)}finally{Uint8Array.prototype.toJSON=a}}:function(){return JSON.stringify(this.a&&this.a,S)};var S=function(a,b){return"number"!==typeof b||!isNaN(b)&&Infinity!==b&&-Infinity!==b?b:String(b)};M.prototype.toString=function(){return this.a.toString()};var T=function(a){O(this,a)};u(T,M);var U=function(a){O(this,a)};u(U,M);var ja=function(a,b){this.c=new B(a);var c=R(b,T,5);c=new y(w,Q(c,4)||"");this.b=new ea(a,c,Q(b,4));this.a=b},ka=function(a,b,c,d){b=new T(b?JSON.parse(b):null);b=new y(w,Q(b,4)||"");C(a.c,b,3,!1,c,function(){ia(function(){F(a.b);d(!1)},function(){d(!0)},Q(a.a,2),Q(a.a,3),Q(a.a,1))})};var la=function(a,b){V(a,"internal_api_load_with_sb",function(c,d,e){ka(b,c,d,e)});V(a,"internal_api_sb",function(){F(b.b)})},V=function(a,b,c){a=l.btoa(a+b);v(a,c)},W=function(a,b,c){for(var d=[],e=2;e<arguments.length;++e)d[e-2]=arguments[e];e=l.btoa(a+b);e=l[e];if("function"==r(e))e.apply(null,d);else throw Error("API not exported.");};var X=function(a){O(this,a)};u(X,M);var Y=function(a){this.h=window;this.a=a;this.b=Q(this.a,1);this.f=R(this.a,T,2);this.g=R(this.a,U,3);this.c=!1};Y.prototype.start=function(){ma();var a=new ja(this.h.document,this.g);la(this.b,a);na(this)};
var ma=function(){var a=function(){if(!l.frames.googlefcPresent)if(document.body){var b=document.createElement("iframe");b.style.display="none";b.style.width="0px";b.style.height="0px";b.style.border="none";b.style.zIndex="-1000";b.style.left="-1000px";b.style.top="-1000px";b.name="googlefcPresent";document.body.appendChild(b)}else l.setTimeout(a,5)};a()},na=function(a){var b=Date.now();W(a.b,"internal_api_load_with_sb",a.f.h(),function(){var c;var d=a.b,e=l[l.btoa(d+"loader_js")];if(e){e=l.atob(e);
e=parseInt(e,10);d=l.btoa(d+"loader_js").split(".");var f=l;d[0]in f||"undefined"==typeof f.execScript||f.execScript("var "+d[0]);for(;d.length&&(c=d.shift());)d.length?f[c]&&f[c]!==Object.prototype[c]?f=f[c]:f=f[c]={}:f[c]=null;c=Math.abs(b-e);c=1728E5>c?0:c}else c=-1;0!=c&&(W(a.b,"internal_api_sb"),Z(a,Q(a.a,6)))},function(c){Z(a,c?Q(a.a,4):Q(a.a,5))})},Z=function(a,b){a.c||(a.c=!0,a=new l.XMLHttpRequest,a.open("GET",b,!0),a.send())};(function(a,b){l[a]=function(c){for(var d=[],e=0;e<arguments.length;++e)d[e-0]=arguments[e];l[a]=q;b.apply(null,d)}})("__d3lUW8vwsKlB__",function(a){"function"==typeof window.atob&&(a=window.atob(a),a=new X(a?JSON.parse(a):null),(new Y(a)).start())});}).call(this);

window.__d3lUW8vwsKlB__("WyJiMTgyODQzNTJmNTk4OGUwIixbbnVsbCxudWxsLG51bGwsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2YvQUdTS1d4WG5TMWg2cU04YWdDR3F3QUFLdkZrbHlhZS1kR2VQOUF1aHQ3QVZZMFZqNTd1bFZaTTNEa2NKVWhoWmVmc203V3JLZ2N4TXNEdzNfMVQzWE9BS0gya1x1MDAzZCJdCixbMjAsImRpdi1ncHQtYWQiLDEwMCwiWWpFNE1qZzBNelV5WmpVNU9EaGxNQVx1MDAzZFx1MDAzZCIsW251bGwsbnVsbCxudWxsLCJodHRwczovL3d3dy5nc3RhdGljLmNvbS8wZW1uL2YvcC9iMTgyODQzNTJmNTk4OGUwLmpzP3VzcXBcdTAwM2RDQWMiXQpdCiwiaHR0cHM6Ly9mdW5kaW5nY2hvaWNlc21lc3NhZ2VzLmdvb2dsZS5jb20vbC9BR1NLV3hYNUI5LVlObTZ5aWloMC1DVTJWU3A4dDN1SVMwOTRUalY0S1FERHQ5MnFzdGluclNQekIyNG10QzQ3dlUwU2EzRGVYUTdFeDMyZWtyVEkxRm5CP2FiXHUwMDNkMSIsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2wvQUdTS1d4WGQ3S2xObF9QRkZlbWd2WlY5UlJXVm45TGlRMjFnSG42YW1DaGQ1V05tZGRReEJQa3V5NS1mTVBscFpYZnZydUpPLTY3N3N5TlhFN0RLdUU0Vz9hYlx1MDAzZDJcdTAwMjZzYmZcdTAwM2QxIiwiaHR0cHM6Ly9mdW5kaW5nY2hvaWNlc21lc3NhZ2VzLmdvb2dsZS5jb20vbC9BR1NLV3hVcUZTUEJtZlAxRG0wVGVtd3pXYzJ0MDFDWHlPZUpXYTJFME9aUU5xSzlwYjViYlVVaVRYQkRSNXNSc3V6RWktU2NKQ1RmVnR5VDJZQnQ5endFP3NiZlx1MDAzZDIiXQo=");</script>




    <!--	<script>
              var _now = Date.now || function() { return new Date().getTime(); };
              var _debounce = function(func, wait, immediate) {
                  var timeout;
                  return function() {
                        var context = this, args = arguments;
                        var later = function() {
                            timeout = null;
                            if (!immediate) func.apply(context, args);
                        };
                        var callNow = immediate && !timeout;
                        clearTimeout(timeout);
                        timeout = setTimeout(later, wait);
                        if (callNow) func.apply(context, args);
                  };
              };

              window.addEventListener("resize", _debounce(function() {
                    console.log ("Doing refresh");
                    googletag.pubads().refresh([window.slot1,window.slot2,window.slot3,window.slot4,window.slot5]);
                }, 200)
              );
        </script> -->
	<script type="text/javascript">
        window._taboola = window._taboola || [];
        _taboola.push({article:'auto'});
        !function (e, f, u, i) {
            if (!document.getElementById(i)){
                e.async = 1;
                e.src = u;
                e.id = i;
                f.parentNode.insertBefore(e, f);
            }
        }(document.createElement('script'),
            document.getElementsByTagName('script')[0],
            '//cdn.taboola.com/libtrc/theworldcompany-ljworld/loader.js',
            'tb_loader_script');
        if(window.performance && typeof window.performance.mark == 'function')
        {window.performance.mark('tbl_ic');}
	</script>
	<style type="text/css">
.ui-menu .ui-menu-item { font-size: 14px; background: #FFFFFF; color: #333333; font-weight: normal; text-shadow: 0; border: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; white-space: nowrap; }
.ui-menu .ui-menu-item.ui-state-focus, .ui-menu .ui-menu-item.ui-state-hover, .ui-menu .ui-menu-item.ui-state-active { font-size: 14px; background: #EFEFEF; color: #333333; margin: 0; text-shadow: 0; border: 0; }
.acs_suggesting { background: url(https://www2.ljworld.com/wp-content/plugins/cloud-search/images/loading.gif) no-repeat 98% 50% !important; }
</style>
<meta name='robots' content='max-image-preview:large' />
		<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
				<meta name="description" content="News, Sports, Jobs - Lawrence Journal-World: news, information, headlines and events in Lawrence, Kansas" />
			<meta name="keywords" content="Lawrence Journal-World: news, information, headlines and events in Lawrence, Kansas" />
		<link rel='stylesheet' id='wp-block-library-css' href='https://www2.ljworld.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.9' type='text/css' media='all' />
<link rel='stylesheet' id='classic-theme-styles-css' href='https://www2.ljworld.com/wp-includes/css/classic-themes.min.css?ver=6.2.9' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='categories-images-styles-css' href='https://www2.ljworld.com/wp-content/plugins/categories-images/assets/css/zci-styles.css?ver=3.3.3' type='text/css' media='all' />
<link rel='stylesheet' id='acs_style_suggest-css' href='https://www2.ljworld.com/wp-content/plugins/cloud-search/css/dist/cloud-search-suggest.min.css?ver=3.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='hamburger.css-css' href='https://www2.ljworld.com/wp-content/plugins/wp-responsive-menu/assets/css/wpr-hamburger.css?ver=3.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='wprmenu.css-css' href='https://www2.ljworld.com/wp-content/plugins/wp-responsive-menu/assets/css/wprmenu.css?ver=3.2.1' type='text/css' media='all' />
<style id='wprmenu.css-inline-css' type='text/css'>
@media only screen and ( max-width: 8400px ) {html body div.wprm-wrapper {overflow: scroll;}#wprmenu_bar {background-image: url();background-size: cover ;background-repeat: repeat;}#wprmenu_bar {background-color: #f2f2f2;}html body div#mg-wprm-wrap .wpr_submit .icon.icon-search {color: #FFFFFF;}#wprmenu_bar .menu_title,#wprmenu_bar .wprmenu_icon_menu,#wprmenu_bar .menu_title a {color: #5b5b5b;}#wprmenu_bar .menu_title a {font-size: 20px;font-weight: normal;}#mg-wprm-wrap li.menu-item a {font-size: 15px;text-transform: uppercase;font-weight: normal;}#mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {font-size: 15px;text-transform: uppercase;font-weight: normal;}#mg-wprm-wrap li.current-menu-item > a {background: ;}#mg-wprm-wrap li.current-menu-item > a,#mg-wprm-wrap li.current-menu-item span.wprmenu_icon{color: #FFFFFF !important;}#mg-wprm-wrap {background-color: #f7f7f7;}.cbp-spmenu-push-toright,.cbp-spmenu-push-toright .mm-slideout {left: 80% ;}.cbp-spmenu-push-toleft {left: -80% ;}#mg-wprm-wrap.cbp-spmenu-right,#mg-wprm-wrap.cbp-spmenu-left,#mg-wprm-wrap.cbp-spmenu-right.custom,#mg-wprm-wrap.cbp-spmenu-left.custom,.cbp-spmenu-vertical {width: 80%;max-width: 400px;}#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a,div#mg-wprm-wrap ul li span.wprmenu_icon {color: #5b5b5b;}#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item:valid ~ a{color: #FFFFFF;}#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {background: #f2f2f2;color: #5b5b5b !important;}div#mg-wprm-wrap ul>li:hover>span.wprmenu_icon {color: #5b5b5b !important;}.wprmenu_bar .hamburger-inner,.wprmenu_bar .hamburger-inner::before,.wprmenu_bar .hamburger-inner::after {background: #FFFFFF;}.wprmenu_bar .hamburger:hover .hamburger-inner,.wprmenu_bar .hamburger:hover .hamburger-inner::before,.wprmenu_bar .hamburger:hover .hamburger-inner::after {background: #FFFFFF;}div.wprmenu_bar div.hamburger{padding-right: 6px !important;}#wprmenu_menu.left {width:80%;left: -80%;right: auto;}#wprmenu_menu.right {width:80%;right: -80%;left: auto;}html body div#wprmenu_bar {height : px;}#mg-wprm-wrap.cbp-spmenu-left,#mg-wprm-wrap.cbp-spmenu-right,#mg-widgetmenu-wrap.cbp-spmenu-widget-left,#mg-widgetmenu-wrap.cbp-spmenu-widget-right {top: px !important;}.wprmenu_bar .hamburger {float: left;}.wprmenu_bar #custom_menu_icon.hamburger {top: 0pxpx;left: 5pxpx;float: left !important;background-color: #CCCCCC;}.wpr_custom_menu #custom_menu_icon {display: block;}html { padding-top: 42px !important; }#wprmenu_bar,#mg-wprm-wrap { display: block; }div#wpadminbar { position: fixed; }}
</style>
<link rel='stylesheet' id='wpr_icons-css' href='https://www2.ljworld.com/wp-content/plugins/wp-responsive-menu/inc/assets/icons/wpr-icons.css?ver=3.2.1' type='text/css' media='all' />
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.2' id='jquery-ui-menu-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/dist/dom-ready.min.js?ver=392bdd43726760d1f3ca' id='wp-dom-ready-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5' id='wp-hooks-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae' id='wp-i18n-js'></script>
<script type='text/javascript' id='wp-i18n-js-after'>
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/dist/a11y.min.js?ver=ecce20f002eda4c19664' id='wp-a11y-js'></script>
<script type='text/javascript' id='jquery-ui-autocomplete-js-extra'>
/* <![CDATA[ */
var uiAutocompleteL10n = {"noResults":"No results found.","oneResult":"1 result found. Use up and down arrow keys to navigate.","manyResults":"%d results found. Use up and down arrow keys to navigate.","itemSelected":"Item selected."};
/* ]]> */
</script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.2' id='jquery-ui-autocomplete-js'></script>
<script type='text/javascript' id='acs_script_suggest-js-extra'>
/* <![CDATA[ */
var acs_config_suggest = {"ajax_url":"https:\/\/www2.ljworld.com\/wp-json\/cloud-search\/v1\/suggest","acs_suggest_selector":"input[name='s']","acs_suggest_trigger":"3","acs_suggest_results":"10","acs_suggest_click":"none"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-content/plugins/cloud-search/js/dist/cloud-search-suggest.min.js?ver=3.0.0' id='acs_script_suggest-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-content/plugins/wp-responsive-menu/assets/js/modernizr.custom.js?ver=3.2.1' id='modernizr-js'></script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-content/plugins/wp-responsive-menu/assets/js/touchSwipe.js?ver=3.2.1' id='touchSwipe-js'></script>
<script type='text/javascript' id='wprmenu.js-js-extra'>
/* <![CDATA[ */
var wprmenu = {"zooming":"no","from_width":"8400","push_width":"400","menu_width":"80","parent_click":"yes","swipe":"no","enable_overlay":"","wprmenuDemoId":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-content/plugins/wp-responsive-menu/assets/js/wprmenu.js?ver=3.2.1' id='wprmenu.js-js'></script>
<link rel="https://api.w.org/" href="https://www2.ljworld.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www2.ljworld.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www2.ljworld.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.2.9" />


<!-- Facebook Like Thumbnail (v0.4) -->
<meta property="og:image" content="https://s3.amazonaws.com/ogden_images/www.ljworld.com/images/2018/06/05102645/fb.jpg" />
<!-- using default fallback -->
<!-- Facebook Like Thumbnail (By Ashfame - https://github.com/ashfame/facebook-like-thumbnail) -->

</head>
<style>
    @media only screen and (max-width:2400px) {html {padding-top:0px !important;}
    .content-area {max-width:1630px; margin:0px auto; box-sizing:border-box; padding:20px 40px;}
    #sidebar {display:none;}
</style>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W5DXHZ8"
                  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a href="/newslink/" style="display: none" aria-hidden="true">newslink</a>
<header id="top_header">
	<div id="mobile_website_logo">
		<a href="https://www2.ljworld.com/" rel="home"><img src="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/mobile_website_logo.png" border="0" alt="homepage logo" /></a>
	</div>
	<nav id="top_nav">
		<div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-647196" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-647196"><a href="https://www2.ljworld.com/news/">News</a></li>
<li id="menu-item-647199" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-647199"><a href="https://www2.ljworld.com/sports/">Sports</a></li>
<li id="menu-item-647198" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-647198"><a href="https://www2.ljworld.com/opinion/">Opinion</a></li>
<li id="menu-item-886942" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886942"><a href="https://www2.ljworld.com/living/">Health/Living</a></li>
<li id="menu-item-1228506" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1228506"><a href="http://obituaries.ljworld.com/obituaries/ljworld/">Obituaries</a></li>
<li id="menu-item-1228507" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1228507"><a href="https://jobs.lawrence.com/">Jobs</a></li>
<li id="menu-item-1228504" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1228504"><a href="http://classifieds.lawrence.com/">Classifieds</a></li>
<li id="menu-item-1228505" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1228505"><a href="https://www2.ljworld.com/contact-us/">Contact Us</a></li>
</ul></div>	</nav>
	<aside id="social_search">
		<ul>
			<a href="https://twitter.com/ljworld" target="_blank"><li><img id="header_twitter" src="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/twitter_header_white.png" border="0" alt="Twitter Icon"/></li></a>
			<a href="https://www.facebook.com/LJWorld" target="_blank"><li><img id="header_fb" src="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/facebook_header_white.png" border="0"  alt="Facebook Icon"/></li></a>
			<li id="search_icon"><a href="#" id="searchtoggl"><img class="top_search" src="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/search_icon.png" border="0"  /></a></li>
			<a href="/subscribe/"><li id="subscribe_button" >SUBSCRIBE</li></a>
		</ul>
	</aside>
	<div style="clear:both"></div>
</header>

<div id="searchbar" class="clearfix">
	<form id="searchform" method="get" action="/search/">
		<input type="text" name="s" id="s" placeholder="Search Keywords here..." autocomplete="off">
	</form>
</div>
<div id="website_logo">
	<a href="https://www2.ljworld.com/" rel="home"><img src="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/website_logo.png" border="0" alt="homepage logo" /></a>
</div>
<aside id="todays_date">
	<ul>
		<li>
			June 12, 2026		</li>
		<li>|</li>
		<li><a href="https://mynewsonthego.com/ljw/" target="_blank">Today's Paper</a></li>
		<li>|</li>
		<li><a href="/submit-news/">Submit News</a></li>
		<li>|</li>
		<li><a href="/subscribe/">Subscribe Today</a></li>
		<li>|</li>
		<li><span id="login_status"></span></li>
	</ul>
</aside>
<ul class="login_mobile">
	<li><span id="login_status_mobile"></span></li>
</ul>


<script src="https://cdn.syncronex.com/libs/v1.9/syncLoginSdk.js"></script>
<script>
    var sdk = window.syncLoginSdk;
    sdk.applicationOrigin = 'https://account.ljworld.com';
    sdk.debug = false;
    sdk.apiTimeout = 5000;
    sdk.requireLegacyLogin = true;
	sdk.tenantId = 'on_ljw';

    $('#btnLogout').click(function () {
        sdk.logOut(function () {
            checkStatus();
        }, function () {
            alert('logout failed!');
            checkStatus();
        });
    });

    var logoutBtn = function() {
        sdk.logOut(function () {
            checkStatus();
        }, function () {
            alert('logout failed!');
            checkStatus();
        });
    };
    var checkStatus = function () {
        $('#login_status').html("...");
        $('#login_status_mobile').html("...");

        sdk.getLoginStatus(function (data) {
            setView(true,data.username);
        }, function (errStatus) {
            setView();
        });
    };

    var setView = function (loggedIn,userName) {
        if (loggedIn) {
            $('#login_status').html('Account: <a href="https://account.ljworld.com/on/ljw/" title="View MY ACCOUNT"><strong>' + userName + '</strong></a> | <a id="btnLogout2" href="javascript:logoutBtn()">Logout</a>' );
            $('#login_status_mobile').html('Account: <a href="https://account.ljworld.com/on/ljw/" title="View MY ACCOUNT"><strong>' + userName + '</strong></a> | <a id="btnLogout2" href="javascript:logoutBtn()">Logout</a>' );
        } else {
            $('#login_status').html('<a id="login_url" href="https://account.ljworld.com/on/ljw/Account/LogOn?ReturnUrl=' + document.location +'">My Account</a>');
            $('#login_status_mobile').html('<a id="login_url" href="https://account.ljworld.com/on/ljw/Account/LogOn?ReturnUrl=' + document.location +'">My Account</a>');
        }
    };

    $(function () {
        checkStatus();
    });

    //document.getElementById('login_url').href = 'https://account.ljworld.com/on/ljw/Account/LogOn?ReturnUrl=' + document.location;

</script>

	<div id="mobile_breaking"></div>

	<div id="content_wrap">
		<div id='LJLK_Top_728x90' style='text-align:center' class='lazyload' data-ad-slot='LJLK_Top_728x90'>
    <script type='text/javascript'>
        googletag.cmd.push(function() { googletag.display('LJLK_Top_728x90'); });
    </script>
</div>		<main id="content">
			<section id="left_column_inside">
				<div id="inside_left_column">
					<div id="desktop_breaking"></div>
					<section id="homepage_featured_headlines">

					<section id="homepage_main_featured_wrap">
				<article id="homepage_main_featured_article" style="float:none; width:100%; ">
										<a href="https://www2.ljworld.com/news/general-news/2026/jun/11/soccer-gear-honoring-lawrence-historys-all-star-team-is-now-on-sale-as-part-of-citys-public-art-exhibition/"><h1 style="color:#2a2a2a; font-weight:600; margin:0 0 10px 0">Soccer gear honoring Lawrence history's all-star team is now on sale as part of city's public art exhibition</h1></a>
					
							<div class="home_article_image_blur_wide">
							</div>
                                							<div class="home_article_image_wide" style="position:inherit">
								<a href="https://www2.ljworld.com/news/general-news/2026/jun/11/soccer-gear-honoring-lawrence-historys-all-star-team-is-now-on-sale-as-part-of-citys-public-art-exhibition/">
                                    <img src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/11144032/IMG_3886-400x300.jpeg"
                                    srcset="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/11144032/IMG_3886-400x300.jpeg 480w,
                                    https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/11144032/IMG_3886-667x500.jpeg 1000w,
                                    https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/11144032/IMG_3886-1100x825.jpeg 4000w"
                                     alt="">
                                </a>
							</div>

						
				</article>
				<p style="margin:12px 0 0 0 ">Amid the throngs of soccer jerseys at this summer's FIFA World Cup festivities, you might notice a few in pink, navy or green with iconic Lawrence names on the back — Langston Hughes, Lynette Woodard, James Naismith and more.

They're from the "Lawrence United F.C." project by local designers ...</p>
				</section>
					<aside>


	<section id="homepage_weather_mobile"></section>

<script language="javascript">
	
    $.getJSON("/_custom/xml/weather/weather.json", function(json){
		weather_code = '<h1>Currently</h1>';
		weather_code += '<div id="homepage_weather_left">';
		weather_code += '<div id="homepage_weather_icon">';
		weather_code += '</div>';
		weather_code += '<div id="homepage_main_temp">';
		weather_code += '<img src="' + json.data.iconLink[0] + '">';
		weather_code += '<h1>' + json.currentobservation.Temp + '<span>°</span></h1>';
		weather_code += '<div style="clear:both"></div>';
		weather_code += '</div>';
		weather_code += '</div>';
		weather_code += '<div id="homepage_weather_right">';
		if ( json.time.tempLabel[0] == 'High' ){
		weather_code += '<div id="homepage_weather_high">';
		weather_code += '<h1>H ' + json.data.temperature[0] + '<span>°</span></h1>';
		weather_code += '</div>';
		weather_code += '<div id="homepage_weather_low">';
		weather_code += '<h1>L ' + json.data.temperature[1] + '<span>°</span></h1>';
		weather_code += '</div>';
		} else {
		weather_code += '<div id="homepage_weather_high">';
		weather_code += '<h1>H --</h1>';
		weather_code += '</div>';
		weather_code += '<div id="homepage_weather_low">';
		weather_code += '<h1>L ' + json.data.temperature[0] + '<span>°</span></h1>';
		weather_code += '</div>';
		}
		weather_code += '</div>';
		weather_code += '<div style="clear:both"></div>';
		weather_code += '<div id="homepage_weather_description">';
		weather_code += '<p>' + json.data.text[0] + '</p>';
		weather_code += '</div>';
		weather_code += '<a class="more_weather" href="/weather">See complete forecast</a>';
		
		
		document.getElementById('homepage_weather_mobile').innerHTML = weather_code;
    });
	
</script>
		<script>
            if ($(window).width() < 740) {
                document.write("<div id='CMSv2_Video_300x250' style='text-align:center; padding:10px 0;'>")
                googletag.cmd.push(function () {
                    googletag.display('CMSv2_Video_300x250');
                });
                document.write("</div>")
            }
		</script>
	<section id="the_latest" style="padding:0"></section>


		<script language="javascript">

            var cachebuster = Math.round(new Date().getTime() / 1000);
			
			$.getJSON("/_custom/xml/latest_news/latest_news.json?cb=" + cachebuster, function(json){
				latest_news_code = '<ul>';
				latest_news_code += '<li style="background:#224e72;  color:#fff;padding:5px 0px 5px 0px; text-align:center; margin:0 0 12px 0">LATEST NEWS</li>';
				latest_news_code += '</ul>';
				latest_news_code += '<div>';
				latest_news_code += '<div>';
				for ( i=0; i<=json.postTitle.length-1; i++ ) {

					/**** get the time difference between now and when the post was created ****/
					/* create current date/time in the same format for comparison */
					var currentdate = new Date();
					var datetime = currentdate.getFullYear() + "/"+("0" + (currentdate.getMonth()+1)).slice(-2) 
					+ "/" + ("0" + currentdate.getDate()).slice(-2) + " " 
					+ ("0" + currentdate.getHours()).slice(-2) + ":" 
					+ ("0" + currentdate.getMinutes()).slice(-2) + ":" + ("0" + currentdate.getSeconds()).slice(-2);
			
					var date1, date2, sec, hours, min;
					date1 = new Date(datetime);
					/* needed to replace the dashes in the date/time with forward slashes for mobile! */
					correctedDate = json.postTime[i].substring(0,4) + '/' + json.postTime[i].substring(5,7) + '/' + json.postTime[i].substring(8, json.postTime[i].length);
					date2 = new Date(correctedDate); 
					sec = (date2.getTime() / 1000.0) - (date1.getTime() / 1000.0);
					hours = Math.abs(parseInt(sec / 60 / 60));
					sec = sec - hours * 60 * 60;
					min = Math.abs(parseInt(sec / 60));
					ses = sec - min * 60;
					/* build the display time */
					time_display = '';
					if (hours != 0) {
						if (hours == 1){
							time_display = hours+' hour ago';
						} else {
							if ( hours > 23 ){
								display_in_days = Math.floor(hours/24);
								if (display_in_days == 1) {
									time_display = display_in_days+' day ago';
								} else {
									time_display = display_in_days+' days ago';
								}
							} else {
								time_display = hours+' hours ago';								
							}
						}
					} else {
						if(min == 1){
							time_display = min+' minute ago';
						} else {
							time_display = min+' minutes ago';
						}
					}

					latest_news_code += '<article>';
					latest_news_code += '<a href="' + json.postPermalink[i] + '" title="' + json.postTitle[i] + '">';
					latest_news_code += '<h1>' + json.postTitle[i] + '</h1>';
					latest_news_code += '</a>';
					latest_news_code += '<time>' + time_display + '</time>';
					latest_news_code += '</article>';
				}
				latest_news_code += '</div>';
				latest_news_code += '</div>';
				latest_news_code += '<div style="clear:both"></div>';
				latest_news_code += '</section>';
				
				
				document.getElementById('the_latest').innerHTML = latest_news_code;
			});
			
		</script>

		<p class="latest_view_more"><a href="/news/">view more</a></p>
	</aside>
	<div style="clear:both"></div>				

</section>	

					<section id="quick_links">
						<nav>
							<!---<h1>QUICK LINKS</h1>--->
							<div class="menu-quick-links-container"><ul id="menu-quick-links" class="menu"><li id="menu-item-886999" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-886999"><a href="https://www2.ljworld.com/contact-us/">Contact Us</a></li>
<li id="menu-item-887001" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-887001"><a href="https://www2.ljworld.com/customer-service/">Customer Service</a></li>
<li id="menu-item-1028673" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1028673"><a href="https://www2.ljworld.com/submit-newspaper-vacation-hold/">Submit a Vacation Hold</a></li>
<li id="menu-item-887000" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-887000"><a href="https://www2.ljworld.com/submit-news/">Submit News</a></li>
<li id="menu-item-887662" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-887662"><a href="https://www2.ljworld.com/submit-letter-to-the-editor/">Submit Letter to the Editor</a></li>
<li id="menu-item-888660" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-888660"><a href="https://www2.ljworld.com/submit-an-obituary/">Submit Obituary</a></li>
<li id="menu-item-887661" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-887661"><a href="https://www2.ljworld.com/submit-a-legal-notice/">Submit Legal Notice</a></li>
<li id="menu-item-887002" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-887002"><a href="https://www2.ljworld.com/advertise/">Advertise</a></li>
<li id="menu-item-888392" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-888392"><a href="https://classifieds.lawrence.com/">Classifieds</a></li>
<li id="menu-item-888393" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-888393"><a href="https://jobs.lawrence.com/">Jobs</a></li>
</ul></div>						</nav>
						<div id='LJLK_Left_160x600' style='text-align:center' class='lazyload' data-ad-slot='LJLK_Left_160x600'>
    <script type='text/javascript'>
        googletag.cmd.push(function() { googletag.display('LJLK_Left_160x600'); });
    </script>
</div>					</section>
					<section id="homepage_news">
						<div id='LJLK_Middle_728x90' style='text-align:center' class='lazyload' data-ad-slot='LJLK_Middle_728x90'>
    <script type='text/javascript'>
        googletag.cmd.push(function() { googletag.display('LJLK_Middle_728x90'); });
    </script>
</div>																								<section id="homepage_three_categories">

	<div class="three_cat_column">
				<nav class="category_title"><h1><a href="/news/">News</a></h1></nav>
											<article class="has_photo">
						<div class="cat_article_image_blur"></div>

                        <div class="cat_article_image">
                                                        <a href="https://www2.ljworld.com/news/city-government/2026/jun/10/north-lawrence-study-consultants-look-at-possibilities-for-a-grocery-store-food-truck-park-traffic-calming-and-more/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/10231733/IMG_3858-400x300.jpeg"></a>
                        </div>
						<a href="https://www2.ljworld.com/news/city-government/2026/jun/10/north-lawrence-study-consultants-look-at-possibilities-for-a-grocery-store-food-truck-park-traffic-calming-and-more/"><h1>North Lawrence study consultants look at possibilities for a grocery store, food truck park, traffic calming and more</h1></a>
					</article>
											<article class="no_photo border_top">
				<a href="https://www2.ljworld.com/news/schools/2026/jun/08/lawrence-school-district-reveals-first-details-of-new-flexible-curriculum-for-centennial-choice-campus/"><h1>Lawrence school district reveals first details of new flexible curriculum for Centennial Choice Campus</h1></a>
				<p>Lawrence school district officials revealed details of the curriculum for their new high school program on Monday, which is meant to provide more ...</p>
			</article>
			<div class="three_cat_column_links">
									<a href="https://www2.ljworld.com/news/public-safety/2026/jun/06/douglas-county-emergency-response-agencies-move-into-new-public-safety-building-sheriffs-office-coming-in-july/"><h2>Douglas County emergency response agencies move into new Public Safety Building; Sheriff&#8217;s Office coming in July</h2></a>
										<a href="https://www2.ljworld.com/news/city-government/2026/jun/05/nominations-call-for-artists-open-for-lawrences-2026-phoenix-awards/"><h2>Nominations, call for artists open for Lawrence&#8217;s 2026 Phoenix Awards</h2></a>
					
				<nav><a href="/news/">more news</a></nav>
			</div>
		</div>




	<div class="three_cat_column">
				<nav class="category_title"><h1><a href="/sports/">Sports</a></h1></nav>
											<article class="has_photo">
						<div class="cat_article_image_blur"></div>
                        <div class="cat_article_image">
                                                        <a href="https://www2.ljworld.com/sports/professional-sports/2026/jun/11/algerians-entertain-fans-at-open-practice/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/11212427/Algeria_FIFA_Community_Training_Session_06112026_1-450x300.jpg"></a>
                        </div>
						<a href="https://www2.ljworld.com/sports/professional-sports/2026/jun/11/algerians-entertain-fans-at-open-practice/"><h1>Algerian team entertains fans at open practice</h1></a>
					</article>
											<article class="no_photo border_top">
				<a href="https://www2.ljworld.com/sports/professional-sports/2026/jun/12/algeria-visits-ku-athletic-facilities-amid-world-cup-preparation/"><h1>Algeria visits KU athletic facilities amid World Cup preparation</h1></a>
				<p>Of all the potential uses of the “polar bear in Arlington, Texas” reaction image — which has become a common incredulous online response to ...</p>
			</article>
			<div class="three_cat_column_links">
									<a href="https://www2.ljworld.com/sports/2026/jun/11/photo-gallery-algeria-holds-community-training-session-at-rock-chalk-park/"><h2>Photo Gallery: Algeria holds Community Training Session at Rock Chalk Park</h2></a>
										<a href="https://www2.ljworld.com/sports/2026/jun/11/ku-mens-womens-basketball-teams-learn-big-12-opponents-for-2026-27-season/"><h2>KU men&#8217;s, women&#8217;s basketball teams learn Big 12 opponents for 2026-27 season</h2></a>
					
				<nav><a href="/sports/">more sports</a></nav>
			</div>
		</div>







	<div class="three_cat_column">
				<nav class="category_title"><h1><a href="https://www2.ljworld.com/news/county-government/">County Government</a></h1></nav>
											<article class="has_photo">
						<div class="cat_article_image_blur"></div>
                        <div class="cat_article_image">
                                                        <a href="https://www2.ljworld.com/news/county-government/2026/jun/10/county-leaders-express-an-interest-in-increasing-motor-vehicle-fees-decisions-to-be-made-during-2027-budget-talks/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/10183858/IMG_1526-400x300.jpeg"></a>
                        </div>
						<a href="https://www2.ljworld.com/news/county-government/2026/jun/10/county-leaders-express-an-interest-in-increasing-motor-vehicle-fees-decisions-to-be-made-during-2027-budget-talks/"><h1>County leaders express an interest in increasing motor vehicle fees; decisions to be made during 2027 budget talks</h1></a>
					</article>
											<article class="no_photo border_top">
				<a href="https://www2.ljworld.com/news/city-government/2026/jun/11/to-honor-public-servants-lawrences-july-4-celebration-will-have-a-whole-gallery-of-their-photos-on-display-submissions-open-now/"><h1>To honor public servants, Lawrence&#8217;s July 4 celebration will have a whole gallery of their photos on display; submissions open now</h1></a>
				<p>Throughout his more than 30 years of working in government, one thing Porter Arneill has observed about public employees is their humility. ...</p>
			</article>
			<div class="three_cat_column_links">
									<a href="https://www2.ljworld.com/news/county-government/2026/jun/09/douglas-county-commissioners-to-consider-a-7-increase-to-motor-vehicle-fee-in-2027-the-change-would-last-two-years/"><h2>Douglas County commissioners to consider a $7 increase to motor vehicle fee in 2027; the change would last two years</h2></a>
										<a href="https://www2.ljworld.com/news/public-safety/2026/jun/06/douglas-county-emergency-response-agencies-move-into-new-public-safety-building-sheriffs-office-coming-in-july/"><h2>Douglas County emergency response agencies move into new Public Safety Building; Sheriff&#8217;s Office coming in July</h2></a>
					
			<nav><a href="https://www2.ljworld.com/news/county-government/">more County Government</a></nav>
		</div>
	</div>


	<div style="clear:both"></div>
</section>                        																																																												<section id="homepage_four_categories">
	<div class="four_cat_column first">
				<nav class="category_title"><h1><a
					href="https://www2.ljworld.com/news/ku/">KU</a></h1>
		</nav>
															<article class="has_photo">
								<div class="cat_article_image_blur"></div>
								<div class="cat_article_image">
                                                                        <a href="https://www2.ljworld.com/news/ku/2026/jun/11/the-annual-summer-solstice-tour-of-the-ku-native-medicinal-plant-garden-will-be-held-later-this-month/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2025/06/19105826/01jxnbfy7wfb7pzw1yh7jse6qz-470x294.jpg"></a>
                                </div>
								<a href="https://www2.ljworld.com/news/ku/2026/jun/11/the-annual-summer-solstice-tour-of-the-ku-native-medicinal-plant-garden-will-be-held-later-this-month/"><h1>The annual summer solstice tour of the KU Native Medicinal Plant Garden will be held later this month</h1></a>
							</article>
																		<h2><a href="https://www2.ljworld.com/news/ku/2026/jun/03/ku-homecoming-parade-to-return-to-campus-after-seven-year-absence/">KU Homecoming parade to return to campus after seven-year absence</a></h2>
												<h2><a href="https://www2.ljworld.com/news/ku/2026/may/29/backyard-allows-even-more-fans-to-cheer-on-jayhawks/">‘Backyard’ allows even more fans to cheer on Jayhawks</a></h2>
								<nav class="more"><a href="https://www2.ljworld.com/news/ku/">more KU</a></nav>
	</div>

	<div class="four_cat_column second">
				<nav class="category_title"><h1><a
					href="https://www2.ljworld.com/weblogs/town_talk/">Town Talk</a></h1>
		</nav>
															<article class="has_photo">
								<div class="cat_article_image_blur"></div>
                                <div class="cat_article_image">
                                                                        <a href="https://www2.ljworld.com/weblogs/town_talk/2026/jun/10/latest-sales-tax-numbers-show-lawrence-retailers-need-a-world-cup-boost/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2024/03/04100201/RetailSalesAdobe-450x300.jpeg"></a>
                                </div>
								<a href="https://www2.ljworld.com/weblogs/town_talk/2026/jun/10/latest-sales-tax-numbers-show-lawrence-retailers-need-a-world-cup-boost/"><h1>Latest sales tax numbers show Lawrence retailers need a World Cup boost</h1></a>
							</article>
																		<h2><a href="https://www2.ljworld.com/weblogs/town_talk/2026/jun/03/is-it-time-to-start-directly-electing-lawrences-mayor-chamber-may-ask-city-to-put-question-on-november-ballot/">Is it time to start directly electing Lawrence&#8217;s mayor? Chamber may ask city to put question on November ballot</a></h2>
												<h2><a href="https://www2.ljworld.com/weblogs/town_talk/2026/may/21/developer-for-a-marriott-hotel-at-ku-stadium-site-has-been-chosen/">Developer for a Marriott hotel at KU stadium site has been chosen</a></h2>
								<nav class="more"><a href="https://www2.ljworld.com/weblogs/town_talk/">more Town Talk</a></nav>
	</div>

	<div class="four_cat_column third">
				<nav class="category_title"><h1><a
					href="https://www2.ljworld.com/news/public-safety/">Public Safety</a></h1>
		</nav>
															<article class="has_photo">
								<div class="cat_article_image_blur"></div>
                                <div class="cat_article_image">
                                                                        <a href="https://www2.ljworld.com/news/public-safety/2026/jun/11/lawrence-sex-offender-facing-20-years-in-prison-sentenced-to-three-years-of-probation/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/11173525/IMG_0039-400x300.jpg"></a>
                                </div>
								<a href="https://www2.ljworld.com/news/public-safety/2026/jun/11/lawrence-sex-offender-facing-20-years-in-prison-sentenced-to-three-years-of-probation/"><h1>Lawrence sex offender facing 20 years in prison sentenced to three years of probation</h1></a>
							</article>
																		<h2><a href="https://www2.ljworld.com/news/public-safety/2026/jun/11/woman-who-shot-at-lawrence-police-in-april-2025-standoff-convicted-by-jury/">Jury convicts woman who shot at Lawrence police in April 2025 standoff</a></h2>
												<h2><a href="https://www2.ljworld.com/news/public-safety/2026/jun/10/ldcfm-crews-put-out-house-fire-caused-by-lightning-strike-during-tuesday-mornings-storms-one-of-28-weather-related-incidents/">LDCFM crews put out house fire caused by lightning strike during Tuesday morning&#8217;s storms; it was one of 28 weather-related incidents</a></h2>
								<nav class="more"><a href="https://www2.ljworld.com/news/public-safety/">more Public Safety</a></nav>
	</div>

	<div class="four_cat_column fourth">
				<nav class="category_title"><h1><a
					href="https://www2.ljworld.com/living/">Living</a></h1>
		</nav>
															<article class="has_photo">
								<div class="cat_article_image_blur"></div>
                                <div class="cat_article_image">
                                                                        <a href="https://www2.ljworld.com/news/general-news/2026/jun/10/score-lawrence-to-open-world-cup-headquarters-downtown-during-tournament-to-serve-soccer-fans/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/10141937/IMG_0038-400x300.jpg"></a>
                                </div>
								<a href="https://www2.ljworld.com/news/general-news/2026/jun/10/score-lawrence-to-open-world-cup-headquarters-downtown-during-tournament-to-serve-soccer-fans/"><h1>Score Lawrence to open World Cup headquarters downtown during tournament</h1></a>
							</article>
																		<h2><a href="https://www2.ljworld.com/news/city-government/2026/may/22/lawrence-outdoor-aquatic-centers-opening-delayed-until-june-1-as-renovation-work-continues/">Lawrence Outdoor Aquatic Center&#8217;s opening delayed until June 1 as renovation work continues</a></h2>
												<h2><a href="https://www2.ljworld.com/living/health/2026/may/16/kansas-oklahoma-collaboration-gets-breast-milk-to-where-its-needed-most/">Kansas-Oklahoma collaboration gets breast milk to where it’s needed most</a></h2>
								<nav class="more"><a href="https://www2.ljworld.com/living/">more Living</a></nav>
	</div>























<div style="clear:both"></div>





	<div class="four_cat_column first">
				<nav class="category_title"><h1><a
					href="https://www2.ljworld.com/news/general-news/">Other News</a></h1>
		</nav>
															<article class="has_photo">
								<div class="cat_article_image_blur"></div>
                                <div class="cat_article_image">
                                                                        <a href="https://www2.ljworld.com/news/city-government/2026/jun/09/algerian-ambassador-gives-lawrence-a-gift-for-supporting-its-national-team-a-piece-of-art/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/09232256/Capture-Program-470x264.png"></a>
                                </div>
								<a href="https://www2.ljworld.com/news/city-government/2026/jun/09/algerian-ambassador-gives-lawrence-a-gift-for-supporting-its-national-team-a-piece-of-art/"><h1>Algerian ambassador gives Lawrence a gift for supporting national team – a piece of art</h1></a>
							</article>
																		<h2><a href="https://www2.ljworld.com/news/general-news/2026/jun/11/watkins-museum-to-open-special-exhibit-detailing-how-douglas-county-celebrated-americas-bicentennial/">Watkins Museum to open special exhibit detailing how Douglas County celebrated America&#8217;s Bicentennial</a></h2>
												<h2><a href="https://www2.ljworld.com/news/general-news/2026/jun/11/soccer-gear-honoring-lawrence-historys-all-star-team-is-now-on-sale-as-part-of-citys-public-art-exhibition/">Soccer gear honoring Lawrence history&#8217;s all-star team is now on sale as part of city&#8217;s public art exhibition</a></h2>
								<nav class="more"><a href="https://www2.ljworld.com/news/general-news/">more Other News</a></nav>
	</div>

	<div class="four_cat_column second">
				<nav class="category_title"><h1><a
					href="https://www2.ljworld.com/news/city-government/">City Government</a></h1>
		</nav>
															<article class="has_photo">
								<div class="cat_article_image_blur"></div>
                                <div class="cat_article_image">
                                                                        <a href="https://www2.ljworld.com/news/city-government/2026/jun/09/lawrence-city-commission-approves-incentives-for-alarm-coms-office-project-in-downtown-building/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/05140225/IMG_3806-400x300.jpeg"></a>
                                </div>
								<a href="https://www2.ljworld.com/news/city-government/2026/jun/09/lawrence-city-commission-approves-incentives-for-alarm-coms-office-project-in-downtown-building/"><h1>Lawrence City Commission approves incentives for Alarm.com&#8217;s office project in downtown building</h1></a>
							</article>
																		<h2><a href="https://www2.ljworld.com/news/general-news/2026/jun/11/soccer-gear-honoring-lawrence-historys-all-star-team-is-now-on-sale-as-part-of-citys-public-art-exhibition/">Soccer gear honoring Lawrence history&#8217;s all-star team is now on sale as part of city&#8217;s public art exhibition</a></h2>
												<h2><a href="https://www2.ljworld.com/news/city-government/2026/jun/11/to-honor-public-servants-lawrences-july-4-celebration-will-have-a-whole-gallery-of-their-photos-on-display-submissions-open-now/">To honor public servants, Lawrence&#8217;s July 4 celebration will have a whole gallery of their photos on display; submissions open now</a></h2>
								<nav class="more"><a href="https://www2.ljworld.com/news/city-government/">more City Government</a></nav>
	</div>

	<div class="four_cat_column third">
				<nav class="category_title"><h1><a
					href="https://www2.ljworld.com/living/health/">Health</a></h1>
		</nav>
															<article class="has_photo">
								<div class="cat_article_image_blur"></div>
                                <div class="cat_article_image">
                                                                        <a href="https://www2.ljworld.com/living/health/2026/jun/06/excitement-builds-as-lmh-health-draws-closer-to-completing-therapy-services-renovations/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/06/06231837/Photo-of-construction-area-at-6th-and-Maine-225x300.jpeg"></a>
                                </div>
								<a href="https://www2.ljworld.com/living/health/2026/jun/06/excitement-builds-as-lmh-health-draws-closer-to-completing-therapy-services-renovations/"><h1>Excitement builds as LMH Health draws closer  to completing Therapy Services renovations</h1></a>
							</article>
																		<h2><a href="https://www2.ljworld.com/living/health/2026/jun/06/program-that-helped-people-with-disabilities-scrapped-again/">Program that helped people with disabilities scrapped again</a></h2>
												<h2><a href="https://www2.ljworld.com/living/health/2026/may/30/more-childrens-hospitals-turn-to-furry-caregivers-to-help-kids-heal/">More children’s hospitals turn to furry caregivers to help kids heal</a></h2>
								<nav class="more"><a href="https://www2.ljworld.com/living/health/">more Health</a></nav>
	</div>

	<div class="four_cat_column fourth">
				<nav class="category_title"><h1><a
						href="https://www2.ljworld.com/weblogs/best-of-lawrence/">Best of Lawrence</a></h1>
		</nav>
															<article class="has_photo">
								<div class="cat_article_image_blur"></div>
                                <div class="cat_article_image">
                                                                        <a href="https://www2.ljworld.com/weblogs/best-of-lawrence/2026/may/29/best-of-lawrence-profile-the-work-you-dont-see-what-sets-kb-painting-apart/"><img class="lazy" data-src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/05/29134152/24_Lawrence-Journal-World__A__6-kb-painting-5.24_Page_1_Image_0004-470x221.jpg"></a>
                                </div>
								<a href="https://www2.ljworld.com/weblogs/best-of-lawrence/2026/may/29/best-of-lawrence-profile-the-work-you-dont-see-what-sets-kb-painting-apart/"><h1>Best of Lawrence Profile: THE WORK YOU DON’T SEE: WHAT SETS KB PAINTING APART</h1></a>
							</article>
																		<h2><a href="https://www2.ljworld.com/weblogs/best-of-lawrence/2026/jun/03/best-of-lawrence-profile-a-fresh-start-for-a-longtime-favorite-inside-perkins-new-era/">Best of Lawrence Profile: A FRESH START FOR A LONGTIME FAVORITE: INSIDE PERKINS’ NEW ERA</a></h2>
												<h2><a href="https://www2.ljworld.com/weblogs/best-of-lawrence/2026/jun/02/best-of-lawrence-profile-five-things-to-know-about-hemel-electric-a-lawrence-company-built-on-trust-safety-and-service/">Best of Lawrence Profile: FIVE THINGS TO KNOW ABOUT HEMEL ELECTRIC: A LAWRENCE COMPANY BUILT ON TRUST, SAFETY, AND SERVICE</a></h2>
								<nav class="more"><a href="https://www2.ljworld.com/weblogs/best-of-lawrence/">more Best of Lawrence</a></nav>
	</div>

	<div style="clear:both"></div>
</section>
												<section id="all_access_wrap">
	<div id="all_access">
		<a href="https://mynewsonthego.com/ljw/" target="_blank">
<header>
			<img src="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/all_access.png" border="0" />
		</header>
		<div id="all_access_paper">
			<img src="https://mynewsonthego.com/ljw/front/?id=7884d830-0bf4-4da8-a3c6-e19a74db28d3&size=16" border="0" />
		</div>
		<p>Read a digital version of the newspaper on your computer, tablet or smart phone using either an app or a web browser.</p></a>
	</div>
</section>						
<style>
	#top_jobs #rmFJWidget {width:100% !important;}
</style>
<section id="top_jobs">

	<script id="rm_Source" type="text/javascript" src="https://jobs.thejobnetwork.com/Widgets/js/FeaturedJob/TJN.js"></script><script type="text/javascript">var rm_FeaturedJobWidgetId = 2076;</script>

	<p style="margin-top:25px;"><a style="color:#585858; font-size:.9em; text-transform:lowercase; font-weight:bold;" href="/employment-news-apwire/">Employment News &#8250;</a> </p>
</section>						<div style="clear:both"></div>
					</section>
					<div style="clear:both"></div>
				</div>
			</section>
			<aside id="right_column_inside">
				<section id="homepage_weather"></section>

<script language="javascript">
	
    $.getJSON("/_custom/xml/weather/weather.json", function(json){
		weather_code = '<h1>Currently</h1>';
		weather_code += '<div id="homepage_weather_left">';
		weather_code += '<div id="homepage_weather_icon">';
		weather_code += '</div>';
		weather_code += '<div id="homepage_main_temp">';
		weather_code += '<img src="https://forecast.weather.gov/newimages/medium/' + json.currentobservation.Weatherimage + '">';
		weather_code += '<h1>' + json.currentobservation.Temp + '<span>°</span></h1>';
		weather_code += '<div style="clear:both"></div>';
		weather_code += '</div>';
		weather_code += '</div>';
		weather_code += '<div id="homepage_weather_right">';
		if ( json.time.tempLabel[0] == 'High' ){
		weather_code += '<div id="homepage_weather_high">';
		weather_code += '<h1>H ' + json.data.temperature[0] + '<span>°</span></h1>';
		weather_code += '</div>';
		weather_code += '<div id="homepage_weather_low">';
		weather_code += '<h1>L ' + json.data.temperature[1] + '<span>°</span></h1>';
		weather_code += '</div>';
		} else {
		weather_code += '<div id="homepage_weather_high">';
		weather_code += '<h1>H --</h1>';
		weather_code += '</div>';
		weather_code += '<div id="homepage_weather_low">';
		weather_code += '<h1>L ' + json.data.temperature[0] + '<span>°</span></h1>';
		weather_code += '</div>';
		}
		weather_code += '</div>';
		weather_code += '<div style="clear:both"></div>';
		weather_code += '<div id="homepage_weather_description">';
		weather_code += '<p>' + json.data.text[0] + '</p>';
		weather_code += '</div>';
		weather_code += '<a class="more_weather" href="/weather">See complete forecast</a>';

		
		document.getElementById('homepage_weather').innerHTML = weather_code;
    });
	
</script>
                <div class="wvu_med_promo" style="padding:20px; width:100 box-sizing:border-box"><a href="https://www.theintelligencer.net/america-250/"><img width="800" height="500" src="https://ogden_images.s3.amazonaws.com/www.ljworld.com/images/2026/04/06081357/american_250.jpg" class="image wp-image-1342910  attachment-full size-full" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" /></a></div>				<div id='LJLK_Right_300x600' style='text-align:center' class='lazyload' data-ad-slot='LJLK_Right_300x600'>
    <script type='text/javascript'>
        googletag.cmd.push(function() { googletag.display('LJLK_Right_300x600'); });
    </script>
</div>                
				


				<script>
                    if ($(window).width() > 740) {
                        document.write("<div id='LJLK_Video_300x250' style='text-align:center'>")
                        googletag.cmd.push(function () {
                            googletag.display('LJLK_Video_300x250');
                        });
                        document.write("</div>")
                    }
				</script>
				<section id="promo_ad_section">
	</section>				
<section id="newsletter">
	<h1>Newsletter</h1>
    <p style="line-height:22px;">The latest headlines from the Lawrence Journal-World and KUsports.com, delivered straight to your inbox.</p>

	<a href="/newsletter-signup/">
		<div style="background:#e8c200; box-sizing:border-box; width:50%; margin:15px auto 0 auto; padding:8px 20px; text-align:center;">
			<h2 style="color:#333;">SIGN UP NOW!</h2>
		</div>
	</a>


</section>


				<div id='LJLK_Middle_300x250' style='text-align:center' class='lazyload' data-ad-slot='LJLK_Middle_300x250'>
    <script type='text/javascript'>
        googletag.cmd.push(function() { googletag.display('LJLK_Middle_300x250'); });
    </script>
</div>								<div id='LJLK_Middle2_300x250' style='text-align:center' class='lazyload' data-ad-slot='LJLK_Middle2_300x250'>
    <script type='text/javascript'>
        googletag.cmd.push(function() { googletag.display('LJLK_Middle2_300x250'); });
    </script>
</div>				<div id='LJLK_Middle3_300x250' style='text-align:center' class='lazyload' data-ad-slot='LJLK_Middle3_300x250'>
    <script type='text/javascript'>
        googletag.cmd.push(function() { googletag.display('LJLK_Middle3_300x250'); });
    </script>
</div>				<div id='LJLK_Middle4_300x250' style='text-align:center' class='lazyload' data-ad-slot='LJLK_Middle4_300x250'>
    <script type='text/javascript'>
        googletag.cmd.push(function() { googletag.display('LJLK_Middle4_300x250'); });
    </script>
</div>				<a href="/marketplace/"><img style="width:100%; box-sizing:border-box; padding:20px 20px 0 20px; height:auto; margin-bottom:10px;" src="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/marketplace.png" border="0" alt="marketplace" /></a>
<div id='CMSv2_Marketplace_300x250' style='text-align:center; border-top:solid 1px #dbdbdb;' class='lazyload' data-ad-slot='CMSv2_Marketplace_300x250'>
	<script type='text/javascript'>
        googletag.cmd.push(function() { googletag.display('CMSv2_Marketplace_300x250'); });
	</script>
</div>				

			</aside>
		</main>
	</div>
<div id='LJLK_Bottom_728x90' style='text-align:center' class='lazyload' data-ad-slot='LJLK_Bottom_728x90'>
    <script type='text/javascript'>
        googletag.cmd.push(function() { googletag.display('LJLK_Bottom_728x90'); });
    </script>
</div><span id="promo"></span>
<script language="javascript">

	<!-- include script to activate BREAKING NEWS -->
	$.getScript('/_breakingNews/inc_breakingNews.js');
	


	function listGetAt(c,p,d) {
		if(arguments.length<3)d=",";
		var e = c.split(d);
		if( p >= 1 && p <= e.length ) {
			return e[p-1];
		}
		alert("Out of range");
		return "";
	}
	
	function getCookie(name) {
		var dc = document.cookie;
		var prefix = name + "=";
		var begin = dc.indexOf("; " + prefix);
		if (begin == -1) {
			begin = dc.indexOf(prefix);
			if (begin != 0) return null;
		} else {
			begin += 2;
			var end = document.cookie.indexOf(";", begin);
			if (end == -1) {
				end = dc.length;
			}
		}
		// because unescape has been deprecated, replaced with decodeURI
		//return unescape(dc.substring(begin + prefix.length, end));
		return decodeURI(dc.substring(begin + prefix.length, end));
	} 

	/* find banners that have already been closed and exclude them from the results */
	var closed_banners = '';
	jQuery.each(document.cookie.split(/; */), function()  {
		var splitCookie = this.split('=');
		if ( splitCookie[0].slice(0,5) == 'promo' ) {
			if ( closed_banners.length ) {
			  closed_banners += ',';
			}
			closed_banners += splitCookie[0].replace('promo_', '');
		}
	});
	
	if ( closed_banners.length ) {	
		var promoURL = 'https://promos.ogdennews.com/_custom/promos/get_promos.php?sid=LJLK&xc=' + closed_banners;
	} else {
		var promoURL = 'https://promos.ogdennews.com/_custom/promos/get_promos.php?sid=LJLK';
	}
	

	jQuery.get(    
		promoURL,    
		{	
			buster:Math.random()
		},
		function(data) {
			

			if ( data.includes('æ') && ( listGetAt(data, 4, 'æ') == 1 || listGetAt(data, 6, 'æ') ) ) {
				 
				/* check to see if this bottom banner has been previously closed and the cookie session has not expired */
				if ( getCookie('promo_'+listGetAt(data, 5, 'æ')) !== 'closed' ){
					document.getElementById('promo').innerHTML = listGetAt(data, 2, 'æ');
				}
								document.getElementById('promo_ad_section').innerHTML = listGetAt(data, 3, 'æ') + document.getElementById('promo_ad_section').innerHTML ;
								/* if menu items have been included - loop over them and add them to the hamburger menu */
				if ( listGetAt(data, 6, 'æ') ) {
					
					/* menu items will arrive in either of these formats */
						/*****************************************************/
						/* simple^code for menu <li> to be appended */
						/* nested^code for child menu <li> to be appended^code for full parent/child menu <ul> <li> combo to be appended^parent CAT name for searching
						/*****************************************************/
					/* if there are more than one menu item passed - they will be | (pipe) delimited */
										
					/* split the | (pipe) delimited list into an array */
					var menuArray = listGetAt(data, 6, 'æ').split('|');
					
					/* loop over the new array */
					for ( var i = 0; i < menuArray.length; i++) {

						/* if this is a simple menu item - just append it to the bottom of the hamburger nav */
						if ( listGetAt(menuArray[i], 1, '^') == 'simple' ) {
							document.getElementById('menu-mobile-menu').innerHTML = document.getElementById('menu-mobile-menu').innerHTML + listGetAt(menuArray[i], 2, '^');
						}
						
						/* if this is a nested menu item - run the required additional logic */
						if ( listGetAt(menuArray[i], 1, '^') == 'nested' ) {
							
							/* set a flag to track if the menu item has been added already or not */
							var liAdded = 0;
							
							/* loop over the current menu structure */
							/* this loop will look only for menu items that have sub menus (nested) */
							/* this loop will get the text of the FIRST <a> in the menu item, which will be the main category name */
							$('#menu-mobile-menu li.menu-item-has-children:has(a)').each(function() {
							  var text = $(this).find('a:first').text().replace("'", "&#039;");
							  
							  /* this will compare the text found (main category name) with the 'parent CAT name for searching' (number 4 in the ^ delimited string provided) of the nested menu item about to be appended */
							  /* if the names match - we will only inject the submenu item (number 2 in the ^ delimited string provided) */
							  if ( text.toLowerCase() === listGetAt(menuArray[i], 4, '^').toLowerCase() ) {
								  var newLi = $(listGetAt(menuArray[i], 2, '^'));
								  $(this).find('ul').append(newLi);
								  liAdded = 1;
							  }
							});
							
							/* if the menu item has not already been added - that means there was not a match for the parent category */
							/* we will continue now by adding a full nested menu item to the bottom of the hamburger menu, including parent and sub category (number 3 in the ^ delimited string provided) */
							if ( !liAdded ) {
								document.getElementById('menu-mobile-menu').innerHTML = document.getElementById('menu-mobile-menu').innerHTML + listGetAt(menuArray[i], 3, '^');
							}
							
						}
							
					}
				}
				
				
			}


		},    
		"html");


	function closePromo(amount, duration, promo_id) {
		jQuery('.readers_choice_sticky_image').hide();
		
		if ( amount !== undefined && duration !== undefined && promo_id !== undefined ) {
			/* cookie parameters were declared - set the cookie */
			switch ( duration ) {
				case 'minute':
					var cookieLife = 1000 * 60 * amount;
					break;
				case 'hour':
					var cookieLife = 1000 * 60 * 60 * amount;
					break;
				case 'day':
					var cookieLife = 1000 * 60 * 60 * 24 * amount;
					break;
				case 'week':
					var cookieLife = 1000 * 60 * 60 * 24 * 7 * amount;
					break;
				case 'month':
					var cookieLife = 1000 * 60 * 60 * 24 * 7 * 4 * amount;
					break;
				default:
					var cookieLife = 0;
					break;
			}
			if ( cookieLife != 0 ) {
				/* get current timestamp in current WordPress timezone in milliseconds */
				const currentTimestamp = 1781276377000;
				/* add appropriate amount of milliseconds according to the parameters passed to the function */
				const adjustedTimestamp = currentTimestamp + cookieLife;
				/* create new future datetime with the additional time added */
				const cookieExpirationTimestamp = new Date(adjustedTimestamp);
				/* set cookie to expire at designated future time and day */
				document.cookie = "promo_" + promo_id + "=closed; expires=" + cookieExpirationTimestamp.toUTCString() + ";";
			}
		}
		
	}


</script>

<footer>
	<section id="top_footer">
		<aside>
			<div id="footer_logo">
				<a href="https://www2.ljworld.com/" rel="home"><img src="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/website_logo.png" border="0" alt="homepage logo" /></a>
			</div>
			<a href="https://twitter.com/ljworld" target="_blank"><img class="footer_soc_icon" src="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/twitter_footer.png" border="0" alt="twitter icon" /></a>
			<a href="https://www.facebook.com/LJWorld" target="_blank"><img class="footer_soc_icon" src="https://www2.ljworld.com/wp-content/themes/coreV3_lazy/images/facebook_footer.png" border="0" alt="facebook icon" /></a>
			<div style="clear_both"></div>
		</aside>
		<div id="footer_links">
			<div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-647333" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-647333"><a href="https://www2.ljworld.com/contact-us/">Contact Us</a>
<ul class="sub-menu">
	<li id="menu-item-712510" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-712510"><a href="https://www2.ljworld.com/contact-us/">Staff phones and emails</a></li>
	<li id="menu-item-712911" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-712911"><a href="https://www2.ljworld.com/submit-news/">Submit news</a></li>
	<li id="menu-item-647359" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-647359"><a href="https://www2.ljworld.com/advertise/">Advertising inquiries</a></li>
	<li id="menu-item-712525" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-712525"><a href="http://facebook.com/ljworld">Facebook</a></li>
	<li id="menu-item-712526" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-712526"><a href="http://twitter.com/ljworld">Twitter</a></li>
</ul>
</li>
<li id="menu-item-647334" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-647334"><a href="https://www2.ljworld.com/news/">News</a>
<ul class="sub-menu">
	<li id="menu-item-886794" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886794"><a href="https://www2.ljworld.com/news/">All news</a></li>
	<li id="menu-item-886783" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886783"><a href="https://www2.ljworld.com/news/public-safety/">Public safety</a></li>
	<li id="menu-item-712502" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712502"><a href="https://www2.ljworld.com/news/city-government/">City government</a></li>
	<li id="menu-item-712503" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712503"><a href="https://www2.ljworld.com/news/state-government/">State government</a></li>
	<li id="menu-item-712505" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712505"><a href="https://www2.ljworld.com/weblogs/town_talk/">Town Talk column</a></li>
</ul>
</li>
<li id="menu-item-647335" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-647335"><a href="https://www2.ljworld.com/sports/">Sports</a>
<ul class="sub-menu">
	<li id="menu-item-886793" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886793"><a href="https://www2.ljworld.com/sports/">All sports</a></li>
	<li id="menu-item-886787" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886787"><a href="https://www2.ljworld.com/sports/ku-mens-basketball/">KU men&#8217;s basketball</a></li>
	<li id="menu-item-886790" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886790"><a href="https://www2.ljworld.com/sports/ku-football/">KU football</a></li>
	<li id="menu-item-647355" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-647355"><a href="https://www2.ljworld.com/sports/opinion-sports/">Staff columns</a></li>
	<li id="menu-item-886795" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886795"><a href="https://www2.ljworld.com/sports/lawrence-high/">Lawrence High</a></li>
	<li id="menu-item-886796" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886796"><a href="https://www2.ljworld.com/sports/free-state/">Free State</a></li>
</ul>
</li>
<li id="menu-item-712519" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-712519"><a href="http://ljworld.com/">More</a>
<ul class="sub-menu">
	<li id="menu-item-1028674" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1028674"><a href="https://www2.ljworld.com/submit-newspaper-vacation-hold/">Submit a vacation hold</a></li>
	<li id="menu-item-1117812" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1117812"><a href="https://lawrenceks.circulationpro.com/scripts/WebObjects.exe/LawrenceKSSubscriberSelfService/">Pay your print subscription bill</a></li>
	<li id="menu-item-887008" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-887008"><a href="https://mynewsonthego.com/ljw/SignIn.aspx">E-Edition</a></li>
	<li id="menu-item-888862" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-888862"><a href="https://www2.ljworld.com/weather/">Weather</a></li>
	<li id="menu-item-712520" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-712520"><a href="http://obituaries.ljworld.com/obituaries/ljworld/">Obituaries</a></li>
	<li id="menu-item-886799" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886799"><a href="https://www2.ljworld.com/life-events/couples/">Couples announcements</a></li>
	<li id="menu-item-712521" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-712521"><a href="https://classifieds.lawrence.com/">Classifieds</a></li>
	<li id="menu-item-712522" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-712522"><a href="http://jobs.lawrence.com/">Jobs</a></li>
	<li id="menu-item-712523" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-712523"><a href="http://deals.lawrence.com/">Deals</a></li>
	<li id="menu-item-712524" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-712524"><a href="http://www2.ljworld.com/circulars/">Circulars</a></li>
</ul>
</li>
</ul></div>			<div style="clear_both"></div>
		</div>
		<div style="clear_both"></div>
	</section>
	<section id="bottom_footer">
		<p>Copyright © 2026 Ogden Newspapers of Kansas, LLC | https://www2.ljworld.com | 1035 N. Third Street, Lawrence, KS 66044 | 785-843-1000 | <a style="font-family:'Roboto Slab'; color:#999"  href="/terms-of-service/">Terms of Service</a></p>
	</section>
</footer>

			<div class="wprm-wrapper">
        
        <!-- Overlay Starts here -->
			         <!-- Overlay Ends here -->
			
			         <div id="wprmenu_bar" class="wprmenu_bar bodyslide left">
  <div class="hamburger hamburger--slider">
    <span class="hamburger-box">
      <span class="hamburger-inner"></span>
    </span>
  </div>
  <div class="menu_title">
      <a href="https://www2.ljworld.com">
          </a>
      </div>
</div>			 
			<div class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left default " id="mg-wprm-wrap">
				
				
				<ul id="wprmenu_menu_ul">
  
  <li id="menu-item-1026463" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1026463"><a href="https://account.ljworld.com/on/ljw/Account/LogOn">My account</a></li>
<li id="menu-item-712499" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-712499"><a href="https://www2.ljworld.com/subscribe/">Subscribe today</a></li>
<li id="menu-item-647250" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-647250"><a href="https://www2.ljworld.com/news/">News</a>
<ul class="sub-menu">
	<li id="menu-item-712402" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712402"><a href="https://www2.ljworld.com/news/">All</a></li>
	<li id="menu-item-715398" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715398"><a href="https://www2.ljworld.com/news/public-safety/">Public safety</a></li>
	<li id="menu-item-712403" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712403"><a href="https://www2.ljworld.com/news/city-government/">City government</a></li>
	<li id="menu-item-712409" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712409"><a href="https://www2.ljworld.com/news/state-government/">State government</a></li>
	<li id="menu-item-712411" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712411"><a href="https://www2.ljworld.com/weblogs/town_talk/">Town Talk column</a></li>
	<li id="menu-item-715400" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715400"><a href="https://www2.ljworld.com/news/schools/">K-12 education</a></li>
	<li id="menu-item-715401" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715401"><a href="https://www2.ljworld.com/news/ku/">KU</a></li>
	<li id="menu-item-712404" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712404"><a href="https://www2.ljworld.com/news/county-government/">County government</a></li>
	<li id="menu-item-886960" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886960"><a href="https://www2.ljworld.com/news/state-region/">Statewide news</a></li>
	<li id="menu-item-886962" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886962"><a href="https://www2.ljworld.com/news/national/">National news</a></li>
	<li id="menu-item-1305428" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1305428"><a href="https://www2.ljworld.com/business-briefs/">Business</a></li>
	<li id="menu-item-886958" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886958"><a href="https://www2.ljworld.com/news/history/">Old Hometown</a></li>
</ul>
</li>
<li id="menu-item-712412" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-712412"><a href="https://www2.ljworld.com/sports/">Sports</a>
<ul class="sub-menu">
	<li id="menu-item-712422" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712422"><a href="https://www2.ljworld.com/sports/">All</a></li>
	<li id="menu-item-715406" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715406"><a href="https://www2.ljworld.com/sports/opinion-sports/">Sports columns</a></li>
	<li id="menu-item-715403" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715403"><a href="https://www2.ljworld.com/sports/ku-mens-basketball/">KU men&#8217;s basketball</a></li>
	<li id="menu-item-715410" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715410"><a href="https://www2.ljworld.com/sports/ku-womens-basketball/">KU women&#8217;s basketball</a></li>
	<li id="menu-item-715404" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715404"><a href="https://www2.ljworld.com/sports/ku-football/">KU football</a></li>
	<li id="menu-item-715409" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715409"><a href="https://www2.ljworld.com/sports/ku-volleyball/">KU volleyball</a></li>
	<li id="menu-item-1278613" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1278613"><a href="https://www2.ljworld.com/sports/ku-sports/">KU Sports</a></li>
	<li id="menu-item-715407" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715407"><a href="https://www2.ljworld.com/sports/lawrence-high/">Lawrence High</a></li>
	<li id="menu-item-715408" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715408"><a href="https://www2.ljworld.com/sports/free-state/">Free State</a></li>
	<li id="menu-item-715411" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715411"><a href="https://www2.ljworld.com/sports/seabury/">Seabury</a></li>
	<li id="menu-item-715412" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715412"><a href="https://www2.ljworld.com/sports/veritas/">Veritas</a></li>
</ul>
</li>
<li id="menu-item-712413" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-712413"><a href="https://www2.ljworld.com/opinion/">Opinion</a>
<ul class="sub-menu">
	<li id="menu-item-712415" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712415"><a href="https://www2.ljworld.com/opinion/">All</a></li>
	<li id="menu-item-712416" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712416"><a href="https://www2.ljworld.com/opinion/letters/">Letters to the editor</a></li>
	<li id="menu-item-712418" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712418"><a href="https://www2.ljworld.com/opinion/national-columns/">National columns</a></li>
	<li id="menu-item-715413" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715413"><a href="https://www2.ljworld.com/opinion/local-columns/">Local columns</a></li>
	<li id="menu-item-712417" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-712417"><a href="https://www2.ljworld.com/opinion/editorials/">Editorials</a></li>
	<li id="menu-item-715414" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-715414"><a href="https://www2.ljworld.com/opinion/your-turn/">Your Turn</a></li>
</ul>
</li>
<li id="menu-item-886944" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886944"><a href="https://www2.ljworld.com/living/health/">Health</a></li>
<li id="menu-item-886943" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-886943"><a href="https://www2.ljworld.com/living/">Living</a>
<ul class="sub-menu">
	<li id="menu-item-886945" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886945"><a href="https://www2.ljworld.com/living/columns/">Lifestyle columns</a></li>
	<li id="menu-item-886946" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886946"><a href="https://www2.ljworld.com/living/home-garden/">Home and Garden</a></li>
	<li id="menu-item-886947" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886947"><a href="https://www2.ljworld.com/living/arts-entertainment/">Arts and Entertainment</a></li>
	<li id="menu-item-886948" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886948"><a href="https://www2.ljworld.com/living/food/">Food</a></li>
</ul>
</li>
<li id="menu-item-1063314" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1063314"><a href="https://www2.ljworld.com/photos/galleries/">Photos</a></li>
<li id="menu-item-888863" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-888863"><a href="https://www2.ljworld.com/weather/">Weather</a></li>
<li id="menu-item-886949" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-886949"><a href="https://www2.ljworld.com/life-events/">Life Events</a>
<ul class="sub-menu">
	<li id="menu-item-712420" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-712420"><a href="http://obituaries.ljworld.com/obituaries/ljworld/">Obituaries</a></li>
	<li id="menu-item-886963" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886963"><a href="https://www2.ljworld.com/life-events/births/">Births</a></li>
	<li id="menu-item-886951" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886951"><a href="https://www2.ljworld.com/life-events/marriages-divorces-bankruptcies/">Marriages, Divorces and Bankruptcies</a></li>
	<li id="menu-item-886950" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886950"><a href="https://www2.ljworld.com/life-events/couples/">Couples Announcements</a></li>
	<li id="menu-item-886953" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-886953"><a href="https://www2.ljworld.com/life-events/real-estate-transfers/">Real Estate Transfers</a></li>
</ul>
</li>
<li id="menu-item-712495" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-712495"><a href="https://www2.ljworld.com/contact-us/">Contact us</a>
<ul class="sub-menu">
	<li id="menu-item-712497" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-712497"><a href="https://www2.ljworld.com/contact-us/">Phone and email</a></li>
	<li id="menu-item-712496" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-712496"><a href="https://www2.ljworld.com/submit-news/">Submit news</a></li>
	<li id="menu-item-712498" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-712498"><a href="https://www2.ljworld.com/submit-letter-to-the-editor/">Submit letters to the editor</a></li>
	<li id="menu-item-887004" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-887004"><a href="https://kansas.obituariesandcelebrations.com/">Submit obituaries and celebrations</a></li>
	<li id="menu-item-1267134" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1267134"><a href="https://www2.ljworld.com/statement-of-values/">Statement of Values</a></li>
</ul>
</li>
<li id="menu-item-887007" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-887007"><a href="https://mynewsonthego.com/ljw/free/getpubfront.aspx?freeid=7884d830-0bf4-4da8-a3c6-e19a74db28d3">View e-Edition</a></li>
<li id="menu-item-1222702" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1222702"><a href="https://www2.ljworld.com/contact-us/">Subscriptions</a>
<ul class="sub-menu">
	<li id="menu-item-1028671" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1028671"><a href="https://www2.ljworld.com/submit-newspaper-vacation-hold/">Submit a vacation hold</a></li>
	<li id="menu-item-1117808" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1117808"><a href="https://lawrenceks.circulationpro.com/scripts/WebObjects.exe/LawrenceKSSubscriberSelfService/">Subscription Online Bill Pay</a></li>
	<li id="menu-item-1222701" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1222701"><a href="https://www2.ljworld.com/missed-paper-form/">Missed Paper Form</a></li>
</ul>
</li>
<li id="menu-item-712500" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-712500"><a href="https://www2.ljworld.com/advertise/">Advertise</a></li>
<li id="menu-item-1083091" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1083091"><a href="https://www2.ljworld.com/advertise">Community Organizations</a>
<ul class="sub-menu">
	<li id="menu-item-1083089" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1083089"><a href="https://www2.ljworld.com/chamber/">News from The Chamber</a></li>
	<li id="menu-item-1083088" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1083088"><a href="https://www2.ljworld.com/library/">News from Lawrence Public Library</a></li>
	<li id="menu-item-1294393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1294393"><a href="https://www2.ljworld.com/the-city-beat/">News and Information from the Lawrence Police Department</a></li>
</ul>
</li>
<li id="menu-item-888389" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-888389"><a href="https://classifieds.lawrence.com/">Classifieds</a></li>
<li id="menu-item-888388" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-888388"><a href="https://jobs.lawrence.com/">Jobs</a></li>
<li id="menu-item-887005" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-887005"><a href="https://www2.ljworld.com/customer-service/">Customer Service FAQ</a></li>

     
</ul>
				
				</div>
			</div>
			<script type='text/javascript' id='disqus_count-js-extra'>
/* <![CDATA[ */
var countVars = {"disqusShortname":"ljworld"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www2.ljworld.com/wp-content/plugins/disqus-comment-system/public/js/comment_count.js?ver=3.1.1' id='disqus_count-js'></script>

<script type="text/javascript">
    $(function(){
        var $searchlink = $('#searchtoggl i');
        var $searchbar  = $('#searchbar');

        $('#social_search ul li a').on('click', function(e){
            e.preventDefault();

            if($(this).attr('id') == 'searchtoggl') {
                if(!$searchbar.is(":visible")) {
                    // if invisible we switch the icon to appear collapsable
                    $searchlink.removeClass('top_search').addClass('top_search-minus');
                } else {
                    // if visible we switch the icon to appear as a toggle
                    $searchlink.removeClass('top_search-minus').addClass('top_search');
                }

                $searchbar.slideToggle(300, function(){
                    // callback after search bar animation
                });
            }
        });

        /* $('#searchform').submit(function(e){
		  e.preventDefault(); // stop form submission
		}); */
    });
</script>



<style>#fb-root {display:none !important;}</style>
<!-- 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', '179482296264296');
  fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
  src="https://www.facebook.com/tr?id=179482296264296&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script type="text/javascript">
    window._taboola = window._taboola || [];
    _taboola.push({flush: true});
</script>
<!-- LAZY LOAD -->
<script src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@11.0.6/dist/lazyload.min.js"></script>
<script id="rendered-js">
    var lazyLoadInstance = new LazyLoad({
        elements_selector: ".lazy"
    });
</script>
</body>
</html>
<!-- *´¨)
     ¸.•´¸.•*´¨) ¸.•*¨)
     (¸.•´ (¸.•` ¤ Comet Cache is Fully Functional ¤ ´¨) -->

<!-- Cache File Version Salt:       n/a -->

<!-- Cache File URL:                https://www2.ljworld.com/rss/weblog_entries/marketplace-blog/ -->
<!-- Cache File Path:               /cache/comet-cache/cache/https/www2-ljworld-com/rss/weblog-entries/marketplace-blog.html -->

<!-- Cache File Generated Via:      HTTP request -->
<!-- Cache File Generated On:       Jun 12th, 2026 @ 2:59 pm UTC -->
<!-- Cache File Generated In:       4.09603 seconds -->

<!-- Cache File Expires On:         Jun 13th, 2026 @ 2:59 pm UTC -->
<!-- Cache File Auto-Rebuild On:    Jun 13th, 2026 @ 2:59 pm UTC -->

<!-- Loaded via Cache On:    Jun 12th, 2026 @ 3:37 pm UTC -->
<!-- Loaded via Cache In:    0.00280 seconds -->