editor Logout
Account Preferences
Did you know...
"With all of you boys going broke and the tax receipts crashing, where do you expect us to get the money to hand you a subsidy?" Clenn Weatherby, Washington D.C. ?
Streaming Radio Guide
view source - https://www.wjjq.com/
*** Test System *** GO TO PRODUCTION
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--HAS_WEBDNA_TAGS--> <html> <head> <title>WJJQ Radio</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script>window.allowplayer = true; /*If browser is IE 11 or below, don't use intergrated player*/</script> <script>window.streamurl = "//ice7.securenetsystems.net:80/WJJQ?type=.mp3"; /*URL For Listen Live Stream*/</script> <script>function openPlayer(s){window.open("//radio.securenetsystems.net/radio_player_large.cfm?stationCallSign="+escape(s),"Player","height=630,width=940,modal=yes,alwaysRaised=yes")} /*SCRIPT FOR STREAMING PLAYER*/</script> <base href="//www.wjjq.com/"> <link rel="stylesheet" href="//www.wjjq.com/includes/css/wjjq_mainstyles.css?ver=202105251700"> <link rel="stylesheet" href="//www.wjjq.com/includes/css/zbtn_v1.css"> <!----Jquery Init-----> <script src="//www.wjjq.com/includes/js/jquery-1.10.2.min.js"></script> <!----Jquery UI Init-----> <script src="//www.wjjq.com/includes/js/jquery-ui-1.10.3.custom.min.js"></script> <link rel="stylesheet" href="//www.wjjq.com/includes/css/smoothness/jquery-ui-1.10.3.custom.min.css"> <script src="//www.wjjq.com/includes/js/jquery.ui.touch.js"></script> <script src="//www.wjjq.com/includes/js/jquery.ui.touch-punch.min.js"></script> <!----FancyBox Init-----> <script src="//www.wjjq.com/includes/js/jquery.fancybox.pack.js?v=2.1.4"></script> <link rel="stylesheet" href="//www.wjjq.com/includes/css/jquery.fancybox.css?v=2.1.4"> <!----AutoEllipsis Init-----> <script src="//www.wjjq.com/includes/js/jquery.autoellipsis-1.0.10.js"></script> <!----TextFill Init----> <script src="//www.wjjq.com/includes/js/textfill.js"></script> <!-- NivoSlider Init --> <script src="//www.wjjq.com/includes/js/jquery.nivo.slider.js"></script> <link rel="stylesheet" type="text/css" href="//www.wjjq.com/includes/css/nivo-slider.css"> <link rel="stylesheet" type="text/css" href="//www.wjjq.com/includes/css/themes/default/default.css" media="screen" /> <!--QapTcha Init---> <script src="//www.wjjq.com/includes/js/zCaptcha.js"></script> <link rel="stylesheet" type="text/css" href="//www.wjjq.com/includes/css/zCaptcha.css"> <!--- HTML5 History Plugin ---> <script src="//www.wjjq.com/includes/js/history.min.js"></script> <!--- MediaElement.JS Plugin ---> <script src="//www.wjjq.com/includes/mediaelement3/mediaelement-and-player.min.js"></script> <link rel="stylesheet" href="//www.wjjq.com/includes/mediaelement3/mediaelementplayer.css" /> <!--FontAwesome Icons--> <link href="//www.wjjq.com/includes/css/fontawesome.all.min.css" rel="stylesheet"> <script> $(function() { //--------------------------------------- HISTORY PLUGIN ---------------------------------------------// $(document).on('click', 'a[target!="_blank"]:not(.fancy,.eventfancy,#photoslider a,#storyboardwrapper a, .nopjax a, .audiolink, .nopjax, .fancybox-close, .fancybox-item, [href*=#]), .navitem:not([target="_blank"])', function() { // looking for all the links and hang on the event, all references in this document console.log("HistoryAPI Click Event"); $.fancybox.showLoading(); $.fancybox.helpers.overlay.open(); //open fancybox loading spinner window.pgfunctions = null; //reset page functions history.pushState(null, null, this.href);// keep the link in the browser history $('#ajax-container').load(this.href +" #ajax-container", function() { initscripts();$.fancybox.hideLoading();$.fancybox.helpers.overlay.close(); }); // push new page content into DOM, restart javascripts, remove fancybox spinner $('#html_title').load(this.href +" #html_title", function() { document.title = $('#pagetitle').text(); }); //update page title return false;// do not give a default action }); $(window).on('popstate', function(e) { // hang on popstate event triggered by pressing back/forward in browser console.log("HistoryAPI Popstate Event"); $.fancybox.showLoading(); $.fancybox.helpers.overlay.open(); //open fancybox loading spinner window.pgfunctions = null; //reset page functions var returnLocation = history.location || document.location; // we get a normal Location object from browser history $('#ajax-container').load(returnLocation.href +" #ajax-container", function() { initscripts();$.fancybox.hideLoading();$.fancybox.helpers.overlay.close(); }); // push new page content into DOM, restart javascripts, remove fancybox spinner }); //-------------------------------------- END HISTORY PLUGIN -------------------------------------------// /*function fetchscripts() { console.log('fetch running'); console.log($('#ajax-container').html()); //console.log($('#ajax-container script')); $('#ajax-container script').each(function() { console.log($(this).html); }); }*/ function initscripts() { ///////---------------------------------------------INITSCRIPTS--------------------------------/////// // All jquery plugins/initization commands for ANY content inside the ajax-container must be placed inside the initscripts() function, // otherwise they won't get reinitialized on page change. $('html, body').animate({ scrollTop: 0 }, 'fast'); //scroll to page top on page change (to mirror standard page change browser functionality) $('.audiolink').click(function(e) { e.preventDefault(); if (window.allowplayer) { audiolink_init(this); } //if not IE, use toolbar player else { //otherwise, pop player based on link type switch ($(this).data('linktype')) { case 'stream': default: openPlayer('WJJQ'); break; case 'mp3': popPlayer(this); break; } } }); //Handle Links For Media Player $("a[rel=photogroup]").fancybox(); //Default Standard Fancybox Plugin $('.desctext').ellipsis(); //Default Standard Ellipsis Plugin $('a[href*=#]').click(function(e) { e.preventDefault(); //FIX ANCHOR INSIDE PAGE LINKS var targetid = $(this).attr('href').replace('#', ''); var targetobj = $("a[name="+targetid+"]"); if (targetobj) { $('html, body').animate({ scrollTop: targetobj.offset().top }, 'fast'); } }); $('#photoslider').nivoSlider({ effect: 'fade', boxCols: 12, boxRows: 6, animSpeed: 600, pauseTime: 6000, directionNav: true, controlNav: false, }); $('.zCaptcha').zCaptcha(); window.weatherpgfunctions = function() { //////// ----------------------- WEATHER FUNCTIONS ------------------------/// var err = false; try { var wjson = JSON.parse('{ "operationalMode":"Production", "srsName":"WGS 1984", "creationDate":"2025-08-02T16:31:43-05:00", "creationDateLocal":"2 Aug 17:35 pm CDT", "productionCenter":"Green Bay, WI", "credit":"https://www.weather.gov/grb", "moreInformation":"https://weather.gov", "location":{ "region":"crh", "latitude":"45.49", "longitude":"-89.74", "elevation":"1450", "wfo":"GRB", "timezone":"C|Y|6", "areaDescription":"Tomahawk WI", "radar":"KGRB", "zone":"WIZ018", "county":"WIC069", "firezone":"WIZ018", "metar":"KTKV"}, "time":{ "layoutKey":"k-p12h-n14-1", "startPeriodName":[ "Tonight", "Sunday", "Sunday Night", "Monday", "Monday Night", "Tuesday", "Tuesday Night", "Wednesday", "Wednesday Night", "Thursday", "Thursday Night", "Friday", "Friday Night", "Saturday" ], "startValidTime":[ "2025-08-02T18:00:00-05:00", "2025-08-03T06:00:00-05:00", "2025-08-03T18:00:00-05:00", "2025-08-04T06:00:00-05:00", "2025-08-04T18:00:00-05:00", "2025-08-05T06:00:00-05:00", "2025-08-05T18:00:00-05:00", "2025-08-06T06:00:00-05:00", "2025-08-06T18:00:00-05:00", "2025-08-07T06:00:00-05:00", "2025-08-07T18:00:00-05:00", "2025-08-08T06:00:00-05:00", "2025-08-08T18:00:00-05:00", "2025-08-09T06:00:00-05:00" ], "tempLabel":["Low","High","Low","High","Low","High","Low","High","Low","High","Low","High","Low","High"] }, "data":{ "temperature":["48","79","55","79","58","79","59","83","64","86","66","86","65","85"], "pop":[null,null,null,null,null,null,null,null,"30","30","30","30","30","30"], "weather":[ "Areas Smoke then Patchy Fog", "Patchy Fog then Areas Smoke", "Areas Smoke then Patchy Fog", "Patchy Fog then Partly Sunny", "Mostly Cloudy", "Mostly Sunny", "Partly Cloudy", "Mostly Sunny", "Slight Chance T-storms then Chance Showers", "Chance Showers then Chance T-storms", "Slight Chance T-storms then Chance Showers", "Chance Showers", "Chance Showers", "Chance Showers" ], "iconLink":[ "https://forecast.weather.gov/DualImage.php?i=nfu&j=nfg", "https://forecast.weather.gov/DualImage.php?i=fg&j=fu", "https://forecast.weather.gov/DualImage.php?i=nfu&j=nfg", "https://forecast.weather.gov/DualImage.php?i=fg&j=bkn", "https://forecast.weather.gov/newimages/medium/nbkn.png", "https://forecast.weather.gov/newimages/medium/sct.png", "https://forecast.weather.gov/newimages/medium/nsct.png", "https://forecast.weather.gov/newimages/medium/sct.png", "https://forecast.weather.gov/DualImage.php?i=nscttsra&j=nshra&ip=20&jp=30", "https://forecast.weather.gov/DualImage.php?i=shra&j=hi_tsra&ip=30&jp=30", "https://forecast.weather.gov/DualImage.php?i=hi_ntsra&j=nshra&ip=20&jp=30", "https://forecast.weather.gov/newimages/medium/hi_shwrs30.png", "https://forecast.weather.gov/newimages/medium/nshra30.png", "https://forecast.weather.gov/newimages/medium/shra30.png" ], "hazard":[ "Hazardous Weather Outlook", "Air Quality Alert" ], "hazardUrl":[ "https://forecast.weather.gov/showsigwx.php?warnzone=WIZ018&amp;warncounty=WIC069&amp;firewxzone=WIZ018&amp;local_place1=Tomahawk WI&amp;product1=Hazardous Weather Outlook", "https://forecast.weather.gov/showsigwx.php?warnzone=WIZ018&amp;warncounty=WIC069&amp;firewxzone=WIZ018&amp;local_place1=Tomahawk WI&amp;product1=Air Quality Alert" ], "text":[ "Areas of smoke. Patchy fog after midnight. Otherwise, partly cloudy, with a low around 48. Southwest wind around 6 mph becoming calm in the evening. ", "Areas of smoke. Patchy fog before 9am. Otherwise, mostly sunny, with a high near 79. Calm wind becoming south southwest around 6 mph in the afternoon. ", "Areas of smoke before 8pm. Patchy fog after 3am. Otherwise, partly cloudy, with a low around 55. Light and variable wind. ", "Patchy fog before 7am. Otherwise, partly sunny, with a high near 79. Calm wind becoming south 5 to 7 mph in the afternoon. ", "Mostly cloudy, with a low around 58. Light southeast wind. ", "Mostly sunny, with a high near 79.", "Partly cloudy, with a low around 59.", "Mostly sunny, with a high near 83.", "A 30 percent chance of showers and thunderstorms, mainly after 1am. Mostly cloudy, with a low around 64.", "A 30 percent chance of showers and thunderstorms. Mostly sunny, with a high near 86.", "A 30 percent chance of showers and thunderstorms. Mostly cloudy, with a low around 66.", "A 30 percent chance of showers and thunderstorms. Mostly sunny, with a high near 86.", "A 30 percent chance of showers and thunderstorms. Mostly cloudy, with a low around 65.", "A 30 percent chance of showers and thunderstorms. Partly sunny, with a high near 85." ] }, "currentobservation":{ "id":"KTKV", "name":"Tomahawk Regional Airport", "elev":"1470", "latitude":"45.47", "longitude":"-89.81", "Date":"2 Aug 17:35 pm CDT", "Temp":"76", "Dewp":"48", "Relh":"36", "Winds":"", "Windd":"NA", "Gust":"NA", "Weather":"Partly Cloudy", "Weatherimage":"sct.png", "Visibility":"5.00", "Altimeter":"NA", "SLP":"30.29", "timezone":"CDT", "state":"WI", "WindChill":"NA" } } '); } catch(ctcherr) { var wjson = null;err=true; console.log('catch err - '+ctcherr); } //-------------------- set base functions ----------------// function getCardinal(ang) { var a = Math.floor((parseInt(ang)+22.5)/45); //returns 0-8 switch (a) { case 0: case 8: return 'N';break; case 1: return 'NE';break; case 2: return 'E';break; case 3: return 'SE';break; case 4: return 'S';break; case 5: return 'SW';break; case 6: return 'W';break; case 7: return 'NW';break; } } function getClass(wim) { wim = wim.replace(/\.[^/.]+$/, ""); //strip off file name if (wim.substring(0, 1) == "n") { return 'night'; } else { switch (wim) { case "NULL": case "": default: return 'clear2'; break; case "bkn": case "few": case "skc": case "sct": return 'clear1'; break; case "sn": case "fc": case "fzra": case "fzra_sn": case "hi_tsra": return 'rain1'; break; case "hi_shwrs": case "minus_ra": case "ra": case "ra_fzra": case "ra_sn": case "raip": case "scttsra": return 'rain2'; break; case "blizzard": case "hz": case "fg": case "ovc": case "shra": case "tor": case "snip": return 'cloud'; break; } } } function getBG(wim) { var rimg = "" wim = wim.replace(/\.[^/.]+$/, "").replace(/^n+/, ""); //strip off file name if (wim.substring(0, 2) == "ra") { rimg = 'clouds_rain'; } else { switch (wim) { case "NULL": case "": rimg = ''; break; case "blizzard": case "sn": case "snip": rimg = 'clouds_snow'; break; case "hi_tsra": case "scttsra": case "shra": case "minus_ra": case "tsra": rimg = 'clouds_rain'; break; case "few": case "sct": case "skc": rimg = 'clouds_light'; break; default: rimg = 'clouds'; break; } } return (rimg=='')?"":"<img src='images/wicons/bgs/"+rimg+"' class='bg'>"; } if ($("#weathercontent").length){ // ---------------------- WEATHER PAGE -------------------- var chtml = ""; //--------------------- create display ---------------------// if (err) { //missing data, throw error chtml = "<weather_err>There Was An Error Retrieving Weather Data. Please Try Again Later</weather_err>"; } else { var c = wjson.currentobservation; if (c.Temp=="NA") { //bad data, throw error (hide current temp) chtml = ""; } else { //good data, continue chtml = "<weather_current class='"+getClass(c.Weatherimage)+"'>"+getBG(c.Weatherimage)+"<weather_cobs>Current Observation<w_content><weather_ico>"+((c.Weatherimage!="NULL")?"<img src='images/wicons/"+c.Weatherimage+"'>":"")+"</weather_ico><weather_type>"+((c.Weather!=" Unknown Precip")?c.Weather:"")+"</weather_type><weather_temp>"+c.Temp+"<sup>&deg;</sup></weather_temp><weather_title>Tomahawk, WI</weather_title></w_content></weather_cobs><weather_loc>Weather Data Provided By The National Weather Service<br>"+c.name+" ("+c.latitude+", "+c.longitude+")<br><b>Last Updated: "+c.Date+"</b></weather_loc><weather_stats>Weather Stats<w_item>Humidity: "+c.Relh+"%</w_item><w_item>Dew Point: "+c.Dewp+"<sup>&deg;</sup>F</w_item><w_item>Winds: "+c.Winds+"mph "+((c.Winds>0)?getCardinal(c.Windd):"")+"</w_item><w_item>Gusts: "+c.Gust+"</w_item>"+((c.WindChill!="NA")?"<w_item>Wind Chill: "+c.WindChill+"<sup>&deg;</sup>F</w_item>":"")+"<w_item>Visibility: "+c.Visibility+" mi</w_item><w_item>Barometer: "+c.SLP+" in</w_item></weather_stats></weather_current>"; } chtml+= "<weather_forcast>"; //<w_legend>Forcast</w_legend> for (x=0;x<Math.min(5,wjson.time.startPeriodName.length);x++) { var icosrc = wjson.data.iconLink[x]; icosrc = icosrc.replace('http:',''); chtml+= "<w_fitem><f_title>"+wjson.time.startPeriodName[x]+"</f_title><f_ico><img src='"+icosrc+"'></f_ico><f_weather>"+wjson.data.weather[x]+" - "+wjson.time.tempLabel[x]+" "+wjson.data.temperature[x]+"<sup>&deg;</sup></f_temp><f_desc>"+wjson.data.text[x]+"</f_desc><div style='height:5px;clear:both;'></div></w_fitem>"; } if ((wjson.time.startPeriodName.length-5)>0) { for (x=5;x<wjson.time.startPeriodName.length;x++) { var icosrc = wjson.data.iconLink[x]; icosrc = icosrc.replace('http:',''); chtml+= "<w_fitem class='sml'><f_title>"+wjson.time.startPeriodName[x]+"</f_title><f_ico><img src='"+icosrc+"'></f_ico><f_weather>"+wjson.data.weather[x]+"<br>"+wjson.time.tempLabel[x]+" "+wjson.data.temperature[x]+"<sup>&deg;</sup></f_temp><div style='height:5px;clear:both;'></div></w_fitem>"; } } chtml+= "<br style='clear:both;'></weather_forcast>" } $("#weathercontent").html(chtml); }; if ($("#weatherwidget").length){ // ------------------------------- HOME PAGE SIDEBAR ----------------------- var chtml = ""; //--------------------- create display ---------------------// if (err) {//missing data, throw error chtml = "<weather_widget class='portlet-300 boxshaddow'><w_content><a href='//www.wjjq.com/pg/weather'><img src='images/frontpageweatherbanner.png'></a></w_content></weather_widget>"; } else { var c = wjson.currentobservation; if (c.Temp=="NA") { //bad data, throw error chtml = "<weather_widget class='portlet-300 boxshaddow'><w_content><a href='//www.wjjq.com/pg/weather'><img src='images/frontpageweatherbanner.png'></a></w_content></weather_widget>"; } else { //Good Data, Continue chtml = "<weather_widget class='portlet-300 boxshaddow'><w_content><weather_ico>"+((c.Weatherimage!="NULL")?"<img src='images/wicons/"+c.Weatherimage+"'>":"")+"</weather_ico><weather_title>Tomahawk, WI</weather_title><weather_temp>"+c.Temp+"<sup>&deg;</sup></weather_temp><weather_type>"+((c.Weather!=" Unknown Precip")?c.Weather:"")+"</weather_type><div style='clear:both;'></div><weather_link><a href='/pg/weather/'>Click Here To View Full Weather Details And Extended Forcast</a></weather_link><div style='height:5px;'></div></w_content></weather_widget>"; } } $("#weatherwidget").html(chtml); }; }; try { //try weather functions, gracefull on error weatherpgfunctions(); } catch(ctcherr) { console.log(ctcherr); } try { //try running all embeded scripts, gracefull on error $("#ajax-container .z-script").each(function(){ eval($(this).val()); }) } catch(ctcherr) { console.log(ctcherr); } ///////-------------------------------- END OF INITSCRIPTS BLOCK --------------------------/////// }; ///// -------------------------- MEDIA PLAYER BLOCK ----------------- ///// var playerinstance = new MediaElementPlayer('#playerinstance'); /*$('#playerinstance').mediaelementplayer({ alwaysShowControls: true, features: ['playpause','volume','progress'], audioVolume: 'horizontal', audioWidth: 390, audioHeight: 30 });*/ var adtimeout; function audiolink_init(lobj) { //passover for any audio links clearTimeout(adtimeout); var audioinfo = { 'datatype': $(lobj).data('linktype'), 'href': $(lobj).attr('href'), 'title': $(lobj).attr('title') }; //var thehref = $(lobj).attr('href'); var thetitle = $(lobj).attr('title'); playerinstance.pause(); playerinstance.remove(); playerinstance = new MediaElementPlayer('#playerinstance'); playerinstance.setSrc(((audioinfo.datatype=='mp3')?audioinfo.href:window.streamurl)); playerinstance.load(); playerinstance.play(); $(".playercaption #captiontext").html("Now Playing: "+audioinfo.title); $(".playeradbanner").show("drop","right",400); adtimeout = setTimeout(function() { $(".playeradbanner").hide("drop","right",600); },8000); }; $(".playeradbanner").hide(); function popPlayer(linkobj) { //passover for pop out mp3 player window.open($(linkobj).attr('href')); }; ///// --------------------------- END MEDIA PLAYER BLOCK ---------------------- ////// initscripts(); ///---------- RUN INITSCRIPTS (Starts all javascript plugins and functions for content in the ajax-container, this is for initial page load before History Plugin takes over managing page loads. Place at very end of javascript code in this section.) }); </script> </head> <body> <div id="headercontainer"> <div id="headerinner" class="summer"> <div id="radiobanner" style="cursor:pointer;" class="audiolink" data-linktype="stream" title="WJJQ Radio LiveStream"> </div> <div id="headerimage"> </div> <div id="nav"><a class="navitem" href="index.html">Home</a><div class="hassubnav"><a class="navitem menuheader" href='pg/localnews/'>News<div class="gradient"></div></a><div class="submenucontainer" style="min-width:180px;"><a class="navitem subitem" href='pg/localnews'>Local & Area News</a><a class="navitem subitem" href='pg/podcasts_news'>News Podcasts</a></div></div><div class="hassubnav"><a class="navitem menuheader" href='pg/localsports/'>Sports<div class="gradient"></div></a><div class="submenucontainer" style="min-width:180px;"><a class="navitem subitem" href='pg/localsports'>Local & Area Sports</a><a class="navitem subitem" href='pg/podcasts_sports'>Sports Podcasts</a><a class="navitem subitem" href='//greatnorthernconference.org/public/genie/141/school/147/' target="_blank">Weekly Hatchet Sports Schedule</a><a class="navitem subitem" href='pg/sports_broadcast_schedule'>Sports Broadcast Schedule</a><a class="navitem subitem" href='pg/billmichaels'>The Bill Michaels Show</a></div></div><div class="hassubnav"><a class="navitem menuheader" href='pg/weather'>Weather<div class="gradient"></div></a><div class="submenucontainer" style="min-width:180px;"><a class="navitem subitem" href='/pg/weather'>Local Weather</a><a class="navitem subitem" href='pg/weather-related-cancellations'>Weather Related Cancellations</a><a class="navitem subitem" href='pg/wjjq-precipitation-totals'>WJJQ Precipitation Totals</a></div></div><div class="hassubnav"><a class="navitem menuheader" href='pg/contests'>Contests<div class="gradient"></div></a><div class="submenucontainer" style="min-width:180px;"><a class="navitem subitem" href='pg/25days'>25 Days of Christmas</a><a class="navitem subitem" href='pg/nascar-challenge'>Nascar Challenge</a><a class="navitem subitem" href='pg/ontheair'>On The Air Celebration</a><a class="navitem subitem" href='pg/pro-prediction'>Pro Prediction</a><a class="navitem subitem" href='pg/snowfallchallenge'>Snowfall Challenge</a><a class="navitem subitem" href='pg/turkeyshoot'>Turkey Shoot</a><a class="navitem subitem" href='pg/trivia-contests'>Trivia Contests</a><a class="navitem subitem" href='pg/tomahawk-booster-club-calendar-winners'>Tomahawk Booster Club Calendar Winners</a><a class="navitem subitem" href='pg/tomahawk-fire-department-calendar-winners'>Tomahawk Fire Department Calendar Winners</a><a class="navitem subitem" href='pg/lionsclub'>Lions Club Raffle Winners</a><a class="navitem subitem" href='pg/fillthetruck'>Fill The Need</a><a class="navitem subitem" href='pg/winter-tour-card'>Winter Tour Card</a></div></div><a class="navitem menuheader" href='pg/audio'>Audio Center<div class="gradient"></div></a><div class="hassubnav"><a class="navitem menuheader" href='pg/information'>Area Information<div class="gradient"></div></a><div class="submenucontainer" style="min-width:180px;"><a class="navitem subitem" href='pg/love_lights_23'>Love Lights</a><a class="navitem subitem" href='pg/advertisers'>Advertiser Links</a><a class="navitem subitem" href='pg/birthday-request'>Birthday Request</a><a class="navitem subitem" href='pg/church-schedule'>Church Worship Schedule</a><a class="navitem subitem" href='pg/wjjq-community-calendar'>WJJQ Community Calendar</a><a class="navitem subitem" href='pg/communitygaragesale'>Community Garage Sale</a><a class="navitem subitem" href='pg/employment-opportunities'>Employment Opportunities</a><a class="navitem subitem" href='pg/fishing-minute'>Fishing Minute</a><a class="navitem subitem" href='pg/dining'>Northwoods Dining</a><a class="navitem subitem" href='pg/road-reports'>Road Reports</a><a class="navitem subitem" href='pg/snowmobilereport'>Snowmobile Report</a><a class="navitem subitem" href='pg/useful-links'>Useful Links</a><a class="navitem subitem" href='pg/hunting-weekend-shopping-guide'>Opening Hunting Weekend Shopper's Guide 2024</a><a class="navitem subitem" href='https://www.wjjq.com/forms/SHH%20Scholarship%20App%202025b.pdf' target="_blank">Aspirus-Tomahawk Hospital Foundation Scholarship Application</a></div></div><div class="hassubnav"><a class="navitem menuheader" href='pg/wjjq'>WJJQ<div class="gradient"></div></a><div class="submenucontainer" style="min-width:180px;"><a class="navitem subitem" href='pg/am-schedule'>AM Profile & Schedule</a><a class="navitem subitem" href='pg/fm-schedule'>FM Profile & Schedule</a><a class="navitem subitem" href='pg/rocknrollday'>Rock & Roll Oldie Day</a><a class="navitem subitem" href='pg/home-sport-travel-show'>Home, Sport & Travel Show</a><a class="navitem subitem" href='pg/savingserviceguide'> Savings & Services Guide</a><a class="navitem subitem" href='pg/trading-mart'>Trading Mart</a><a class="navitem subitem" href='pg/jeffs-recipe-corner'>Jeffs Recipe Corner</a><a class="navitem subitem" href='pg/station-events'>Station Events</a><a class="navitem subitem" href='pg/email-subscribe'>Subscribe To WJJQ Enews</a><a class="navitem subitem" href='pg/contact'>Contact WJJQ</a><a class="navitem subitem" href='pg/livestreamapps'>Live Streaming Apps</a><a class="navitem subitem" href='https://rdo.to/WJJQ' target="_blank">Live Stream Full Player</a></div></div><a class="navitem menuheader" href='pg/homeconnection'>Home Connections<div class="gradient"></div></a></div> <div id="social"> <a href="https://www.facebook.com/WJJQ-925-FM-810-AM-74572707511" target="_blank" title="Follow Us On Facebook" class="socialicon bg-facebook"><i class="fab fa-facebook-f"></i></a> <a href="https://twitter.com/wjjq" target="_blank" title="Find Us On Twitter" class="socialicon bg-twitter"><i class="fab fa-twitter"></i></a> <a href="https://www.instagram.com/wjjq925/" target="_blank" title="Check Out Our Instagram" class="socialicon bg-instagram"><i class="fab fa-instagram"></i></a> </div> </div> <div class="shaddow"></div> </div> <div id="contentcontainer"> <div id="contentinner"><div id="ajax-container"> <div style="width:1000px;height:365px;background-color:#CFCFCF;"> <div id="photoslider" class="nivoSlider theme-default"> <!-- width 934x341 --> <a href="https://www.parkcitycu.org/we-have-options/" target="_blank"><img src="images/slideshow/PC_InstallmentLoan_WJJQ.jpg"></a> <a href="http://www.woodlandlakesrealty.com/" target="_blank"><img src="images/slideshow/WoodlandLakesWJJQBanner.jpg?ver=03162017"></a> <a href="//www.wjjq.com/pg/ontheair"><img src="images/slideshow/OnTheAirCelebrationBanner.jpg"></a> <a href="//www.wjjq.com/pg/fishing-minute"><img src="images/slideshow/fishingminute25.jpg"></a> <a href="//www.wjjq.com/pg/homeconnection"><img src="images/slideshow/Home-Connections.jpg?ver=201802071010" border="0" alt=""></a> <a href="//www.wjjq.com/pg/nascar-challenge"><img src="images/slideshow/2025-nascar-banner2.jpg" border="0" alt=""></a> </div> </div> <table border="0" cellpadding="0" cellspacing="0" width="1000px" style="padding:0px;height:450px;"> <tr> <td style="width:690px;text-align:left;" valign="top"> <div class="pagecontents"> <div><br></div><div><br></div> </div> <div class="pageheader">Recent News</div> <table style="width:96%;margin:0px 2%;position:relative;" cellpadding="0" cellspacing="5"> <tr> <td valign="top" width="*"><div style="width:630px;"> <story_item class="sml"> <story_title><a href="storydetails/20250729090812/ tomahawk_american_legion_auxiliary_raising_funds_for_kerrville_texas_flood_victims /">Tomahawk American Legion Auxiliary Raising Funds for Kerrville Texas Flood Victims</a></story_title> <div><story_date>Published on 07/29/2025 under News</story_date> <story_teaser class="desctext"> Tragedy struck Kerville, Texas earlier this month. Now a Northwoods veterans group is hoping to help the flood ravaged community. American Legion Auxiliary Post 93 in Tomahawk recently launched a campaign to raise money for the small Texas community. Three members of Legion Auxiliary, Roseann Baldosky, Janet Ericksen and Carol Mueller stopped by the WJJQ studios, while George McHorse Jr, from American Legion Post 208 in Texas, joined by phone. McHorse explained that the aftermath of the flooding is still present in the community with search and recovery teams and clean-up efforts still present. With a population of around 25,000, almost every resident was affected or knows someone who was. Their goal is to get back to as close to normal as possible and begin the healing process. McHorse says that the outpouring of support from around the country has been amazing. And they're getting some help from the Northwoods of Wisconsin as well, thanks to the local Legion Auxiliary. Erickson credited Baldosky for planting the seeds for this fundraiser. They reached out to Crossbridge Community Bank in Tomahawk, where they've now set up an account for donations. They'll have a small photo display at the bank in August as well. The funds they collect will be sent to the Legion Post down in Texas, where McHorse and his brethren will be able to assess and invest where most needed.</story_teaser> </div> <float_clear></float_clear> <a href="storydetails/20250729090812/ tomahawk_american_legion_auxiliary_raising_funds_for_kerrville_texas_flood_victims /" class="btn_green" style="margin-top:4px;">+ Read More</a> </story_item> <story_item class="sml"> <story_title><a href="storydetails/20250729090452/ nokomis_park_debuts_two_new_pickleball_courts /">Nokomis Park Debuts Two New Pickleball Courts</a></story_title> <story_photo><img src="images/storyphotos/nokomis pickleball.jpg"></story_photo> <div><story_date>Published on 07/29/2025 under News</story_date> <story_teaser class="desctext"> Nokomis is serving up a new sport opportunity, with some brand new pickleball courts now ready for play. The township recently installed two new courts at Nokomis Park. Parks staff and a small group of volunteers worked together to convert an underutilized basketball court into a pair of pickleball offerings. In just a few short weeks they were able to reseal the surface, put down lines and install nets, and now the courts are now open. The new courts in Nokomis will be a drop-in style, that friends and family can utilize when they have free time. The project was part of an effort to increase use of Nokomis Park which features a number of amenities and activities including baseball/softball fields, an 18 hole disc golf course, a volleyball court, walking path, and playground. Pickleball Continues to Grow in Tomahawk As for Pickleball, the sport has surged in popularity. The racquet sport with the funny name first took hold in the Tomahawk Community less than ten years ago. Now the Tomahawk Area Pickleball club has more than one hundred members. They have sessions nearly everyday of the week at SARA Park. And like Nokomis, the Town of Bradley has outdoor courts at Kahle Park.</story_teaser> </div> <float_clear></float_clear> <a href="storydetails/20250729090452/ nokomis_park_debuts_two_new_pickleball_courts /" class="btn_green" style="margin-top:4px;">+ Read More</a> </story_item> <story_item class="sml"> <story_title><a href="storydetails/20250729090347/ teen_drowns_on_langlade_county_lake_while_attending_camp /">Teen Drowns on Langlade County Lake while Attending Camp</a></story_title> <div><story_date>Published on 07/29/2025 under News</story_date> <story_teaser class="desctext"> An Illinois teen attending church camp in Langlade County drowned over the weekend. According to the Langlade County Sheriff's Office, the incident happened at around 1:30 Friday afternoon. Responders were called to a possible drowning at Sawyer Lake in the Town of Wolf River. A 14 year old boy from the greater Chicago area had reportedly been swimming in a designated swimming area on the lake. He went under and failed to resurface. The boy was brought to shore, but life-saving measures were unsuccessful and the boy was pronounced dead. The Christian camp where the incident took place, Silver Birch Ranch, did release a statement via their Facebook Page. They said, "Our entire camp community is grieving this loss, and we are committed to supporting all those affected through counseling, prayer, and ongoing care." This was one of two youth drowning tragedies in the Northwoods over the weekend. An 11 year old girl died on Lake Alexander in Merrill on Sunday.</story_teaser> </div> <float_clear></float_clear> <a href="storydetails/20250729090347/ teen_drowns_on_langlade_county_lake_while_attending_camp /" class="btn_green" style="margin-top:4px;">+ Read More</a> </story_item> <story_item class="sml"> <story_title><a href="storydetails/20250729090247/ wisconsin_valley_fair_kicks_off_tuesday /">Wisconsin Valley Fair Kicks Off Tuesday</a></story_title> <story_photo><img src="images/storyphotos/wisconsin valley fair.jpg"></story_photo> <div><story_date>Published on 07/29/2025 under News</story_date> <story_teaser class="desctext"> Fair season is in full swing, and one of the largest in the area kicks off today. The Wisconsin Valley Fair in Wausau got underway a bit earlier this morning. Over the past few weeks, organizers have been preparing Marathon Park for the tens of thousands of fair-goers expected over the next six days. Many pick their date to attend the fair based on the grandstand performance, which is a little bit country and a little bit rock and roll. Opening night, tonight, will be a classic country band Sawyer Brown. They'll be followed by a bit of modern country on July 30 with Parmalee. And night three, July 31, it's classic rockers Night Ranger. The weekend features both rodeo and demo derby. Beyond the grandstand, all the classic fair elements are also back from fried food and carnival games to rides and 4-H exhibits. The Wisconsin Valley Fair runs through Sunday.</story_teaser> </div> <float_clear></float_clear> <a href="storydetails/20250729090247/ wisconsin_valley_fair_kicks_off_tuesday /" class="btn_green" style="margin-top:4px;">+ Read More</a> </story_item> <story_item class="sml"> <story_title><a href="storydetails/20250729085936/ lincoln_county_sheriff_report_repeat_owi_arrests_atv_crash /">Lincoln County Sheriff Report: Repeat OWI Arrests, ATV Crash</a></story_title> <story_photo><img src="images/storyphotos/Lincoln County Sheriff Patch.jpg"></story_photo> <div><story_date>Published on 07/29/2025 under News</story_date> <story_teaser class="desctext"> There were a pair of repeat OWI offenders arrested in Lincoln County over the weekend... That included a 53 year old Tomahawk man taken into custody for a 6th offense OWI. According to the Lincoln County Sheriff's Report, while traveling behind the vehicle on Highway 51, the deputy observed the vehicle crossing over the center-line leading to a traffic stop, investigation, and subsequent arrest. Meanwhile, a Gleason man was arrested for 3rd offense OWI following a single vehicle rollover on Tesch Road in the Town of Harding. Based on the preliminary investigation the driver lost control, left the road, struck a utility pole and came to rest on the passenger side of the vehicle. One person was injured following an ATV crash in Lincoln County over the weekend. Responders were paged to an area of Pikes Peak Road in the Town of Pine River on Friday. According to the Sheriff's Report, a 21 year old operator from Merrill had been traveling south when he failed to negotiate a curve. This caused the ATV to leave the roadway and strike a small tree. The man was thrown from the ATV and sustained injuries. The driver was transported to Aspirus Wausau Hospital by ambulance. The number of vehicle vs. deer collisions remains elevated, with another nine reported on Lincoln County Roadways. There was also a report of a bear strike.</story_teaser> </div> <float_clear></float_clear> <a href="storydetails/20250729085936/ lincoln_county_sheriff_report_repeat_owi_arrests_atv_crash /" class="btn_green" style="margin-top:4px;">+ Read More</a> </story_item> </div></td> </tr> </table> <div class="pageheader">Sports Headlines</div> <table style="width:96%;margin:0px 2%;position:relative;" cellpadding="0" cellspacing="5"> <tr> <td valign="top" width="*"><div style="width:630px;"> <story_item class="sml"> <story_title><a href="storydetails/20250609091718/ voermans_competes_in_wiaa_state_track_ /">Voermans Competes in WIAA State Track & Field Meet</a></story_title> <story_photo><img src="images/storyphotos/tomahawk-hatchets.jpg"></story_photo> <div><story_date>Published on 06/09/2025 under Sports</story_date> <story_teaser class="desctext">Hatchet Junior Track and Field Athlete Alicia Voermans finished 13th in the Pole Vault at the WIAA Division 2 State Track and Field Meet at the University of Wisconsin-La Crosse Friday. Voermans equaled the school record with a leap of ten feet even. Voermans finished ahead of Angelina Appelbaum of New Berlin Eisenhower, Calee Klein of Clinton, and Amelia Sikri of New Berlin West. Voermans' GNC opponent, Rhinelander's Macy Myers placed eighth with a leap of 11 feet.&nbsp; This concludes the Tomahawk Track and Field Season.</story_teaser> </div> <float_clear></float_clear> <a href="storydetails/20250609091718/ voermans_competes_in_wiaa_state_track_ /" class="btn_green" style="margin-top:4px;">+ Read More</a> </story_item> <story_item class="sml"> <story_title><a href="storydetails/20250605083920/ hatchet_golfer_sawyer_hanna_competes_in_sectional_meet /">Hatchet Golfer Sawyer Hanna Competes in Sectional Meet</a></story_title> <story_photo><img src="images/storyphotos/tomahawk-hatchets.jpg"></story_photo> <div><story_date>Published on 06/05/2025 under Sports</story_date> <story_teaser class="desctext">Tomahawk's Sawyer Hanna's Season ended in the WIAA Division 2 Sectional Golf Meet at Hayward Golf Course Wednesday in a playoff.&nbsp; Hanna finished with a score of 74 and headed into a three-way playoff with Medford's Zach Hintz and St. Croix Central's Braiden Rasmussen. In the playoff, Hanna and Hintz both pared on the playoff hole. However, Rasmussen chipped in a birdie from 40 feet to be the final individual state qualifier from the Sectional Meet.&nbsp;</story_teaser> </div> <float_clear></float_clear> <a href="storydetails/20250605083920/ hatchet_golfer_sawyer_hanna_competes_in_sectional_meet /" class="btn_green" style="margin-top:4px;">+ Read More</a> </story_item> <story_item class="sml"> <story_title><a href="storydetails/20250603083532/ hatchet_baseball_teams_season_comes_to_an_end /">Hatchet Baseball Team's Season Comes to an End</a></story_title> <story_photo><img src="images/storyphotos/tomahawk-hatchets.jpg"></story_photo> <div><story_date>Published on 06/03/2025 under Sports</story_date> <story_teaser class="desctext">The Hatchet baseball team gave #1 seed and #5 in Division 3 Elk Mound their whole effort, but came up just short at Village Park Monday, losing in the WIAA Regional Semifinal in walk-off fashion, 4-3.&nbsp; Tomahawk scored the first two runs of the game and held a 2-1 lead until the fourth inning. After Elk Mound took the lead on an RBI groundout in the fifth, the Hatchets responded with a triple from Cash Olsen and an RBI single from Brody Rigney to tie the game at 3-3. Regardless, the Mounders would get the winning run in the bottom of the seventh to score on a sacrifice fly by third baseman Kaden Moyer, scoring centerfielder Kamron Diermeier.&nbsp; Rigney pitched 5.1 innings of work, giving up just three runs on six hits while striking out six. Rigney also went three for four at the plate with three singles. Olsen finished two for three with a triple. Drew Tollefson went two for four with an RBI as well.&nbsp; Tomahawk finises the 2025 season with a 10-13 record and a 5-7 Great Northern Conference record. The Hatchets graduate four seniors, who are Rigney, Tollefson, Brayden Larson, and Cooper Hetzel.</story_teaser> </div> <float_clear></float_clear> <a href="storydetails/20250603083532/ hatchet_baseball_teams_season_comes_to_an_end /" class="btn_green" style="margin-top:4px;">+ Read More</a> </story_item> <story_item class="sml"> <story_title><a href="storydetails/20250530074247/ hatchet_baseball_team_advances_in_playoffs /">Hatchet Baseball Team Advances in Playoffs</a></story_title> <story_photo><img src="images/storyphotos/tomahawk-hatchets.jpg"></story_photo> <div><story_date>Published on 05/30/2025 under Sports</story_date> <story_teaser class="desctext">Tomahawk's Baseball Squad walked off #9 seed Chetek-Weyerhauser in a wild WIAA Division 3 Regional Quarterfinal Game at Tyler Kahle Memorial Field Thursday, winning, 11-10.&nbsp; The Hatchets jumped out to a 7-2 lead after two innings, but the Bulldogs jumped ahead. Chetek-Weyerhauser scored eight of the next nine runs, including a five-run sixth inning. The Hatchets trailed, 10-8 in the bottom of the sixth before tying the game with two more runs. With one out in the bottom of the seventh, Junior Second Baseman Nick Arndt walked off the game with a fielder's choice, scoring Wally Horabik.&nbsp; Drew Tollefson went three for four with a double and an RBI.&nbsp;The Hatchets came away with 13 hits and took advantage of six Chetek-Weyerhauser errors.&nbsp; The win puts Tomahawk at 10-12 on the season. The Hatchets will play in the WIAA Division 3 Regional Semifinal at #1 Seed and #4 ranked in Division 3 Elk Mound Tuesday.&nbsp; The Fehrman Orthodontics Radio Pregame Show is at 4:35 and First pitch is at 5:00 from Elk Mound Village Park on Sports Talk 810 AM and 97.7 FM WJJQ. If Tomahawk wins, they will play at either #4 seed Fall Creek of #5 seed Boyceville Wednesday.</story_teaser> </div> <float_clear></float_clear> <a href="storydetails/20250530074247/ hatchet_baseball_team_advances_in_playoffs /" class="btn_green" style="margin-top:4px;">+ Read More</a> </story_item> </div></td> </tr> </table> <div style="height:60px;"><!--SPACER - Footer--></div> </td> <td style="width:310px;text-align:left;" valign="top"><!--background-color:#F0F0E1;--> <div style="text-align:right;"><div class="pageheader rightsml">Current Weather</div></div> <div id="weatherwidget"></div> <div style="text-align:right;"><div class="pageheader rightsml">Quick Links</div></div> <div class="portlet-300 boxshaddow" style="text-align:left;font-size:20px;"> <ul type="circle"> <li><a href="//www.wjjq.com/pg/homeconnection">Home Connections</a></li> <li><a href="//www.wjjq.com/pg/wjjq-community-calendar">Community Calendar</a></li> <li><a href="//www.wjjq.com/pg/livestreamapps">Live Streaming Apps</a></li> </ul> </div> <div style="text-align:right;"><div class="pageheader rightsml">WJJQ Daily Features</div></div> <div class="portlet-300 boxshaddow" style="text-align:left;font-size:15px;background-color:#F9F9F2;"> <div style="height:8px;"></div> <b>5:00 until 10:00AM</b><br> Jeff in the Morning<br>Zach with the News <br> <br> <b>9:35AM<br>Monday - Friday</b><br> Morning Conversation <br> <br> <b>8:30am - 9:00am<br>Monday – Saturday</b><br> Trig’s Trading Mart<br> Call (715) 453-4481 to buy, sell, wanted, trade or help your neighbor. <br> <br> <div style="height:8px;"></div> </div> <!-- <a href="http://www.wjjq.com/pg/2018-home-sport-travel-show"><img src="images/sponsors/2018-WJJQ-home-show-300x200.jpg" width="300" height="200" border="0" alt=""></a> <br><br> --> <div class="portlet-300 boxshaddow"> <div style="height:8px;"></div> <B>Listen Live While On The Go!</B><br>Stream 92.5FM Live To Your Mobile Device.<Br> <a href='https://play.google.com/store/apps/details?id=com.wjjq.player' target="_blank"><img alt='Get it on Google Play' src='images/googleplay_btn.png' style="width:130px;margin:3px;"/></a> <a href="http://itunes.apple.com/app/wjjq-northwoods-92.5/id538516918?mt=8" target="_blank"><img src="images/appstore_btn.png" alt="Download From The App Store" style="width:130px;margin:3px;"></a> </div> <!-- <!-- <a href="https://www.crossbridge.bank/?utm_source=wjjq&utm_medium=display&utm_campaign=branding" target="_blank"><img src="images/sponsors/11697_OdaOne_300x250.jpg" width="290" style="margin:8px 10px;" border="0" alt=""></a> --> <a href="https://crossbridge.mortgagewebcenter.com/?utm_source=wjjq&utm_medium=display&utm_campaign=mortgage" target="_blank"><img src="images/sponsors/12292_CCBW_MortgageODA_300X250_PLACE.jpg" width="290" style="margin:8px 10px;" border="0" alt=""></a> <a href='https://www.woodruffappliance.com' target="_blank"><img src="images/homeconnection/tomahawk-appliance.jpg" width="290" style="margin:8px 10px;" border="0" alt=""></a> <br> <a href='https://www.century21.com/real-estate-office/profile/century-21-best-way-realty-10005898' target="_blank"><img src="images/homeconnection/century21-best-way.jpg" width="290" style="margin:8px 10px;" border="0" alt=""></a> <br> <a href='https://www.parkcitycu.org' target="_blank"><img src="images/homeconnection/park-city-credit-union.jpg" width="290" style="margin:8px 10px;" border="0" alt=""></a> <br> <br><br> <div style="height:60px;"><!--SPACER - Footer--></div> </td> </tr> </table> </div></div> </div> <div id="footercontainer"> <div class="shaddow"></div> <div id="footerinner"><img src="images/footer24-2.png"></div> <div id="footercontent"> <br><br> <table width="1000px" cellpadding="0" cellspacing="0" border="0" valign="top"> <tr> <td width="700px" style="text-align:center;" valign="top"> <div id="footernav"> <table style="width:100%;"> <tr> <td valign="top" width="33%"> <u><a href="index.html">Home</a></u><br> <br> <u><a href="pg/localnews">News</a></u><br> <div class="mini"><a href='pg/localnews'>Local & Area News</a><br><a href='pg/podcasts_news'>News Podcasts</a><br></div> <Br> <u><a href="pg/localsports">Sports</a></u><br> <div class="mini"><a href='pg/localsports'>Local & Area Sports</a><br><a href='pg/podcasts_sports'>Sports Podcasts</a><br><a href='//greatnorthernconference.org/public/genie/141/school/147/' target="_blank">Weekly Hatchet Sports Schedule</a><br><a href='pg/sports_broadcast_schedule'>Sports Broadcast Schedule</a><br><a href='pg/billmichaels'>The Bill Michaels Show</a><br></div> <Br> <u><a href="pg/contests">Contests</a></u><br> <div class="mini"><a href='pg/25days'>25 Days of Christmas</a><br><a href='pg/nascar-challenge'>Nascar Challenge</a><br><a href='pg/ontheair'>On The Air Celebration</a><br><a href='pg/pro-prediction'>Pro Prediction</a><br><a href='pg/snowfallchallenge'>Snowfall Challenge</a><br><a href='pg/turkeyshoot'>Turkey Shoot</a><br><a href='pg/trivia-contests'>Trivia Contests</a><br><a href='pg/tomahawk-booster-club-calendar-winners'>Tomahawk Booster Club Calendar Winners</a><br><a href='pg/tomahawk-fire-department-calendar-winners'>Tomahawk Fire Department Calendar Winners</a><br><a href='pg/lionsclub'>Lions Club Raffle Winners</a><br><a href='pg/fillthetruck'>Fill The Need</a><br><a href='pg/winter-tour-card'>Winter Tour Card</a><br></div> <Br> </td> <td valign="top" width="33%"> <u><a href="pg/audio">Audio Center</a></u><br> <div class="mini"></div> <Br> <u><a href="pg/wjjq">WJJQ</a></u><br> <div class="mini"><a href='pg/am-schedule'>AM Profile & Schedule</a><br><a href='pg/fm-schedule'>FM Profile & Schedule</a><br><a href='pg/rocknrollday'>Rock & Roll Oldie Day</a><br><a href='pg/home-sport-travel-show'>Home, Sport & Travel Show</a><br><a href='pg/savingserviceguide'> Savings & Services Guide</a><br><a href='pg/trading-mart'>Trading Mart</a><br><a href='pg/jeffs-recipe-corner'>Jeffs Recipe Corner</a><br><a href='pg/station-events'>Station Events</a><br><a href='pg/email-subscribe'>Subscribe To WJJQ Enews</a><br><a href='pg/contact'>Contact WJJQ</a><br><a href='pg/livestreamapps'>Live Streaming Apps</a><br><a href='https://rdo.to/WJJQ' target="_blank">Live Stream Full Player</a><br></div> <Br> </td> <td valign="top" width="33%"> <u><a href="pg/information">Area Information</a></u><br> <div class="mini"><a href='pg/love_lights_23'>Love Lights</a><br><a href='pg/advertisers'>Advertiser Links</a><br><a href='pg/birthday-request'>Birthday Request</a><br><a href='pg/church-schedule'>Church Worship Schedule</a><br><a href='pg/wjjq-community-calendar'>WJJQ Community Calendar</a><br><a href='pg/communitygaragesale'>Community Garage Sale</a><br><a href='pg/employment-opportunities'>Employment Opportunities</a><br><a href='pg/fishing-minute'>Fishing Minute</a><br><a href='pg/dining'>Northwoods Dining</a><br><a href='pg/road-reports'>Road Reports</a><br><a href='pg/snowmobilereport'>Snowmobile Report</a><br><a href='pg/useful-links'>Useful Links</a><br><a href='pg/hunting-weekend-shopping-guide'>Opening Hunting Weekend Shopper's Guide 2024</a><br><a href='https://www.wjjq.com/forms/SHH%20Scholarship%20App%202025b.pdf' target="_blank">Aspirus-Tomahawk Hospital Foundation Scholarship Application</a><br></div> <Br> </td> </tr> </table> </div> <br><br> <div style="color:#B6B6C0;font-size:13px;"> Disclaimer: All information is deemed reliable but not guaranteed and should be independently verified. <br>Neither WJJQ nor By Request LLC shall be held liable for any typographical errors, misinformation, or misprints. </div> </td> <td width="300px" style="text-align:center;" valign="top"> &copy; 2025 WJJQ <br>81 East Mohawk Drive <br>Tomahawk, WI 54487 <br>Phone: (715) 453-4482 <br>Email: wjjq@wjjq.com <br><br> <B>Stay Connected!</b><br> <a href="https://www.facebook.com/WJJQ-925-FM-810-AM-74572707511" target="_blank"><img src="images/footer_facebook.png"></a> <a href="https://twitter.com/wjjq" target="_blank"><img src="images/footer_twitter.png"></a> <a href="pg/contact"><img src="images/footer_email.png"></a> <br><br> <B>Listen Live While On The Go!</B><br>Stream 92.5FM Live To Your Mobile Device.<Br> <a href='https://play.google.com/store/apps/details?id=com.wjjq.player'><img alt='Get it on Google Play' src='images/googleplay_btn.png' style="width:130px;margin:3px;"/></a> <a href="http://itunes.apple.com/app/wjjq-northwoods-92.5/id538516918?mt=8"><img src="images/appstore_btn.png" alt="Download From The App Store" style="width:130px;margin:3px;"></a> <br><br> <div id="footernav" style="text-align:center;color:#B6B6C0;font-size:13px;"> Public Inspection Files<br> <a href="//publicfiles.fcc.gov/fm-profile/wjjq-fm" target="_blank">FM 92.5</a> | <a href="//publicfiles.fcc.gov/am-profile/wjjq" target="_blank">AM 810</a> </div> </td> </tr> </table> <div style="height:90px;"><!--Spacer For Toolbar--></div> </div> </div> <div id="hs_toolbar"> <div class="bg"></div> <div class="inner"> <div class="playercontainer nopjax"> <audio width="390" height="30" id="playerinstance" style="z-index:10000;"> <source src="//ice7.securenetsystems.net:80/WJJQ?type=.mp3" type="audio/mpeg"/> </audio> <div class="roundedfooter"></div> <div class="playercaption"> &nbsp;&nbsp;<div id="captiontext" style="display:inline;">Now Playing: WJJQ Radio LiveStream</div> </div> <div class="playeradbanner"> WJJQ Player Sponsored By:<br> <img src="//www.wjjq.com/images/sponsors/player/placeadhere.jpg" border="0"> </div> </div> </div></div> </body> </html>


URL: