
<!DOCTYPE html>

<html lang="en">
<head id="Head1"><meta charset="UTF-8" /><link href="/DefaultContent/Default/bootstrap.min.css" rel="stylesheet"/>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" /><title>
	
    News | Richardson, TX

</title>
    <script type="text/javascript">
        //script for making "view full site" button work on mobile devices 
        function getCookie(c_name) {
            var i, x, y, ARRcookies = document.cookie.split(";");
            for (i = 0; i < ARRcookies.length; i++) {
                x = ARRcookies[i].substr(0, ARRcookies[i].indexOf("="));
                y = ARRcookies[i].substr(ARRcookies[i].indexOf("=") + 1);
                x = x.replace(/^\s+|\s+$/g, "");
                if (x == c_name) {
                    return unescape(y);
                }
            }
        }

        function setCookie(c_name, value, exdays) {
            var exdate = new Date();
            exdate.setDate(exdate.getDate() + exdays);
            var c_value = escape(value) + ((exdays == null) ? "" : "; expires=" + exdate.toUTCString());
            c_value = (window.location.protocol == 'https:') ? c_value + "; secure" : c_value;
            document.cookie = c_name + "=" + c_value;
        }

        var isResponsive = getCookie('ISRESPONSIVE');
        if (isResponsive != "no" && isResponsive != "yes") {
            setCookie('ISRESPONSIVE', 'yes', 7);
            document.write('<meta name="viewport" content="width=device-width" />');
            isResponsive = 'yes';
        } else {
            if (isResponsive == "no") {
                document.write('<meta name="viewport" content="width=980" />');
            }
            else {
                document.write('<meta name="viewport" content="width=device-width" />');
            }
        }
    </script>

    <link href="/DefaultContent/Default/StyleBundleDesignTheme.cssbnd?v=Qy4FEDnSuqgYP0kXBAdLI8TSriWt_DeV6Q1j5oN8tZA1" rel="stylesheet"/>
<link href="/Project/Contents/Main/StyleBundleDesignTheme.cssbnd?v=VTUmwRcRFp0_6H12YeF2RD0hU8Ur4T1Q2WUlX3oSZCI1" rel="stylesheet"/>
<link href="/Areas/Admin/Content/StyleBundleFrontendExtra.cssbnd?v=-cG6bfciEzyG0pVpDdXAbInOUnqKuoiK61z7_e6NMxo1" rel="stylesheet"/>
<link href="/DefaultContent/Default/Print.cssbnd?v=47rmsGcOk4CIHfb2HDg7t9s31eiFEWHej5QI1ytFlII1" rel="stylesheet" media="print" />
<link href="/Project/Contents/Main/Print.cssbnd?v=UQ-WbTYt6-fou9fUDPY3am5Wx56zuyJ_MaQzEr8Zmt01" rel="stylesheet" media="print" />
<link href="/DefaultContent/Default/kendo/StyleBundleKendo.cssbnd?v=xST1bsl5yknXpl9jp1HsezLGTLBh6mO_aQWPARk7ONM1" rel="stylesheet"/>
<script src="/Scripts/ScriptBundleFAllInOne.jsbnd?v=2ow9ur3k1MGEtzCs1H51pp-FEILBG8DzHvoK8dTGSnQ1"></script>

<script>
    function handleExternalURL() { };
</script>
<script>window.visionOptions = {virtualApplicationPath:'/',logOnPath:'Admin/LogOn',logOffPath:'Admin/LogOff',enableSessionTimeout:false,sessionTimeoutInMinutes:30,timeToAlertBeforeSessionTimeoutInMinutes:5,extendSessionTimeoutPath:'Admin/Account/ExtendSessionTimeout',mainFolderPath:'/Project/Contents/Main/',centerLocation:'Richardson, TX', siteID:1, navigationID:73, isHomePage:false, emergencyNoticeChanged:false, loggedIn:false, showTopTips:true, currentDesignFolderPath:'/Project/Contents/Main/', useDesignThemFontSizeCss:false , clientResponsiveTableEnabled:true, imageUrl:'/Home/ShowImage?id=', engagementAdminEndPoint:'/Admin/Engagement/', visionLiveAdminEndPoint:'/Admin/Components/', cmsAdminEndPoint:'/Admin/', enableSplashUrl:true };;window.visionApps={"cms_core":{"DateFormat":"MM/dd/yyyy","TimeFormat":"h:mm tt","PhoneFormat":"(999) 999-9999","OrganizationName":"Richardson, TX","TimeAMFormat":"AM","TimePMFormat":"PM","GoogleReCaptchaPublicKey":"6LfD_hgUAAAAAHPhLzmYTQReOp5mspjlIxKQ1y-H","GoogleReCaptchaPrivateKey":"6LfD_hgUAAAAAJxD59VxieU2e9Bd1Q2otE-8-tpy"}};;window.visionApps.token="eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2Q0JDLUhTNTEyIiwiayI6IjVldlBoblRNTlNUTnJublc2YUY1SEE9PSJ9.BybrCd7xD8-LWFnV6Rei4yhS9Dc3FRyTPtnim0gi0I4cuXEaUEPxWAEHPKiAqsqBfYZjyTbkQo2PZRIT8LHR1RL7UdTtzC5r.wBIzdZcoKBBrFxcad-LkjA.-V10RU-cHI4jUe4JX4uvR-GZZEs0kjNOI3_EYSxxXKPKffM-Ih44clm0DJ41vQvIxa--VtfDZ_Clchvat9KdKVb9L2w8K59ghNxOJtObqU4gejRkatF1YoPgbk9PEBHv88J2zzmfbEAOLojv-6op0zhDXo7nXfPoR4sWKKHWBj2RAvqLnRo8Wi7OTAb7yq08VC-BM-e1FkddXGaa18eVS7ayJ2F_4PSVZxrH4916RcQ.r9PhHQirHG_OEeU4cGfnUpFz7b7qeTcnU7d5_bc-M2I";</script>

    <script type="text/javascript">
        // added the htmlEncode and htmlDecode method to fixed the js load order issue.
        $.extend($, {
            htmlEncode: function (html) {
                var temp = document.createElement("div");
                (temp.textContent != undefined) ? (temp.textContent = html) : (temp.innerText = html);
                var output = temp.innerHTML;
                temp = null;
                return output;
            },
            htmlDecode: function (text) {
                var temp = document.createElement("div");
                temp.innerHTML = text;
                var output = temp.innerText || temp.textContent;
                temp = null;
                return output;
            }
        });

        //script for view full site button, placed here to keep firefox for mobile devices happy
        $(function () {
            var viewFullElement = document.getElementById("view-full");
            if (viewFullElement) {
                if (isResponsive == "yes") {
                    viewFullElement.className = 'mobile_only fullsite';
                }
                else {
                    viewFullElement.innerHTML = 'View Mobile Optimized';
                    viewFullElement.className = '';
                }
            }
        });
    </script>
    

    <!--[if lt IE 9]>
        <script src="/Scripts/ScriptBundleOthers.jsbnd?v=3Q7FhTQfRrKx8h7Kvdbh9bBluzlNlXKsFAERd4g8_TY1"></script>

	<![endif]-->

    
    <link id="active_font" rel="stylesheet" type="text/css" href="/Project/Contents/Main/x-small.css">
    
    <link rel="Shortcut Icon" href="/favicon.ico" />

    
    

<!-- Google Universal Analytics -->
<script type="text/javascript">
    (function (i, s, o, g, r, a, m) {
        i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
            (i[r].q = i[r].q || []).push(arguments)
        }, i[r].l = 1 * new Date(); a = s.createElement(o),
        m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
    })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

    ga('create', 'UA-10329182-3', 'auto');
    ga('require', 'displayfeatures');
    //TFS 21771, Enhanced Link Attribution, https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-link-attribution
    ga('require', 'linkid'); 
    ga('set', 'dimension1', 'News, ID:73');
    ga('set', 'dimension2', '2018');
    ga('send', 'pageview');
</script>
<!-- End Google Universal Analytics -->

      
    
    <meta name="description" content="" />
    <meta name="keywords" content="" />
    
</head>

<body class="front_end_body site_standardsitetemplate ">
    <link href="/DefaultContent/Default/StyleBundleAngularLib.cssbnd?v=sED2Qjf38ysQJYZW_ZvZj-7IGXKm4NOJhdA51oOtG5A1" rel="stylesheet"/>

<script src="/Scripts/ScriptBundleAngularLib.jsbnd?v=mKEpkTe3Xh97QKqIC8bYZcZcx39z5ppgmuHcH22MDes1"></script>


<script>
    (function (window, angular) {
        
        $("body").attr("ng-app", "vi.cms");
        
        window.viCurrentModule = angular.module("vi.cms", []);
    })(window, angular)
</script>

<script>
    window.frontendCommonConfig = {
        loginPage: 'http://www.cor.net/sys/sso/login',
        photoBaseUrlForPeople: 'http://www.cor.net/sys/sso/ShowProfilePhoto?id=',
        photoBaseUrl: 'http://www.cor.net/Home/ShowImage?id=',
        token: window.visionApps ? window.visionApps.token : '',
        cmsUserLogged: false,
        anonymousAvatar: 'http://www.cor.net/DefaultContent/Default/_gfx/anonymous.png',
        loginUser: {
            name: '',
            avatar: '',
            userID: null,
            firstName: '',
            lastName: '',
            imageID: null,
            email: '',
        }
    };

</script>
    
    <script src="/Scripts/frontendCoreBundle.jsbnd?v=MRJchHgeI1CDy2b7x6CDIQeS1r9s9Q3xMr2xjS1cFIQ1"></script>


    
    <!--stopindex-->
    <noscript>
        <div class="noscript_alert"><span>Please enable JavaScript in your browser for a better user experience.</span></div>
    </noscript>
    <!--startindex-->
    <div class="vi-temp-message-container" style="display:none;"></div>


    
    

<div class="sitewrapper  site_template mainSpan_wrapper">
    <div class="mainSpan" id="mainSpan_wrapper_Screen">
        <!--stopindex-->
        <div id="skipnav" tabindex="-1">
            <a href="#sitebody" tabindex="-1">
                <img alt="Skip to page body" src="/DefaultContent/Default/_gfx/spacer.gif" /></a>
            
            <a title="Home" href="/home" tabindex="-1">
                <img alt="Home" src="/DefaultContent/Default/_gfx/spacer.gif" /></a>
            
            <a title="Our City" href="/our-city" tabindex="-1">
                <img alt="Our City" src="/DefaultContent/Default/_gfx/spacer.gif" /></a>
            
            <a title="Departments" href="/departments-7" tabindex="-1">
                <img alt="Departments" src="/DefaultContent/Default/_gfx/spacer.gif" /></a>
            
            <a title="Government" href="/government" tabindex="-1">
                <img alt="Government" src="/DefaultContent/Default/_gfx/spacer.gif" /></a>
            
            <a title="Businesses" href="/businesses" tabindex="-1">
                <img alt="Businesses" src="/DefaultContent/Default/_gfx/spacer.gif" /></a>
            
            <a title="Services" href="/services-6" tabindex="-1">
                <img alt="Services" src="/DefaultContent/Default/_gfx/spacer.gif" /></a>
            
            <a title="I want to..." href="/i-want-to" tabindex="-1">
                <img alt="I want to..." src="/DefaultContent/Default/_gfx/spacer.gif" /></a>
            
        </div>
        <!--startindex-->

        <header id="siteheader" class="">
            <!--stopindex-->
			<h1 class="wcag_only">Richardson, TX</h1>
            <a id="home_link" href="/home">Home</a>
            
            <a class="menu_trigger mobile_only" href="javascript:void(0);">Menu</a>
            
            <!--startindex-->
            
<div id="headercolumn" class="site_template_column  header_column   " >

                <!--stopindex-->
                
<div id="top_nav">
		<a href="/our-city/city-contacts" target="_self">Contact Us</a>
		<a href="/departments/human-resources/jobs" target="_self">Employment</a>
		<a href="/government/transparency-initiative" target="_self">Transparency</a>
	<a href="javascript:void" onclick="javascript:GoogleTranslateLink();">Translate</a>
</div>
<script type="text/javascript">
    function GoogleTranslateLink()
    {
        if (window.location.href.indexOf("translate.google.com") == -1)
        {
            var url = "https://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&layout=1&eotf=1&sl=en&tl=es&u=";
            url += escape(window.location.href);
            window.location.href = url;
        }
        else
        {
            //do nothing
        }
    }
</script>
                <!--startindex-->
            

                <!--stopindex-->
                
<div id="searchbox" class="clearfix">
	<label style="display: none;" for="search_text">Search</label>
	<input type="text" title="Search..."  id="search_text" placeholder="Search..." />		
	<a href="javascript:void(0);">Go</a>
</div>
<script type="text/javascript">
$(function () {
    $("#searchbox input").keydown(function(e){
	if(e.keyCode == 13){
			$("#searchbox a").click();
	}
});
$("#searchbox a").click(function () {
    var keyWord = $("#searchbox input#search_text").val();
	if(keyWord.length<=0){return false;}
        keyWord  = encodeURIComponent(keyWord.replace("<"," ").replace(">"," ") );
        var link = '/our-city/search-results';
	if (link.indexOf("?") >= 0 )
	    link = link + "&q=" + keyWord;
	    else
	    link = link + "?q=" + keyWord;
        window.location.href = link;
    });
});
</script>
                <!--startindex-->
            

</div>

        </header>

        
<div class="standardlayout clearfix" id="sitebody">
    
<div id="ColumnUserControl1" class="column   top_col clearfix  "  >
    <!--!!WidgetStart, vi-orderdata="0"  vi-hideonmobile="false" vi-widgetinstancedata="37"WidgetStart!!-->    

                <!--stopindex-->
                


    <div class=" main_menu_widget">
        <link href="/DefaultContent/Default/StyleBundleMegaMenuDropDown.cssbnd?v=CD_eN-fYJU8KKPigt6x-Ey-z8_WTsoZ7bqx2pLTZtXU1" rel="stylesheet"/>
<link href="/Project/Contents/Main/StyleBundleMegaMenuDropDown.cssbnd?v=2gbMkErjyz7Kgw5UPXMM5TAo_xVWXCIWCm1zF6UNOno1" rel="stylesheet"/>

        <nav class="advancedmegamenu mainnav" id="menuContainer_37_0_140"><ul class="dropdownmenu clearfix"><li class="megamenu_first" id="dropdownrootitem1"><a class="dropdownrootitem1" href="/home" title="City of Richardson Home" data-navid="1" >Home</a></li><li class="megamenu_first" id="dropdownrootitem2"><a class="dropdownrootitem2" href="/our-city" title="Our City" data-navid="2" >Our City</a><div class="megamenu_container widthcontainer4col fullwidthdisplay"><div class="inner_container"><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/arts-and-culture" title="Arts and Culture" data-navid="1812" target="_self">Arts and Culture</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/arts-and-culture/public-artwalk" title="Public ArtWalk" data-navid="2473" >Public ArtWalk</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/city-contacts" title="City Contacts" data-navid="884" >City Contacts</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/city-contacts/city-council" title="City Council" data-navid="885" target="_self">City Council</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/city-contacts/department-contact-list" title="Department Contact List" data-navid="1666" >Department Contact List</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/city-contacts/staff-directory" title="Staff Directory" data-navid="1237" >Staff Directory</a></li></ul></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/city-facilities" title="City Facilities" data-navid="1493" >City Facilities</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/city-facilities/civic-center" title="Civic Center" data-navid="1494" target="_self">Civic Center</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/city-facilities/eisemann-center" title="Eisemann Center" data-navid="1650" target="_blank">Eisemann Center</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/city-facilities/library" title="Library" data-navid="2243" target="_self">Library</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/city-facilities/municipal-court" title="Municipal Court" data-navid="1495" target="_self">Municipal Court</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/city-facilities/parks-and-recreation-facilities" title="Parks and Recreation Facilities" data-navid="1496" target="_self">Parks and Recreation Facilities</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/city-facilities/sherrill-park-golf-course" title="Sherrill Park Golf Course" data-navid="1657" target="_blank">Sherrill Park Golf Course</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/city-facilities/senior-center" title="Senior Center" data-navid="3734" >Senior Center</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/city-maps" title="City Maps" data-navid="887" target="_self">City Maps</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/emergency-services" title="Emergency Services" data-navid="1481" >Emergency Services</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/emergency-services/animal-services" title="Animal Services" data-navid="1484" target="_self">Animal Services</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/emergency-services/emergency-management" title="Emergency Management" data-navid="1485" target="_self">Emergency Management</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/emergency-services/fire-department" title="Fire Department" data-navid="1482" target="_self">Fire Department</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/emergency-services/police-department" title="Police Department" data-navid="1483" target="_self">Police Department</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/emergency-services/water-issues" title="Water Issues" data-navid="3766" target="_self">Water Issues</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/events-calendar" title="Events Calendar" data-navid="64" >Events Calendar</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/healthcare-facilities" title="Healthcare Facilities" data-navid="949" >Healthcare Facilities</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/hoa-and-neighborhood-assoc" title="HOA and Neighborhood Assoc." data-navid="889" target="_self">HOA and Neighborhood Assoc.</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/home-improvement-incentive-program-hiip" title="Home Improvement Incentive Program (HIIP)" data-navid="890" target="_self">Home Improvement Incentive Program (HIIP)</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/new-resident-guide" title="New Resident Guide" data-navid="2244" target="_blank">New Resident Guide</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/news-videos" title="News / Videos" data-navid="1486" >News / Videos</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/news-videos/news" title="News" data-navid="73" >News</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/schools-and-universities" title="Schools and Universities" data-navid="937" >Schools and Universities</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/transportation" title="Transportation" data-navid="954" >Transportation</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/transportation/dart" title="DART" data-navid="956" target="_self">DART</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/transportation/hike-and-bike-trails" title="Hike and bike trails" data-navid="955" target="_self">Hike and bike trails</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/our-city/transportation/ntta" title="NTTA" data-navid="957" target="_self">NTTA</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/utilities" title="Utilities" data-navid="958" >Utilities</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/our-city/visitors" title="Visitors" data-navid="4" >Visitors</a></li></ul>
</div></div></li><li class="megamenu_first" id="dropdownrootitem3"><a class="dropdownrootitem3" href="/departments-7" title="Departments" data-navid="7" >Departments</a><div class="megamenu_container widthcontainer4col fullwidthdisplay"><div class="inner_container"><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/animal-services" title="Animal Services" data-navid="128" >Animal Services</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/budget" title="Budget" data-navid="1051" >Budget</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/building-inspection" title="Building Inspection" data-navid="43" >Building Inspection</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/building-inspection/commercial" title="Commercial Construction" data-navid="367" >Commercial</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/building-inspection/residential" title="Residential Construction" data-navid="368" >Residential</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/capital-projects-engineering" title="CAPITAL PROJECTS/ENGINEERING DEPARTMENT" data-navid="144" >Capital Projects &amp; Engineering</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/capital-projects-engineering/construction-inspection" title="Construction Inspection" data-navid="595" >Construction Inspection</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/capital-projects-engineering/floodplain-information" title="Floodplain Information" data-navid="285" target="_self">Floodplain Information</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/capital-projects-engineering/right-of-way-permits" title="Right-of-Way Permits" data-navid="449" >Right-of-Way Permits</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/capital-projects-engineering/standard-construction-details" title="Standard Construction Details" data-navid="280" >Standard Construction Details</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/civic-center" title="Civic Center" data-navid="150" >Civic Center</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/civic-center/calendar" title="Calendar" data-navid="786" >Calendar</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/civic-center/hours-and-contacts" title="Hours and Contacts" data-navid="454" >Hours and Contacts</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/civic-center/maps-and-directions" title="Maps and Directions" data-navid="154" >Maps and Directions</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/communications" title="Communications" data-navid="146" >Communications</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/communications/press-releases" title="Press Releases" data-navid="149" target="_self">Press Releases</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/communications/richardson-today-online" title="Richardson Today Online" data-navid="981" target="_self">Richardson Today Online</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/communications/video-news-releases" title="Video News Releases" data-navid="2353" >Video News Releases</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/communications/week-in-review" title="Week in Review" data-navid="1543" >Week in Review</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/community-services" title="Community Services" data-navid="17" >Community Services</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/community-services/code-enforcement" title="Code Enforcement" data-navid="44" >Code Enforcement</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/community-services/community-programs" title="Community Programs" data-navid="45" >Community Programs</a></li></ul></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/development-services" title="Development Services" data-navid="1680" >Development Services</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/development-services/applications-and-forms" title="Applications and Forms" data-navid="1080" >Applications and Forms</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/development-services/comprehensive-planning" title="Comprehensive Planning" data-navid="2463" >Comprehensive Planning</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/development-services/development-status-map" title="Development Status Map" data-navid="505" >Development Status Map</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/development-services/regulations-and-guidelines" title="Regulations and Guidelines" data-navid="325" >Regulations and Guidelines</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/emergency-management" title="Office of Emergency Management" data-navid="294" >Emergency Management</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/finance" title="Finance" data-navid="528" >Finance</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/fire-department" title="Fire Department" data-navid="166" >Fire Department</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/fire-department/permits" title="Fire Permits" data-navid="175" >Permits</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/fire-department/prevention" title="Fire Prevention" data-navid="173" >Prevention</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/fire-department/recruiting" title="Fire Department Recruiting" data-navid="170" >Recruiting</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/geographic-information-services" title="Geographic Information Services" data-navid="1188" >Geographic Information Services</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/health-department" title="Health Department" data-navid="181" >Health Department</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/health-department/health-news-events" title="Health News &amp; Events" data-navid="183" >Health News &amp; Events</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/health-department/health-permits" title="Health Permits" data-navid="188" >Health Permits</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/health-department/restaurant-scores" title="Restaurant Scores" data-navid="362" target="_blank">Restaurant Scores</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/human-resources" title="Human Resources" data-navid="196" >Human Resources</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/human-resources/ada-compliance" title="ADA Compliance" data-navid="2047" >ADA Compliance</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/human-resources/employee-benefits" title="Employee Benefits" data-navid="2635" >Employee Benefits</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/human-resources/hr-notices" title="HR Notices" data-navid="337" >HR Notices</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/human-resources/jobs" title="Employment Opportunities" data-navid="197" >Jobs</a></li></ul></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/public-library" title="Richardson Public Library" data-navid="18" >Library</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/public-library/hours-contact-information" title="Hours &amp; Contact Information" data-navid="28" >Hours &amp; Contact Information</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/public-library/catalog-search" title="Catalog Search" data-navid="21" target="_blank">Catalog Search</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/public-library/event-calendar" title="Event Calendar" data-navid="23" >Event Calendar</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/public-library/richardson-reads-one-book" title="Richardson Reads One Book" data-navid="2722" >Richardson Reads One Book</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/municipal-court" title="Municipal Court " data-navid="200" >Municipal Court</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/municipal-court/directions" title="Directions" data-navid="201" >Directions</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/municipal-court/jury-service" title="Jury Service" data-navid="210" >Jury Service</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/municipal-court/warrant-information" title="Warrant Information" data-navid="206" >Warrant Information</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/municipal-court/you-received-a-citation-what-can-you-do" title="You Received a Citation. What can you do?" data-navid="212" >You Received a Citation. What can you do?</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/parks-recreation" title="Parks &amp; Recreation" data-navid="15" >Parks &amp; Recreation</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/parks-recreation/community-events" title="Community Events" data-navid="34" >Community Events</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/parks-recreation/gymnastics-center" title="Gymnastics Center" data-navid="38" >Gymnastics Center</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/parks-recreation/parks-trails" title="Parks &amp; Trails" data-navid="39" >Parks &amp; Trails</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/parks-recreation/recreation-centers" title="Recreation Centers" data-navid="40" >Recreation Centers</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/parks-recreation/senior-center" title="Senior Center" data-navid="41" >Senior Center</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/parks-recreation/tennis-center" title="Tennis Center" data-navid="42" >Tennis Center</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/police" title="Police" data-navid="2550" >Police</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/property-tax" title="Property Tax" data-navid="213" >Property Tax</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/public-services" title="Public Services" data-navid="215" >Public Services</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/public-services/response-center" title="Response Center" data-navid="230" >Response Center</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/public-services/streets" title="Streets" data-navid="224" >Streets</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/public-services/trash-recycling" title="Trash/Recycling" data-navid="216" >Trash/Recycling</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/public-services/water" title="Water" data-navid="225" >Water</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/purchasing" title="Purchasing" data-navid="231" >Purchasing</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/purchasing/doing-business-with-the-city" title="Doing Business with the City of Richardson" data-navid="696" >Doing Business with the City</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/traffic-transportation" title="Traffic &amp; Transportation" data-navid="232" >Traffic &amp; Transportation</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/traffic-transportation/frequently-asked-questions" title="Frequently Asked Questions" data-navid="1318" >Frequently Asked Questions</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/traffic-transportation/bicycle-facilities" title="Bicycle Facilities" data-navid="265" >Bicycle Facilities</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/traffic-transportation/resident-information" title="Resident Information" data-navid="942" >Resident Information</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/traffic-transportation/traffic-count-program" title="Traffic Count Program" data-navid="1322" >Traffic Count Program</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/departments/water-customer-service" title="Water Customer Service" data-navid="233" >Water Customer Service</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/water-customer-service/pay-your-bill" title="Pay Your Bill" data-navid="1630" >Pay Your Bill</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/departments/water-customer-service/start-new-service" title="Start New Service" data-navid="1631" >Start New Service</a></li></ul></li></ul>
</div></div></li><li class="megamenu_first" id="dropdownrootitem4"><a class="dropdownrootitem4" href="/government" title="Government" data-navid="5" >Government</a><div class="megamenu_container widthcontainer5col fullwidthdisplay"><div class="inner_container"><ul class="megamenu_column megamenu_column_content"><li class="megamenu_level1">    <section class="small_box events_box mobile_list">
    <h2 class="box_title mobile_header">Events</h2>
        <div class="box_content clearfix">

            <ul>
  
<li>
	  <a href="/Home/Components/Calendar/Event/12338/23?backlist=%2falert.aspx" target="_self">Reception and City Council Meeting</a>
	<p class="item_smalltext">02/19/2018 6:00 PM - 11:30 PM</p>
</li>  
<li>
	  <a href="/Home/Components/Calendar/Event/12340/23?backlist=%2falert.aspx" target="_self">City Council Worksession and Regular Meeting</a>
	<p class="item_smalltext">02/26/2018 6:00 PM</p>
</li>  
<li>
	  <a href="/Home/Components/Calendar/Event/12342/23?backlist=%2falert.aspx" target="_self">City Council Worksession</a>
	<p class="item_smalltext">03/05/2018</p>
</li>            </ul>
            <a href="/departments/public-library/event-calendar" class="box_bottomlink">More Events</a>
        </div>
</section>


<script type="text/javascript">
    $(function() {
        
    })
