editor Logout
Account Preferences
Did you know...
Strangers abducting children is an extremely rare crime - only about 100 per year in the entire United States ?
Streaming Radio Guide
view source - https://hilinetoday.com/
*** Test System *** GO TO PRODUCTION
<!DOCTYPE html> <html class="no-js mh-two-sb" lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> <link rel="profile" href="http://gmpg.org/xfn/11" /> <title>Hi-Line Today &#8211; Northern Montana&#039;s Home Page</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//maps.google.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//code.jquery.com' /> <link rel="alternate" type="application/rss+xml" title="Hi-Line Today &raquo; Feed" href="https://hilinetoday.com/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.7.1 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-YSFJ0E33HS" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var em_version = '8.7.1'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/hilinetoday.com\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-YSFJ0E33HS', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-YSFJ0E33HS', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/hilinetoday.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='ai1ec_style-css' href='//hilinetoday.com/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css?ver=3.0.0' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-components-css' href='https://hilinetoday.com/wp-includes/css/dist/components/style.min.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-preferences-css' href='https://hilinetoday.com/wp-includes/css/dist/preferences/style.min.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-editor-css' href='https://hilinetoday.com/wp-includes/css/dist/block-editor/style.min.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-reusable-blocks-css' href='https://hilinetoday.com/wp-includes/css/dist/reusable-blocks/style.min.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-patterns-css' href='https://hilinetoday.com/wp-includes/css/dist/patterns/style.min.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-editor-css' href='https://hilinetoday.com/wp-includes/css/dist/editor/style.min.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='cc_block-cgb-style-css-css' href='https://hilinetoday.com/wp-content/plugins/creative-commons/dist/blocks.style.build.css' type='text/css' media='all' /> <link rel='stylesheet' id='mediaelement-css' href='https://hilinetoday.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://hilinetoday.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.7.2' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css' type='text/css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link rel='stylesheet' id='awesome-weather-css' href='https://hilinetoday.com/wp-content/plugins/awesome-weather/awesome-weather.css?ver=6.7.2' type='text/css' media='all' /> <style id='awesome-weather-inline-css' type='text/css'> .awesome-weather-wrap { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 14px; line-height: 14px; } </style> <link rel='stylesheet' id='opensans-googlefont-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A400&#038;ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-ui-css' href='//code.jquery.com/ui/1.13.3/themes/smoothness/jquery-ui.min.css?ver=1.13.3' type='text/css' media='all' /> <link rel='stylesheet' id='jquery-ui-spinner-css' href='https://hilinetoday.com/wp-content/plugins/form-maker/css/jquery-ui-spinner.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='form_maker_calendar-jos-css' href='https://hilinetoday.com/wp-content/plugins/form-maker/css/calendar-jos.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='form_maker_frontend-css' href='https://hilinetoday.com/wp-content/plugins/form-maker/css/form_maker_frontend.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='style_submissions-css' href='https://hilinetoday.com/wp-content/plugins/form-maker/css/style_submissions.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='meteor-slides-css' href='https://hilinetoday.com/wp-content/plugins/meteor-slides/css/meteor-slides.css?ver=1.0' type='text/css' media='all' /> <link rel='stylesheet' id='bwg_fonts-css' href='https://hilinetoday.com/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts.css?ver=0.0.1' type='text/css' media='all' /> <link rel='stylesheet' id='sumoselect-css' href='https://hilinetoday.com/wp-content/plugins/photo-gallery/css/sumoselect.min.css?ver=3.4.6' type='text/css' media='all' /> <link rel='stylesheet' id='mCustomScrollbar-css' href='https://hilinetoday.com/wp-content/plugins/photo-gallery/css/jquery.mCustomScrollbar.min.css?ver=3.1.5' type='text/css' media='all' /> <link rel='stylesheet' id='bwg_googlefonts-css' href='https://fonts.googleapis.com/css?family=Ubuntu&#038;subset=greek,latin,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic' type='text/css' media='all' /> <link rel='stylesheet' id='bwg_frontend-css' href='https://hilinetoday.com/wp-content/plugins/photo-gallery/css/styles.min.css?ver=1.8.34' type='text/css' media='all' /> <link rel='stylesheet' id='ce_responsive-css' href='https://hilinetoday.com/wp-content/plugins/simple-embed-code/css/video-container.min.css?ver=2.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='weather-atlas-public-css' href='https://hilinetoday.com/wp-content/plugins/weather-atlas/public/css/weather-atlas-public.min.css?ver=3.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='weather-icons-css' href='https://hilinetoday.com/wp-content/plugins/weather-atlas/public/font/weather-icons/weather-icons.min.css?ver=3.0.2' type='text/css' media='all' /> <link rel='stylesheet' id='wpb-google-fonts-css' href='//fonts.googleapis.com/css?family=Open+Sans&#038;ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-job-manager-job-listings-css' href='https://hilinetoday.com/wp-content/plugins/wp-job-manager/assets/dist/css/job-listings.css?ver=598383a28ac5f9f156e4' type='text/css' media='all' /> <link rel='stylesheet' id='chld_thm_cfg_parent-css' href='https://hilinetoday.com/wp-content/themes/mh-magazine/style.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='mh-magazine-css' href='https://hilinetoday.com/wp-content/themes/hilinetoday/style.css?ver=3.8.5' type='text/css' media='all' /> <link rel='stylesheet' id='mh-font-awesome-css' href='https://hilinetoday.com/wp-content/themes/mh-magazine/includes/font-awesome.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='mh-google-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,700' type='text/css' media='all' /> <style id='akismet-widget-style-inline-css' type='text/css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link rel='stylesheet' id='newsletter-css' href='https://hilinetoday.com/wp-content/plugins/newsletter/style.css?ver=8.7.4' type='text/css' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://hilinetoday.com/wp-content/tablepress-combined.min.css?ver=22' type='text/css' media='all' /> <link rel='stylesheet' id='gmedia-global-frontend-css' href='https://hilinetoday.com/wp-content/plugins/grand-media/assets/gmedia.global.front.css?ver=1.15.0' type='text/css' media='all' /> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.7.1" id="exactmetrics-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */ var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/hilinetoday.com","hash_tracking":"false","v4_id":"G-YSFJ0E33HS"};/* ]]> */ </script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false&amp;ver=6.7.2" id="gmap_form_api-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/form-maker/js/if_gmap_front_end.js?ver=6.7.2" id="gmap_form-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/form-maker/js/jelly.min.js?ver=6.7.2" id="jelly.min-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/form-maker/js/file-upload.js?ver=6.7.2" id="file-upload-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/form-maker/js/calendar/calendar.js?ver=6.7.2" id="Calendar-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/form-maker/js/calendar/calendar_function.js?ver=6.7.2" id="calendar_function-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/meteor-slides/js/jquery.cycle.all.js?ver=6.7.2" id="jquery-cycle-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/meteor-slides/js/jquery.metadata.v2.js?ver=6.7.2" id="jquery-metadata-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/meteor-slides/js/jquery.touchwipe.1.1.1.js?ver=6.7.2" id="jquery-touchwipe-js"></script> <script type="text/javascript" id="meteorslides-script-js-extra"> /* <![CDATA[ */ var meteorslidessettings = {"meteorslideshowspeed":"2000","meteorslideshowduration":"5000","meteorslideshowheight":"200","meteorslideshowwidth":"940","meteorslideshowtransition":"fade"}; /* ]]> */ </script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/meteor-slides/js/slideshow.js?ver=6.7.2" id="meteorslides-script-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/photo-gallery/js/jquery.sumoselect.min.js?ver=3.4.6" id="sumoselect-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/photo-gallery/js/tocca.min.js?ver=2.0.9" id="bwg_mobile-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/photo-gallery/js/jquery.mCustomScrollbar.concat.min.js?ver=3.1.5" id="mCustomScrollbar-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/photo-gallery/js/jquery.fullscreen.min.js?ver=0.6.0" id="jquery-fullscreen-js"></script> <script type="text/javascript" id="bwg_frontend-js-extra"> /* <![CDATA[ */ var bwg_objectsL10n = {"bwg_field_required":"field is required.","bwg_mail_validation":"This is not a valid email address.","bwg_search_result":"There are no images matching your search.","bwg_select_tag":"Select Tag","bwg_order_by":"Order By","bwg_search":"Search","bwg_show_ecommerce":"Show Ecommerce","bwg_hide_ecommerce":"Hide Ecommerce","bwg_show_comments":"Show Comments","bwg_hide_comments":"Hide Comments","bwg_restore":"Restore","bwg_maximize":"Maximize","bwg_fullscreen":"Fullscreen","bwg_exit_fullscreen":"Exit Fullscreen","bwg_search_tag":"SEARCH...","bwg_tag_no_match":"No tags found","bwg_all_tags_selected":"All tags selected","bwg_tags_selected":"tags selected","play":"Play","pause":"Pause","is_pro":"","bwg_play":"Play","bwg_pause":"Pause","bwg_hide_info":"Hide info","bwg_show_info":"Show info","bwg_hide_rating":"Hide rating","bwg_show_rating":"Show rating","ok":"Ok","cancel":"Cancel","select_all":"Select all","lazy_load":"0","lazy_loader":"https:\/\/hilinetoday.com\/wp-content\/plugins\/photo-gallery\/images\/ajax_loader.png","front_ajax":"0","bwg_tag_see_all":"see all tags","bwg_tag_see_less":"see less tags"}; /* ]]> */ </script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/photo-gallery/js/scripts.min.js?ver=1.8.34" id="bwg_frontend-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/themes/mh-magazine/js/scripts.js?ver=3.8.5" id="mh-scripts-js"></script> <link rel="https://api.w.org/" href="https://hilinetoday.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hilinetoday.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <!-- This site is using AdRotate v5.7.3 Professional to display their advertisements - https://ajdg.solutions/ --> <!-- AdRotate CSS --> <style type="text/css" media="screen"> .g { margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; } .g img { height:auto; } .g-col { position:relative; float:left; } .g-col:first-child { margin-left: 0; } .g-col:last-child { margin-right: 0; } .g-1 { min-width:5px; max-width:305px; margin: 0 auto; } .b-1 { margin:5px 0px 5px 5px; } .g-1 { min-width:0px; max-width:300px; margin: 0 auto; } .b-1 { margin:5px 0px 5px 0px; } .g-2 { min-width:0px; max-width:300px; margin: 0 auto; } .b-2 { margin:0px 0px 0px 0px; } .g-4 { min-width:0px; max-width:300px; margin: 0 auto; } .b-4 { margin:5px 0px 5px 0px; } .g-3 { margin:0px 0px 0px 0px; float:right; clear:right; } @media only screen and (max-width: 480px) { .g-col, .g-dyn, .g-single { width:100%; margin-left:0; margin-right:0; } } </style> <!-- /AdRotate CSS --> <script type="text/javascript">//<![CDATA[ function external_links_in_new_windows_loop() { if (!document.links) { document.links = document.getElementsByTagName('a'); } var change_link = false; var force = ''; var ignore = ''; for (var t=0; t<document.links.length; t++) { var all_links = document.links[t]; change_link = false; if(document.links[t].hasAttribute('onClick') == false) { // forced if the address starts with http (or also https), but does not link to the current domain if(all_links.href.search(/^http/) != -1 && all_links.href.search('hilinetoday.com') == -1 && all_links.href.search(/^#/) == -1) { // console.log('Changed ' + all_links.href); change_link = true; } if(force != '' && all_links.href.search(force) != -1) { // forced // console.log('force ' + all_links.href); change_link = true; } if(ignore != '' && all_links.href.search(ignore) != -1) { // console.log('ignore ' + all_links.href); // ignored change_link = false; } if(change_link == true) { // console.log('Changed ' + all_links.href); document.links[t].setAttribute('onClick', 'javascript:window.open(\'' + all_links.href.replace(/'/g, '') + '\', \'_blank\', \'noopener\'); return false;'); document.links[t].removeAttribute('target'); } } } } // Load function external_links_in_new_windows_load(func) { var oldonload = window.onload; if (typeof window.onload != 'function'){ window.onload = func; } else { window.onload = function(){ oldonload(); func(); } } } external_links_in_new_windows_load(external_links_in_new_windows_loop); //]]></script> <style>img#wpstats{display:none}</style> <!-- <meta name="GmediaGallery" version="1.23.0/1.8.0" license="" /> --> <style type="text/css"> .mh-navigation li:hover, .mh-navigation ul li:hover > ul, .mh-main-nav-wrap, .mh-main-nav, .mh-social-nav li a:hover, .entry-tags li, .mh-slider-caption, .mh-widget-layout8 .mh-widget-title .mh-footer-widget-title-inner, .mh-widget-col-1 .mh-slider-caption, .mh-widget-col-1 .mh-posts-lineup-caption, .mh-carousel-layout1, .mh-spotlight-widget, .mh-social-widget li a, .mh-author-bio-widget, .mh-footer-widget .mh-tab-comment-excerpt, .mh-nip-item:hover .mh-nip-overlay, .mh-widget .tagcloud a, .mh-footer-widget .tagcloud a, .mh-footer, .mh-copyright-wrap, input[type=submit]:hover, #infinite-handle span:hover { background: #ae1f23; } .mh-extra-nav-bg { background: rgba(174, 31, 35, 0.2); } .mh-slider-caption, .mh-posts-stacked-title, .mh-posts-lineup-caption { background: #ae1f23; background: rgba(174, 31, 35, 0.8); } @media screen and (max-width: 900px) { #mh-mobile .mh-slider-caption, #mh-mobile .mh-posts-lineup-caption { background: rgba(174, 31, 35, 1); } } .slicknav_menu, .slicknav_nav ul, #mh-mobile .mh-footer-widget .mh-posts-stacked-overlay { border-color: #ae1f23; } .mh-copyright, .mh-copyright a { color: #fff; } .mh-widget-layout4 .mh-widget-title { background: #164272; background: rgba(22, 66, 114, 0.6); } .mh-preheader, .mh-wide-layout .mh-subheader, .mh-ticker-title, .mh-main-nav li:hover, .mh-footer-nav, .slicknav_menu, .slicknav_btn, .slicknav_nav .slicknav_item:hover, .slicknav_nav a:hover, .mh-back-to-top, .mh-subheading, .entry-tags .fa, .entry-tags li:hover, .mh-widget-layout2 .mh-widget-title, .mh-widget-layout4 .mh-widget-title-inner, .mh-widget-layout4 .mh-footer-widget-title, .mh-widget-layout5 .mh-widget-title-inner, .mh-widget-layout6 .mh-widget-title, #mh-mobile .flex-control-paging li a.flex-active, .mh-image-caption, .mh-carousel-layout1 .mh-carousel-caption, .mh-tab-button.active, .mh-tab-button.active:hover, .mh-footer-widget .mh-tab-button.active, .mh-social-widget li:hover a, .mh-footer-widget .mh-social-widget li a, .mh-footer-widget .mh-author-bio-widget, .tagcloud a:hover, .mh-widget .tagcloud a:hover, .mh-footer-widget .tagcloud a:hover, .mh-posts-stacked-item .mh-meta, .page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, .pagelink, a:hover .pagelink, input[type=submit], #infinite-handle span { background: #164272; } .mh-main-nav-wrap .slicknav_nav ul, blockquote, .mh-widget-layout1 .mh-widget-title, .mh-widget-layout3 .mh-widget-title, .mh-widget-layout5 .mh-widget-title, .mh-widget-layout8 .mh-widget-title:after, #mh-mobile .mh-slider-caption, .mh-carousel-layout1, .mh-spotlight-widget, .mh-author-bio-widget, .mh-author-bio-title, .mh-author-bio-image-frame, .mh-video-widget, .mh-tab-buttons, textarea:hover, input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover { border-color: #164272; } .mh-dropcap, .mh-carousel-layout1 .flex-direction-nav a, .mh-carousel-layout2 .mh-carousel-caption, .mh-posts-digest-small-category, .mh-posts-lineup-more, .bypostauthor .fn:after, .mh-comment-list .comment-reply-link:before, #respond #cancel-comment-reply-link:before { color: #164272; } .mh-subheader, .page-numbers, a .pagelink, .mh-widget-layout3 .mh-widget-title, .mh-widget .search-form, .mh-tab-button, .mh-tab-content, .mh-nip-widget, .mh-magazine-facebook-page-widget, .mh-social-widget, .mh-posts-horizontal-widget, .mh-ad-spot, .mh-info-spot { background: #0076ae; } .mh-tab-post-item { border-color: rgba(255, 255, 255, 0.3); } .mh-tab-comment-excerpt { background: rgba(255, 255, 255, 0.6); } .mh-header-nav-bottom li a, .mh-social-nav-bottom .fa-mh-social, .mh-boxed-layout .mh-ticker-item-bottom a, .mh-header-date-bottom, .page-numbers, a .pagelink, .mh-widget-layout3 .mh-widget-title, .mh-widget-layout3 .mh-widget-title a, .mh-tabbed-widget, .mh-tabbed-widget a, .mh-posts-horizontal-title a { color: #ffffff; } </style> <!--[if lt IE 9]> <script src="https://hilinetoday.com/wp-content/themes/mh-magazine/js/css3-mediaqueries.js"></script> <![endif]--> <!-- All in one Favicon 4.8 --><style type="text/css" id="custom-background-css"> body.custom-background { background-image: url("https://hilinetoday.com/wp-content/uploads/2019/03/BG-LIGHT-BLUE.jpg"); background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } </style> <link rel="icon" href="https://hilinetoday.com/wp-content/uploads/2025/03/cropped-site-icon-hiline-512-32x32.png" sizes="32x32" /> <link rel="icon" href="https://hilinetoday.com/wp-content/uploads/2025/03/cropped-site-icon-hiline-512-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://hilinetoday.com/wp-content/uploads/2025/03/cropped-site-icon-hiline-512-180x180.png" /> <meta name="msapplication-TileImage" content="https://hilinetoday.com/wp-content/uploads/2025/03/cropped-site-icon-hiline-512-270x270.png" /> <style type="text/css" id="wp-custom-css"> d.mh-header { background:#0576ae; } .ads-all { width:100%; background-color: #164272; padding:20px auto; } body.login #nav a, body.login #backtoblog a { color: #fff !important; font-family: Open Sans !important; font-weight:700!important; background-color: #1E73BE; } .tablepress-id-11 { text-align: left; } .tablepress-id-11 .column-1 { width: 250px; } .tablepress-id-11 .column-2 { width: 200px; } .tablepress-id-11 .column-3 { width: 400px; } </style> <!-- ## NXS/OG ## --><!-- ## NXSOGTAGS ## --><!-- ## NXS/OG ## --> <!-- START - Open Graph and Twitter Card Tags 3.3.5 --> <!-- Facebook Open Graph --> <meta property="og:locale" content="en_US"/> <meta property="og:site_name" content="Hi-Line Today"/> <meta property="og:title" content="Hi-Line Today"/> <meta property="og:url" content="http://hilinetoday.com"/> <meta property="og:type" content="website"/> <meta property="og:description" content="Northern Montana&amp;#03"/> <!-- Google+ / Schema.org --> <meta itemprop="name" content="Hi-Line Today"/> <meta itemprop="headline" content="Hi-Line Today"/> <meta itemprop="description" content="Northern Montana&amp;#03"/> <!--<meta itemprop="publisher" content="Hi-Line Today"/>--> <!-- To solve: The attribute publisher.itemtype has an invalid value --> <!-- Twitter Cards --> <meta name="twitter:title" content="Hi-Line Today"/> <meta name="twitter:url" content="http://hilinetoday.com"/> <meta name="twitter:description" content="Northern Montana&amp;#03"/> <meta name="twitter:card" content="summary_large_image"/> <!-- SEO --> <!-- Misc. tags --> <!-- is_front_page --> <!-- END - Open Graph and Twitter Card Tags 3.3.5 --> </head> <body id="mh-mobile" class="home blog custom-background wp-custom-logo mh-boxed-layout mh-left-sb mh-loop-layout1 mh-widget-layout1 mh-header-transparent mh-loop-hide-caption hi-line-today" itemscope="itemscope" itemtype="http://schema.org/WebPage"> <div class="mh-container mh-container-outer"> <div class="mh-header-nav-mobile clearfix"></div> <div class="mh-preheader"> <div class="mh-container mh-container-inner mh-row clearfix"> <div class="mh-header-bar-content mh-header-bar-top-left mh-col-2-3 clearfix"> <div class="mh-header-date mh-header-date-top"> August 2, 2025 </div> </div> <div class="mh-header-bar-content mh-header-bar-top-right mh-col-1-3 clearfix"> </div> </div> </div> <header class="mh-header" itemscope="itemscope" itemtype="http://schema.org/WPHeader"> <div class="mh-container mh-container-inner clearfix"> <div class="mh-custom-header clearfix"> <div class="mh-header-columns mh-row clearfix"> <div class="mh-col-1-3 mh-site-identity"> <div class="mh-site-logo" role="banner" itemscope="itemscope" itemtype="http://schema.org/Brand"> <a href="https://hilinetoday.com/" class="custom-logo-link" rel="home" aria-current="page"><img width="621" height="135" src="https://hilinetoday.com/wp-content/uploads/2019/03/header-logo-no-stns.png" class="custom-logo" alt="Hi-Line Today" decoding="async" fetchpriority="high" srcset="https://hilinetoday.com/wp-content/uploads/2019/03/header-logo-no-stns.png 621w, https://hilinetoday.com/wp-content/uploads/2019/03/header-logo-no-stns-300x65.png 300w, https://hilinetoday.com/wp-content/uploads/2019/03/header-logo-no-stns-150x33.png 150w, https://hilinetoday.com/wp-content/uploads/2019/03/header-logo-no-stns-250x54.png 250w" sizes="(max-width: 621px) 100vw, 621px" /></a></div> </div> <aside class="mh-col-2-3 mh-header-widget-2"> <div id="62f58c65a389c-2" class="mh-widget mh-header-2 62f58c65a389c"><div class="g g-3"><div class="g-single a-13"><a class="gofollow" data-track="MTMsMywxLDYw" href="#"><img src="https://hilinetoday.com/wp-content/uploads/2019/05/KOJM-LEADERBOARD.jpg" /></a></div></div></div></aside> </div> </div> </div> <div class="mh-main-nav-wrap"> <nav class="mh-navigation mh-main-nav mh-container mh-container-inner clearfix" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <div class="menu-main-container"><ul id="menu-main" class="menu"><li id="menu-item-4933" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-4933"><a href="https://hilinetoday.com/" aria-current="page" title=" ">Home</a></li> <li id="menu-item-4964" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4964"><a href="#">News</a> <ul class="sub-menu"> <li id="menu-item-4838" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4838"><a href="https://hilinetoday.com/category/news/" title=" ">Local News</a></li> <li id="menu-item-4943" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4943"><a href="https://hilinetoday.com/category/state-news/" title=" ">State News</a></li> <li id="menu-item-4942" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4942"><a href="https://hilinetoday.com/category/ag-news/" title=" ">Ag News</a></li> <li id="menu-item-16660" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16660"><a href="https://hilinetoday.com/news-podcasts/">News Podcasts</a></li> </ul> </li> <li id="menu-item-4965" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4965"><a href="#">Sports</a> <ul class="sub-menu"> <li id="menu-item-4940" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4940"><a href="https://hilinetoday.com/category/sports/" title=" ">Local Sports</a></li> <li id="menu-item-4944" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4944"><a href="https://hilinetoday.com/category/state-sports/" title=" ">State Sports</a></li> <li id="menu-item-4966" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4966"><a href="https://hilinetoday.com/scoreboard/">Scoreboard!</a></li> <li id="menu-item-16661" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16661"><a href="https://hilinetoday.com/sports-podcasts/">Sports Podcasts</a></li> </ul> </li> <li id="menu-item-4971" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4971"><a href="https://hilinetoday.com/alerts-and-emergencies/">Alerts</a></li> <li id="menu-item-5003" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5003"><a href="#" title=" ">Community</a> <ul class="sub-menu"> <li id="menu-item-5109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5109"><a href="https://hilinetoday.com/calendar-2/">Calendar</a></li> <li id="menu-item-11388" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11388"><a href="https://hilinetoday.com/school-lunch-menus-2/">School Lunch Menus</a></li> <li id="menu-item-5020" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5020"><a href="https://hilinetoday.com/category/birthdays/" title=" ">Birthdays</a></li> <li id="menu-item-5016" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5016"><a href="https://hilinetoday.com/category/funeral-notices/" title=" ">Funeral Notices</a></li> <li id="menu-item-5010" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5010"><a href="https://hilinetoday.com/category/tradio/" title=" ">Tradio</a></li> <li id="menu-item-5012" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5012"><a href="#" title=" ">Employment</a> <ul class="sub-menu"> <li id="menu-item-5038" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5038"><a href="https://hilinetoday.com/jobs/" title=" ">Job Listings</a></li> <li id="menu-item-5039" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5039"><a href="https://hilinetoday.com/post-a-job/" title=" ">Post a Job</a></li> <li id="menu-item-5040" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5040"><a href="https://hilinetoday.com/job-dashboard/" title=" ">Job Dashboard</a></li> </ul> </li> </ul> </li> <li id="menu-item-69235" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-69235"><a href="https://openweathermap.org/city/5656497">Weather</a></li> <li id="menu-item-5034" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5034"><a href="https://hilinetoday.com/weather/travel-report/" title=" ">Travel</a> <ul class="sub-menu"> <li id="menu-item-5036" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5036"><a href="https://hilinetoday.com/travel-conditions/" title=" ">Statewide Road Conditions</a></li> <li id="menu-item-5043" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5043"><a href="https://hilinetoday.com/weather/travel-report/cape-air-flight-schedule/" title=" ">Cape Air – Flight Schedule</a></li> <li id="menu-item-5398" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5398"><a href="https://hilinetoday.com/weather/travel-report/amtrak-havre/">AMTRAK – Havre</a></li> <li id="menu-item-5047" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5047"><a href="https://hilinetoday.com/weather/travel-report/rocky-boy-transit-schedule/" title=" ">Rocky Boy – Transit Schedule</a></li> <li id="menu-item-5046" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5046"><a href="https://hilinetoday.com/weather/travel-report/north-central-montana-transit-blue-line-schedule/" title=" ">North Central Montana Transit Blue Line Schedule</a></li> <li id="menu-item-5045" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5045"><a href="https://hilinetoday.com/weather/travel-report/north-central-montana-transit-red-line-schedule/" title=" ">North Central Montana Transit Red Line Schedule</a></li> <li id="menu-item-5044" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5044"><a href="https://hilinetoday.com/weather/travel-report/north-central-montana-transit-green-line-schedule/" title=" ">North Central Montana Transit Green Line Schedule</a></li> <li id="menu-item-5035" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5035"><a href="https://hilinetoday.com/weather/travel-report/changes-cancellations/" title=" ">School Bus Schedule Changes and Activity Cancellations</a></li> <li id="menu-item-5042" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5042"><a href="https://hilinetoday.com/weather/travel-report/fort-belknap-transit-service/" title=" ">Fort Belknap Transit Service</a></li> </ul> </li> <li id="menu-item-4972" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4972"><a href="#">On the Radio</a> <ul class="sub-menu"> <li id="menu-item-6098" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6098"><a href="#">Listen Live</a> <ul class="sub-menu"> <li id="menu-item-6099" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6099"><a href="https://www.elasticplayer.xyz/kojm/">KOJM</a></li> <li id="menu-item-6100" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6100"><a href="https://www.elasticplayer.xyz/kpqx/">KPQX</a></li> <li id="menu-item-6101" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6101"><a href="https://cms.pivotradio.com/promo/kryk">KRYK</a></li> </ul> </li> <li id="menu-item-76412" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-76412"><a href="#">GET OUR APPS</a> <ul class="sub-menu"> <li id="menu-item-76413" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-76413"><a href="https://cms.pivotradio.com/promo/kojm">KOJM</a></li> <li id="menu-item-76414" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-76414"><a href="https://cms.pivotradio.com/promo/kpqx">KPQX</a></li> <li id="menu-item-76415" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-76415"><a href="https://cms.pivotradio.com/promo/kryk">KRYK</a></li> </ul> </li> <li id="menu-item-48054" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-48054"><a href="https://hilinetoday.com/proud-to-be-in-hd/">Proud To Be In HD!</a></li> <li id="menu-item-4973" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4973"><a href="#">Profiles</a> <ul class="sub-menu"> <li id="menu-item-9262" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9262"><a href="https://hilinetoday.com/kojm-profile/">KOJM Profile</a></li> <li id="menu-item-9263" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9263"><a href="https://hilinetoday.com/kpqx-profile/">KPQX Profile</a></li> <li id="menu-item-9261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9261"><a href="https://hilinetoday.com/kryk-profile/">KRYK Profile</a></li> </ul> </li> <li id="menu-item-4974" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4974"><a href="#">Personalities</a></li> <li id="menu-item-33508" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-33508"><a href="https://hilinetoday.com/category/contests/">Contests &amp; Promotions</a></li> <li id="menu-item-4975" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4975"><a href="#">Podcasts</a> <ul class="sub-menu"> <li id="menu-item-16631" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16631"><a href="https://hilinetoday.com/news-podcasts/">News</a></li> <li id="menu-item-60819" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-60819"><a href="https://hilinetoday.com/sports-podcasts/">Sports</a></li> </ul> </li> </ul> </li> <li id="menu-item-4976" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4976"><a href="https://hilinetoday.com/contact-us/">Contact Us</a></li> <li id="menu-item-70188" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-70188"><a href="https://hilinetoday.com/general-election-results/">Election Results</a></li> </ul></div> </nav> </div> </header> <div class="mh-subheader"> <div class="mh-container mh-container-inner mh-row clearfix"> <div class="mh-header-bar-content mh-header-bar-bottom-left mh-col-2-3 clearfix"> <div class="mh-header-ticker mh-header-ticker-bottom"> <div class="mh-ticker-bottom"> <div class="mh-ticker-title mh-ticker-title-bottom"> Hi-Line Breaking News<i class="fa fa-chevron-right"></i> </div> <div class="mh-ticker-content mh-ticker-content-bottom"> <ul id="mh-ticker-loop-bottom"> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://hilinetoday.com/skylights-offseason/" title="Skylights Offseason"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 2, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> Skylights Offseason </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local Sports </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://hilinetoday.com/former-montana-high-school-basketball-star-enters-coaching-world/" title="Former Montana High School Basketball Star Enters Coaching World"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 2, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> Former Montana High School Basketball Star Enters Coaching World </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local Sports </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://hilinetoday.com/80631-2/" title="MSU-N Volleyball Given AVCA Team Award"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 2, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> MSU-N Volleyball Given AVCA Team Award </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local Sports </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://hilinetoday.com/sba-announces-federal-disaster-loans-available-in-9-montana-counties/" title="SBA Announces Federal Disaster Loans, Available in 9 Montana Counties"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 2, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> SBA Announces Federal Disaster Loans, Available in 9 Montana Counties </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local News </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://hilinetoday.com/new-msu-president-visits-msun/" title="New MSU President Visits MSUN"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 2, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> New MSU President Visits MSUN </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local News </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://hilinetoday.com/northstars-championship-game-loss-impact-on-next-season/" title="Northstars Championship Game Loss Impact on Next Season"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 1, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> Northstars Championship Game Loss Impact on Next Season </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local Sports </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://hilinetoday.com/hoops-for-a-cause-hits-helena-on-sunday/" title="Hoops for A Cause hits Helena on Sunday"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 1, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> Hoops for A Cause hits Helena on Sunday </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local Sports </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://hilinetoday.com/williams-commended-contract-awarded-to-circle-f-insulation/" title="Williams Commended, Contract Awarded to Circle F Insulation"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 1, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> Williams Commended, Contract Awarded to Circle F Insulation </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local News </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://hilinetoday.com/blaine-county-fatal/" title="Blaine County Fatal"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 1, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> Blaine County Fatal </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local News </span> </a> </li> <li class="mh-ticker-item mh-ticker-item-bottom"> <a href="https://hilinetoday.com/hays-man-sentenced-for-illegal-firearm-unregistered-silencer/" title="Hays Man Sentenced for Illegal Firearm &#038; Unregistered Silencer"> <span class="mh-ticker-item-date mh-ticker-item-date-bottom"> [ August 1, 2025 ] </span> <span class="mh-ticker-item-title mh-ticker-item-title-bottom"> Hays Man Sentenced for Illegal Firearm &#038; Unregistered Silencer </span> <span class="mh-ticker-item-cat mh-ticker-item-cat-bottom"> <i class="fa fa-caret-right"></i> Local News </span> </a> </li> </ul> </div> </div> </div> </div> <div class="mh-header-bar-content mh-header-bar-bottom-right mh-col-1-3 clearfix"> <aside class="mh-header-search mh-header-search-bottom"> <form role="search" method="get" class="search-form" action="https://hilinetoday.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </aside> </div> </div> </div> <div class="mh-wrapper clearfix"> <div class="mh-main clearfix"> <div id="main-content" class="mh-loop mh-content" role="main"><article class="mh-posts-list-item clearfix post-80652 post type-post status-publish format-standard has-post-thumbnail hentry category-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://hilinetoday.com/sba-announces-federal-disaster-loans-available-in-9-montana-counties/"><img width="300" height="200" src="https://hilinetoday.com/wp-content/uploads/2020/02/money.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://hilinetoday.com/wp-content/uploads/2020/02/money.jpg 300w, https://hilinetoday.com/wp-content/uploads/2020/02/money-150x100.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://hilinetoday.com/sba-announces-federal-disaster-loans-available-in-9-montana-counties/" title="SBA Announces Federal Disaster Loans, Available in 9 Montana Counties" rel="bookmark"> SBA Announces Federal Disaster Loans, Available in 9 Montana Counties </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://hilinetoday.com/2025/08/">August 2, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://hilinetoday.com/author/kkorsbeck/">Kelly Korsbeck</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">SACRAMENTO, Calif. – The U.S. Small Business Administration (SBA) announced the availability of low interest federal disaster loans to small businesses and <a class="mh-excerpt-more" href="https://hilinetoday.com/sba-announces-federal-disaster-loans-available-in-9-montana-counties/" title="SBA Announces Federal Disaster Loans, Available in 9 Montana Counties">[&#8230;]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-80621 post type-post status-publish format-standard has-post-thumbnail hentry category-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://hilinetoday.com/new-msu-president-visits-msun/"><img width="300" height="200" src="https://hilinetoday.com/wp-content/uploads/2018/11/msu-northern.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://hilinetoday.com/wp-content/uploads/2018/11/msu-northern.jpg 300w, https://hilinetoday.com/wp-content/uploads/2018/11/msu-northern-150x100.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://hilinetoday.com/new-msu-president-visits-msun/" title="New MSU President Visits MSUN" rel="bookmark"> New MSU President Visits MSUN </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://hilinetoday.com/2025/08/">August 2, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://hilinetoday.com/author/tvigliotti/">Tony Vigliotti</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">(NMB) New Montana State University President Dr. Brock Tessman was on the Campus of MSU Northern on Thursday. Dr. Tessman&#8217;s visit gave <a class="mh-excerpt-more" href="https://hilinetoday.com/new-msu-president-visits-msun/" title="New MSU President Visits MSUN">[&#8230;]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-80625 post type-post status-publish format-standard has-post-thumbnail hentry category-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://hilinetoday.com/williams-commended-contract-awarded-to-circle-f-insulation/"><img width="300" height="200" src="https://hilinetoday.com/wp-content/uploads/2019/01/Hill-County-Seal.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" srcset="https://hilinetoday.com/wp-content/uploads/2019/01/Hill-County-Seal.jpg 300w, https://hilinetoday.com/wp-content/uploads/2019/01/Hill-County-Seal-150x100.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://hilinetoday.com/williams-commended-contract-awarded-to-circle-f-insulation/" title="Williams Commended, Contract Awarded to Circle F Insulation" rel="bookmark"> Williams Commended, Contract Awarded to Circle F Insulation </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://hilinetoday.com/2025/08/">August 1, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://hilinetoday.com/author/tvigliotti/">Tony Vigliotti</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">(Havre) &#8211; The Hill County Commission met for the regular meeting on Thursday. During the Public Comment period a letter from the <a class="mh-excerpt-more" href="https://hilinetoday.com/williams-commended-contract-awarded-to-circle-f-insulation/" title="Williams Commended, Contract Awarded to Circle F Insulation">[&#8230;]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-80618 post type-post status-publish format-standard has-post-thumbnail hentry category-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://hilinetoday.com/blaine-county-fatal/"><img width="300" height="200" src="https://hilinetoday.com/wp-content/uploads/2018/10/mt-hway-patrol.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://hilinetoday.com/wp-content/uploads/2018/10/mt-hway-patrol.jpg 300w, https://hilinetoday.com/wp-content/uploads/2018/10/mt-hway-patrol-150x100.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://hilinetoday.com/blaine-county-fatal/" title="Blaine County Fatal" rel="bookmark"> Blaine County Fatal </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://hilinetoday.com/2025/08/">August 1, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://hilinetoday.com/author/tvigliotti/">Tony Vigliotti</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">(NMB) A two vehicle crash in Blaine County on Wednesday claimed the life of at least one person according to the Montana <a class="mh-excerpt-more" href="https://hilinetoday.com/blaine-county-fatal/" title="Blaine County Fatal">[&#8230;]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-80616 post type-post status-publish format-standard has-post-thumbnail hentry category-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://hilinetoday.com/hays-man-sentenced-for-illegal-firearm-unregistered-silencer/"><img width="300" height="200" src="https://hilinetoday.com/wp-content/uploads/2018/11/CRIME.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://hilinetoday.com/wp-content/uploads/2018/11/CRIME.jpg 300w, https://hilinetoday.com/wp-content/uploads/2018/11/CRIME-150x100.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://hilinetoday.com/hays-man-sentenced-for-illegal-firearm-unregistered-silencer/" title="Hays Man Sentenced for Illegal Firearm &#038; Unregistered Silencer" rel="bookmark"> Hays Man Sentenced for Illegal Firearm &#038; Unregistered Silencer </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://hilinetoday.com/2025/08/">August 1, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://hilinetoday.com/author/tvigliotti/">Tony Vigliotti</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">(BILLINGS)– A Hays man who possessed illegal firearms was sentenced on Wednesday July 31st to 48 months in prison to be followed <a class="mh-excerpt-more" href="https://hilinetoday.com/hays-man-sentenced-for-illegal-firearm-unregistered-silencer/" title="Hays Man Sentenced for Illegal Firearm &#038; Unregistered Silencer">[&#8230;]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-80597 post type-post status-publish format-standard has-post-thumbnail hentry category-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://hilinetoday.com/farmers-share-program-coming-to-phillips-county-fair/"><img width="300" height="200" src="https://hilinetoday.com/wp-content/uploads/2019/05/Montana-Farmers-Union.png" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://hilinetoday.com/wp-content/uploads/2019/05/Montana-Farmers-Union.png 300w, https://hilinetoday.com/wp-content/uploads/2019/05/Montana-Farmers-Union-150x100.png 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://hilinetoday.com/farmers-share-program-coming-to-phillips-county-fair/" title="Farmer&#8217;s Share Program coming to Phillips County Fair" rel="bookmark"> Farmer&#8217;s Share Program coming to Phillips County Fair </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://hilinetoday.com/2025/07/">July 31, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://hilinetoday.com/author/tvigliotti/">Tony Vigliotti</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">(Dodson) &#8211; The Montana Farmers Union is bringing their Farmers Share program to the Phillips County Fair in Dodson on Saturday. Mary <a class="mh-excerpt-more" href="https://hilinetoday.com/farmers-share-program-coming-to-phillips-county-fair/" title="Farmer&#8217;s Share Program coming to Phillips County Fair">[&#8230;]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-80580 post type-post status-publish format-standard has-post-thumbnail hentry category-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://hilinetoday.com/county-to-take-part-in-pace-program/"><img width="300" height="200" src="https://hilinetoday.com/wp-content/uploads/2019/01/Hill-County-Seal.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://hilinetoday.com/wp-content/uploads/2019/01/Hill-County-Seal.jpg 300w, https://hilinetoday.com/wp-content/uploads/2019/01/Hill-County-Seal-150x100.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://hilinetoday.com/county-to-take-part-in-pace-program/" title="County to Take Part in PACE Program" rel="bookmark"> County to Take Part in PACE Program </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://hilinetoday.com/2025/07/">July 31, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://hilinetoday.com/author/tvigliotti/">Tony Vigliotti</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">(Havre) &#8211; At Last week&#8217;s meeting, The Hill County Commission voted to have the county take part in the PACE (Property Assessed <a class="mh-excerpt-more" href="https://hilinetoday.com/county-to-take-part-in-pace-program/" title="County to Take Part in PACE Program">[&#8230;]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-80571 post type-post status-publish format-standard has-post-thumbnail hentry category-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://hilinetoday.com/fire-restrictions-lifted-in-phillips-county/"><img width="181" height="181" src="https://hilinetoday.com/wp-content/uploads/2024/05/phillips-county.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://hilinetoday.com/wp-content/uploads/2024/05/phillips-county.jpg 181w, https://hilinetoday.com/wp-content/uploads/2024/05/phillips-county-150x150.jpg 150w" sizes="auto, (max-width: 181px) 100vw, 181px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://hilinetoday.com/fire-restrictions-lifted-in-phillips-county/" title="Fire Restrictions Lifted in Phillips County" rel="bookmark"> Fire Restrictions Lifted in Phillips County </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://hilinetoday.com/2025/07/">July 30, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://hilinetoday.com/author/tvigliotti/">Tony Vigliotti</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">(Malta) &#8211; The Lewistown Fire Restriction Interagency Group has announced that in response to cooler temperatures and recent moisture, all fire restrictions <a class="mh-excerpt-more" href="https://hilinetoday.com/fire-restrictions-lifted-in-phillips-county/" title="Fire Restrictions Lifted in Phillips County">[&#8230;]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-80566 post type-post status-publish format-standard has-post-thumbnail hentry category-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://hilinetoday.com/fort-benton-pool-to-reopen/"><img width="300" height="200" src="https://hilinetoday.com/wp-content/uploads/2019/10/City-of-Fort-Benton.gif" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://hilinetoday.com/wp-content/uploads/2019/10/City-of-Fort-Benton.gif 300w, https://hilinetoday.com/wp-content/uploads/2019/10/City-of-Fort-Benton-150x100.gif 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://hilinetoday.com/fort-benton-pool-to-reopen/" title="Fort Benton Pool to Reopen" rel="bookmark"> Fort Benton Pool to Reopen </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://hilinetoday.com/2025/07/">July 30, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://hilinetoday.com/author/tvigliotti/">Tony Vigliotti</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">(Fort Benton) &#8211; At a special city council meeting on Monday night, Fort Benton Mayor Lanny Walker said the Fort Benton City <a class="mh-excerpt-more" href="https://hilinetoday.com/fort-benton-pool-to-reopen/" title="Fort Benton Pool to Reopen">[&#8230;]</a></div> </div> </div> </article><article class="mh-posts-list-item clearfix post-80564 post type-post status-publish format-standard has-post-thumbnail hentry category-news"> <figure class="mh-posts-list-thumb"> <a class="mh-thumb-icon mh-thumb-icon-small-mobile" href="https://hilinetoday.com/fergus-county-fatal/"><img width="300" height="200" src="https://hilinetoday.com/wp-content/uploads/2018/10/mt-hway-patrol.jpg" class="attachment-mh-magazine-medium size-mh-magazine-medium wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://hilinetoday.com/wp-content/uploads/2018/10/mt-hway-patrol.jpg 300w, https://hilinetoday.com/wp-content/uploads/2018/10/mt-hway-patrol-150x100.jpg 150w" sizes="auto, (max-width: 300px) 100vw, 300px" /> </a> <div class="mh-image-caption mh-posts-list-caption"> Local News </div> </figure> <div class="mh-posts-list-content clearfix"> <header class="mh-posts-list-header"> <h3 class="entry-title mh-posts-list-title"> <a href="https://hilinetoday.com/fergus-county-fatal/" title="Fergus County Fatal" rel="bookmark"> Fergus County Fatal </a> </h3> <div class="mh-meta entry-meta"> <span class="entry-meta-date updated"><i class="fa fa-clock-o"></i><a href="https://hilinetoday.com/2025/07/">July 30, 2025</a></span> <span class="entry-meta-author author vcard"><i class="fa fa-user"></i><a class="fn" href="https://hilinetoday.com/author/tvigliotti/">Tony Vigliotti</a></span> </div> </header> <div class="mh-posts-list-excerpt clearfix"> <div class="mh-excerpt">(Grass Range) &#8211; The Montana Highway Patrol reports that a 29 year old was killed in a one vehicle accident on Saturday <a class="mh-excerpt-more" href="https://hilinetoday.com/fergus-county-fatal/" title="Fergus County Fatal">[&#8230;]</a></div> </div> </div> </article><div class="mh-loop-pagination clearfix"> <nav class="navigation pagination" aria-label="Posts pagination"> <h2 class="screen-reader-text">Posts pagination</h2> <div class="nav-links"><span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://hilinetoday.com/page/2/">2</a> <span class="page-numbers dots">&hellip;</span> <a class="page-numbers" href="https://hilinetoday.com/page/675/">675</a> <a class="next page-numbers" href="https://hilinetoday.com/page/2/">&raquo;</a></div> </nav></div> </div> <aside class="mh-widget-col-1 mh-sidebar" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"><div id="custom_html-3" class="widget_text mh-widget widget_custom_html"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">INTERACT</span></h4><div class="textwidget custom-html-widget"><div style="width: 100%; height: 40px;"> <div style="float: left; padding: 8px 0; font-weight: bold;">LISTEN LIVE</div> <div style="float: right;"><a href="https://www.elasticplayer.xyz/kojm/" target="_blank" rel="noopener"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kojm.png" alt="LISTEN TO KOJM" width="40" height="40" /></a> <a href="https://www.elasticplayer.xyz/kpqx/" target="_blank" rel="noopener"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kpqx.png" alt="LISTEN TO KPQX" width="40" height="40" /></a> <a href="https://www.elasticplayer.xyz/kryk/" target="_blank" rel="noopener"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kryk.png" alt="LISTEN TO KRYK" width="40" height="40" /></a></div> </div> <hr /> <div style="width: 100%; height: 40px;"> <div style="float: left; padding: 8px 0; font-weight: bold;">FACEBOOK</div> <div style="float: right;"><a href="https://www.facebook.com/KOJM-352205788177789/"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kojm.png" alt="KOJM ON FACEBOOK" width="40" height="40" /></a> <a href="https://www.facebook.com/KPQX-388275514548733/"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kpqx.png" alt="KPQX ON FACEBOOK" width="40" height="40" /></a> <a href="https://www.facebook.com/KRYK-289224341172482/"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kryk.png" alt="KRYK ON FACEBOOK" width="40" height="40" /></a></div> </div> <hr /> <div style="width: 100%; height: 40px;"> <div style="float: left; padding: 8px 0; font-weight: bold;">TWITTER</div> <div style="float: right;"><a href="https://twitter.com/kojmam"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kojm.png" alt="KOJM ON TWITTER" width="40" height="40" /></a> <a href="https://twitter.com/KPQX"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kpqx.png" alt="KPQX ON TWITTER" width="40" height="40" /></a> <a href="https://twitter.com/KRYKfm"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kryk.png" alt="KRYK ON TWITTER" width="40" height="40" /></a></div> </div> <hr /> <div style="float: left; padding: 8px 0; font-weight: bold;">GET THE APP</div> <div style="float: right;"><a href="https://cms.pivotradio.com/promo/kojm" target="_blank" rel="noopener"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kojm.png" alt="GET THE KOJM APP" width="40" height="40" /></a> <a href="https://cms.pivotradio.com/promo/kpqx" target="_blank" rel="noopener"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kpqx.png" alt="GET THE KPQX APP" width="40" height="40" /></a> <a href="https://cms.pivotradio.com/promo/kryk" target="_blank" rel="noopener"><img src="https://hilinetoday.com/wp-content/uploads/2019/04/button-kryk.png" alt="GET THE KRYK APP" width="40" height="40" /></a></div></div></div><div id="text-2" class="mh-widget widget_text"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Our Partners</span></h4> <div class="textwidget"><div class="ads-all"> <div class="g g-4"><div class="g-col b-4 a-31"><div sttyle="padding:10px auto 0;"><a class="gofollow" data-track="MzEsNCwxLDYw" href="https://www.hollandbonine.com/"><img decoding="async" src="https://hilinetoday.com/wp-content/uploads/2021/05/holland-bonine.jpg" /></a></div></div></div><br /> <div class="g g-1"><div class="g-col b-1 a-11"><div sttyle="padding:0px auto 10px;"><a class="gofollow" data-track="MTEsMSwxLDYw" href="https://www.northernhomeessentials.com/"><img decoding="async" src="https://hilinetoday.com/wp-content/uploads/2019/05/northern-home-essentials-300x150.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-14"><div sttyle="padding:0px auto 10px;"><a class="gofollow" data-track="MTQsMSwxLDYw" href="http://www.agriprairie.com/"><img decoding="async" src="https://hilinetoday.com/wp-content/uploads/2019/05/agri-prairie-300x150.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-12"><div sttyle="padding:0px auto 10px;"><a class="gofollow" data-track="MTIsMSwxLDYw" href="http://mclainscabinets.com/"><img decoding="async" src="https://hilinetoday.com/wp-content/uploads/2019/05/mclains-300x150-1.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-6"><div sttyle="padding:0px auto 10px;"><a class="gofollow" data-track="NiwxLDEsNjA=" href="https://valleyfurniturecompany.com/"><img decoding="async" src="https://hilinetoday.com/wp-content/uploads/2019/05/valley-furniture-300x150-1.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-35"><div sttyle="padding:0px auto 10px;"><a class="gofollow" data-track="MzUsMSwxLDYw" href="https://www.lewistownhonda.com/"><img decoding="async" src="https://hilinetoday.com/wp-content/uploads/2022/02/lewistown-honda.jpg" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-96"><div sttyle="padding:0px auto 10px;"><a class="gofollow" data-track="OTYsMSwxLDYw" href="https://hilinetoday.com/wp-content/uploads/2025/06/JULY-27-AUG-2-Faster-Recovery-Da-Vinci.png"><img decoding="async" src="https://hilinetoday.com/wp-content/uploads/2025/06/JULY-27-AUG-2-Banner-Ad-Summer-Surgery.png" /></a></div></div></div><div class="g g-1"><div class="g-col b-1 a-37"><div sttyle="padding:0px auto 10px;"><a class="gofollow" data-track="MzcsMSwxLDYw" href="https://havrehighlinerealty.com/"><img decoding="async" src="https://hilinetoday.com/wp-content/uploads/2022/03/hiline-realty-1.jpg" /></a></div></div></div></div> </div> </div> </aside> </div> <aside class="mh-widget-col-1 mh-sidebar-2 mh-sidebar-wide" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"> <div id="awesomeweatherwidget-2" class="mh-widget widget_awesomeweatherwidget"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Hi-Line Radar Weather</span></h4><div id="awe-ajax-awesome-weather-havre" class="awe-ajax-awesome-weather-havre awe-weather-ajax-wrap" style=""><div class="awe-loading"><i class="wi wi-day-sunny"></i></div></div><script type="text/javascript"> jQuery(document).ready(function() { awe_ajax_load({"id":"awesome-weather-havre","locale":"","location":"havre","owm_city_id":"5656497","override_title":"","size":"wide","units":"F","forecast_days":"5","hide_stats":0,"show_link":1,"background":"","custom_bg_color":"#1f567c","use_user_location":0,"allow_user_to_change":0,"show_icons":1,"extended_url":"","extended_text":"Weather in Detail","background_by_weather":0,"text_color":"#ffffff","hide_attribution":1,"skip_geolocate":0,"latlng":"","ajaxurl":"https:\/\/hilinetoday.com\/wp-admin\/admin-ajax.php","via_ajax":1}); }); </script></div><div id="mh_magazine_custom_posts-5" class="mh-widget mh_magazine_custom_posts"><h4 class="mh-widget-title"><span class="mh-widget-title-inner"><a href="https://hilinetoday.com/category/contests/" class="mh-widget-title-link">What&#8217;s Happening</a></span></h4> <ul class="mh-custom-posts-widget clearfix"> </ul></div><div id="ai1ec_agenda_widget-3" class="mh-widget widget_ai1ec_agenda_widget"> <h4 class="mh-widget-title"><span class="mh-widget-title-inner">From Our Community Calendar</span></h4> <style> <!-- --> </style> <div class="timely ai1ec-agenda-widget-view ai1ec-clearfix"> <div> <div class="ai1ec-date ai1ec-today"> <a class="ai1ec-date-title ai1ec-load-view" href="https&#x3A;&#x2F;&#x2F;hilinetoday.com&#x2F;calendar-2&#x2F;action&#x7E;oneday&#x2F;exact_date&#x7E;8-2-2025&#x2F;"> <div class="ai1ec-month">Aug</div> <div class="ai1ec-day">2</div> <div class="ai1ec-weekday">Sat</div> <div class="ai1ec-year">2025</div> </a> <div class="ai1ec-date-events"> <div class="ai1ec-event ai1ec-event-id-80022 ai1ec-event-instance-id-2620 "> <a href="https&#x3A;&#x2F;&#x2F;hilinetoday.com&#x2F;event&#x2F;bullhook-community-health-center-fun-run-walk&#x2F;&#x3F;instance_id&#x3D;2620" class="ai1ec-popup-trigger ai1ec-load-event"> <span class="ai1ec-event-time"> 9:00 am </span> <span class="ai1ec-event-title"> Bullhook Community Health Center... <span class="ai1ec-event-location" >@ Bullhook Community Health center</span> </span> </a> <div class="ai1ec-popover ai1ec-popup ai1ec-event-instance-id-2620"> <span class="ai1ec-popup-title"> <a href="https&#x3A;&#x2F;&#x2F;hilinetoday.com&#x2F;event&#x2F;bullhook-community-health-center-fun-run-walk&#x2F;&#x3F;instance_id&#x3D;2620" class="ai1ec-load-event" >Bullhook Community Health Center...</a> <span class="ai1ec-event-location" >@ Bullhook Community Health center</span> </span> <div class="ai1ec-event-time"> Aug 2 @ 9:00 am – 2:00 pm </div> <div class="ai1ec-popup-excerpt">🎉Get ready for a burst of color, community, and celebration at Bullhook Community Health Center&#8217;s 2025 Color Fun Run and Walk! &nbsp; <a class="mh-excerpt-more" href="https://hilinetoday.com/event/bullhook-community-health-center-fun-run-walk/" title="Bullhook Community Health Center Fun Run/Walk">[...]</a></div> </div> </div> <div class="ai1ec-event ai1ec-event-id-80535 ai1ec-event-instance-id-2628 "> <a href="https&#x3A;&#x2F;&#x2F;hilinetoday.com&#x2F;event&#x2F;phillips-county-fair-indian-relay-and-chariot-races-ranch-bronc-riding&#x2F;&#x3F;instance_id&#x3D;2628" class="ai1ec-popup-trigger ai1ec-load-event"> <span class="ai1ec-event-time"> 11:00 am </span> <span class="ai1ec-event-title"> Phillips County Fair Indian Rela... <span class="ai1ec-event-location" >@ Phillips County Fairgrounds</span> </span> </a> <div class="ai1ec-popover ai1ec-popup ai1ec-event-instance-id-2628"> <span class="ai1ec-popup-title"> <a href="https&#x3A;&#x2F;&#x2F;hilinetoday.com&#x2F;event&#x2F;phillips-county-fair-indian-relay-and-chariot-races-ranch-bronc-riding&#x2F;&#x3F;instance_id&#x3D;2628" class="ai1ec-load-event" >Phillips County Fair Indian Rela...</a> <span class="ai1ec-event-location" >@ Phillips County Fairgrounds</span> </span> <div class="ai1ec-event-time"> Aug 2 @ 11:00 am – 9:00 pm </div> <div class="ai1ec-popup-excerpt">Indian Relay Races and Chariot Races start at 11am Ranch Bronc Riding Starts at 7pm Adults 20.00 dollars. Kids 10 and under <a class="mh-excerpt-more" href="https://hilinetoday.com/event/phillips-county-fair-indian-relay-and-chariot-races-ranch-bronc-riding/" title="Phillips County Fair Indian Relay and Chariot Races, Ranch Bronc Riding">[...]</a></div> </div> </div> </div> </div> <div class="ai1ec-date "> <a class="ai1ec-date-title ai1ec-load-view" href="https&#x3A;&#x2F;&#x2F;hilinetoday.com&#x2F;calendar-2&#x2F;action&#x7E;oneday&#x2F;exact_date&#x7E;8-3-2025&#x2F;"> <div class="ai1ec-month">Aug</div> <div class="ai1ec-day">3</div> <div class="ai1ec-weekday">Sun</div> <div class="ai1ec-year">2025</div> </a> <div class="ai1ec-date-events"> <div class="ai1ec-event ai1ec-event-id-80536 ai1ec-event-instance-id-2629 "> <a href="https&#x3A;&#x2F;&#x2F;hilinetoday.com&#x2F;event&#x2F;phillips-county-fair-amx-races&#x2F;&#x3F;instance_id&#x3D;2629" class="ai1ec-popup-trigger ai1ec-load-event"> <span class="ai1ec-event-time"> 12:00 pm </span> <span class="ai1ec-event-title"> Phillips County Fair AMX Races <span class="ai1ec-event-location" >@ Phillips County Fairgrounds</span> </span> </a> <div class="ai1ec-popover ai1ec-popup ai1ec-event-instance-id-2629"> <span class="ai1ec-popup-title"> <a href="https&#x3A;&#x2F;&#x2F;hilinetoday.com&#x2F;event&#x2F;phillips-county-fair-amx-races&#x2F;&#x3F;instance_id&#x3D;2629" class="ai1ec-load-event" >Phillips County Fair AMX Races</a> <span class="ai1ec-event-location" >@ Phillips County Fairgrounds</span> </span> <div class="ai1ec-event-time"> Aug 3 @ 12:00 pm – 3:00 pm </div> <div class="ai1ec-popup-excerpt">Amx Races Start at Noon. Tickets are 10.00. Kids 10 and under are free. The kids fun zone carnival runs through today.</div> </div> </div> </div> </div> </div> <div class="ai1ec-subscribe-buttons-widget"> <a class="ai1ec-btn ai1ec-btn-default ai1ec-btn-xs ai1ec-pull-right ai1ec-calendar-link" href="https&#x3A;&#x2F;&#x2F;hilinetoday.com&#x2F;calendar-2&#x2F;"> View Calendar <i class="ai1ec-fa ai1ec-fa-arrow-right"></i> </a> </div> </div> </div><div id="text-26" class="mh-widget widget_text"><h4 class="mh-widget-title"><span class="mh-widget-title-inner">Free Newsletter</span></h4> <div class="textwidget"><div style="border: 2px solid #000; padding: 5px; margin-bottom: 10px;"> <p><img loading="lazy" decoding="async" src="https://hilinetoday.com/wp-content/uploads/2019/10/masthead.png" alt="" width="332" height="71" /></p> <p>Sign up to receive our free daily recap of local news, sports, and obituaries. <em>(*=required field)</em></p> <hr /> <p><!-- BEGIN NEWSLETTER CODE --></p> <div class="tnp tnp-subscription"> <form action="https://hilinetoday.com/wp-admin/admin-ajax.php?action=newsletter&amp;na=s" method="post"><input name="nlang" type="hidden" value="" /></p> <div class="tnp-field tnp-field-firstname"><label>First name*</label><input class="tnp-firstname" name="nn" type="text" /></div> <div class="tnp-field tnp-field-lastname"><label>Last name</label><input class="tnp-lastname" name="ns" type="text" /></div> <div class="tnp-field tnp-field-email"><label>Email*</label><input class="tnp-email" name="ne" required="" type="email" /></div> <div class="tnp-field tnp-field-privacy"><label><input class="tnp-privacy" name="ny" required="" type="checkbox" /> By continuing, you accept the privacy policy</label></div> <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Subscribe Free" /></div> </form> </div> <p><!-- END NEWSLETTER CODE --></p> </div> </div> </div></aside> </div> <div class="mh-footer-nav-mobile"></div> <nav class="mh-navigation mh-footer-nav" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <div class="mh-container mh-container-inner clearfix"> <div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-4841" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4841"><a href="https://publicfiles.fcc.gov/am-profile/kojm" title=" ">Public Inspection Files</a> <ul class="sub-menu"> <li id="menu-item-4982" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4982"><a href="https://publicfiles.fcc.gov/am-profile/KOJM">KOJM</a></li> <li id="menu-item-4983" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4983"><a href="https://publicfiles.fcc.gov/fm-profile/KPQX">KPQX</a></li> <li id="menu-item-4984" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4984"><a href="https://publicfiles.fcc.gov/fm-profile/KRYK">KRYK</a></li> </ul> </li> <li id="menu-item-5051" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5051"><a href="https://hilinetoday.com/equal-employment-opportunity/" title=" ">Equal Employment Opportunity (EEO) Report</a></li> <li id="menu-item-31009" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31009"><a href="https://hilinetoday.com/fcc-applications/">FCC Applications</a></li> <li id="menu-item-5025" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5025"><a href="https://hilinetoday.com/privacy-policy/" title=" ">Privacy Policy</a></li> <li id="menu-item-5026" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5026"><a href="https://hilinetoday.com/terms-of-use/" title=" ">Terms of Use</a></li> </ul></div> </div> </nav> <div class="mh-copyright-wrap"> <div class="mh-container mh-container-inner clearfix"> <p class="mh-copyright"> Copyright © <script>document.write(new Date().getFullYear());</script> New Media Broadcasters, Inc. All rights reserved. Web Development by <a href="http://www.worldwidewebworx.com" target="_blank">World Wide Web Worx</a> </p> </div> </div> <a href="#" class="mh-back-to-top"><i class="fa fa-chevron-up"></i></a> </div><!-- .mh-container-outer --> <script type="text/javascript" id="adrotate-clicktracker-js-extra"> /* <![CDATA[ */ var click_object = {"ajax_url":"https:\/\/hilinetoday.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/adrotate-pro/library/jquery.adrotate.clicktracker.js" id="adrotate-clicktracker-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/awesome-weather/js/awesome-weather-widget-frontend.js?ver=1.1" id="awesome_weather-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3" id="jquery-ui-mouse-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3" id="jquery-ui-slider-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/ui/controlgroup.min.js?ver=1.13.3" id="jquery-ui-controlgroup-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/ui/checkboxradio.min.js?ver=1.13.3" id="jquery-ui-checkboxradio-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/ui/button.min.js?ver=1.13.3" id="jquery-ui-button-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/ui/spinner.min.js?ver=1.13.3" id="jquery-ui-spinner-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.3" id="jquery-effects-core-js"></script> <script type="text/javascript" src="https://hilinetoday.com/wp-includes/js/jquery/ui/effect-shake.min.js?ver=1.13.3" id="jquery-effects-shake-js"></script> <script type="text/javascript" id="gmedia-global-frontend-js-extra"> /* <![CDATA[ */ var GmediaGallery = {"ajaxurl":"https:\/\/hilinetoday.com\/wp-admin\/admin-ajax.php","nonce":"adad433303","upload_dirurl":"https:\/\/hilinetoday.com\/wp-content\/grand-media","plugin_dirurl":"https:\/\/hilinetoday.com\/wp-content\/grand-media","license":"","license2":"","google_api_key":""}; /* ]]> */ </script> <script type="text/javascript" src="https://hilinetoday.com/wp-content/plugins/grand-media/assets/gmedia.global.front.js?ver=1.13.0" id="gmedia-global-frontend-js"></script> <script type="text/javascript" id="jetpack-stats-js-before"> /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"181554304\",\"post\":\"0\",\"tz\":\"-6\",\"srv\":\"hilinetoday.com\",\"j\":\"1:14.4.1\"}") ]); _stq.push([ "clickTrackerInit", "181554304", "0" ]); /* ]]> */ </script> <script type="text/javascript" src="https://stats.wp.com/e-202531.js" id="jetpack-stats-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" src="https://hilinetoday.com/?ai1ec_render_js=common_frontend&amp;is_backend=false&amp;ver=3.0.0" id="ai1ec_requirejs-js"></script> </body> </html>


URL: