301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
302 status code indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: mpffu.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html> <head><script type="text/javascript" src="/cf_scripts/scripts/cfform.js"></script> <script type="text/javascript" src="/cf_scripts/scripts/masks.js"></script> <title>MPFFU</title> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/dojo/1.14.1/dijit/themes/tundra/tundra.css"> <link rel="icon" href="/favicon.png" sizes="32x32" /> <link rel="stylesheet" href="custom_site.css" type='text/css'> <link rel="stylesheet" href="adminsite.css" type='text/css'> <link rel="stylesheet" href="https://server7.unionactive.com/css/w3.css" type='text/css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="site2a.css" type='text/css'> <script src="//ajax.googleapis.com/ajax/libs/dojo/1.14.1/dojo/dojo.js" djConfig="parseOnLoad:true"></script> <script src="js/site.js" type="text/javascript"></script> <script type="text/javascript"> dojo.require("dojox.widget.Dialog"); function showlogin() { dijit.byId('loginbox').show(); } </script> <style type="text/css"> body, html { font-family: "Lato", serif !important; font-size: 18px; margin: 0; padding: 0; color: #333; background-color: #fff; line-height:normal !important } img {margin-bottom:auto !important} #titletext{font-size:28px; margin-top:18%} .resp33{width:33% !important; } .modulebottomspace{padding:0px} .leftcolumn{ display:none !important} .rightcolumn{ display:none !important} .leftcolumnmobile {display:none !important} @media only screen and (max-width: 760px){ #titletext{font-size:12px; margin-top:6%} .resp33{width:auto !important; } img { max-width:100% !important; height:auto !important } /*table { width:100% !important; height:auto !important; }*/ iframe { width:100% !important; } .responsive tr td {width:100% !important; height:auto !important; display:block !important;} } .highlighthead { font-size: 16px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; } </style> <script type="text/javascript"> <!-- _CF_checkCFForm_1 = function(_CF_this) { //reset on submit _CF_error_exists = false; _CF_error_messages = new Array(); _CF_error_fields = new Object(); _CF_FirstErrorField = null; //display error messages and return success if( _CF_error_exists ) { if( _CF_error_messages.length > 0 ) { // show alert() message _CF_onErrorAlert(_CF_error_messages); // set focus to first form error, if the field supports js focus(). if( _CF_this[_CF_FirstErrorField].type == "text" ) { _CF_this[_CF_FirstErrorField].focus(); } } return false; }else { return true; } } //--> </script> <meta name="apple-itunes-app" content="app-id=1258632633"><meta name="apple-itunes-app" content="app-id=1258632633"></head> <body id="body" class="tundra"> <link rel="stylesheet" href="menu/styles2_widelogo.css" type="text/css"> <script type="text/javascript"> (function($) { $(document).ready(function(){ $(window).scroll(function(){ if ($(this).scrollTop() > 140) { $('#menuback').css("position","fixed"); $('#menuback').css("display","block"); $('#menuback').css("top","0"); $('#menubackholder').css("display","block"); } else { $('#menuback').css("position","relative"); $('#menuback').css("display","block"); $('#menuback').css("top","inherited"); $('#menubackholder').css("display","none"); } }); }); })(jQuery); function wipeinwhatsnew() { if (document.getElementById("whatsnewspace").style.display == 'none') { var wipeArgs = { node: "whatsnewspace" } dojo.fx.wipeIn(wipeArgs).play(); document.getElementById("arrowspot").style.backgroundPosition = '0px 0px' }else{ var wipeArgs = { node: "whatsnewspace" } dojo.fx.wipeOut(wipeArgs).play(); dojo.style("whatsnewspace", "height", ""); dojo.style("whatsnewspace", "display", "block"); document.getElementById("arrowspot").style.backgroundPosition = '0px -10px' } } function openRightMenu() { document.getElementById("rightMenu").style.display = "block"; } function closeRightMenu() { document.getElementById("rightMenu").style.display = "none"; } </script> <style type="text/css"> <!-- .searchbutton { border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; width: 100px; height: 25px; background-color: transparent; cursor:pointer; } .searchbox { border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; margin: 0px; padding: 0px; width: 100%; outline:none; } .largeletter { font-size: 85px; } #toplogo{ -moz-transition: all 500ms linear; -webkit-transition: all 500ms linear; -o-transition: all 500ms linear; transition: all 500ms linear; width: 110px; margin-top:8px; margin-bottom:8px !important;} #menuback{ -moz-transition: all 500ms linear; -webkit-transition: all 500ms linear; -o-transition: all 500ms linear; transition: all 500ms linear;} #menubackholder{display:none; } .topnavtablesize {margin-bottom:0px; padding-left:4px; padding-right:8px min-height:150px} #headertitle{font-size:60px;-moz-transition: all 500ms linear; -webkit-transition: all 500ms linear; -o-transition: all 500ms linear; transition: all 500ms linear; margin-left:5px; float:left; display:inline; margin-top:0px; font-weight:bold; color:#999;} #headertitlemobile{display:none} #mobilelogin{display:none} @media only screen and (max-width: 1150px){ .menudivplace { display:none } .menudivplacelower { display:none } .topnavtablesize {margin-bottom:0px; } #mobilehamburger{display:block} .tablediv{display:block} #headertitle{display:none;} #menuback{display:none !important} #menubackholder{display:none !important; visibility:hidden !important; height:0px !important; position:relative !important} .hideme{display:none !important; height:0px !important; max-height:0px} #headertitlemobile{display:block; font-size:26px; font-weight:bold; color:#999;} #mobilelogin{display:block; position:absolute; right:17px; top:80px} } @media only screen and (min-width: 1151px){ .tablediv{display:table} #mobilehamburger{display:none} #menuback{padding-top:0px; padding-bottom:0px;} } .titlegrievtrac{color:#FFF} --> </style> <a name="top"></a> <div align="center" id="topnav"> <div class="tableback"> <table border="0" cellpadding="0" cellspacing="0" align="center" class="topnavtablesize" style="min-height:120px"> <tr> <td nowrap="nowrap" valign="bottom"> <div align="left" style="width:100%"> <div align="center" class="tablediv"> <a href="/"><img src="/pics/WH_MPFFUb.png" id="toplogo" border=0 title="Home" /></a> <div id="headertitlemobile">MPFFU</div> <style type="text/css"> .iconssocialmobile{font-size:25px; -webkit-transition: 0.4s; transition: 0.4s; color:rgba(195,195,195,1.00) } .iconssocialmobile:hover{color:rgba(0,49,148,1.00) } .phonetext {font-size:14px} .phonetext:Link {text-decoration:none; color:rgba(0,0,0,1.00)} .socialareamobile{display:none} @media only screen and (max-width: 1150px){ /*.iconspotmobile{margin-left: auto; margin-right: auto; float:inherit; text-align:center}*/ .socialareamobile{display:block} } </style> <div style="position: relative;" class="socialareamobile"> <table border="0" cellspacing="0" cellpadding="0" class="resptable"> <tbody> <tr class="resprow"> <td class="respcell"> <div class="iconspotmobile" align="center"> <table width="100%" border="0" cellspacing="2" cellpadding="8" style="max-width:300px !important"> <tr> <td align="center"> <div align="center"> <a href="?zone=/unionactive/contact.cfm" title="Contact Us"> <i class="fa fa-envelope iconssocialmobile"> </i> </a> </div> </td> <td align="center"> <div align="center"> <a href="http://facebook.com/mpffu" title="Find us on Facebook" target="_blank"> <i class="fa fa-facebook-official iconssocialmobile"> </i> </a> </div> </td> <td align="center"> <div align="center"> <a href="https://twitter.com/MPFFU" title="Follow us on Twitter" target="_blank"> <i class="fa fa-twitter-square iconssocialmobile" > </i> </a> </div> </td> <td align="center"> <div align="center"> <a href="https://www.youtube.com/results?search_query=mpffu" title="Find us on YouTube" target="_blank"> <i class="fa fa-youtube-square iconssocialmobile" > </i> </a> </div> </td> </tr> </table> </div> </td> </tr> </tbody> </table> </div> </div></div> </td> <td align="center" id="hamburgercell" valign="middle"> <div id="headertitle" style="position:absolute; top:5px; left:160px; padding-top:25px">MPFFU</div> <div style="position:absolute; top:0; right:0; z-index:8888"> <button class="w3-button w3-xxlarge w3-right mainelementcolor" onclick="showtransp()" id="mobilehamburger" style="background-color:transparent">☰</button></div> <div id="mobilelogin" align="center"> <i class="fa fa-lock mainelementcolor" style="font-size:36px; margin-right:-7px; cursor:pointer" title="Member Login" onClick="document.getElementById('loginhover').style.display='block';return false"> </i> </div> <div class="menudivplace" align="center"> <div> <div style="float:right"> <style type="text/css"> .iconssocial{font-size:35px; -webkit-transition: 0.4s; transition: 0.4s; color:rgba(195,195,195,1.00) } .iconssocial:hover{color:rgba(0,49,148,1.00) } .phonetext {font-size:14px} .phonetext:Link {text-decoration:none; color:rgba(0,0,0,1.00)} .iconspot{float:right} @media only screen and (max-width: 738px){ .respcell{width:100% !important} .iconspot{margin-left: auto; margin-right: auto; float:inherit; text-align:center} } </style> <div style="position: relative; display:inline-block" class="socialarea"> <table border="0" cellspacing="0" cellpadding="0" class="resptable" align="center"> <tbody> <tr class="resprow"> <td class="respcell"> <div class="iconspot" style="max-width:300px"> <table border="0" cellspacing="2" cellpadding="1" style="max-width:300px !important"> <tr> <td align="center"> <div align="center"> <a href="?zone=/unionactive/contact.cfm" title="Contact Us"> <i class="fa fa-envelope iconssocial"> </i> </a> </div> </td> <td align="center"> <div align="center"> <a href="http://facebook.com/mpffu" title="Find us on Facebook" target="_blank"> <i class="fa fa-facebook-official iconssocial"> </i> </a> </div> </td> <td align="center"> <div align="center"> <a href="https://twitter.com/MPFFU" title="Follow us on Twitter" target="_blank"> <i class="fa fa-twitter-square iconssocial" > </i> </a> </div> </td> <td align="center"> <div align="center"> <a href="https://www.youtube.com/results?search_query=mpffu" title="Find us on YouTube" target="_blank"> <i class="fa fa-youtube-square iconssocial" > </i> </a> </div> </td> </tr> </table> </div> </td> </tr> </tbody> </table> </div> <DIV style="display:inline-block"> <style> .securediv{ background-color:#ececec; color:#000} .securediv:hover{ background-color:#003194; color:#fff} </style> <table border="0" cellspacing="0" cellpadding="6" id="deskmemberlogin"> <tbody> <tr> <td> <div> <button class="w3-button w3-padding-small mainbackgroundcolor" onClick="document.getElementById('loginhover').style.display='block';return false" style="cursor:pointer;-moz-transition: all 500ms linear; -webkit-transition: all 500ms linear; -o-transition: all 500ms linear; transition: all 500ms linear;" type="button">Member Login <i class="fa fa-lock" style="font-size:20px"></i></button> </div> </td> </tr> </tbody> </table> </DIV> </DIV> </div> </div> </td> </tr> </table> <div> <script type="text/javascript"> function myclosehamburger() { document.getElementById("transpwinmenu").style.display = 'none'; } function showtransp() { document.getElementById("transpwinmenu").style.display = 'block'; } function showarticles(showartdiv) { if (document.getElementById(showartdiv).style.display == 'none') { var x = document.getElementsByClassName("articleboxes"); var i; for (i = 0; i < x.length; i++) { x[i].style.display = "none"; } document.getElementById(showartdiv).style.display = 'block'; }else{ document.getElementById(showartdiv).style.display = 'none'; } } </script> <style type="text/css"> #articledivs{padding:8px; padding-left:15px; cursor:pointer; border:1px solid rgba(112,112,112,1.0); background-color:rgba(255,255,255,1.00); text-indent:-0.4em} #articledivs a:link{color:#333;} #articledivs a:hover{color:#000} #articledivs a:visited{color:#333} .mobilemenulinksapp a:link{color:#fff; padding-left:8px} .mobilemenulinksapp a:hover{color:#DDDDDD} .mobilemenulinksapp a:visited{color:#fff} .mobilemenulinksapp{padding:8px; cursor:pointer; border:1px solid rgba(112,112,112,0.3); background-color:rgba(66,66,66,1.00)} #transpwinmenu{-moz-transition: all 100ms linear; -webkit-transition: all 100ms linear; -o-transition: all 100ms linear; transition: all 100ms linear;} </style> <div id="transpwinmenu" style="width:100%; height:100%; background-color:rgba(177,177,177,0.8); position:fixed; top:0; left:0; display:none; z-index:999999" class="w3-animate-top"> <div style="width:95%; font-size:18px; color:#fff; margin-top:30px; overflow-y:scroll; height:85%;" align="center"> <table cellspacing="0" cellpadding="0" width="90%" align="center"> <tr><td> <div align="right"> <button onclick="myclosehamburger()" class="w3-bar-item w3-button w3-xxlarge w3-hover-red" style="background-color:#333; color:#fff" title="Close">×</button></div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/view_page.cfm&page=About20Us" >About Us</a> <div onClick="showarticles('articleboxAbout20Us');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxAbout20Us" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="http://www.mpffu.org/index.cfm?zone=/unionactive/contact.cfm" class="nfLink" >Contact Us</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=33894&page=About20Us" class="nfLink" >Locals</a> </div> <div id="articledivs"> <a href="index.cfm?zone=/unionactive/officers.cfm" class="nfLink" >Officers & Staff</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=729114&page=About20Us" class="nfLink" >MPFFU Fundraising Information</a> </div> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/view_page.cfm&page=JOB20OPENINGS" >JOB Postings</a> <div onClick="showarticles('articleboxJOB20OPENINGS');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxJOB20OPENINGS" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=948722&page=JOB20OPENINGS" class="nfLink" >Cadillac Now Taking Applications</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=948451&page=JOB20OPENINGS" class="nfLink" >Clinton Township Now Hiring</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=948233&page=JOB20OPENINGS" class="nfLink" >Livonia Fire Department is Hiring!</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=938108&page=JOB20OPENINGS" class="nfLink" >Saline Area Fire Dept Now Hiring</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=937423&page=JOB20OPENINGS" class="nfLink" >Oxford Now Taking Applications</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=831920&page=JOB20OPENINGS" class="nfLink" >About This Page</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=936268&page=JOB20OPENINGS" class="nfLink" >Independence Twp Taking Applications</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=934450&page=JOB20OPENINGS" class="nfLink" >City of Allen Park Now Taking Applications</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=934399&page=JOB20OPENINGS" class="nfLink" >Elmwood Twp. Now Hiring</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=933689&page=JOB20OPENINGS" class="nfLink" >City of Port Huron has Openings</a> </div> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/view_page.cfm&page=Events" >Calendar</a> <div onClick="showarticles('articleboxEvents');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxEvents" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="http://www.mpffu.org/index.cfm?zone=/unionactive/calendar.cfm" class="nfLink" >calendar</a> </div> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red" onClick="parent.location='?zone=/unionactive/view_page.cfm&page=Becoming20a20Fire20Fighter20'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/view_page.cfm&page=Becoming20a20Fire20Fighter20" >How to Be a Fire Fighter & Other Info</a> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red" onClick="parent.location='?zone=/unionactive/view_page.cfm&page=Garrity20Forms'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/view_page.cfm&page=Garrity20Forms" >Garrity Forms & Weingarten Rights</a> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionactive/doc_page.cfm&pageID=22370'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionactive/doc_page.cfm&pageID=22370" >LODD Resources</a> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionActive/Contract.cfm'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionActive/Contract.cfm" >Local Union Contracts and Census Data</a> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/view_page.cfm&page=Alumni20Committee20Info" >News for Alumni Members</a> <div onClick="showarticles('articleboxAlumni20Committee20Info');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxAlumni20Committee20Info" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=805490&page=Alumni20Committee20Info" class="nfLink" >How to Apply for Social Security</a> </div> <div id="articledivs"> <a href="https://www.iaff.org/news/expanding-medicare-to-retired-fire-fighters/?fbclid=IwAR2aIUibiPeuN8XAABephsgMIq-nbQrRazhq6tmV8oE6zMVmnyiTZpYa59w" class="nfLink" >Congress Holds Hearing on Expanding Medicare to Retired Fire Fighters</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=781906&page=Alumni20Committee20Info" class="nfLink" >Do You Qualify for Medicare?</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=780832&page=Alumni20Committee20Info" class="nfLink" >Social Security Benefit Will Increase 1.6 Percent in 2020</a> </div> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/view_page.cfm&page=Safety202620Health20Committee" >Safety & Health Committee</a> <div onClick="showarticles('articleboxSafety202620Health20Committee');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxSafety202620Health20Committee" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=904605&page=Safety202620Health20Committee" class="nfLink" >PFAS Advisory</a> </div> <div id="articledivs"> <a href="https://fdsoa.org/resources/Documents/Safety%20Week%202023%20Bulletin%20for%20production%20EV%20final.pdf" class="nfLink" >Fire Fighter Safety Stand Down</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=884931&page=Safety202620Health20Committee" class="nfLink" >January is Fire Fighter Cancer Awareness Month</a> </div> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red" onClick="parent.location='http://www.mpffu.org/index.cfm?zone=/unionactive/form_page.cfm&formID=1879'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="http://www.mpffu.org/index.cfm?zone=/unionactive/form_page.cfm&formID=1879" target=_blank>MPFFU Committee & Executive Board Expense Form</a> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red" onClick="parent.location='?zone=/unionactive/view_page.cfm&page=MPFFU20ONLINE20CLOTHING20STORE'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/view_page.cfm&page=MPFFU20ONLINE20CLOTHING20STORE" >MPFFU ONLINE CLOTHING STORE</a> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/view_page.cfm&page=Local20Golf20Outings20and20Fundraisers" >Local Union Fundraisers</a> <div onClick="showarticles('articleboxLocal20Golf20Outings20and20Fundraisers');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxLocal20Golf20Outings20and20Fundraisers" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=948776&page=Local20Golf20Outings20and20Fundraisers" class="nfLink" >Clinton Township Golf Outing - August 15</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=948450&page=Local20Golf20Outings20and20Fundraisers" class="nfLink" >Inkster Golf Outing July 11th</a> </div> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red" onClick="parent.location='https://www.iaff.org/federal-candidate-questionnaire/'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="https://www.iaff.org/federal-candidate-questionnaire/" target=_blank>IAFF Candidate Questionaire for Federal Candidates</a> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionactive/form_page.cfm&formID=2134'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionactive/form_page.cfm&formID=2134" >2024 Candidate Questionnaire</a> </div> </td></tr> <tr><td valign="top" class="mobilemenulinksapp w3-hover-red" onClick="parent.location='?zone=/unionactive/contact.cfm'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/contact.cfm">Contact Us</a> </div> </td></tr> </table> <div style="clear:left"></div> <table cellspacing="0" cellpadding="0" width="90%" align="center"> <tr><td style="padding:14px; background-color:rgba(176,176,176,1.00)" align="center"> <span style="font-size:21px;"><strong>Member Resources</strong></span> </td></tr> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='?zone=/unionactive/user_signup.cfm'"><a href="?zone=/unionactive/user_signup.cfm">Login</a></td></tr> </div> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='?zone=/unionactive/member_main.cfm'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"><a href="?zone=/unionactive/member_main.cfm">Member Home</a></div></td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionactive/form_page.cfm&formID=2134'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionactive/form_page.cfm&formID=2134">Endorsement Questionnaire</a> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='https://forms.office.com/r/un4f7TegG7'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="https://forms.office.com/r/un4f7TegG7">Data Analysis Form</a> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" > <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/private_view_page.cfm&page=Affiliate20Info">Affiliate Info</a> <div onClick="showarticles('articleboxAffiliate20Info');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxAffiliate20Info" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=181343&page=Affiliate20Info" class="nfLink" >Local Union Resources</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=141883&page=Affiliate20Info" class="nfLink" >Safety & Health</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=79210&page=Affiliate20Info" class="nfLink" >Local Union Forms/Info</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=71639&page=Affiliate20Info" class="nfLink" >Recent Mailings/News</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=61399&page=Affiliate20Info" class="nfLink" >Constitution & Bylaws</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=52092&page=Affiliate20Info" class="nfLink" >Arbitration Awards</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=34157&page=Affiliate20Info" class="nfLink" >Important Links</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=34091&page=Affiliate20Info" class="nfLink" >Helpful Documents/Presentations</a> </div> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionActive/Contract.cfm'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionActive/Contract.cfm">Contracts</a> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" > <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/private_view_page.cfm&page=Presidents20Resources">Presidents Resources</a> <div onClick="showarticles('articleboxPresidents20Resources');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxPresidents20Resources" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="http://ljpr.com/site/images/media/gh_web_2013.pdf" class="nfLink" >Retirement Guide For Michigan Firefighters and Police Officers</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=187203&page=Presidents20Resources" class="nfLink" >IAFF Oath of Office</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=187202&page=Presidents20Resources" class="nfLink" >Geographical Information System (GIS)</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=187201&page=Presidents20Resources" class="nfLink" >Documents Required for a Municipal Financial Analysis</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=187200&page=Presidents20Resources" class="nfLink" >EBoard Member Form</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=187199&page=Presidents20Resources" class="nfLink" >What To Do (Problems & Questions)</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=187198&page=Presidents20Resources" class="nfLink" >Legislative Overview</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=187197&page=Presidents20Resources" class="nfLink" >The Union's Role in Employee Discipline Cases</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=187196&page=Presidents20Resources" class="nfLink" >How to Run a Union Meeting Effectively and Efficiently</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=187195&page=Presidents20Resources" class="nfLink" >Manual of Common Procedure and Related Subjects</a> </div> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionActive/minutes.cfm'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionActive/minutes.cfm">MPFFU EX BD Meeting Minutes</a> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" > <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/private_view_page.cfm&page=Communication">MPFFU Reports and Minutes</a> <div onClick="showarticles('articleboxCommunication');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxCommunication" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=80583&page=Communication" class="nfLink" >Financial Reports</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=928647&page=Communication" class="nfLink" >MPFFU EXBD Operations Manuel</a> </div> <div id="articledivs"> <a href="index.cfm?zone=/unionActive/minutes.cfm" class="nfLink" >MPFFU Minutes</a> </div> <div id="articledivs"> <a href="index.cfm?zone=/unionactive/voting_form.cfm" class="nfLink" >Online Voting</a> </div> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" > <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/private_view_page.cfm&page=Important20Laws">Important Laws</a> <div onClick="showarticles('articleboxImportant20Laws');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxImportant20Laws" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="http://www.legislature.mi.gov/(S(lpujuimspi4ljz45mkyjbeqk))/mileg.aspx?page=getObject&objectName=mcl-317-1969-4" class="nfLink" >Worker's Disability Compensation Act of 1969 (Excerpt)</a> </div> <div id="articledivs"> <a href="http://www.legislature.mi.gov/(S(wi4eumasmham0w3sdrkzr4e5))/documents/mcl/pdf/mcl-Act-336-of-1947.pdf" class="nfLink" >Public Employment Relations Act (PERA)</a> </div> <div id="articledivs"> <a href="http://www.legislature.mi.gov/(S(wi4eumasmham0w3sdrkzr4e5))/documents/mcl/pdf/mcl-Act-312-of-1969.pdf" class="nfLink" >Public Act 312</a> </div> <div id="articledivs"> <a href="http://www.michigan.gov/documents/CIS_WSH_part74_35544_7.pdf" class="nfLink" >MIOSHA Part 74</a> </div> <div id="articledivs"> <a href="http://www.justice.gov/oip/index.html" class="nfLink" >Freedom of Information Act (FOIA)</a> </div> <div id="articledivs"> <a href="http://www.dol.gov/dol/topic/benefits-leave/fmla.htm" class="nfLink" >Family Medical Leave Act (FMLA)</a> </div> <div id="articledivs"> <a href="http://www.dol.gov/whd/flsa/index.htm" class="nfLink" >Fair Labor Standards Act (FLSA)</a> </div> <div id="articledivs"> <a href="Docs/downloads/CIS_WSH_part451_54075_7%5B1%5D.pdf" class="nfLink" >2-in/2-out Rule</a> </div> <div id="articledivs"> <a href="http://www.legislature.mi.gov/(S(bvxvof20qh0hk33wvh423grc))/mileg.aspx?page=getobject&objectname=mcl-Act-78-of-1935&query=on&highlight=Civil%20AND%20Service" class="nfLink" >Act 78 - Civil Service</a> </div> <div id="articledivs"> <a href="http://www.legislature.mi.gov/(S(hatmsy55xlv4hy24tfgmv145))/mileg.aspx?page=getObject&objectName=mcl-15-602&highlight=residency%20AND%20requirements" class="nfLink" >Residency Bill</a> </div> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" > <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/private_view_page.cfm&page=Legislation2FPolitics">Legislation/Politics</a> <div onClick="showarticles('articleboxLegislation2FPolitics');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxLegislation2FPolitics" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=97087&page=Legislation2FPolitics" class="nfLink" >What's New</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=189192&page=Legislation2FPolitics" class="nfLink" >Legislation to Watch</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=193408&page=Legislation2FPolitics" class="nfLink" >Find Your Elected Officials</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=97088&page=Legislation2FPolitics" class="nfLink" >Resources</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=139323&page=Legislation2FPolitics" class="nfLink" >PA 312 Info</a> </div> <div id="articledivs"> <a href="http://mpffu.org/index.cfm?zone=/unionactive/form_page.cfm&formID=2134" class="nfLink" >Candidate Endorsement Questionnaire</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=221325&page=Legislation2FPolitics" class="nfLink" >State of Michigan Campaign Finance Documents</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=205418&page=Legislation2FPolitics" class="nfLink" >ALERTS</a> </div> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionactive/member_direc.cfm'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionactive/member_direc.cfm">Members Registered for this website</a> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" > <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/private_view_page.cfm&page=PSO">PSO</a> <div onClick="showarticles('articleboxPSO');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxPSO" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=212063&page=PSO" class="nfLink" >PSO Documents</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=212060&page=PSO" class="nfLink" >Offsite Resources</a> </div> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=211232&page=PSO" class="nfLink" >PSO Videos</a> </div> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" > <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="?zone=/unionactive/private_view_page.cfm&page=Seminars">Collective Bargaining</a> <div onClick="showarticles('articleboxSeminars');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxSeminars" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="?zone=/unionactive/view_article.cfm&HomeID=291514&page=Seminars" class="nfLink" > Handout materials from MPFFU Collective Bargaining Seminar (May 14 & 15, 2013)</a> </div> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionactive/officers.cfm'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionactive/officers.cfm">Officers & Staff</a> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" > <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionactive/message_board.cfm">Message Board</a> <div onClick="showarticles('articleboxMessage20Board');return false;" style="display:inline-block; width:15%; float:right; margin-right:15px; margin-top:-8px" align="right"><span style="font-size:20px; color:rgba(255,255,255,1.00)"> <i class="fa fa-sort-down"></i> </span></div> </div> <div id="articleboxMessage20Board" style="display:none;" class="articleboxes"> <div id="articledivs"> <a href="http://www.mpffu.org/index.cfm?zone=/unionactive/view_message.cfm&messageID=259387&starthere=1&boardID=1111&searchtext=" class="nfLink" >Does Your Department have a Hearing Conservation Program?</a> </div> <div id="articledivs"> <a href="http://www.mpffu.org/index.cfm?zone=/unionactive/view_message.cfm&messageID=259037&starthere=1&boardID=1111&searchtext=" class="nfLink" >Does Your Local Use its Website?</a> </div> <div id="articledivs"> <a href="http://www.mpffu.org/index.cfm?zone=/unionactive/view_message.cfm&messageID=259037&starthere=1&boardID=1111&searchtext=" class="nfLink" >Does Your Local Use its Website?</a> </div> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionactive/constitution.cfm'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionactive/constitution.cfm">Constitution/Bylaws</a> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionactive/committees.cfm'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionactive/committees.cfm">Committees</a> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=/unionactive/calendar.cfm'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=/unionactive/calendar.cfm">Events Calendar</a> </div> </td></tr> <tr><td class="mobilemenulinksapp w3-hover-red" onClick="parent.location='index.cfm?zone=https://secure.unasecure.net/activedues/dues_payment.cfm?siteID=#siteID#'"> <div style="text-indent: -0.4em; padding-left: 0.5em;"> <a href="index.cfm?zone=https://secure.unasecure.net/activedues/dues_payment.cfm?siteID=#siteID#">Pay Dues Online</a> </div> </td></tr> </table> </div> </div> </div> <div style="width:100%; z-index:500;margin-top:0px; background-color:#EDEDED" id="menuback"> <div style="width:100%" class="menudivplacelower"> <!--[if lte IE 6]><style type="text/css">.nfPure .nfItem{width:0px;}</style><![endif]--> <!--[if lte IE 7]><style type="text/css">.nfMain,.nfMain .nfLink,.nfMain .nfSubS{zoom:1;}.nfPure .nfLink:hover{z-index:1101;}.nfPure .nfItem{display:inline !important;}</style><![endif]--> <style type="text/css"> .nfMain, .nfSubC, .nfSubS { list-style: none; margin: 0px; padding: 0px; } .nfMain { position: relative; z-index: 500; } .nfMain .nfSubC { display:none; position: absolute; } .nfMain .nfItem, .nfMain .nfLink { list-style: none; position: relative; display: block; white-space: nowrap; margin: 0px; } .nfMain:after { content: "."; display: block; height: 0px; clear: both; overflow: hidden; } .nfPure .nfItem:hover, .nfPure .nfItem:hover>.nfSubC { z-index: 1101; display:inherit; } .nfPure .nfLink:focus { z-index: 1102; } .nfMain .nfJSActiveItem { z-index: 1101; } .nfMain .nfJSShowSub { z-index: 1101; visibility: inherit; } .nfMain .nfItem div.nfLink { cursor: default; } .nfMain .nfItem { float: left; } .nfMain .nfItem .nfItem { float: none; } .nfMain .nfItem .nfSubC { top: 100%; left: 0px; width: auto; } .nfMain .nfSubC .nfItem .nfSubC { top: 0px; left: 100%; width: auto; } </style> <ul id="myMenu" class="nfMain nfPure"> <li class="nfItem"><a href="index.cfm" class="nfLink">Home</a></li> <li class="nfItem"><a href="?zone=/unionactive/member_resources_site.cfm" class="nfLink">Member Resources</a> <ul class="nfSubC nfSubS"> <li class="nfItem"><a href="?zone=/unionactive/member_main.cfm" class="nfLink">Member Home</a></li> <li class="nfItem"><a href="index.cfm?zone=/unionactive/form_page.cfm&formID=2134" class="nfLink" >Endorsement Questionnaire</a> </li> <li class="nfItem"><a href="https://forms.office.com/r/un4f7TegG7" class="nfLink" target=_blank>Data Analysis Form</a> </li> <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=Affiliate20Info" class="nfLink" >Affiliate Info</a> <ul class="nfSubC nfSubS"> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=181343&page=Affiliate20Info" class="nfLink" >Local Union Resources</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=141883&page=Affiliate20Info" class="nfLink" >Safety & Health</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=79210&page=Affiliate20Info" class="nfLink" >Local Union Forms/Info</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=71639&page=Affiliate20Info" class="nfLink" >Recent Mailings/News</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=61399&page=Affiliate20Info" class="nfLink" >Constitution & Bylaws</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=52092&page=Affiliate20Info" class="nfLink" >Arbitration Awards</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=34157&page=Affiliate20Info" class="nfLink" >Important Links</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=34091&page=Affiliate20Info" class="nfLink" >Helpful Documents/Presentations</a></li> </ul> </li> <li class="nfItem"><a href="index.cfm?zone=/unionActive/Contract.cfm" class="nfLink" >Contracts</a> </li> <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=Presidents20Resources" class="nfLink" >Presidents Resources</a> <ul class="nfSubC nfSubS"> <li class="nfItem"><a href="http://ljpr.com/site/images/media/gh_web_2013.pdf" class="nfLink" >Retirement Guide For Michigan Firefighters and Police Officers</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=187203&page=Presidents20Resources" class="nfLink" >IAFF Oath of Office</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=187202&page=Presidents20Resources" class="nfLink" >Geographical Information System (GIS)</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=187201&page=Presidents20Resources" class="nfLink" >Documents Required for a Municipal Financial Analysis</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=187200&page=Presidents20Resources" class="nfLink" >EBoard Member Form</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=187199&page=Presidents20Resources" class="nfLink" >What To Do (Problems & Questions)</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=187198&page=Presidents20Resources" class="nfLink" >Legislative Overview</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=187197&page=Presidents20Resources" class="nfLink" >The Union's Role in Employee Discipline Cases</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=187196&page=Presidents20Resources" class="nfLink" >How to Run a Union Meeting Effectively and Efficiently</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=187195&page=Presidents20Resources" class="nfLink" >Manual of Common Procedure and Related Subjects</a></li> </ul> </li> <li class="nfItem"><a href="index.cfm?zone=/unionActive/minutes.cfm" class="nfLink" >MPFFU EX BD Meeting Minutes</a> </li> <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=Communication" class="nfLink" >MPFFU Reports and Minutes</a> <ul class="nfSubC nfSubS"> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=80583&page=Communication" class="nfLink" >Financial Reports</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=928647&page=Communication" class="nfLink" >MPFFU EXBD Operations Manuel</a></li> <li class="nfItem"><a href="index.cfm?zone=/unionActive/minutes.cfm" class="nfLink" >MPFFU Minutes</a></li> <li class="nfItem"><a href="index.cfm?zone=/unionactive/voting_form.cfm" class="nfLink" >Online Voting</a></li> </ul> </li> <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=Important20Laws" class="nfLink" >Important Laws</a> <ul class="nfSubC nfSubS"> <li class="nfItem"><a href="http://www.legislature.mi.gov/(S(lpujuimspi4ljz45mkyjbeqk))/mileg.aspx?page=getObject&objectName=mcl-317-1969-4" class="nfLink" >Worker's Disability Compensation Act of 1969 (Excerpt)</a></li> <li class="nfItem"><a href="http://www.legislature.mi.gov/(S(wi4eumasmham0w3sdrkzr4e5))/documents/mcl/pdf/mcl-Act-336-of-1947.pdf" class="nfLink" >Public Employment Relations Act (PERA)</a></li> <li class="nfItem"><a href="http://www.legislature.mi.gov/(S(wi4eumasmham0w3sdrkzr4e5))/documents/mcl/pdf/mcl-Act-312-of-1969.pdf" class="nfLink" >Public Act 312</a></li> <li class="nfItem"><a href="http://www.michigan.gov/documents/CIS_WSH_part74_35544_7.pdf" class="nfLink" >MIOSHA Part 74</a></li> <li class="nfItem"><a href="http://www.justice.gov/oip/index.html" class="nfLink" >Freedom of Information Act (FOIA)</a></li> <li class="nfItem"><a href="http://www.dol.gov/dol/topic/benefits-leave/fmla.htm" class="nfLink" >Family Medical Leave Act (FMLA)</a></li> <li class="nfItem"><a href="http://www.dol.gov/whd/flsa/index.htm" class="nfLink" >Fair Labor Standards Act (FLSA)</a></li> <li class="nfItem"><a href="Docs/downloads/CIS_WSH_part451_54075_7%5B1%5D.pdf" class="nfLink" >2-in/2-out Rule</a></li> <li class="nfItem"><a href="http://www.legislature.mi.gov/(S(bvxvof20qh0hk33wvh423grc))/mileg.aspx?page=getobject&objectname=mcl-Act-78-of-1935&query=on&highlight=Civil%20AND%20Service" class="nfLink" >Act 78 - Civil Service</a></li> <li class="nfItem"><a href="http://www.legislature.mi.gov/(S(hatmsy55xlv4hy24tfgmv145))/mileg.aspx?page=getObject&objectName=mcl-15-602&highlight=residency%20AND%20requirements" class="nfLink" >Residency Bill</a></li> </ul> </li> <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=Legislation2FPolitics" class="nfLink" >Legislation/Politics</a> <ul class="nfSubC nfSubS"> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=97087&page=Legislation2FPolitics" class="nfLink" >What's New</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=189192&page=Legislation2FPolitics" class="nfLink" >Legislation to Watch</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=193408&page=Legislation2FPolitics" class="nfLink" >Find Your Elected Officials</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=97088&page=Legislation2FPolitics" class="nfLink" >Resources</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=139323&page=Legislation2FPolitics" class="nfLink" >PA 312 Info</a></li> <li class="nfItem"><a href="http://mpffu.org/index.cfm?zone=/unionactive/form_page.cfm&formID=2134" class="nfLink" >Candidate Endorsement Questionnaire</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=221325&page=Legislation2FPolitics" class="nfLink" >State of Michigan Campaign Finance Documents</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=205418&page=Legislation2FPolitics" class="nfLink" >ALERTS</a></li> </ul> </li> <li class="nfItem"><a href="index.cfm?zone=/unionactive/member_direc.cfm" class="nfLink" >Members Registered for this website</a> </li> <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=PSO" class="nfLink" >PSO</a> <ul class="nfSubC nfSubS"> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=212063&page=PSO" class="nfLink" >PSO Documents</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=212060&page=PSO" class="nfLink" >Offsite Resources</a></li> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=211232&page=PSO" class="nfLink" >PSO Videos</a></li> </ul> </li> <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=Seminars" class="nfLink" >Collective Bargaining</a> <ul class="nfSubC nfSubS"> <li class="nfItem"><a href="?zone=/unionactive/view_article.cfm&HomeID=291514&page=Seminars" class="nfLink" > Handout materials from MPFFU Collective Bargaining Seminar (May 14 & 15, 2013)</a></li> </ul> </li> <li class="nfItem"><a href="index.cfm?zone=/unionactive/officers.cfm" class="nfLink" >Officers & Staff</a> </li> <li class="nfItem"><a href="index.cfm?zone=/unionactive/message_board.cfm" class="nfLink" >Message Board</a> <ul class="nfSubC nfSubS"> <li class="nfItem"><a href="http://www.mpffu.org/index.cfm?zone=/unionactive/view_message.cfm&messageID=259387&starthere=1&boardID=1111&searchtext=" class="nfLink" >Does Your Department have a Hearing Conservation Program?</a></li> <li class="nfItem"><a href="http://www.mpffu.org/index.cfm?zone=/unionactive/view_message.cfm&messageID=259037&starthere=1&boardID=1111&searchtext=" class="nfLink" >Does Your Local Use its Website?</a></li> <li class="nfItem"><a href="http://www.mpffu.org/index.cfm?zone=/unionactive/view_message.cfm&messageID=259037&starthere=1&boardID=1111&searchtext=" class="nfLink" >Does Your Local Use its Website?</a></li> </ul> </li> <li class="nfItem"><a href="index.cfm?zone=/unionactive/constitution.cfm" class="nfLink" >Constitution/Bylaws</a> </li> <li class="nfItem"><a href="index.cfm?zone=/unionactive/committees.cfm" class="nfLink" >Committees</a> </li> <li class="nfItem"><a href="index.cfm?zone=/unionactive/calendar.cfm" class="nfLink" >Events Calendar</a> </li> <li class="nfItem"><a href="index.cfm?zone=https://secure.unasecure.net/activedues/dues_payment.cfm?siteID=#siteID#" class="nfLink" >Pay Dues Online</a> </li> <li class="nfItem"><a href="?zone=/unionactive/user_signup.cfm" class="nfLink">Login</a></li> </ul> </li> <li class="nfItem"><a href="?zone=/unionactive/view_page.cfm&page=About20Us" class="nfLink" >About Us</a> <ul class="nfSubC nfSubS"> <li class="nfItem"> <a href="http://www.mpffu.org/index.cfm?zone=/unionactive/contact.cfm" class="nfLink" >Contact Us</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=33894&page=About20Us" class="nfLink" >Locals</a> <li class="nfItem"> <a href="index.cfm?zone=/unionactive/officers.cfm" class="nfLink" >Officers & Staff</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=729114&page=About20Us" class="nfLink" >MPFFU Fundraising Information</a> </ul> </li> <li class="nfItem"><a href="?zone=/unionactive/view_page.cfm&page=JOB20OPENINGS" class="nfLink" >JOB Postings</a> <ul class="nfSubC nfSubS"> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=948722&page=JOB20OPENINGS" class="nfLink" >Cadillac Now Taking Applications</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=948451&page=JOB20OPENINGS" class="nfLink" >Clinton Township Now Hiring</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=948233&page=JOB20OPENINGS" class="nfLink" >Livonia Fire Department is Hiring!</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=938108&page=JOB20OPENINGS" class="nfLink" >Saline Area Fire Dept Now Hiring</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=937423&page=JOB20OPENINGS" class="nfLink" >Oxford Now Taking Applications</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=831920&page=JOB20OPENINGS" class="nfLink" >About This Page</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=936268&page=JOB20OPENINGS" class="nfLink" >Independence Twp Taking Applications</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=934450&page=JOB20OPENINGS" class="nfLink" >City of Allen Park Now Taking Applications</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=934399&page=JOB20OPENINGS" class="nfLink" >Elmwood Twp. Now Hiring</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=933689&page=JOB20OPENINGS" class="nfLink" >City of Port Huron has Openings</a> </ul> </li> <li class="nfItem"><a href="?zone=/unionactive/view_page.cfm&page=Events" class="nfLink" >Calendar</a> <ul class="nfSubC nfSubS"> <li class="nfItem"> <a href="http://www.mpffu.org/index.cfm?zone=/unionactive/calendar.cfm" class="nfLink" >calendar</a> </ul> </li> <li class="nfItem"><a href="?zone=/unionactive/view_page.cfm&page=Becoming20a20Fire20Fighter20" class="nfLink" >How to Be a Fire Fighter & Other Info</a> </li> <li class="nfItem"><a href="?zone=/unionactive/view_page.cfm&page=Garrity20Forms" class="nfLink" >Garrity Forms & Weingarten Rights</a> </li> <li class="nfItem"><a href="index.cfm?zone=/unionactive/doc_page.cfm&pageID=22370" class="nfLink" >LODD Resources</a> </li> <li class="nfItem"><a href="index.cfm?zone=/unionActive/Contract.cfm" class="nfLink" >Local Union Contracts and Census Data</a> </li> <li class="nfItem"><a href="?zone=/unionactive/view_page.cfm&page=Alumni20Committee20Info" class="nfLink" >News for Alumni Members</a> <ul class="nfSubC nfSubS"> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=805490&page=Alumni20Committee20Info" class="nfLink" >How to Apply for Social Security</a> <li class="nfItem"> <a href="https://www.iaff.org/news/expanding-medicare-to-retired-fire-fighters/?fbclid=IwAR2aIUibiPeuN8XAABephsgMIq-nbQrRazhq6tmV8oE6zMVmnyiTZpYa59w" class="nfLink" >Congress Holds Hearing on Expanding Medicare to Retired Fire Fighters</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=781906&page=Alumni20Committee20Info" class="nfLink" >Do You Qualify for Medicare?</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=780832&page=Alumni20Committee20Info" class="nfLink" >Social Security Benefit Will Increase 1.6 Percent in 2020</a> </ul> </li> <li class="nfItem"><a href="?zone=/unionactive/view_page.cfm&page=Safety202620Health20Committee" class="nfLink" >Safety & Health Committee</a> <ul class="nfSubC nfSubS"> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=904605&page=Safety202620Health20Committee" class="nfLink" >PFAS Advisory</a> <li class="nfItem"> <a href="https://fdsoa.org/resources/Documents/Safety%20Week%202023%20Bulletin%20for%20production%20EV%20final.pdf" class="nfLink" >Fire Fighter Safety Stand Down</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=884931&page=Safety202620Health20Committee" class="nfLink" >January is Fire Fighter Cancer Awareness Month</a> </ul> </li> <li class="nfItem"><a href="http://www.mpffu.org/index.cfm?zone=/unionactive/form_page.cfm&formID=1879" class="nfLink" target=_blank>MPFFU Committee & Executive Board Expense Form</a> </li> <li class="nfItem"><a href="?zone=/unionactive/view_page.cfm&page=MPFFU20ONLINE20CLOTHING20STORE" class="nfLink" >MPFFU ONLINE CLOTHING STORE</a> </li> <li class="nfItem"><a href="?zone=/unionactive/view_page.cfm&page=Local20Golf20Outings20and20Fundraisers" class="nfLink" >Local Union Fundraisers</a> <ul class="nfSubC nfSubS"> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=948776&page=Local20Golf20Outings20and20Fundraisers" class="nfLink" >Clinton Township Golf Outing - August 15</a> <li class="nfItem"> <a href="?zone=/unionactive/view_article.cfm&HomeID=948450&page=Local20Golf20Outings20and20Fundraisers" class="nfLink" >Inkster Golf Outing July 11th</a> </ul> </li> <li class="nfItem"><a href="https://www.iaff.org/federal-candidate-questionnaire/" class="nfLink" target=_blank>IAFF Candidate Questionaire for Federal Candidates</a> </li> <li class="nfItem"><a href="index.cfm?zone=/unionactive/form_page.cfm&formID=2134" class="nfLink" >2024 Candidate Questionnaire</a> </li> </ul> </div> <div class="menubottom"></div> </div> <DIV id="menubackholder" class="hideme"></DIV> </div> </div> <div id="loginhover" class="w3-modal" style="z-index:9999"> <div class="w3-modal-content w3-card-4 w3-animate-top" style="max-width:600px" align="left"> <div class="w3-center"><br> <span onclick="document.getElementById('loginhover').style.display='none'" class="w3-button w3-xlarge w3-hover-red w3-display-topright" title="Close Modal">×</span> </div> <form name="CFForm_1" id="CFForm_1" action="index.cfm" method="post" class="w3-container" onsubmit="return _CF_checkCFForm_1(this)"> <div class="w3-section"> <label><b>Username</b></label> <input class="w3-input w3-border w3-margin-bottom" type="text" placeholder="Enter Username" name="username" required> <label><b>Password</b></label> <input class="w3-input w3-border" type="password" placeholder="Enter Password" name="password" required> <button class="w3-block buttoncolor" type="submit">Login</button> <div style="padding:10px; border:solid 1px rgba(147,147,147,1.00); border-radius:6px; font-size:14px; margin-top:15px; cursor:pointer; font-weight:bold" align="center" onClick="parent.location='?zone=/unionactive/user_signup.cfm'"> <table border="0" cellspacing="0" cellpadding="2" align="center"> <tbody> <tr> <td><img src="/images/lock-small.png" alt=""/></td> <td>Register an Account</td> </tr> </tbody> </table> </div> </div> <input type="hidden" name="action" value="login" /> <input type="hidden" name="zone" value="/unionactive/member_main.cfm" /> </form> <div class="w3-container w3-border-top w3-padding-16 w3-light-grey"> <button onclick="document.getElementById('loginhover').style.display='none'" type="button" class="w3-button w3-red">Cancel</button> <span class="w3-right w3-padding w3-hide-small"><a href="?zone=/unionactive/lost_login.cfm">Forgot Login?</a></span> </div> </div> </div> <div class="widecolview" align="center" style="width:100%; padding:0px; margin:0px;"> <div align="left" class="tableinner" style="display:table;"> <div style="width:100%;" align="center" id="backholdsup" > </div> <div id="tableinnerpaddiv"> <table width="100%" cellpadding="" cellspacing="0" id="maintablenavlist" style="z-index:5" class="resptable"> <tr class="resprow"> <td class="maincolumn respcell" valign="top"> <div id="maincolumnspot" style="z-index:1; position:relative" dojotype="dojox.layout.ContentPane" executeScripts="true"> <style type="text/css"> #maincolumnsplit{ padding:0px; margin:0px } #maincolumnsplit>li{ list-style:none; list-style-type:none; display:inline; float:left; list-style:none; } #maincolumnsplit1{ display:inline; float:left; list-style:none; list-style-type:none; padding-right: 0px; } #maincolumnsplit2{ display:inline; float:right; list-style:none; list-style-type:none; width:30%; margin-left:15px } .pdfview{height:900px} @media only screen and (max-width: 730px){ .pdfview{height:500px} #maincolumnsplit1{ display:block; float:none; list-style:none; padding-right: 0px; width:100% } #maincolumnsplit2{ display:block; float:none; list-style:none; width:100% } } @media only screen and (min-width: 731px){ #maincolumnsplit1{ display:inline; float:left; list-style:none; list-style-type:none; width:100% } #maincolumnsplit2{ width:100% } } @media only screen and (min-width: 1100px){ #maincolumnsplit1{ display:inline; float:left; list-style:none; list-style-type:none; padding-right: 0px; } #maincolumnsplit2{ display:inline; float:right; list-style:none; list-style-type:none; width:28%; } } </style> <!--Log User--> <!--Log User--> <ul id="maincolumnsplit"> <li id="maincolumnsplit1"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="modulebottomspace"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <div> <div style="background-color:rgba(54,49,49,0.5); padding:10px"> <div style="text-align: center;"> <h2><span style="color:#FFFFFF;">The Official Website of the Michigan Professional Fire Fighters Union</span></h2> </div> </div> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspace"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <div> <script type="text/javascript"> dojo.require("dojox.widget.Rotator"); dojo.require("dojox.widget.rotator.Controller"); dojo.require("dojox.widget.rotator.Fade"); dojo.require("dojo.fx.easing"); var totalimages = 2; var newcount = 0; var moveimage = 0; var maxanim = 5; var thisanim = 1; function changeimage(){ if (newcount < totalimages) { newcount = newcount + 1; if (moveimage < totalimages) { moveimage = newcount+1; }else{ moveimage = 1; } }else{ newcount = 1; moveimage = 2; } if (thisanim < maxanim) { thisanim = thisanim + 1; }else{ thisanim = 1; } dojo.publish('imagerotatediv/rotator/control', ['go', newcount]); } function changeimageprev(){ newcount = newcount-2 if (newcount < 0) { newcount = newcount+totalimages } if (newcount < totalimages) { newcount = newcount + 1; if (moveimage > 1) { moveimage = moveimage-1; }else{ moveimage = 1; } }else{ newcount = 1; moveimage = 1; } if (thisanim > 1) { thisanim = thisanim - 1; }else{ thisanim = 1; } dojo.publish('imagerotatediv/rotator/control', ['go', newcount]); } function moveimage2(thisdiv){ var divname = "rotateimage" + thisdiv dojo.animateProperty({ node: divname, properties: { width: {start: 100, end: 150, units:"%"}, marginLeft: {start: 0, end: -50, units:"%"}, marginTop: 0 }, duration: 12000 }).play(); } function moveimage4(thisdiv){ var divname = "rotateimage" + thisdiv dojo.animateProperty({ node: divname, properties: { marginLeft: {start: 0, end: 0, units:"%"}, width: {start: 100, end: 150, units:"%"}, marginTop: 0 }, duration: 12000 }).play(); } function moveimage1(thisdiv){ var divname = "rotateimage" + thisdiv dojo.animateProperty({ node: divname, properties: { marginLeft: {start: 0, end: -25, units:"%"}, width: {start: 120, end: 120, units:"%"}, marginTop: 0, }, duration: 12000 }).play(); } function moveimage3(thisdiv){ var divname = "rotateimage" + thisdiv dojo.animateProperty({ node: divname, properties: { marginTop: {start: 0, end: -10, units:"%"}, marginLeft: {start: 0, end: 0, units:"%"}, width: {start: 120, end: 120, units:"%"} }, duration: 12000 }).play(); } function moveimage5(thisdiv){ var divname = "rotateimage" + thisdiv dojo.animateProperty({ node: divname, properties: { marginTop: {start: -10, end: 0, units:"%"}, marginLeft: {start: -5, end: -5, units:"%"}, width: {start: 115, end: 115, units:"%"}, }, duration: 12000 }).play(); } setInterval(changeimage, 7000); </script> <style type="text/css"> #imagerotatediv { height:100%; zoom: 1; width:100%; overflow:hidden; z-index:0; position:absolute; vertical-align:baseline; margin:0px; padding:0px; background-color:#000 } #sliderdiv{ padding-bottom:35%; width:100%; position:relative; box-sizing: unset !important; } .imageRotatortextdiv { display:block; border-top-left-radius:0px; background-clip:border-box; padding:20px; margin-bottom:10px; color:#FFFFFF; background: rgba(0,0,0,0.60); font-size:30px; top:100%; margin-top:-100px; position:relative; } @media only screen and (max-width: 731px){ .imageRotatortextdiv{font-size:20px;padding:10px;margin-top:-50px;} } </style> <div id="sliderdiv"> <div dojoType="dojox.widget.Rotator" suspendOnHover="true" transition="dojox.widget.rotator.crossFade" duration="6000" class="rotatorcontain" jsId="imagerotateInstance" id="imagerotatediv"> <div style="overflow:hidden; z-index:0; position:absolute; background-image: url('flashbanner/matt rally.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center center; height:100%; width:100%; cursor:pointer; backround-size:cover; position:relative"> </div> <div style="overflow:hidden; z-index:0; position:absolute; background-image: url('flashbanner/rally group.jpg'); background-size:cover; background-repeat:no-repeat; background-position:center center; height:100%; width:100%; cursor:pointer; backround-size:cover; position:relative"> </div> </div> </div> <table border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td align="center"><div style="height:30px; position:relative; top:80%; padding:0px; margin:0px; margin-left:-25px" id="whatsnewnum"> <div dojoType="dojox.widget.rotator.Controller" rotator="imagerotateInstance" id="rotatecontroldiv" commands="#"></div></div></td> </tr> </table> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspace"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <div> <script type="text/javascript"> function updateinner1column(updateurl){ dojo.style("inner1columnspot", "opacity", "0"); var xhrArgs = { url: updateurl, handleAs: "text", load: function(data) { dijit.byId("inner1columnspot").attr('content', data); dojo.fadeIn({ node: "inner1columnspot", duration:400 }).play(); } } var deferred = dojo.xhrGet(xhrArgs); } function addinner1mod(newordernum){ dojo.style("inner1columnspot", "opacity", "0"); var xhrArgs = { url: "inner_column.cfm", form: "inner1coladdmod", handleAs: "text", load: function(data) { dijit.byId("inner1columnspot").attr('content', data); dojo.fadeIn({ node: "inner1columnspot", duration:400 }).play(); } }; var deferred = dojo.xhrPost(xhrArgs); } function updateinner2column(updateurl){ dojo.style("inner2columnspot", "opacity", "0"); var xhrArgs = { url: updateurl, handleAs: "text", load: function(data) { dijit.byId("inner2columnspot").attr('content', data); dojo.fadeIn({ node: "inner2columnspot", duration:400 }).play(); } } var deferred = dojo.xhrGet(xhrArgs); } function addinner2mod(newordernum){ dojo.style("inner2columnspot", "opacity", "0"); var xhrArgs = { url: "inner2_column.cfm", form: "inner2coladdmod", handleAs: "text", load: function(data) { dijit.byId("inner2columnspot").attr('content', data); dojo.fadeIn({ node: "inner2columnspot", duration:400 }).play(); } }; var deferred = dojo.xhrPost(xhrArgs); } </script> <style type="text/css"> .respcell2x { width: 50%; margin-right:30px; height:100%; min-height:100%; } @media only screen and (max-width: 937px){ .resptable .resprow .respcell2x { display: block !important; } .respcell2x { width: 100% !important; margin-right:0px; } } </style> <div style="width:100%; padding:0px; margin:0px; background-color:#fff; padding-top:5px"> <table width="100%" border="0" cellspacing="0" cellpadding="10" class="resptable" style="max-width:1375px" align="center"> <tbody> <tr class="resprow"> <td align="center" valign="top" class="respcell2x" style="width:60%"> <div id="inner1columnspot" dojotype="dijit.layout.ContentPane" style="overflow:visible"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class=""> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <o:p></o:p><o:p></o:p> <p style="background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial;"><a href="https://fst5.org/"><span style="font-size:36px;"><strong><img alt="" src="/fst5-banner-1280x350jpg%20(002).jpg" style="width: 1280px; height: 343px;" /></strong></span></a></p> <hr /> <div dir="auto"> <div class="d2hqwtrz r227ecj6 ez8dtbzv gt60zsk1" data-ad-comet-preview="message" data-ad-preview="message" id="jsc_c_1h6"> <div class="alzwoclg cqf1kptm siwo0mpr gu5uzgus"> <div class="jroqu855 nthtkgg5"> <div class="m8h3af8h l7ghb35v kjdc1dyq kmwttqpk gh25dzvf n3t5jt4f"> <div dir="auto" style="text-align: start;"><span style="font-size:16px;"><span class="gvxzyvdx aeinzg81 t7p7dqev gh25dzvf exr7barw b6ax4al1 gem102v4 ncib64c9 mrvwc6qr sx8pxkcf f597kf1v cpcgwwas m2nijcs8 hxfwr5lz k1z55t6l oog5qr5w tes86rjd pbevjfx6 ztn2w49o" dir="auto">There is now a single point of contact for first responder mental health resources in the State of Michigan!! Wayne State University is launching the <u><strong>Frontline strong together website and phone #. The website is <a class="qi72231t nu7423ey n3hqoq4p r86q59rh b3qcqh3k fq87ekyn bdao358l fsf7x5fv rse6dlih s5oniofx m8h3af8h l7ghb35v kjdc1dyq kmwttqpk srn514ro oxkhqvkx rl78xhln nch0832m cr00lzj9 rn8ck1ys s3jn8y49 icdlwmnq cxfqmxzd ezidihy3" fg_scanned="1" href="http://fst5.org/?fbclid=IwAR1jTz5UJYTZbx3HwrR_WRUUwzWoymCY_K0lC0yaCHOV3JjsgUcf0pf2jio" rel="nofollow noopener" role="link" tabindex="0" target="_blank">fst5.org.</a> </strong></u></span></span></div> <div dir="auto" style="text-align: start;"></div> <div dir="auto" style="text-align: start;"><span style="font-size:16px;"><span class="gvxzyvdx aeinzg81 t7p7dqev gh25dzvf exr7barw b6ax4al1 gem102v4 ncib64c9 mrvwc6qr sx8pxkcf f597kf1v cpcgwwas m2nijcs8 hxfwr5lz k1z55t6l oog5qr5w tes86rjd pbevjfx6 ztn2w49o" dir="auto">You can go there and get peer support contacts from across the state for yourself or if you need a CISM/peer support team to come out after a traumatic run, get mental health professionals, contact info as well who work with first responders that can help you through a tough time. </span></span></div> <div dir="auto" style="text-align: start;"></div> <div dir="auto" style="text-align: start;"><span style="font-size:16px;"><span class="gvxzyvdx aeinzg81 t7p7dqev gh25dzvf exr7barw b6ax4al1 gem102v4 ncib64c9 mrvwc6qr sx8pxkcf f597kf1v cpcgwwas m2nijcs8 hxfwr5lz k1z55t6l oog5qr5w tes86rjd pbevjfx6 ztn2w49o" dir="auto">You also can either call +1 <strong>833-347-8766</strong> or click on the link on the website and you will be connected 24/7 to a operator who is also a crisis counselor if you are in crisis or need help. </span></span></div> <div dir="auto" style="text-align: start;"></div> <div dir="auto" style="text-align: start;"><span style="font-size:16px;"><span class="gvxzyvdx aeinzg81 t7p7dqev gh25dzvf exr7barw b6ax4al1 gem102v4 ncib64c9 mrvwc6qr sx8pxkcf f597kf1v cpcgwwas m2nijcs8 hxfwr5lz k1z55t6l oog5qr5w tes86rjd pbevjfx6 ztn2w49o" dir="auto">These operators are not only for those in a crisis, they can connect you with peer support, cism/peer support, traumatic call out and mental health professionals. In addition, they have resources for financial help, child care, substance abuse, caretakers and much more. These resources are for the first responders and their families. Please go to the website and use these resources. Now every first responder in the state of Michigan can get help and resources 24/7!!!.</span></span></div> <div dir="auto" style="text-align: start;"></div> <div dir="auto" style="text-align: start;"><span style="font-size:16px;"><span class="gvxzyvdx aeinzg81 t7p7dqev gh25dzvf exr7barw b6ax4al1 gem102v4 ncib64c9 mrvwc6qr sx8pxkcf f597kf1v cpcgwwas m2nijcs8 hxfwr5lz k1z55t6l oog5qr5w tes86rjd pbevjfx6 ztn2w49o" dir="auto">Firefighters from the MPFFU helped to shape how this website and phone number worked and designed. If you use this and have any problems, contact [email protected].</span></span></div> <div dir="auto" style="text-align: start;"> <hr /> <p><span style="font-size:28px;"><strong>MPFFU Member Orientation Class on May 29th in Canton. </strong></span><br /> <br /> <strong><span style="font-size:18px;">Any MPFFU member from any local may attend. There is no cost to attend! <br /> <br /> The meeting will begin at 10 am and will conclude by 1230pm . <br /> <br /> The meeting location is the Canton Fire Station, located at 1100 S Canton Center, Canton MI 48188 </span></strong><br /> <br /> <span style="font-size:22px;"><strong><a href="http://www.mpffu.org/index.cfm?zone=/unionactive/form_page.cfm&formID=71914" rel="noopener" target="_blank">Please click here to register as soon as possible but before May 27th</a>.</strong> </span></p> <hr /> <p><strong><span style="font-size:36px;">2025 Legislative Log - Updated April 27, 2025</span><br /> <a href="/Fire%20Coalition%20Legislative%20Log%204-25-2025.pdf" target="_blank"><span style="font-size:20px;">Click here to see the list of bills we are monitoring.</span></a></strong></p> <p><a href="https://1drv.ms/x/c/ab8fb111904a3ede/Efirc6Xw9iVLtmTYbd4RwygBDYlGeYwpnXeXjEi3tAZ2GA?e=p4u28g" target="_blank"><strong><span style="font-size:20px;">Click here to see a list of all Senators and Representatives.</span></strong></a></p> <hr /> <p class="paragraph" style="margin:0in;vertical-align:baseline"><o:p></o:p><span style="font-size:36px;"><strong>How to Request Information for Contract Negotiations</strong></span></p> <p class="paragraph" style="margin:0in;vertical-align:baseline;-webkit-user-drag: none; -webkit-tap-highlight-color: transparent;user-select: text;overflow-wrap: break-word; white-space:pre-wrap;font-kerning: none"><span style="font-size:26px;"><span style="color: black;"><span class="normaltextrun">Local Presidents that have upcoming negotiations and need comparable data information, </span><strong><span style="font-family:"Aptos",sans-serif; mso-bidi-font-family:Aptos">please contact your District Vice President first and explain to him what you are looking for </span></strong><span class="normaltextrun">and <strong><span style="background-color:#FFFF00;">then fill out the request form found below.</span></strong> <u><strong>The form must be completed in order to receive assistance.</strong></u></span></span></span></p> <p class="paragraph" style="margin:0in;vertical-align:baseline;-webkit-user-drag: none; -webkit-tap-highlight-color: transparent;user-select: text;overflow-wrap: break-word; white-space:pre-wrap;font-kerning: none"></p> <p class="paragraph" style="margin:0in;vertical-align:baseline;-webkit-user-drag: none; -webkit-tap-highlight-color: transparent;user-select: text;overflow-wrap: break-word; white-space:pre-wrap;font-kerning: none"><span style="font-size:26px;"><span style="color: black;"><span class="normaltextrun">In order to get the information back to you in a timely manner, please ask for general comparable information <strong><u>PRIOR</u></strong> to beginning your negotiations with your employer. Don't wait until the last minute and expect to receive your information the next day! </span></span><br /> <span class="eop">Contract Comparables </span></span><span style="font-size:36px;"><span style="font-family: "Segoe UI", sans-serif;"><a href="http://url4057.uniontrack.com/ls/click?upn=u001.IL4Lu10TiKqmRZ-2Bt6Xaj1idX5krg-2BY2qgrFeiqsPTSs87-2BOirEou1dbvrXxv4-2Bl7aE9K_hkZG092q51uCUBtDFr4Y8GZucfTkmjaeDzigJfp3vkj-2FNnxO8H9uPU-2FJcXOi1Nvz2dv2v0BH0nxIXgOf2EnXUuI9LIqqAihwRfm5rcEXHNNN0FaGfK4pxV5I6aSTaayQcf9rYG6VJDWNhdCZZ3e8PHml5dq0g7ROA2UoV-2FzEUXo7ComiGswCOsmgQOBDhvvXUHBn-2BwAB6BzfeD1Daek77KeE3QG-2B8IHsnj5VzGrtzFcOfvOW-2BJZ5y2o1SOoZ560xDfOCZCLpjT9ZiPA1sra7s6-2BCiJEnjI59lo1r9mHc21Y5dyR5zLIc2O-2Bjvi8Lhz8AW6JyJlDyn7fogw65cGEagg-3D-3D" target="_blank"><span class="normaltextrun"><span style="font-family: "Aptos", sans-serif; color: rgb(70, 120, 134);">Request Form</span></span></a></span><span class="eop"> </span></span><br /> </p> <hr /> <p><span style="font-size:11.0pt; font-family:"Aptos",sans-serif;mso-fareast-font-family:Aptos;mso-fareast-theme-font: minor-latin;mso-bidi-font-family:Aptos;color:black;mso-font-kerning:0pt; mso-ligatures:none;mso-ansi-language:EN-US;mso-fareast-language:EN-US; mso-bidi-language:AR-SA"><!--[if !supportLineBreakNewLine]--></span><img alt="" src="/Boot%20camp%20jpg%20328.jpg" style="width: 791px; height: 1024px;" /><br style="mso-special-character:line-break" /> <span style="font-size:11.0pt; font-family:"Aptos",sans-serif;mso-fareast-font-family:Aptos;mso-fareast-theme-font: minor-latin;mso-bidi-font-family:Aptos;color:black;mso-font-kerning:0pt; mso-ligatures:none;mso-ansi-language:EN-US;mso-fareast-language:EN-US; mso-bidi-language:AR-SA"><!--[endif]--></span></p> </div> <div dir="auto" style="text-align: start;"> <p style="text-align: center;"><span style="font-size:72px;"><strong><img alt="" height="802" src="/rally%20group(2).jpg" width="1071" /></strong></span></p> <p style="text-align: center;"></p> <p style="text-align: center;"><span style="font-size:48px;"><strong>Staffing as a Mandatory Subject of Bargaining Will Continue to Remain a Priority of the MPFFU</strong></span></p> <div dir="auto"> <div class="d2hqwtrz r227ecj6 ez8dtbzv gt60zsk1" data-ad-comet-preview="message" data-ad-preview="message" id="jsc_c_1h6"> <div class="alzwoclg cqf1kptm siwo0mpr gu5uzgus"> <div class="jroqu855 nthtkgg5"> <div class="m8h3af8h l7ghb35v kjdc1dyq kmwttqpk gh25dzvf n3t5jt4f"> <div dir="auto" style="text-align: start;"> <hr /> <hr /></div> </div> </div> </div> </div> </div> <ul> <li style="color:#202020;line-height:150%;"><a href="https://www.house.mi.gov/" target="_blank"><span style="font-size:24px;"><span style="font-family:times new roman,serif;">Click </span></span></a><span style="font-size:24px;"><span style="font-family:times new roman,serif;"><a href="https://www.house.mi.gov/" target="_blank"><span style="color:#007C89;">here</span></a></span></span><a href="https://www.house.mi.gov/" target="_blank"><span style="font-size:24px;"><span style="font-family:times new roman,serif;"> to contact your Representative</span></span></a></li> <li style="color:#202020;line-height:150%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;"><a href="https://senate.michigan.gov/FindYourSenator/" target="_blank"><span style="font-size:24px;"><span style="font-family:times new roman,serif;">Click here to contact your Senator.</span></span></a></li> </ul> <p style="color:#202020;line-height:150%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;"></p> <p style="color:#202020;line-height:150%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;"><strong><span style="font-size:36px;"><a href="https://youtu.be/OOLmGtGwRc8" target="_blank"><span style="font-family:times new roman,serif;">Why We Need to Be Involved in Politics</span></a></span></strong></p> <p style="color:#202020;line-height:150%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;"><span style="font-size:16px;">Watch this two minute video as MPFFU President Matt Sahr joins with other IAFF leaders to discuss why Fire PAC is important.</span></p> <p><img alt="" height="225" src="/rally%20group(1).jpg" width="299" /> <img alt="" height="228" src="/snapshot1.jpg" width="405" /><span style="font-size:12px;"><a href="https://www.dropbox.com/scl/fi/sdnimwoczlusdf3iwx7uv/WXYZ_11-16-2023_12.39.05.mp4?rlkey=ra4pafr5o6fve8xffr83dgf4m&dl=0">Here is a link to this interview about HB 4688 with MPFFU President Matthew Sahr</a></span></p> <p></p> <hr /></div> <p><span style="font-size:24px;"><strong>I </strong></span></p> </div> </div> </div> </div> </div> <hr /><span style="font-size:36px;"><strong>MPFFU Podcasts</strong></span> <p style="color:#202020;line-height:150%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif; mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-font-kerning: 0pt;mso-ligatures:none;mso-ansi-language:EN-US;mso-fareast-language:EN-US; mso-bidi-language:AR-SA"><span style="font-size:22px;"><strong>We are pleased to present the Annual Report for the MPFFU Podcast. This document provides an overview of the podcast, episode descriptions, QR codes, and links to all MPFFU Podcast content. In addition, this document provides an overview of the MPFFU Podcast YouTube and audio-only platform analytics. Take a few minutes to review it and save it for future reference. <a href="http://url4057.uniontrack.com/ls/click?upn=JhariXN3xFqNvQ9hjMJXVB29uaWWV0uXGuQ0yVIYLPU8r3Jngf0-2FuoK-2FVeDVV99xwJ0mHK7HKLAxbzI1ZgHTz-2BizwEaqr2PPVXnMxAObfxyuM8QE2qk-2BLS2xl-2Fo5LPKTN5awGbNXHA7J4jhbXO5XL-2F0Dmz9m-2B1mrnCvYVj59qXwqFh4bcqeVAmq-2B-2F9VZyWFE8Tz0PZUJkNYSfoi86Z2TvwmfZBa9WqXRdAExFeqFPCYAaVj-2FrBEEq8yMg3siDW35jeUHQq4KgnUHPvWwkpxknoTLjZiX7UuyJcSiEGD-2Bd5z70hoIvjuj6epLAoOP1W1uwP-o_PMWBWeSn2EAf7GuEAmWys2DCnBdBrGhKSNQ5mLCC6UW-2BSbGvONNmHsLmjRjTyTX1KlqoIZSeEKWRtED2KR-2Ff7Y-2F9iCo1VVezve82YM7-2BEAAaYIqkPJrxTDv8l6rVsKWj-2BwOModTVcCe3LWOwX2wp7cIPbr2INgKYG-2FFrgLIo-2BUAqr2L91RJ6FmDYQgHp5yt81FguqwQbDc9KSk26T1VPtkCpJivC3lIjASvs-2BOLI9BYgWui7vYBcLZBR2QYXivemHVdst52JAfafxijXzEKplp6Mm3NHsfP4zcCiKozNW47g8FxtSfE8ZlHuUKKjr11pq0gszYjPU-2FqcFSYC4hmtr-2BmCC9Y8aR8naTDfFjLdjU8-3D" target="_blank" title="2 - MPFFU Podcast - Annual Report September 2023.pdf">Click here to view the report.</a></strong></span></span></p> <hr /> <hr /> <p style="text-align: center;"><img alt="" src="/MFFU-Pure-Michigan-plate_422637_7.jpg" style="width: 25%;" /></p> <p style="text-align: center;"><a href="/MPFFU%20License%20Plate%20Policy%20Final.pdf" target="_blank">MPFFU License Plate Policy</a></p> <p style="text-align: center;"><a href="/SOS445_Special_Organization_448735_7.pdf" target="_blank">MPFFU License Plate Application</a></p> <hr /> <p style="text-align: center;"><span style="font-size:22px;"><a href="https://www.facebook.com/groups/MPFFUMembers/">JOIN OUR MPFFU MEMBERS ONLY FACEBOOK PAGE</a></span></p> <hr /> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <table cellpadding="0" cellspacing="0" class="modulecontainer" width="100%"> <tbody> <tr> <td> <table border="0" cellpadding="2" cellspacing="0" class="modulebox" width="100%"> <tbody> <tr> <td align="center" bgcolor="#000000" class="moduletitle"><strong><font class="smallfont" color="#ffffff" face="Arial, Helvetica, sans-serif" size="2">MPFFU License Plate </font></strong></td> </tr> <tr> <td> <table border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <tbody> <tr> <td align="center" bgcolor="#ffffff"> <p align="left"><font color="#0000ff"><font color="#000000" size="2" style="FONT-FAMILY: Arial">The main office of the Secretary of State will now contact the MPFFU to verify your membership as an active member or retiree in our organization prior to mailing your new or replacement MPFFU license plate. Please call 734-675-0206 if you have any questions. </font></font></p> <p align="left"><font color="#0000ff"><font color="#000000" size="2" style="FONT-FAMILY: Arial">If you see a non-member with the MPFFU plate on their vehicle, please contact the MPFFU with the plate number. The SOS will require the non-member to return the plate within 30 days.</font></font></p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </table> </td> </tr> </table> </div> </td> <td align="center" valign="top" class="respcell2x" style="width:40%"> <div id="inner2columnspot" dojotype="dijit.layout.ContentPane" style="overflow:visible"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class=""> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div> <table border="0" cellpadding="0" cellspacing="0" class="modulecontainer" width="100%"> <tbody> <tr> <td class="LTEdge"></td> <td align="center" class="TopEdge"><strong>Follow Us!</strong></td> <td class="RTEdge"></td> </tr> <tr> <td class="LeftEdge"><img height="10" src="images/spacer.png" width="10" /></td> <td> <table border="0" cellpadding="2" cellspacing="0" class="modulebox" width="100%"> <tbody> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" class="modulecontent" width="100%"> <tbody> <tr> <td> <a href="http://www.facebook.com/mpffu/"><img alt="" src="/images/fb-300x300.png" style="width: 78px; height: 70px;" /></a><a href="http://twitter.com/MPFFU"><img alt="" src="/images/Twitter%20button1.png" style="width: 81px; height: 78px;" /></a><a href="http://www.youtube.com/channel/UCu7kj1lcSxux9MdiQBSnRrQ"><img alt="" src="/images/youtube%20button.png" style="width: 74px; height: 74px;" /></a></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> <td class="RightEdge"><img height="10" src="images/spacer.png" width="10" /></td> </tr> <tr> <td class="BLEdge"></td> <td class="BottomEdge"></td> <td class="BREdge"></td> </tr> </tbody> </table> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div style="background-color:rgba(255,255,255,1.00); width:100%" align="center" class="w3-card"> <div style="max-width:1400px; padding:10px;" align="left"> <div class="w3-container" style="font-weight:bold"><h2>Upcoming Events</h2></div> <table width="100%" border="0" cellspacing="0" cellpadding="2" class="upcomingmodulebox"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="6" class="upcomingmodulecontent"> <tr> <td> <table width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td width="70" align="left" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="3" class="w3-border" style="border-radius:4px; width:60px !important; background-image: linear-gradient(#fff, #ececec);" title="May 13, 2025"> <tbody> <tr> <td align="center" bgcolor="#3C3E53" style="color:rgba(255,255,255,1.00); font-size:14px">May</td> </tr> <tr> <td align="center" style="font-size:20px"><strong>13</strong></td> </tr> <tr> <td align="center" style="font-size:14px">Tue</td> </tr> </tbody> </table> </td> <td><a href="index.cfm?zone=/unionactive/view_calendar.cfm&startdate=05/01/2025&calendarID=13121432&thisdate=05/01/2025" class="upcomingmodulecontent" style="padding:0px; margin:0px; text-indent:0px">Register NOW for MPFFU/MDA Boot Camp</a><br /> <b><div style="padding-top:3px">May 13, 2025</div></b> The View at Jackson Field in Lansing (Lugnuts) </td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td width="70" align="left" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="3" class="w3-border" style="border-radius:4px; width:60px !important; background-image: linear-gradient(#fff, #ececec);" title="May 29, 2025"> <tbody> <tr> <td align="center" bgcolor="#3C3E53" style="color:rgba(255,255,255,1.00); font-size:14px">May</td> </tr> <tr> <td align="center" style="font-size:20px"><strong>29</strong></td> </tr> <tr> <td align="center" style="font-size:14px">Thu</td> </tr> </tbody> </table> </td> <td><a href="index.cfm?zone=/unionactive/view_calendar.cfm&startdate=05/01/2025&calendarID=13183318&thisdate=05/01/2025" class="upcomingmodulecontent" style="padding:0px; margin:0px; text-indent:0px">MPFFU Member Orientation Class</a><br /> <b><div style="padding-top:3px">May 29, 2025</div></b> Canton Fire Station 1100 S Canton Center Canton MI 48188</td> </tr> </table> </td> </tr> <tr> <td> <table width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td width="70" align="left" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="3" class="w3-border" style="border-radius:4px; width:60px !important; background-image: linear-gradient(#fff, #ececec);" title="Jun 03, 2025"> <tbody> <tr> <td align="center" bgcolor="#3C3E53" style="color:rgba(255,255,255,1.00); font-size:14px">Jun</td> </tr> <tr> <td align="center" style="font-size:20px"><strong>03</strong></td> </tr> <tr> <td align="center" style="font-size:14px">Tue</td> </tr> </tbody> </table> </td> <td><a href="index.cfm?zone=/unionactive/view_calendar.cfm&startdate=06/01/2025&calendarID=13179088&thisdate=06/01/2025" class="upcomingmodulecontent" style="padding:0px; margin:0px; text-indent:0px">Lobby Day at the Capitol</a><br /> <b><div style="padding-top:3px">Jun 03, 2025</div></b> June 3rd, 2025 Heritage Hall 110 N. Capitol Ave, Lansing, MI 48933 (North Side of Capitol) 9:30AM Registration 10:00AM Meetings with Legislators begin</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div></div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div> <table border="0" cellpadding="0" cellspacing="0" class="modulecontainer" width="100%"> <tbody> <tr> <td class="LTEdge"></td> <td align="left" class="TopEdge"><span class="moduletitle">QUICK LINKS</span></td> <td class="RTEdge"></td> </tr> <tr> <td class="LeftEdge"><img height="10" src="images/spacer.png" width="10" /></td> <td> <table border="0" cellpadding="2" cellspacing="0" class="modulebox" width="100%"> <tbody> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" class="modulecontent" width="100%"> <tbody> <tr> <td> <ul> <li><span style="font-size:16px;"><strong><a href="https://www.mpffu.org/index.cfm?zone=/unionactive/form_page.cfm&formID=1879" target="_blank">MPFFU Committee & Executive Board Expense Form</a></strong></span></li> <li><a href="https://www.michigan.gov/en/leo/bureaus-agencies/wdca/claims/first-responder-presumed-coverage/Christopher-R-Slezak-First-Responder-Presumed-Coverage-Fund" target="_blank"><strong><span style="background-color:#FFFF00;">First Responder Presumed Coverage Fund Application for Cancer Benefits</span></strong></a></li> <li><a href="/MPFFU%20Bylaws%20approved%20by%20the%20IAFF%20August%202%202024%20with%20table%20of%20contents.pdf" target="_blank"><strong>MPFFU Constitution & By-laws</strong></a></li> <li><a href="https://www.iaff.org/wp-content/uploads/Constitution-and-By-Laws.pdf" target="_blank"><strong>IAFF Constitution & By-Laws</strong></a></li> <li><a href="http://www.iaffrecoverycenter.com/" target="_blank">IAFF Center of Excellence</a></li> <li><a href="/The%20Great%20GASB.pdf"><span style="color:#000000;">IAFF Retiree Health Care Options Handbook</span></a></li> <li><a href="/docs/MERC_Guide_2014.pdf">MERC Guide to Labor Relations</a> </li> <li><a href="/Hardcap%202025.pdf" target="_blank"><strong>Health Care Cost Hard Caps for 2025</strong></a></li> <li><a href="https://secure.unasecure.net/activestore/index.cfm?zone=category_browse.cfm&category=PAC&siteID=mpffu" target="_blank"><span style="background-color:#FFFF00;">Sign up for MPFFU Fire PAC online</span></a></li> <li><a href="https://www.legislature.mi.gov/documents/2023-2024/billanalysis/senate/htm/2023-SFA-0169-N.htm" target="_blank"><span style="background-color:#FFFF00;">Law that Requires Employers to Notify Unions of employee Contact info</span></a></li> <li><a href="http://www.michigan.gov/treasury/0,1607,7-121-1751_31038---,00.html">Michigan Municipality Online Audit Reports</a></li> <li><a href="/R3%20Task%20Force%20Report%20170613-FINAL%20w%20cover.pdf">Task Force Report for Responsible Retirement Refor</a>m</li> <li><a href="https://youtu.be/-E6Oy9WvNjg" target="_blank">IAFF Video - WE FIGHT FOR YOU</a></li> <li><a href="https://www.youtube.com/watch?v=3PRuUnGQTXM">IAFF - A Century of Service</a></li> <li><a href="https://history.iaff.org/" target="_blank">IAFF HISTORY </a></li> <li><a href="/A%20Checklist%20for%20When%20a%20Spouse%20or%20Parent%20Passes_MMitchell.pdf" target="_blank">A Checklist for When a Spouse or Parent Passes</a></li> <li><a href="https://www.michigan.gov/cg/0,9673,7-403-95973---,00.html" target="_blank">How to Apply for a Raffle License</a></li> </ul> </td> </tr> <tr> <td></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> <td class="RightEdge"><img height="10" src="images/spacer.png" width="10" /></td> </tr> <tr> <td class="BLEdge"></td> <td class="BottomEdge"></td> <td class="BREdge"></td> </tr> </tbody> </table> <p></p> </div> <p></p> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div> <div align="center" style="background-color:rgba(255,255,255,1.00);"> <div align="left" class="w3-card" style="padding:20px; max-width:1300px"> <p><strong><span style="font-size:18px;"><a href="https://www.iaffrecoverycenter.com/contact-us/" target="_blank">IAFF Center of Excellence</a></span></strong> - 855-524-4022</p> </div> </div> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div> <table border="0" cellpadding="0" cellspacing="0" class="modulecontainer" width="100%"> <tbody> <tr> <td class="LTEdge"></td> <td align="center" class="TopEdge"><span class="moduletitle">Suicide Prevention Information</span></td> <td class="RTEdge"></td> </tr> <tr> <td class="LeftEdge"><img height="10" src="images/spacer.png" width="10" /></td> <td> <p><a href="https://www.michigan.gov/coronavirus/0,9753,7-406-98178_99557---,00.html" target="_blank">Click here for website</a></p> <p><img alt="" height="128" src="https://www.michigan.gov/images/coronavirus/Stay_Well_Logo_692136_7.png" width="256" /></p> <p></p> <p></p> </td> <td class="RightEdge"><img height="10" src="images/spacer.png" width="10" /></td> </tr> <tr> <td class="BLEdge"></td> <td class="BottomEdge"></td> <td class="BREdge"></td> </tr> </tbody> </table> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div dir="auto"> <div class="d2hqwtrz r227ecj6 ez8dtbzv gt60zsk1" data-ad-comet-preview="message" data-ad-preview="message" id="jsc_c_1h6"> <div class="alzwoclg cqf1kptm siwo0mpr gu5uzgus"> <div class="jroqu855 nthtkgg5"> <div class="m8h3af8h l7ghb35v kjdc1dyq kmwttqpk gh25dzvf n3t5jt4f"> <div dir="auto" style="text-align: start;"> <hr /> <hr /></div> </div> </div> </div> </div> </div> <ul> <li style="color:#202020;line-height:150%;"><span style="font-size:16px;"><span style="font-family:times new roman,serif;">Click <a href="https://kelley-cawthorne.us2.list-manage.com/track/click?u=7752d9a465f676ef032328a95&id=70510f9757&e=06ad1e6d9b" style="-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" target="_blank"><span style="color:#007C89;">here</span></a> for information on Michigan Statewide and Congressional elections</span></span></li> <li style="color:#202020;line-height:150%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;"><span style="font-size:16px;"><span style="font-family:times new roman,serif;">Click <a href="https://kelley-cawthorne.us2.list-manage.com/track/click?u=7752d9a465f676ef032328a95&id=78031b00e5&e=06ad1e6d9b" style="-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" target="_blank"><span style="color:#007C89;">here</span></a> for information on Michigan State House of Representatives elections</span></span></li> <li style="color:#202020;line-height:150%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;"><span style="font-size:16px;"><span style="font-family:times new roman,serif;">Click <a href="https://kelley-cawthorne.us2.list-manage.com/track/click?u=7752d9a465f676ef032328a95&id=7b30f92334&e=06ad1e6d9b" style="-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;" target="_blank"><span style="color:#007C89;">here</span></a> for information on Michigan State Senate elections</span></span></li> </ul> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <table cellpadding="0" cellspacing="0" class="modulecontainer" width="100%"> <tbody> <tr> <td> <table border="0" cellpadding="2" cellspacing="0" class="modulebox" width="100%"> <tbody> <tr> <td align="center" bgcolor="#000000" class="moduletitle"></td> </tr> <tr> <td> <table border="0" cellpadding="7" cellspacing="0" width="100%"> <tbody> <tr> <td align="left"> <p><font face="Verdana,Arial,Helvetica" size="2">1. Visit the <strong><a href="https://secure.unasecure.net/activestore/index.cfm?start=yes&siteID=mpffu">MPFFU online store</a></strong> to pay with a credit card for your district meeting or MPFFU Convention registrations. </font></p> <p><font face="Verdana,Arial,Helvetica" size="2">2.<strong> Locals on autopay can send an email to [email protected] to have their registration fees deducted from their auto-pay account.</strong> (this is the preferred method)</font></p> <p><font face="Verdana,Arial,Helvetica" size="2">3. Checks can be mailed to MPFFU, 1651 Kingsway Ct. Ste E, Trenton, MI 48183</font></p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <p></p> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div style="text-align: center;"><a href="https://secure.unasecure.net/activestore/index.cfm?start=yes&siteID=mpffu"><img alt="Fire Pac" src="/images/FirePac2(1).jpg" style="border-width: 0px; border-style: solid; width: 100%;max-width:150px" /></a></div> <p style="text-align: center;"><span style="font-size:16px;"><strong>Join MPFFU FIRE PAC Now - <a href="https://secure.unasecure.net/activestore/index.cfm?zone=category_browse.cfm&category=PAC&siteID=mpffu" target="_blank">Sign-up online by clicking here.</a></strong></span></p> <p style="text-align: center;"><a href="/FirePacConsentForm2025.pdf" target="_blank"><span style="font-size:12px;"><strong>Click here for manual auto-deduction form</strong></span></a></p> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div> <div align="center" style="background-color:rgba(255,255,255,1.00);"> <div align="left" class="w3-card" style="padding:20px; max-width:1300px"> <div class="sitetitle"><span style="font-size:22px;"><a href="http://www.schoenfeldins.com/iaff/?link_id=1&can_id=ae19b994ae09fc06862c75b9da127a04&source=email-iaff-fc-webinar-new-union-liability-coverage-available-effective-41-2&email_referrer=email_980483&email_subject=union-liability-options-available-to-affiliates" target="_blank"><strong>Schoenfeld Insurance Associates</strong></a></span></div> <div class="twocols"> <div class="leftcol"> <p>Union Liability Insurance and Bonding Insurance<br /> Karen Feger<br /> Phone 410-602-2000</p> </div> </div> <p>Our mission is to provide as an added member benefit to the IAFF Affiliate Locals—A Limit of Directors & Officers Liability and Employment Practices Liability coverage at an affordable price with a simple application and underwriting process via a Group Purchasing Product. Does your Local Union need Liability Insurance? </p> </div> </div> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div> <table border="0" cellpadding="0" cellspacing="0" class="modulecontainer" width="100%"> <tbody> <tr> <td class="LTEdge"></td> <td align="center" class="TopEdge"><span class="moduletitle">American Income Life Insurance Company Information</span></td> <td class="RTEdge"></td> </tr> <tr> <td class="LeftEdge"><img height="10" src="images/spacer.png" width="10" /></td> <td> <table border="0" cellpadding="2" cellspacing="0" class="modulebox" width="100%"> <tbody> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" class="modulecontent" width="100%"> <tbody> <tr> <td> <p>New Contact: Lisa Bennett - 616-635-7554</p> <p><a href="/MIPFFU%20Leadership%20Letter.pdf" target="_blank">About the Program</a></p> <p><a href="/Member%20Benefit%20Summary-duel%20rep%204000.pdf" target="_blank">What is Provided at No Cost</a></p> <p><a href="/AIL%20FAQ's-duel%20rep.pdf" target="_blank">FAQ's about the Program</a></p> <p><a href="/AIL%20Supplimental%20Overview-duel%20rep.pdf" target="_blank">Other Available Products</a></p> <p><a href="/AIL%20Plus%20Summary%20Brochure.pdf" target="_blank">Sign up for AIL Plus - NEW!!!</a><br /> today at no cost!<br /> Members can save 10% to 85% on<br /> healthcare products and services from<br /> thousands of providers nationwide.</p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> <td class="RightEdge"><img height="10" src="images/spacer.png" width="10" /></td> </tr> <tr> <td class="BLEdge"></td> <td class="BottomEdge"></td> <td class="BREdge"></td> </tr> </tbody> </table> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div> <table border="0" cellpadding="0" cellspacing="0" class="modulecontainer" width="100%"> <tbody> <tr> <td class="LTEdge"></td> <td align="center" class="TopEdge"><span class="moduletitle">MPFFU Fundraising Information</span></td> <td class="RTEdge"></td> </tr> <tr> <td class="LeftEdge"><img height="10" src="images/spacer.png" width="10" /></td> <td> <table border="0" cellpadding="2" cellspacing="0" class="modulebox" width="100%"> <tbody> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" class="modulecontent" width="100%"> <tbody> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td></td> </tr> <tr> <td valign="top"> <p><span style="font-size:11px;">The Michigan Professional Fire Fighters Union employs two fundraising companies (United Partners Outreach Inc. & Frontline Services) that call residents and businesses across the State to raise funds for our organization. </span></p> <p><span style="font-size:11px;">This is an on-going program that enables the general public to voluntarily support our organization and the services we provide. Please contact us at 734-675-0206 if you have any questions about the program.</span></p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> <td class="RightEdge"><img height="10" src="images/spacer.png" width="10" /></td> </tr> <tr> <td class="BLEdge"></td> <td class="BottomEdge"></td> <td class="BREdge"></td> </tr> </tbody> </table> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" id="linksmodulecontainer" class=googlemodulecontainer> <TR> <TD class=LTEdge></td> <TD class=TopEdge><span class="linksmoduletitle">Download Our App!</span></td> <TD class=RTEdge></td> </TR> <TR> <TD class=LeftEdge><img src="images/spacer.png" class="modspacerimage" /></td> <TD align="center" valign="top" class="linksmodulebox"> <p><a href="https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1258632633&mt=8" target="_blank"> <img src="https://server6.unionactive.com/icons/apple_app_store.png" style="width:100%; max-width:249px" title="Download App for Apple Devices" alt=""/> </a></p> <p><a href="https://play.google.com/store/apps/details?id=com.unionactive.mpffu" target="_blank"> <img src="https://server6.unionactive.com/icons/google_app_store.png" style="width:100%; max-width:250px" title="Download App for Android Devices" alt=""/> </a></p> </TD> <TD class=RightEdge><img src="images/spacer.png" class="modspacerimage" /></td> </TR> <TR> <TD class=BLEdge></td> <TD class=BottomEdge></td> <TD class=BREdge></td> </TR> </TABLE> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div style="background-color:rgba(255,255,255,1.00); width:100%" align="center" class="w3-card"> <div style="max-width:1400px; padding:10px;" align="left"> <div class="w3-container" style="font-weight:bold"><h2>Important Links</h2></div> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <tr> <td><A href="http://www.unionplus.org" target="_blank" class="linksmodulecontent" style="padding:0px; margin:0px">Money-saving Union Plus benefits for union members</A></td></tr> <tr> <td><A href="http://www.michigan.gov/cis/0,1607,7-154-28077_42271---,00.html" target="_blank" class="linksmodulecontent" style="padding:0px; margin:0px">Bureau of Fire Services</A></td></tr> <tr> <td><A href="http://www.iaff.org" target="_blank" class="linksmodulecontent" style="padding:0px; margin:0px">IAFF</A></td></tr> <tr> <td><A href="http://www.miaflcio.org/" target="_blank" class="linksmodulecontent" style="padding:0px; margin:0px">Michigan AFL-CIO</A></td></tr> <tr> <td><A href="http://www.aflcio.org/" target="_blank" class="linksmodulecontent" style="padding:0px; margin:0px">AFL-CIO</A></td></tr> <tr> <td><A href="http://www.michigan.gov/" target="_blank" class="linksmodulecontent" style="padding:0px; margin:0px">State of Michigan</A></td></tr> <tr> <td><A href="http://www.legislature.mi.gov/" target="_blank" class="linksmodulecontent" style="padding:0px; margin:0px">Michigan Legislature</A></td></tr> <tr> <td><A href="http://www.ShopUnionMade.org" target="_blank" class="linksmodulecontent" style="padding:0px; margin:0px">Shop Union Made</A></td></tr> <tr> <td><A href="http://www.firehero.org/" target="_blank" class="linksmodulecontent" style="padding:0px; margin:0px">Fallen Heroes</A></td></tr> <tr> <td><A href="http://mpffu.org/index.cfm?zone=/unionactive/private_view_article.cfm&HomeID=34157" target="_blank" class="linksmodulecontent" style="padding:0px; margin:0px"><I>More Links >></i></A></td></tr> </TABLE> </div> </div> </td> </tr> </table> </td> </tr> </table> </div> </td> </tr> </tbody> </table> </div></div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspace"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <div> <script type="text/javascript"> function updateinner3column(updateurl){ dojo.style("inner3columnspot", "opacity", "0"); var xhrArgs = { url: updateurl, handleAs: "text", load: function(data) { dijit.byId("inner3columnspot").attr('content', data); dojo.fadeIn({ node: "inner3columnspot", duration:400 }).play(); } } var deferred = dojo.xhrGet(xhrArgs); } function addinner3mod(newordernum){ dojo.style("inner3columnspot", "opacity", "0"); var xhrArgs = { url: "inner3_column.cfm", form: "inner3coladdmod", handleAs: "text", load: function(data) { dijit.byId("inner3columnspot").attr('content', data); dojo.fadeIn({ node: "inner3columnspot", duration:400 }).play(); } }; var deferred = dojo.xhrPost(xhrArgs); } function updateinner4column(updateurl){ dojo.style("inner4columnspot", "opacity", "0"); var xhrArgs = { url: updateurl, handleAs: "text", load: function(data) { dijit.byId("inner4columnspot").attr('content', data); dojo.fadeIn({ node: "inner4columnspot", duration:400 }).play(); } } var deferred = dojo.xhrGet(xhrArgs); } function addinner4mod(newordernum){ dojo.style("inner4columnspot", "opacity", "0"); var xhrArgs = { url: "inner4_column.cfm", form: "inner4coladdmod", handleAs: "text", load: function(data) { dijit.byId("inner4columnspot").attr('content', data); dojo.fadeIn({ node: "inner4columnspot", duration:400 }).play(); } }; var deferred = dojo.xhrPost(xhrArgs); } function updateinner5column(updateurl){ dojo.style("inner5columnspot", "opacity", "0"); var xhrArgs = { url: updateurl, handleAs: "text", load: function(data) { dijit.byId("inner5columnspot").attr('content', data); dojo.fadeIn({ node: "inner5columnspot", duration:400 }).play(); } } var deferred = dojo.xhrGet(xhrArgs); } function addinner5mod(newordernum){ dojo.style("inner5columnspot", "opacity", "0"); var xhrArgs = { url: "inner5_column.cfm", form: "inner5coladdmod", handleAs: "text", load: function(data) { dijit.byId("inner5columnspot").attr('content', data); dojo.fadeIn({ node: "inner5columnspot", duration:400 }).play(); } }; var deferred = dojo.xhrPost(xhrArgs); } </script> <style type="text/css"> .respcell3x { width: 33%; } @media only screen and (max-width: 910px){ .resptable .resprow .respcell3x { display: block; } .respcell3x { width: auto; margin-right:0px; } } </style> <div style="width:100%; padding:0px; margin:0px; background-color:#ececec"> <table width="100%" border="0" cellspacing="0" cellpadding="20" class="resptable" style="max-width:1400px" align="center"> <tbody> <tr class="resprow"> <td align="center" valign="top" class="respcell3x"> <div id="inner3columnspot" dojotype="dijit.layout.ContentPane" style="overflow:visible;" class="w3-container"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class=""> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div> <table border="0" cellpadding="0" cellspacing="0" class="modulecontainer" width="100%"> <tbody> <tr> <td class="LTEdge"></td> <td align="center" class="TopEdge"><a href="http://www.iaffrecoverycenter.com" target="_blank">IAFF Center of Excellence for Behavioral Health Treatment and Recovery</a></td> <td class="RTEdge"></td> </tr> <tr> <td class="LeftEdge"><img height="10" src="images/spacer.png" width="10" /></td> <td style="text-align: center;">The first recovery center designed specifically for IAFF members</td> <td class="RightEdge"><img height="10" src="images/spacer.png" width="10" /></td> </tr> <tr> <td class="BLEdge"></td> <td class="BottomEdge"></td> <td class="BREdge"></td> </tr> </tbody> </table> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <p style="text-align: center;"><a href="http://mpffu.org/index.cfm?zone=/unionactive/officers.cfm" target="_blank">PEER Support Network Guidance</a></p> <p style="text-align: center;"><a href="http://mpffu.org/index.cfm?zone=/unionactive/officers.cfm" target="_blank">Contact Your MPFFU District VP</a></p> <p style="text-align: center;"></p> </td> </tr> </table> </td> </tr> </table> </div> </td> <td align="center" valign="top" class="respcell3x"> <div id="inner4columnspot" dojotype="dijit.layout.ContentPane" style="overflow:visible;" class="w3-container"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class=""> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <h1 style="text-align: center;"><strong><span style="font-size:14px;"><a href="https://findtreatment.samhsa.gov/" target="_blank">Substance Abuse and Mental Health Services Administration</a></span></strong></h1> <p style="text-align: center;"><iframe allowtransparency="true" frameborder="0" height="130" id="mentalhealthtreatmentfinder" marginheight="0" marginwidth="0" name="mentalhealthtreatmentfinder" scrolling="no" src="https://findtreatment.samhsa.gov/locator/widget/170" title="Samhsa.gov" width="170">https://findtreatment.samhsa.gov/locator/widget/170</iframe></p> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div> <table border="0" cellpadding="0" cellspacing="0" class="modulecontainer" width="100%"> <tbody> <tr> <td class="LTEdge"></td> <td align="center" class="TopEdge"><span class="moduletitle">Welcome to MIOSHA!</span></td> <td class="RTEdge"></td> </tr> <tr> <td class="LeftEdge"><img height="10" src="images/spacer.png" width="10" /></td> <td style="text-align: center;"><a href="https://www.youtube.com/channel/UCdEw21SrEj-0Y4wiJSFuXvA">click here</a></td> <td class="RightEdge"><img height="10" src="images/spacer.png" width="10" /></td> </tr> <tr> <td class="BLEdge"></td> <td class="BottomEdge"></td> <td class="BREdge"></td> </tr> </tbody> </table> </div> </td> </tr> </table> </td> </tr> </table> </div> </td> <td align="center" valign="top" class="respcell3x"> <div id="inner5columnspot" dojotype="dijit.layout.ContentPane" style="overflow:visible;" class="w3-container"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class=""> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div><table border="0" cellpadding="0" cellspacing="0" class="modulecontainer" width="100%"> <tbody> <tr> <td class="LTEdge"></td> <td align="center" class="TopEdge"><a href="https://www.rehabcenter.net/inpatient-rehab-centers/" target="_blank"><span class="moduletitle">RehabCenter.net</span></a></td> <td class="RTEdge"></td> </tr> <tr> <td class="LeftEdge"><img height="10" src="images/spacer.png" width="10" /></td> <td> <table border="0" cellpadding="2" cellspacing="0" class="modulebox" width="100%"> <tbody> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" class="modulecontent" width="100%"> <tbody> <tr> <td><img alt="Rehab Centers" class="fade-img img-responsive lazyloading" data-was-processed="true" src="https://www.rehabcenter.net/wp-content/themes/RC-Grn/images/rehabcenter-main-logo.png" style="width: 100%;" title="Rehab Centers" /></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> <td class="RightEdge"><img height="10" src="images/spacer.png" width="10" /></td> </tr> <tr> <td class="BLEdge"></td> <td class="BottomEdge"></td> <td class="BREdge"></td> </tr> </tbody> </table> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div><p style="text-align: center;"> <a href="http://www.musartf.org/"><img alt="" src="/images/musartf.gif" style="width: 160px; height: 74px; border-width: 0px; border-style: solid;" /></a></p> </div> </td> </tr> </table> </td> </tr> <tr> <td class="modulebottomspaceinner3"> <table width="100%" cellpadding="0" cellspacing="0" border="0" > <tr> <td> <div> <div align="center" style="background-color:rgba(255,255,255,1.00);"> <div align="left" class="w3-card" style="padding:20px; max-width:1300px"> <p><strong><span style="font-size:18px;"><a href="https://www.iaffrecoverycenter.com/contact-us/" target="_blank">IAFF Center of Excellence</a></span></strong> - 855-524-4022</p> </div> </div> </div> </td> </tr> </table> </td> </tr> </table> </div> </td> </tr> </tbody> </table> </div></div> </td> </tr> </table> </td> </tr> </table> </li> </ul> </div> </td> </tr> </table> </div> </div> </div> - <div style="width:100%; padding:0px; padding-bottom:50px; padding-top:20px; background-color: rgba(0,0,0,0.8); margin-top:-18px" align="center" class="bottomtable"> <div align="center"> <div style="max-width:1400px" align="left"> <table width="100%" border="0" cellpadding="15" cellspacing="5" class="resptable" style="font-size:20px; letter-spacing:2px; line-height:35px"> <tbody> <tr class="resprow"> <td align="left" valign="top" class="respcell" style="margin-top:30px"> <div> <a href="/"><img src="/pics/WH_MPFFUb.png" style="max-width:300px" border=0 title="Home" /></a> </div> <div> MPFFU</div> <div> <span style="color:#666"> 1651 Kingsway Ct., Suite E<br> Trenton, MI 48183<br> <i class="fa fa-phone iconssocial" > </i> <a href="tel:734-675-0206">734-675-0206</a><br> </span> </div></td> <td align="left" valign="top" class="respcell" style="margin-top:30px"> <style type="text/css"> .iconssocial{font-size:35px; -webkit-transition: 0.4s; transition: 0.4s; color:rgba(195,195,195,1.00) } .iconssocial:hover{color:rgba(0,49,148,1.00) } .phonetext {font-size:14px} .phonetext:Link {text-decoration:none; color:rgba(0,0,0,1.00)} .iconspot{float:right} @media only screen and (max-width: 738px){ .respcell{width:100% !important} .iconspot{margin-left: auto; margin-right: auto; float:inherit; text-align:center} } </style> <div style="position: relative; display:inline-block" class="socialarea"> <table border="0" cellspacing="0" cellpadding="0" class="resptable" align="center"> <tbody> <tr class="resprow"> <td class="respcell"> <div class="iconspot" style="max-width:300px"> <table border="0" cellspacing="2" cellpadding="1" style="max-width:300px !important"> <tr> <td align="center"> <div align="center"> <a href="?zone=/unionactive/contact.cfm" title="Contact Us"> <i class="fa fa-envelope iconssocial"> </i> </a> </div> </td> <td align="center"> <div align="center"> <a href="http://facebook.com/mpffu" title="Find us on Facebook" target="_blank"> <i class="fa fa-facebook-official iconssocial"> </i> </a> </div> </td> <td align="center"> <div align="center"> <a href="https://twitter.com/MPFFU" title="Follow us on Twitter" target="_blank"> <i class="fa fa-twitter-square iconssocial" > </i> </a> </div> </td> <td align="center"> <div align="center"> <a href="https://www.youtube.com/results?search_query=mpffu" title="Find us on YouTube" target="_blank"> <i class="fa fa-youtube-square iconssocial" > </i> </a> </div> </td> </tr> </table> </div> </td> </tr> </tbody> </table> </div> </td> <td valign="top" class="respcell" style="margin-top:30px; text-align:right"> <a href="http://www.unions-america.com" target="_blank"><img src="/images/UALOGO.jpg" border=0 title="Visit Unions-America.com"></a> <br> <a href="#top"><img src="../images/footer_anchor.png" onClick="topofpage();return false" alt="Top of Page image" border="0" title="Top of Page" width="25" height="15"></a> </td> </tr> </tbody> </table> <div style="width:100%"><div style="padding:20px; color:#666">Powered By <A href="http://www.unionactive.com" target="_blank" class="bottomtablelink">UnionActive</A> - Copyright © 2025. All Rights Reserved.</div></div> </div></div> </div> <script src="/js/index.js"></script> </body> </html>