</script>
</li></ul>
<ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/government/awards-and-achievements" title="Awards and Achievements" data-navid="2265" >Awards and Achievements</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/government/boards-commissions-meetings" title="Boards, Commissions, &amp; Meetings" data-navid="108" >Boards, Commissions, &amp; Meetings</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/government/boards-commissions-meetings/all-meetings" title="Public Meetings" data-navid="1316" >All Public Meetings</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/government/budget-information" title="Budget Information" data-navid="111" target="_self">Budget Information</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/government/charter-amendment-election" title="Charter Amendment Election" data-navid="2217" >Charter Amendment Election</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/government/charter-code-of-ordinances" title="Charter / Code of Ordinances" data-navid="1547" >Charter / Code of Ordinances</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/government/charter-code-of-ordinances/code-of-ordinances" title="Code of Ordinances" data-navid="2219" target="_blank">Code of Ordinances, Minutes, &amp; Resolutions</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/government/charter-review-commission" title="Charter Review Commission" data-navid="2019" >Charter Review Commission</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/government/city-council" title="Richardson City Council" data-navid="112" >City Council</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-council/ceremonial-requests" title="Ceremonial Requests" data-navid="2007" target="_self">Ceremonial Requests</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-council/code-of-ethics" title="Code of Ethics" data-navid="115" >Code of Ethics</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-council/council-goals" title="2017 - 2019 Statement of Goals" data-navid="1907" >Council Goals</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-council/city-council" title="Meeting Calendar" data-navid="1262" >Council Meeting Calendar</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-council/council-meeting-documents" title="Council Meeting Documents" data-navid="1583" target="_self">Council Meeting Documents</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-council/state-of-the-city-address" title="State of the City Address" data-navid="1578" >State of the City Address</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-council/watch-live-council-video" title="Watch Live Council Video" data-navid="1505" target="_self">Watch Live Council Video</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-council/who-are-our-city-council-members" title="Who are our City Council Members?" data-navid="114" >Who are our City Council Members?</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-council/meeting-minutes" title="Meeting Minutes" data-navid="1534" >Meeting Minutes</a></li></ul></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/government/city-manager-s-office" title="City Manager&#39;s Office" data-navid="118" >City Manager&#39;s Office</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/government/city-secretary" title="City Secretary" data-navid="124" >City Secretary</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-secretary/contact-us" title="Contact Us" data-navid="2617" >Contact Us</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-secretary/alcoholic-beverage-permit" title="Alcoholic Beverage Permit" data-navid="1434" >Alcoholic Beverage Permit</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-secretary/claims" title="Claims" data-navid="1406" >Claims</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-secretary/elections" title="Elections" data-navid="1423" >Elections</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-secretary/public-information-open-records" title="Public Information \ Open Records" data-navid="1404" >Public Information \ Open Records</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-secretary/serving-on-a-board-or-commission" title="Serving on a Board or Commission" data-navid="1409" >Serving on a Board or Commission</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/city-secretary/ceremonial-requests" title="Ceremonial Requests" data-navid="2011" >Ceremonial Requests</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/government/elections" title="Elections" data-navid="2180" target="_self">Elections</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/government/regional-state-and-federal-offices" title="Regional, State and Federal Offices" data-navid="127" >Regional, State and Federal Offices</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/government/transparency-initiative" title="Transparency Initiative" data-navid="2317" >Transparency Initiative</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/government/transparency-initiative/traditional-finances" title="Traditional Finances" data-navid="2325" >Traditional Finances</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/transparency-initiative/debt-obligations" title="Debt Obligations" data-navid="2326" >Debt Obligations </a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/transparency-initiative/public-pension" title="Public Pension" data-navid="2324" >Public Pension</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/transparency-initiative/contracts-and-procurement" title="Contracts and Procurement" data-navid="2327" >Contracts and Procurement</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/government/transparency-initiative/economic-development" title="Economic Development" data-navid="2349" >Economic Development</a></li></ul></li></ul>
</div></div></li><li class="megamenu_first" id="dropdownrootitem5"><a class="dropdownrootitem5" href="/businesses" title="Businesses" data-navid="3" >Businesses</a><div class="megamenu_container widthcontainer4col fullwidthdisplay"><div class="inner_container"><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/businesses/business-crime-watch" title="Business Crime Watch" data-navid="1296" target="_self">Business Crime Watch</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/businesses/chamber-of-commerce" title="Chamber of Commerce" data-navid="821" target="_blank">Chamber of Commerce</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/businesses/convention-and-visitors-bureau" title="Convention and Visitors Bureau" data-navid="819" target="_blank">Convention and Visitors Bureau</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/businesses/corporate-challenge" title="Corporate Challenge" data-navid="828" target="_blank">Corporate Challenge</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/businesses/hotels" title="Hotels" data-navid="822" target="_blank">Hotels</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/businesses/new-business-guide" title="New Business Guide" data-navid="2339" target="_blank">New Business Guide</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/businesses/open-bids-for-city-projects" title="Open Bids for City Projects" data-navid="820" target="_self">Open Bids for City Projects</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/businesses/restaurants" title="Restaurants" data-navid="823" target="_blank">Restaurants</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/businesses/richardson-economic-development-partnership" title="Richardson Economic Development Partnership" data-navid="1789" target="_blank">Richardson Economic Development Partnership</a></li></ul>
</div></div></li><li class="megamenu_first" id="dropdownrootitem6"><a class="dropdownrootitem6" href="/services-6" title="Services" data-navid="6" >Services</a><div class="megamenu_container widthcontainer4col fullwidthdisplay"><div class="inner_container"><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/services/animal-shelter" title="Animal Shelter" data-navid="803" target="_self">Animal Shelter</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/services/department-contact-list" title="Department Contact List" data-navid="1687" >Department Contact List</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/services/eisemann-center" title="Eisemann Center" data-navid="1651" >Eisemann Center</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/services/environmental-partnership-initiatives" title="Environmental Partnership Initiatives" data-navid="2329" >Environmental Partnership Initiatives</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/services/environmental-partnership-initiatives/richardson-plants" title="Richardson Plants" data-navid="2331" >Richardson Plants</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/services/environmental-partnership-initiatives/richardson-conserves" title="Richardson Conserves" data-navid="2332" >Richardson Conserves</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/services/environmental-partnership-initiatives/richardson-informs" title="Richardson Informs" data-navid="2333" >Richardson Informs</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/services/fire" title="Fire" data-navid="804" target="_self">Fire</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/services/police" title="Police" data-navid="816" target="_self">Police</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/services/recreation-facilities" title="Recreation Facilities" data-navid="802" target="_self">Recreation Facilities</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/services/recreation-facilities/gymnastics-center" title="Gymnastics Center" data-navid="1749" >Gymnastics Center</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/services/recreation-facilities/hike-and-bike-trails" title="Hike and Bike Trails" data-navid="811" target="_self">Hike and Bike Trails</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/services/recreation-facilities/public-parks" title="Public Parks" data-navid="812" target="_self">Public Parks</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/services/recreation-facilities/recreation-centers" title="Recreation Centers" data-navid="813" target="_self">Recreation Centers</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/services/recreation-facilities/sherrill-park-golf-course" title="Sherrill Park Golf Course" data-navid="996" target="_blank">Sherrill Park Golf Course</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/services/recreation-facilities/swimming-pools" title="Swimming Pools" data-navid="814" target="_self">Swimming Pools</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/services/recreation-facilities/tennis-courts" title="Tennis Courts" data-navid="815" target="_self">Tennis Courts</a></li></ul></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/services/recycling" title="Recycling" data-navid="806" target="_self">Recycling</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/services/transportation" title="Transportation" data-navid="801" target="_self">Transportation</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/services/transportation/dart" title="DART" data-navid="808" target="_self">DART</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/services/transportation/hike-and-bike-trails" title="Hike and Bike Trails" data-navid="809" target="_self">Hike and Bike Trails</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/services/transportation/ntta" title="NTTA" data-navid="810" target="_self">NTTA</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/services/trash-pickup" title="Trash Pickup" data-navid="807" target="_self">Trash Pickup</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/services/water-customer-service" title="Water Customer Service" data-navid="805" target="_self">Water Customer Service</a></li></ul>
</div></div></li><li class="megamenu_first" id="dropdownrootitem7"><a class="dropdownrootitem7" href="/i-want-to" title="I want to..." data-navid="8" >I want to...</a><div class="megamenu_container widthcontainer4col fullwidthdisplay"><div class="inner_container"><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/adopt-an-animal" title="Adopt an Animal" data-navid="840" target="_self">Adopt an Animal</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/apply-for-a" title="Apply for a..." data-navid="841" >Apply for a...</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/apply-for-a/alarm-permit" title="Alarm Permit" data-navid="842" target="_blank">Alarm Permit</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/apply-for-a/event-permit" title="Event Permit" data-navid="2282" target="_self">Event Permit</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/apply-for-a/garage-sale-permit" title="Garage Sale Permit" data-navid="1442" target="_self">Garage Sale Permit</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/apply-for-a/health-permit" title="Health Permit Applications" data-navid="1311" target="_self">Health Permit</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/apply-for-a/job-with-the-city" title="Apply for a Job with the City" data-navid="1313" target="_blank">Job with the City</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/apply-for-a/pet-registration" title="Pet Registration" data-navid="844" target="_self">Pet Registration</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/apply-for-a/solicitation-permit" title="Solicitation Permit Application" data-navid="1297" target="_self">Solicitation Permit</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/contact" title="Contact" data-navid="845" >Contact</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/contact/city-council-member" title="City Council Member" data-navid="846" target="_self">City Council Member</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/contact/city-departments-or-services" title="City Departments or Services" data-navid="847" target="_self">City Departments or Services</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/contact/city-phone-numbers" title="City Phone Numbers" data-navid="1187" >City Phone Numbers</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/express-a-concern" title="Express A Concern" data-navid="1504" target="_self">Express A Concern</a></li><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/online-services" title="Online Services" data-navid="1197" >Online Services</a></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/pay-online" title="Pay Online" data-navid="850" >Pay Online</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/pay-online/alarm-permit" title="Alarm Permit" data-navid="1299" target="_blank">Alarm Permit</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/pay-online/fine-citation" title="Fine/Citation" data-navid="851" target="_self">Fine/Citation</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/pay-online/pet-registration" title="Pet Registration" data-navid="1295" target="_self">Pet Registration</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/pay-online/property-tax" title="Property Tax" data-navid="852" target="_self">Property Tax</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/pay-online/red-light-violation" title="Red Light Violation" data-navid="1298" target="_blank">Red Light Violation</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/pay-online/utility-bill" title="Utility Bill" data-navid="853" target="_self">Utility Bill</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/read" title="Read" data-navid="1618" >Read</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/read/library" title="Library" data-navid="2330" target="_self">Library</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/read/parks-and-recreation-guide" title="Parks and Recreation Guide" data-navid="1620" target="_self">Parks and Recreation Guide</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/read/press-releases" title="Press Releases" data-navid="1621" target="_self">Press Releases</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/read/richardson-today-online" title="Richardson Today Online" data-navid="1622" target="_self">Richardson Today Online</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/read/week-in-review" title="Week in Review" data-navid="1623" target="_self">Week in Review</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/report-an-issue-online" title="Report an Issue Online" data-navid="854" >Report an Issue Online</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/report-an-issue-online/myrichardson-app" title="MyRichardson App" data-navid="1688" >MyRichardson App</a></li></ul></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/sign-up" title="Sign-up" data-navid="869" >Sign-up</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/sign-up/city-news-and-notifications-week-in-review" title="Week In Review" data-navid="870" target="_self">City News and Notifications (Week In Review)</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/sign-up/crime-stats-weekly-e-mail" title="Crime Stats Weekly E-Mail" data-navid="1328" target="_blank">Crime Stats Weekly E-Mail</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/sign-up/emergency-notification-system" title="Emergency Notification System" data-navid="1928" target="_self">Emergency Notification System</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/sign-up/house-watch-form" title="House Watch Form" data-navid="1538" target="_self">House Watch Form</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/sign-up/parks-recreation-classes" title="Parks &amp; Recreation Classes" data-navid="871" target="_self">Parks &amp; Recreation Classes</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/view" title="View" data-navid="859" >View</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/view/agendas-notices-actions" title="Agendas, Notices &amp; Actions" data-navid="861" target="_self">Agendas, Notices &amp; Actions</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/view/artwalk-map" title="ArtWalk Map" data-navid="2426" >ArtWalk Map</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/view/citv-video-on-demand" title="CITV Video On Demand" data-navid="1532" target="_parent">CITV Video On Demand</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/view/crime-stats" title="Crime Stats" data-navid="1287" target="_self">Crime Stats</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/view/garbage-schedule" title="Garbage Schedule" data-navid="862" target="_self">Garbage Schedule</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/view/municipal-code" title="Municipal Code" data-navid="864" target="_self">Municipal Code</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/view/news-releases" title="News Releases" data-navid="863" target="_self">News Releases</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/view/projects-construction-road-etc" title="Projects (Construction, Road, Etc.)" data-navid="2296" target="_blank">Projects (Construction, Road, Etc.)</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/view/richardson-cultural-arts" title="Richardson Cultural Arts" data-navid="1986" target="_self">Richardson Cultural Arts</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/view/social-media-accounts" title="Social Media Accounts" data-navid="3832" target="_self">Social Media Accounts</a></li></ul></li></ul><ul class="megamenu_column"><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/volunteer" title="Volunteer" data-navid="865" >Volunteer</a><ul class="megamenu_level1"><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/volunteer/animal-shelter" title="Animal Shelter" data-navid="1294" target="_self">Animal Shelter</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/volunteer/boards-and-commissions" title="Boards and Commissions" data-navid="1555" target="_self">Boards and Commissions</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/volunteer/community-services" title="Community Services" data-navid="1556" target="_self">Community Services</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/volunteer/cottonwood-art-festival" title="Cottonwood Art Festival" data-navid="2466" target="_blank">Cottonwood Art Festival</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/volunteer/eisemann-center" title="Eisemann Center" data-navid="867" target="_self">Eisemann Center</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/volunteer/library" title="Library" data-navid="866" target="_self">Library</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/volunteer/police-department" title="Police Department" data-navid="1286" target="_blank">Police Department</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/volunteer/santa-s-village" title="Santa&#39;s Village" data-navid="2467" target="_self">Santa&#39;s Village</a></li><li class="megamenu_level2"><a class="megamenu_level2" href="/i-want-to/volunteer/wildflower-festival" title="Wildflower Festival" data-navid="868" target="_blank">Wildflower Festival</a></li></ul></li><li class="megamenu_level1"><a class="megamenu_level1" href="/i-want-to/philanthropic-opportunities" title="Philanthropic Opportunities" data-navid="2672" >Donate / Give</a></li></ul>
</div></div></li></ul>

<script>
    $(function () {
        /**load the Advance Mega Menu which is set to async load**/
        $(".async_widget_container.custominvoke").loadAsyncContainer();
    });
</script>
<script>
$(function () {
 var menuContainer = $('#menuContainer_37_0_140')
 $(".dropdownmenu a[data-navid='73']", menuContainer).closest('.dropdownmenu>li').addClass('active');
});
</script></nav>
    </div>




<script>
    /**********************************************************
    Dropdown Menu delay disappearance on mouse out
    *********************************************************/
    /*javascript to delay the disappearance of the menu when the user mouses out.  Uses jquery library.*/
    $(function () {
        

        var timer = null;
        var delay = 800; //change this number for shorter or longer delay

        
        //using megamenu
        var dropdowncontainer = '>.megamenu_container';
        var activePage = $(".mainnav .dropdownmenu > li.active");
        $(".mainnav > .dropdownmenu > li").hoverIntent(

            //what happens on hover over
             function () {
                 //end timer and stop hiding if they are mousing back in.
                 if (timer != null) {
                     clearTimeout(timer);
                     timer = null;
                 }
                 // Find the hovered menu's sub-menu
                 var $menu = $(this);
                 var $submenu = $(this).find(dropdowncontainer);

                 // hide any other submenus that are open
                 $('.mainnav > .dropdownmenu>li' + dropdowncontainer).not($submenu).css('display', 'none');
                 $('.mainnav > .dropdownmenu li.active').not($menu).not(activePage).removeClass('active');

                 // show current menu
                 $submenu.css('display', 'block');
                 $menu.addClass('active');
             },

            //what happens on mouse out
            function () {
                var $submenu = $(this).find(dropdowncontainer);
                var $menu = $(this);
                // delay disappearance
                var mouseDelay = $(this).data("mouseDelay") || delay;
                clearTimeout(timer);
                timer = setTimeout(function () {
                    $submenu.css('display', 'none'); $menu.not(activePage).removeClass('active');
                    clearTimeout(timer); timer = null;
                }, mouseDelay);
            }
        );
        
    });
</script>

<script>
    //$(function () 
    {
        var menuContainerID = "menuContainer_37_0_140";
        var menuContainer = $("#" + menuContainerID);
        
        function isIE(userAgent) {
            userAgent = userAgent || navigator.userAgent;
            return userAgent.indexOf("MSIE ") > -1 || userAgent.indexOf("Trident/") > -1;
        }

        function isIE9(userAgent) {
            userAgent = userAgent || navigator.userAgent;
            return userAgent.indexOf("MSIE 9") > -1;
        }

        function isTouchScreenEvent(event) {
            var _isTouchScreen = false;
            if ("ontouchstart" in window) {
                _isTouchScreen = true;
            } else if ("onpointerdown" in window) {
                _isTouchScreen = event.originalEvent.pointerType == "touch";
            } else if (window.MSPointerEvent) {
                _isTouchScreen = event.originalEvent.pointerType == event.originalEvent.MSPOINTER_TYPE_TOUCH; // 2 ; http://blogs.msdn.com/b/ie/archive/2011/09/20/touch-input-for-ie10-and-metro-style-apps.aspx
            } else {
            }
            return _isTouchScreen;
        }

        var _isIE = isIE();
        var _isIE9 = isIE9();
        var isMegaMenu = $('.megamenu_first', menuContainer).length > 0;
        var currentMenu = $('> ul.dropdownmenu > li.active', menuContainer);

        $(function () {
            if (currentMenu.length == 0)
                currentMenu = $('> ul.dropdownmenu > li.active', menuContainer);
        });

        if (("ontouchstart" in window   // Chrome & Safari (IOS) && Firefox
         || "onpointerdown" in window   // IE 11 
         || window.MSPointerEvent       // IE 10
         ) && ($(window).width() > 648)) {
            var eventName = "ontouchstart" in window ? "touchstart"
                          : "onpointerdown" in window ? "pointerdown"
                          : window.MSPointerEvent ? "MSPointerDown"
                          : "";
            if (eventName.length > 0) {                
                $('> ul.dropdownmenu  li>a[data-navid]', menuContainer).bind(eventName, function (event) {
                    
                    if (isTouchScreenEvent(event) == false) {
                        return true;
                    }
    
                    var currentLevelAnchor = $(this);
                    var currentLeveLi = currentLevelAnchor.closest("li");
                    var firstLevelLi = currentLevelAnchor.closest("li[id^='dropdownrootitem']");
                    var firstLevelAnchor = firstLevelLi.find(">a[data-navid]");
                    var inFirstLevel = currentLevelAnchor[0] == firstLevelAnchor[0];

                    var hasSubMenu = currentLevelAnchor.next("ul,div").length > 0;
                    if (hasSubMenu) {
                        $(this).closest("li").data("mouseDelay", 1);

                        // Menu is not selected
                        if (!firstLevelLi.hasClass('touch-active')) {                
                            if ($(this).attr("href")) {
                                $(this).attr("data-href", $(this).attr("href"));
                                $(this).attr("href", "javascript:void(0);");
                            }
                            $(menuContainer).find('.touch-active').removeClass('touch-active').not(currentMenu).removeClass('active');                           
                            
                            firstLevelLi.addClass('touch-active active');
                            currentLevelAnchor.addClass('touch-active active');
                            currentMenu.addClass("active");

                            $(' li:not(.touch-active)', menuContainer).not(firstLevelLi).removeClass('_current');    
                            $(' li:not(.touch-active) li', menuContainer).not(currentLeveLi).removeClass('_current');

                            $('> ul.dropdownmenu > li:not(.touch-active) > a[data-navid]', menuContainer).next().css('display', 'none');
                            $('> ul.dropdownmenu > li.touch-active > a[data-navid]', menuContainer).next().css('display', 'block');

                            event.preventDefault();
                        }
                            // Menu is selected
                        else {
                            if (inFirstLevel) {
                                // non clickable
                                if (currentLevelAnchor.attr('href') == undefined) {
                                    //has class touch-active and no link
                                    removeClassAndHideMenu();
                                    event.preventDefault();
                                } else if ($(this).attr("data-href")) { //clickable, but href have been moved to data.
                                    $(this).attr("href", $(this).attr("data-href"));
                                }
                            }
                            else {
                                if (isMegaMenu)
                                    return true;

                                if (!currentLeveLi.hasClass('touch-active')) {
                                    if ($(this).attr("href")) {
                                        $(this).attr("data-href", $(this).attr("href"));
                                        $(this).attr("href", "javascript:void(0);");
                                    }
                                    $(firstLevelLi).find('.touch-active').removeClass('touch-active').not(currentMenu).removeClass('active');
                                    currentLeveLi.parent().children("li._current").removeClass("_current");
                                    currentLeveLi.addClass('touch-active active _current');

                                    currentLevelAnchor.addClass('touch-active active');

                                    //$(' li:not(.touch-active)', menuContainer).not(firstLevelLi).removeClass('_current');    
                                    //$(' li:not(.touch-active) li', menuContainer).not(currentLeveLi).removeClass('_current');

                                    $(' li:not(.touch-active) > a[data-navid]', currentLeveLi.parent()).next().css('display', 'none');
                                    $('> li.touch-active > a[data-navid]', currentLeveLi.parent()).next().css('display', 'block');

                                    event.preventDefault();
                                } else {
                                    if (currentLevelAnchor.attr('href') == undefined) {
                                        //has class touch-active and no link
                                        removeClassAndHideMenu();
                                        event.preventDefault();
                                    } else if ($(this).attr("data-href")) {
                                        $(this).attr("href", $(this).attr("data-href"));
                                    }
                                }
                            }
                        }
                    }

                });
            }
        }

        

        function removeClassAndHideMenu() {
            $(menuContainer).find('a.touch-active, li.touch-active').removeClass('touch-active active');
            $('> ul.dropdownmenu > li > a[data-navid]', menuContainer).next().css('display', 'none');
            // If we don't change the menu item, we should keep the old one.
            if ($('> ul.dropdownmenu > li.active', menuContainer).length == 0) {
                currentMenu.addClass("active");
            }
        }

        $('body').bind(eventName, function (event) {
            if (isTouchScreenEvent(event) == false) {
                return true;
            }
            if (!$(event.target).closest('li.touch-active').length) {
                removeClassAndHideMenu();
            }
        });
    }
    //);
</script>
                
                <!--startindex-->
                <!--!!WidgetEnd-->

    
</div>

    
<div id="ColumnUserControl2" class="column   left_col  "  >
    <!--!!WidgetStart, vi-orderdata="0"  vi-hideonmobile="false" vi-widgetinstancedata="38"WidgetStart!!-->    

                <!--stopindex-->
                

<nav id='leftNav_38_0_140' class='nocontent sidenav mobile_list   '>
    <h2 class="mobile_only mobile_header">Jump to subpage...</h2>
    <ul><li class="sidenav_haschildren"><a href='http://www.cor.net/our-city/arts-and-culture' target='_self'>Arts and Culture</a></li><li class="sidenav_haschildren"><a href='http://www.cor.net/our-city/city-contacts' >City Contacts</a></li><li class="sidenav_haschildren"><a href='http://www.cor.net/our-city/city-facilities' >City Facilities</a></li><li><a href='http://www.cor.net/our-city/city-maps' target='_self'>City Maps</a></li><li class="sidenav_haschildren"><a href='http://www.cor.net/our-city/emergency-services' >Emergency Services</a></li><li><a href='http://www.cor.net/our-city/events-calendar' >Events Calendar</a></li><li class="sidenav_haschildren"><a href='http://www.cor.net/our-city/healthcare-facilities' >Healthcare Facilities</a></li><li><a href='http://www.cor.net/our-city/hoa-and-neighborhood-assoc' target='_self'>HOA and Neighborhood Assoc.</a></li><li><a href='http://www.cor.net/our-city/home-improvement-incentive-program-hiip' target='_self'>Home Improvement Incentive Program (HIIP)</a></li><li class="sidenav_haschildren"><a href='http://www.cor.net/our-city/i-want-to' target='_self'>I want to</a></li><li><a href='http://www.cor.net/our-city/new-resident-guide' target='_blank'>New Resident Guide</a></li><li class="sidenav_expanded sidenav_haschildren"><a href='http://www.cor.net/our-city/news-videos' >News / Videos</a><ul><li><a href='http://www.cor.net/our-city/news-videos/e-notify-signup' target='_self'>E-Notify Signup</a></li><li class="sidenav_current"><a href='http://www.cor.net/our-city/news-videos/news' >News</a></li><li><a href='http://www.cor.net/our-city/news-videos/press-releases' target='_self'>Press Releases</a></li><li><a href='http://www.cor.net/our-city/news-videos/richardson-today-newspaper' target='_self'>Richardson Today Newspaper</a></li><li><a href='http://www.cor.net/our-city/news-videos/videos-on-demand' target='_self'>Videos On Demand</a></li></ul></li><li class="sidenav_haschildren"><a href='http://www.cor.net/our-city/schools-and-universities' >Schools and Universities</a></li><li class="sidenav_haschildren"><a href='http://www.cor.net/our-city/things-to-see-and-do' >Things to see and do</a></li><li class="sidenav_haschildren"><a href='http://www.cor.net/our-city/transportation' >Transportation</a></li><li><a href='http://www.cor.net/our-city/utilities' >Utilities</a></li><li class="sidenav_haschildren"><a href='http://www.cor.net/our-city/visitors' >Visitors</a></li></ul>
</nav>

                
                <!--startindex-->
                <!--!!WidgetEnd-->

    
</div>

    
<div id="ColumnUserControl3" class="column   right_col  "  >
    <!--!!WidgetStart, vi-orderdata="0"  vi-hideonmobile="false" vi-widgetinstancedata="39"WidgetStart!!-->    

<a id="pagebody"></a>
<header id="widget_39_0_140" class="title_widget clearfix  " >
    
    <!--stopindex-->
    <p class="breadcrumb">
        <a href="/our-city">Our City</a> » <a href="/our-city/news-videos">News / Videos</a> 
    </p>
    <!--startindex-->
    
    <h1><span>News</span></h1>
    
    <!--stopindex-->
    <div class="title_right">
        
        <a class="printer_friendly" href="javascript:window.print();" title="Click to print this page">Print</a>
        
        <a class="thickbox feedback_link" title="Click to submit an email to feedback" href="javascript:void(0);">Feedback</a>
        
        <script type="text/javascript">
            function shareLink(shareType) {
                var shareUrl = "";
                var shareTitle = document.itemTitle ? encodeURIComponent(document.itemTitle.trim()).replace(/[!'()*]/g, escape) : "News";
                switch (shareType) {
                    case "facebook":
                        shareUrl = "http://www.facebook.com/sharer.php?u=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews&t=" + shareTitle;
                        break;
                    case "gplus":
                        shareUrl = "https://plus.google.com/share?url=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews";
                        if (shareUrl.length > 0) window.open(shareUrl, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');
                        return;
                        break;
                    case "linkedin":
                        shareUrl = "http://www.linkedin.com/shareArticle?mini=true&url=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews&title=" + shareTitle;
                        break;
                    case "twitter":
                        //Below link works in iOS and other OS
                        shareUrl = "https://twitter.com/intent/tweet?url=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews&text=News+%7c+";
                        break;
                    case "delicious":
                        shareUrl = "https://secure.delicious.com/login?noui=yes&v=4&jump=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews%26title%3D" + shareTitle + "%26notes%3D%26tags%3D%26v%3D4%26noui%3D%26share%3Dyes%26jump%3Dclose%26time%3D1239993443";
                        break;
                    case "myspace":
                        shareUrl = "http://www.myspace.com/Modules/PostTo/Pages/?u=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews&t=" + shareTitle + "&c=";
                        break;
                    case "googlebookmark":
                        shareUrl = "http://www.google.com/bookmarks/mark?op=add&bkmk=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews&title=" + shareTitle;
                        break;
                    case "stumbleupon":
                        shareUrl = "http://www.stumbleupon.com/submit?url=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews&title=" + shareTitle;
                        break;
                    case "digg":
                        shareUrl = "http://digg.com/submit/?url=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews";
                        break;
                    case "tumblr":
                        shareUrl = "https://www.tumblr.com/share/link?url=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews&name=" + shareTitle;
                        break;
                    case "reddit":
                        shareUrl = "http://www.reddit.com/submit?url=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews&title=" + shareTitle;
                        break;
                }
                if (shareUrl.length > 0) window.open(shareUrl, "_blank");
            }
        </script>
        <div id="share">
            <a class="sharelink" href="javascript:void(0);" title="Click to expand Share & Bookmark options" aria-haspopup="true" aria-expanded="false" aria-labelledby="share-desciption">Share & Bookmark</a>
            <span id="share-desciption" class="wcag_only" >Press Enter to show all options, press Tab go to next option</span>
            <ul class="no_external_url_indication">
                <li>
                    
                    <a title="Click to submit an email online" href="javascript:void(0);" class="shareemail send_share_email">Email</a>
                    
                </li>
                <li><a title="Click to share with Facebook" href="javascript:shareLink('facebook')" class="sharefacebook">Facebook</a></li>
                <li><a title="Click to share with Google+" href="javascript:shareLink('gplus')" class="sharegoogleplus">Google+</a></li>
                <li><a title="Click to share with LinkedIn" href="javascript:shareLink('linkedin')" class="sharelinkedin">LinkedIn</a></li>
                <li><a title="Click to share with Twitter" href="javascript:shareLink('twitter')" class="sharetwitter">Twitter</a></li>
                
                
                
                
                
                
                <li><a title="Click to share with Reddit" href="javascript:shareLink('reddit')" class="sharereddit">Reddit</a></li>
            </ul>
        </div>
        
        <div class="font_size">
            <a href="javascript:void(0);" title="default font size" class="text_size">Font Size:</a>
            <a href="javascript:void(0);" title="larger font size" class="font_larger">+</a>
            <a href="javascript:void(0);" title="smaller font size" class="font_smaller">-</a>
        </div>
        
    </div>
    <!--startindex-->

    
</header>
<script type="text/javascript">
    $(function () {
        var widgetContext = "widget_39_0_140";

        $("#" + widgetContext + " #share").click(function () {
            if (!$("#" + widgetContext + " div#share").hasClass("click-active"))
                $("#" + widgetContext + " div#share").find("ul").show();
            else
                $("#" + widgetContext + " div#share").find("ul").hide();
        });

        $("div").click(function () {
            if ($("#" + widgetContext + " div#share").hasClass("click-active")) {
                $("#" + widgetContext + " div#share").find("ul").hide();
            }
        });

        $(document).click(function (e) {
            if (!$(e.target).closest("#share").length > 0) {
                $("#" + widgetContext + " div#share").removeClass("click-active");
                $("#" + widgetContext + " div#share").find("ul").hide();
            }
        });

        var shareContainerTimeout = null;
        $("#" + widgetContext + " #share").bind('mouseover', function () {
            //If not relate to click event
            if (shareContainerTimeout) {
                clearTimeout(shareContainerTimeout);
                shareContainerTimeout = null;
            }
            shareContainerTimeout = setTimeout(function () {
                if (!$("#" + widgetContext + " div#share").hasClass("click-active"))
                    $("#" + widgetContext + " div#share").find("ul").show();
            }, 100);
        });

        $("#" + widgetContext + " #share").bind('mouseleave', function () {            
            //If not relate to click event     
            if (shareContainerTimeout) {
                clearTimeout(shareContainerTimeout);
                shareContainerTimeout = null;
            }
            shareContainerTimeout = setTimeout(function () {
                if (!$("#" + widgetContext + " div#share").hasClass("click-active"))
                    $("#" + widgetContext + " div#share").find("ul").hide();
            }, 200);
        });

        $("header#" + widgetContext + " a.feedback_link").click(function () {
            var windowHeight = 485;
            if (window.innerWidth <= 648) {
                windowHeight = 545;
            }
            var opts = {
                title: "Feedback",
                url: "/Template/GetFeedbackPartial?feedbackUrl=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews",
                useFrame: true,
                height: windowHeight,
                onClosed: function (result) {
                    if (result != undefined && result.IsOk == true) {
                        $.refreshTempMessage(result.Message);
                    }
                },
                skin: 'viClientDialog feedback_lightbox',
                fixed: false
            };
            $.viClientDialog(opts).open();
        });

        //Safari iOS: No click event
        $("header#" + widgetContext + " a.send_share_email").bind("click touchstart", function () {
            var shareEmailTitle = document.itemTitle ? encodeURIComponent(document.itemTitle.trim()).replace(/[!'()*]/g, escape) : "News";
            var opts = {
                title: "Click to submit an email online",
                url: "/Template/GetShareEmailPartial?shareUrl=http%3a%2f%2fwww.cor.net%2four-city%2fnews-videos%2fnews" + "&shareTitle=" + shareEmailTitle,
                useFrame: true,
                height: 485,
                onClosed: function (result) {
                    if (result != undefined && result.IsOk == true) {
                        $.refreshTempMessage(result.Message);
                    }
                },
                skin: 'viClientDialog send_share_email_lightbox',
                fixed: false
            };
            $.viClientDialog(opts).open();
        });

        

    });
</script>

            <!--!!WidgetEnd-->

    <!--!!WidgetStart, vi-orderdata="0"  vi-hideonmobile="false" vi-widgetinstancedata="40"WidgetStart!!-->    
<div id='widget_40_59_140' class='content_area normal_content_area clearfix  '></div>
            <!--!!WidgetEnd-->

    <!--!!WidgetStart, vi-orderdata="0"  vi-hideonmobile="false" vi-widgetinstancedata="41"WidgetStart!!-->    
<div class=" news_widget content_area clearfix"><div class="list-filter"><select id="newscats_41_60_140" name="newscats_41_60_140" onchange="return RedirectAfterDropDownListSelectedChanged(this);" title="Categories"><option data-url="/our-city/news-videos/news" value="">(All Categories)</option>
<option data-url="/our-city/news-videos/news/-selcat-54" value="54"> Traffic Construction &amp; Road Tips</option>
<option data-url="/our-city/news-videos/news/-selcat-40" value="40">Animal Shelter</option>
<option data-url="/our-city/news-videos/news/-selcat-42" value="42">Capital Projects</option>
<option data-url="/our-city/news-videos/news/-selcat-43" value="43">City Managers Office</option>
<option data-url="/our-city/news-videos/news/-selcat-45" value="45">City News and Notifications (Week In Review)</option>
<option data-url="/our-city/news-videos/news/-selcat-44" value="44">Civic Center</option>
<option data-url="/our-city/news-videos/news/-selcat-46" value="46">Community Events</option>
<option data-url="/our-city/news-videos/news/-selcat-41" value="41">Community Services</option>
<option data-url="/our-city/news-videos/news/-selcat-2" value="2">Crime Alerts</option>
<option data-url="/our-city/news-videos/news/-selcat-47" value="47">Development Services</option>
<option data-url="/our-city/news-videos/news/-selcat-48" value="48">Emergency Management</option>
<option data-url="/our-city/news-videos/news/-selcat-49" value="49">Finance</option>
<option data-url="/our-city/news-videos/news/-selcat-50" value="50">Fire Department</option>
<option data-url="/our-city/news-videos/news/-selcat-51" value="51">Health Department</option>
<option data-url="/our-city/news-videos/news/-selcat-20" value="20">Homepage News</option>
<option data-url="/our-city/news-videos/news/-selcat-52" value="52">Human Resources</option>
<option data-url="/our-city/news-videos/news/-selcat-39" value="39">Library</option>
<option data-url="/our-city/news-videos/news/-selcat-38" value="38">Parks &amp; Recreation</option>
<option data-url="/our-city/news-videos/news/-selcat-53" value="53">Police Department</option>
<option data-url="/our-city/news-videos/news/-selcat-104" value="104">Week In Review</option>
</select><select id="newsdepts_41_60_140" name="newsdepts_41_60_140" onchange="return RedirectAfterDropDownListSelectedChanged(this);" title="Departments"><option data-url="/our-city/news-videos/news" value="">(All Departments)</option>
<option data-url="/our-city/news-videos/news/-seldept-6" value="6">Accounting</option>
<option data-url="/our-city/news-videos/news/-seldept-1" value="1">Administrative User Department</option>
<option data-url="/our-city/news-videos/news/-seldept-7" value="7">Animal Services</option>
<option data-url="/our-city/news-videos/news/-seldept-8" value="8">Athletics and Aquatics</option>
<option data-url="/our-city/news-videos/news/-seldept-9" value="9">Budget Office</option>
<option data-url="/our-city/news-videos/news/-seldept-40" value="40">Building Inspection</option>
<option data-url="/our-city/news-videos/news/-seldept-10" value="10">Capital Projects</option>
<option data-url="/our-city/news-videos/news/-seldept-11" value="11">City Manager&#39;s Office</option>
<option data-url="/our-city/news-videos/news/-seldept-12" value="12">City Secretary&#39;s Office</option>
<option data-url="/our-city/news-videos/news/-seldept-13" value="13">Civic Center</option>
<option data-url="/our-city/news-videos/news/-seldept-14" value="14">Communications</option>
<option data-url="/our-city/news-videos/news/-seldept-15" value="15">Community Events</option>
<option data-url="/our-city/news-videos/news/-seldept-3" value="3">Community Services</option>
<option data-url="/our-city/news-videos/news/-seldept-16" value="16">Convention &amp; Visitors Bureau</option>
<option data-url="/our-city/news-videos/news/-seldept-17" value="17">Development Services</option>
<option data-url="/our-city/news-videos/news/-seldept-18" value="18">Eisemann Center</option>
<option data-url="/our-city/news-videos/news/-seldept-19" value="19">Emergency Management</option>
<option data-url="/our-city/news-videos/news/-seldept-39" value="39">Employee Assistance</option>
<option data-url="/our-city/news-videos/news/-seldept-20" value="20">Finance</option>
<option data-url="/our-city/news-videos/news/-seldept-21" value="21">Fire Services</option>
<option data-url="/our-city/news-videos/news/-seldept-22" value="22">Fleet Services</option>
<option data-url="/our-city/news-videos/news/-seldept-23" value="23">Golf</option>
<option data-url="/our-city/news-videos/news/-seldept-24" value="24">Gymnastics Center</option>
<option data-url="/our-city/news-videos/news/-seldept-25" value="25">Health</option>
<option data-url="/our-city/news-videos/news/-seldept-26" value="26">Heights Recreation Center</option>
<option data-url="/our-city/news-videos/news/-seldept-27" value="27">Huffhines Recreation Center</option>
<option data-url="/our-city/news-videos/news/-seldept-28" value="28">Human Resources</option>
<option data-url="/our-city/news-videos/news/-seldept-29" value="29">Information Technology</option>
<option data-url="/our-city/news-videos/news/-seldept-5" value="5">Library</option>
<option data-url="/our-city/news-videos/news/-seldept-30" value="30">Mail Room</option>
<option data-url="/our-city/news-videos/news/-seldept-31" value="31">Materials Management</option>
<option data-url="/our-city/news-videos/news/-seldept-32" value="32">Municipal Court</option>
<option data-url="/our-city/news-videos/news/-seldept-2" value="2">Parks &amp; Recreation</option>
<option data-url="/our-city/news-videos/news/-seldept-4" value="4">Police Department</option>
<option data-url="/our-city/news-videos/news/-seldept-33" value="33">Public Services</option>
<option data-url="/our-city/news-videos/news/-seldept-34" value="34">Purchasing</option>
<option data-url="/our-city/news-videos/news/-seldept-35" value="35">Senior Citizens Center</option>
<option data-url="/our-city/news-videos/news/-seldept-36" value="36">Tax</option>
<option data-url="/our-city/news-videos/news/-seldept-37" value="37">Tennis Court</option>
<option data-url="/our-city/news-videos/news/-seldept-38" value="38">Water &amp; Sewer Customer Service</option>
</select><br/><a href="/our-city/news-videos/news/-arch-1" class="filter-archive">Archived News</a></div><ul class="list-main clearfix"><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2665/73">Week In Review, Feb. 16, 2018</a></h2><p class="item-intro">Fallen officer laid to rest, Citizens Fire Academy registration open, and early voting begins Tuesday are part of the latest edition of Week In Review.</p><p class="item-date">02/16/2018</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=19442&amp;t=636536827564130000" alt="Police"/></div><h2><a class="item-title" href="/Home/Components/News/News/2664/73">Donation Information</a></h2><p class="item-intro">An online donation page to assist the family of fallen Richardson Police Officer David Sherrard has been setup by the Assist the Officer Foundation, where 100 percent of the funds donated will be given to the Sherrard family.</p><p class="item-date">02/14/2018 10:57 AM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=19442&amp;t=636536827564130000" alt="Police"/></div><h2><a class="item-title" href="/Home/Components/News/News/2662/73">Funeral Information For Fallen Officer</a></h2><p class="item-intro">Tuesday, Feb. 13 at Watermark Community Church in Dallas</p><p class="item-date">02/12/2018 8:06 AM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=19442&amp;t=636536827564130000" alt="Police"/></div><h2><a class="item-title" href="/Home/Components/News/News/2658/73">Vigil to be Held Sunday as Community Supports Fallen Police Officer</a></h2><p class="item-intro">A vigil for Officer David Sherrard has been scheduled to take place Sunday, Feb. 11 at 5:30 p.m. at the Richardson Civic Center</p><p class="item-date">02/09/2018 5:30 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2659/73">Week In Review, Feb. 9, 2018</a></h2><p class="item-intro"></p><p class="item-date">02/09/2018</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=19442&amp;t=636536827564130000" alt="Police"/></div><h2><a class="item-title" href="/Home/Components/News/News/2656/73">Mayor Asks For Community Support</a></h2><p class="item-intro">Richardson Mayor Paul Voelker asks for community support for fallen Richardson Police Officer.</p><p class="item-date">02/08/2018 10:43 AM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=19361&amp;t=636529812845600000" alt="Siren Test"/></div><h2><a class="item-title" href="/Home/Components/News/News/2654/73">Outdoor Siren Test Today at Noon</a></h2><p class="item-intro">On Wednesday, February 7, 2018, in addition to the normal Outdoor Warning System (OWS) test conducted at 12 pm, the Office of Emergency Management will be doing additional maintenance work on several sirens in preparation for the upcoming spring weather season.</p><p class="item-date">02/05/2018 11:27 AM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2651/73">Week In Review, Feb. 2, 2018</a></h2><p class="item-intro">City launches new website, State of the City recap, and photography contest winners are part of the latest edition of Week In Review.</p><p class="item-date">02/02/2018 3:30 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=19412&amp;t=636530242370330000" alt="State of the City"/></div><h2><a class="item-title" href="/Home/Components/News/News/2650/73" target="_self">State of the City Address</a></h2><p class="item-intro">Today, the City of Richardson held its annual State of the City Address, featuring the dynamic community’s many noteworthy successes of 2017, as well as future priorities.</p><p class="item-date">01/31/2018 7:33 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2643/73">Week In Review, Jan. 26, 2018</a></h2><p class="item-intro">City prepares for bond sale, MRMC breaks ground on expansion, and Jan. 31 State of the City Address are part of the latest edition of Week In Review.</p><p class="item-date">01/26/2018 5:00 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=19178&amp;t=636529812208070000" alt="Logo image for the City of Richardson"/></div><h2><a class="item-title" href="/Home/Components/News/News/2629/73">City of Richardson Announces 2018 Festival Dates</a></h2><p class="item-intro">Save the dates for festivals featuring iconic musicians and nationally recognized artists</p><p class="item-date">01/26/2018 3:45 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2645/73">Week In Review, Jan. 19, 2018</a></h2><p class="item-intro">Sidewalk rehabilitation program update, free childcare training seminar, and Eisemann Center shows are part of the latest edition of Week In Review.</p><p class="item-date">01/19/2018 5:00 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2646/73">Week In Review, Jan. 12, 2018</a></h2><p class="item-intro">City public facility holiday schedule and recycle makeup days, rec center memberships, and Animal Shelter adoptions, are part of the latest edition of Week In Review.</p><p class="item-date">01/12/2018 5:00 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=19178&amp;t=636529812208070000" alt="Logo image for the City of Richardson"/></div><h2><a class="item-title" href="/Home/Components/News/News/2648/73">Martin Luther King, Jr. Day Schedule</a></h2><p class="item-intro">City facilities and services will operate according to the following schedule.</p><p class="item-date">01/08/2018 2:00 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2640/73">Week In Review, Jan. 5, 2018</a></h2><p class="item-intro">Parks crews dismantle Santa’s Village, tree cycling continues, and Health and Wellness Expo are part of the latest edition of Week In Review.</p><p class="item-date">01/05/2018 5:00 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2638/73">Week In Review, Dec. 29, 2017</a></h2><p class="item-intro">City public facility holiday schedule and recycle makeup days, icy weather tips, and the Summer Aquatics Job Fair are part of the latest edition of Week In Review.</p><p class="item-date">12/29/2017 5:00 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2636/73">Week In Review, Dec. 22, 2017</a></h2><p class="item-intro">City public facility holiday schedule and recycle makeup days, “tree cycling” begins and Santa’s Village photo opportunities are part of the latest edition of Week In Review.</p><p class="item-date">12/22/2017 5:00 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2633/73">Week In Review, Dec. 15, 2017</a></h2><p class="item-intro">Supporting a long-term vision for transit in Collin County, dangers with dry Christmas trees and new signs to protect local waterfowl are part of the latest edition of Week In Review.</p><p class="item-date">12/15/2017 5:00 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=18689&amp;t=636529810904130000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2631/73">Week In Review, Dec. 8, 2017</a></h2><p class="item-intro">In this week’s edition, Santa’s Village is open, Fire Department’s toy and food drive continues, Spring Creek Nature Area update and more.</p><p class="item-date">12/08/2017 5:00 PM</p></li><li ><div class="item-img"><img class="item-img" src="/Home/ShowImage?id=3021&amp;t=636467846659270000" alt="Week In Review"/></div><h2><a class="item-title" href="/Home/Components/News/News/2613/73">Week in Review Nov. 17, 2017</a></h2><p class="item-intro">A series of weekly messages from the Mayor and City Council to help Richardson residents and businesses keep up to date on events at City Hall.</p><p class="item-date">11/30/2017 7:57 AM</p></li></ul>
<div id="NewsWidgetPager" class="list-pager">
    <a class="disabled pg-button pg-first-button"> &#171; First </a>
    <a class="disabled pg-button pg-prev-button"> &#171; Prev </a>
     
    |
    <a class="pg-selected">1</a>
     
    |
    <a class="pg-normal" href="/our-city/news-videos/news/-npage-2">2</a>
     
    |
    <a class="pg-normal pg-button pg-next-button" href="/our-city/news-videos/news/-npage-2"> Next &#187; </a>
    <a class="pg-normal pg-button pg-next-button" href="/our-city/news-videos/news/-npage-2"> Last &#187; </a>
    
    <span class="pager-info">
        1 - 20 of 21 items
    </span>
</div>
</div>
            <!--!!WidgetEnd-->

    
</div>

</div> 

        <footer id="page_footer" class="">
            <!--stopindex-->
            
<div id="footercolumn" class="site_template_column  footer_column   " >

                <!--stopindex-->
                


<div class="footer_location">
	<p>411 W. Arapaho Rd<br>
Richardson, TX 75080-4551</p>
<a href="#">About Us</a>
</div>

                <!--startindex-->
            

                <!--stopindex-->
                

<div class="footer_phone">
	<a href="tel:9727444100">972-744-4100</a>
<p>Mailing Address P.O. Box 830309<br>
Richardson, TX 75083-0309</p>
<a href="#">Report an Issue</a>
</div>

                <!--startindex-->
            

                <!--stopindex-->
                


<div class="social_icons">
		<a href="http://www.cor.net/social" target="_self" title="Facebook"> 
			<img src="/Home/ShowImage?id=17259&t=636468752454200000" alt="" /> 
		</a>
		<a href="/i-want-to/contact" target="_self" title="Email"> 
			<img src="/Home/ShowImage?id=17261&t=636468752456070000" alt="" /> 
		</a>
		<a href="http://www.cor.net/social" target="_self" title="Twitter"> 
			<img src="/Home/ShowImage?id=17263&t=636468752457800000" alt="" /> 
		</a>
</div>
<p class="footer_copyright">Created By <a href="http://www.visioninternet.com/sitecredit/" target="_blank">Vision</a></p>



                <!--startindex-->
            

                <!--stopindex-->
                

<div class="footer_contact">
	Accommodations for Persons with Disabilities call,<a href="tel:9727440908"> 972-744-0908</a> or <a href="mailto:&#65;&#68;&#65;&#67;&#111;&#111;&#114;&#100;&#105;&#110;&#97;&#116;&#111;&#114;&#64;&#99;&#111;&#114;&#46;&#103;&#111;&#118;">ADACoordinator@cor.gov</a> | <a href="/sys/sso/login" target="_blank">Login</a>
</div>

                <!--startindex-->
            

</div>

            <!--startindex-->
        </footer>
        <div id="view-options"><a href="javascript:void(0);" id="view-full" onclick="viewfullsite()" class="mobile_only">View Full Site</a></div>
    </div>
</div>

<script src="/Project/Contents/Main/mobile_nav_scripts.js" type="text/javascript"></script>

<script src="/Project/Contents/Main/sitelayout_scripts.js" type="text/javascript"></script>

    
    <script>
        $(function () {
            $(".reComment[comment]").removeClass("reComment")
                                    .removeAttr("comment")
                                    .removeAttr("author")
                                    .removeAttr("title")
                                    .removeAttr("timestamp");
        })
    </script>
    

    

    <script src="/Scripts/ScriptBundleVisionFrontend.jsbnd?v=_ksrOkVYKeZ3VSJz7KOtV91wROad6Wqu1zCOxHVaYUI1"></script>


    
    
    <script>
        try { manualRenderMobile(); } catch (err) {}
    </script>
    
    <script src="/Scripts/ScriptBundleKendo.jsbnd?v=IiVUWeFghEcfq5UT-a337Y4jRYXiiP_YUrkfqq53tqw1"></script>

    <script src="/Scripts/Components/ScriptsFEBundle.jsbnd?v=pEgtsyOL6etoOcjZfH0qpaPz3RVCNoBfsfXBHju_Nmo1"></script>

    <script>
        $(function() {
            var sitewrapper = $(".sitewrapper");
            if(sitewrapper.length && !sitewrapper.hasClass("")) {
                sitewrapper.addClass("");
            }
        });
    </script>

    
</body>
</html>
