Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - jfrd.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Transfer-Encoding: chunked
Content-Type: text/html;charset=UTF-8
Server: Microsoft-IIS/10.0
Set-Cookie: CFID=68612148; Expires=Sun, 02 May 2055 12:45:09 GMT; Path=/; HttpOnly
Set-Cookie: CFTOKEN=22de345ff32e036d-12C80093-B235-A303-C62BBCB210A1790E; Expires=Sun, 02 May 2055 12:45:09 GMT; Path=/; HttpOnly
Set-Cookie: CFCLIENT_JFRD=code%3Dnone%23username%3DGuest%20User%23firstname%3DGuest%23lastname%3DUser%23; Expires=Sun, 02 May 2055 12:45:09 GMT; Path=/
Set-Cookie: CFGLOBALS=urltoken%3DCFID%23%3D68612148%26CFTOKEN%23%3D22de345ff32e036d%2D12C80093%2DB235%2DA303%2DC62BBCB210A1790E%23lastvisit%3D%7Bts%20%272025%2D05%2D09%2005%3A45%3A09%27%7D%23hitcount%3D2%23timecreated%3D%7Bts%20%272025%2D05%2D09%2005%3A45%3A09%27%7D%23cftoken%3D22de345ff32e036d%2D12C80093%2DB235%2DA303%2DC62BBCB210A1790E%23cfid%3D68612148%23; Expires=Sun, 02 May 2055 12:45:09 GMT; Path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Fri, 09 May 2025 12:45:09 GMT

HTTP Code 200 OK

200 http 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.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

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: jfrd.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>

<title>The Jacksonville Association of Fire Fighters</title>
<meta name="keywords" content="union made, Jacksonville Association of Fire Fighters, IAFF, 122">
<meta name="description" content="IAFF Local 122">

<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.7.1/dijit/themes/tundra/tundra.css">
<link rel="stylesheet" title="site" type="text/css" href="site4.css">
<link rel="stylesheet" title="site" type="text/css" href="custom_site.css">
<link rel="stylesheet" title="site" type="text/css" href="adminsite.css">
<script type="text/javascript" src="https://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>

<style type="text/css">
body, html {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color:#000;
	background-: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #000, #333 25%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(top, #000, #333 25%); /* FF3.6+ */
	background:     -ms-linear-gradient(top, #000, #333 25%); /* IE10 */
	background:      -o-linear-gradient(top, #000, #333 25%);
	overflow-x:hidden;
	background-attachment:fixed;
	background-image: url(Bkrd_IAFF%20122.jpg);
	background-repeat: no-repeat;
	background-position: left top;	

}



@media only screen and (max-width: 730px){

	.tableinner {
		width:100%;
		border-top-right-radius:0px;
	border-top-left-radius:0px;
	}
#maintablenavlist{
		padding-left:4px
	}
	#maintablenavlist{
		padding-right:4px
	}
}

@media only screen and (min-width: 731px){

	
	#maintablenavlist{
		padding:0px
	}
}

.highlighthead {
	font-size: 16px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.menudivplace {
	margin-top:0px
}
</style>

</head>

<body id="body" class="tundra">
<div style="width:100%; max-width:750px; height:100%; background:url(/images/IAFFREGULARTRANS_large.png); background-repeat:no-repeat; overflow:hidden; background-position:0px 0px; background-size: contain; position:fixed; z-index:0;filter: alpha(opacity=10);
    opacity:0.1;
    -moz-opacity:0.1;">
</div>

<script type="text/javascript">

		
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'
			
}
            
        }
						 
</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;
}
-->
</style>
<a name="top"></a>

<div align="center">
<div class="tableback">
<table border="0" cellpadding="0" cellspacing="0" class="tablesize">
  <tr>
    <td height="56" class="titlegrievtrac" style="text-shadow:1px 3px 3px #cccccc">
                          <img src="images/WH_IAFF 122_large.png" border=0 vspace="0" hspace="0" align="left" width="100%"> 
                          </td>
    </tr>
 
</table>





<div class="mobilemenudivplace" style="cursor:pointer; padding:8px 8px 8px 29px; height:22px; border:solid 1px #CCCCCC; background-color:#ececec; font-weight:400;" align="right">
<ul id="navlist" style="margin:0px; margin-right:11px; padding:0px; width:100%">
<li style="padding-right:16px; width:5%">
  <a href="/"><img src="/images/home.png" width="24" title="Home" border=0 /></a>
  </li>
<li onClick="wipeinwhatsnew()" style="width:85%; float:right">
<ul id="navlist" style=" float:right"><li><div id="arrowspot" style="background-image:url(../images/down.png); background-position:0 -10px; background-repeat:no-repeat; width:14px; height:16px; padding-right:5px; margin-top:3px"></div></li><li><img src="/images/menu.png" width="24" title="Menu" style="margin-top:1px" /></li></ul>
</li>
</ul>
</div>

 <div id="whatsnewspace" style="width: 100%; overflow: auto; display:none; padding:15px">
         	       <style type="text/css">
ul.noindent {
margin: 0px;
padding: 0px;
}

ul.noindent li {
list-style-type:none;
margin: 0px;
padding: 5px 0px 5px 0px;
}
</style>

<div style="background:rgba(255,255,255,0.6); width:100%;margin-left:-15px; margin-right:15px; margin-top:-15px">

 <table cellspacing="6" width="100%">
       <tr><td valign="top" width="50%">
       
   
        <ul class="noindent">
<li><a href="index.cfm">Home</a></li>

	
    <li><a href="https://filltheboot.donordrive.com/index.cfm?fuseaction=donorDrive.participant&participantID=4412&fbclid=IwAR2iyn9e4wdBQQVBo-80JF_YKEp1nKetJ0m4TXa3j-n8SKT0bYnfkx-a6kE">Help us Boot! Muscular Dystrophy- Click Here!</a>
	</li>

		
    <li><a href="?zone=/unionactive/view_page.cfm&page=http3A2F2Fjfrd2Eunionactive2Ecom">Elected Officials</a>
	</li>

		
    <li><a href="?zone=/unionactive/officers.cfm">Officers & Staff</a>
	</li>

		
    <li><a href="index.cfm?zone=/unionactive/iaff_headline_view.cfm">IAFF Headlines</a>
	</li>

		
    <li><a href="index.cfm?zone=/unionactive/guestbook_form_060907.cfm">Guest Book</a>
	</li>

		
    <li><a href="index.cfm?zone=/unionactive/gallery_view.cfm">Photo Gallery</a>
	</li>

		
<li><a href="?zone=/unionactive/contact.cfm">Contact Us</a></li> 
        
    
</ul>

</td>
<td valign="top" width="50%">


<ul class="noindent">

<li><strong>Member Resources</strong></li>
  
 
  
  <li><a href="?zone=/unionactive/member_main.cfm">Member Home</a></li>
  
  
 <li><a href="?zone=/unionactive/private_view_page.cfm&page=202420Proposed20Local2012220By2DLaws20Revisions">2024 Proposed Local 122 By-Laws Revisions</a></li>

 <li><a href="?zone=/unionactive/private_view_page.cfm&page=20182D202620JFRD20Vacation20Page">2021-2024 JFRD Vacation Page</a></li>

 <li><a href="?zone=/unionactive/private_view_page.cfm&page=JPOFFHIT20Health20Insurance20">JPOFFHIT Health Insurance </a></li>

 <li><a href="?zone=/unionactive/private_view_page.cfm&page=JAXPAC">JAXPAC</a></li>

 <li><a href="index.cfm?zone=/unionactive/calendar.cfm">Events Calendar</a></li>

 <li><a href="index.cfm?zone=/unionactive/doc_page.cfm&pageID=12256">Forms for Local 122 Members</a></li>

 <li><a href="?zone=/unionactive/private_view_page.cfm&page=IAFF20Online20store2D20Union20members20only">IAFF Online store- Union members only</a></li>

 <li><a href="index.cfm?zone=/unionactive/downloads.cfm">Downloads</a></li>
 <li><a href="?zone=/unionactive/user_signup.cfm">Login</a></li>

</ul>

</td></tr></table>

</div>
</div>
</div>




<div align="center">

<div style="overflow:hidden; height:100%; width:100%; padding-bottom:45px">
<div id="fulldiv" style="max-width:1140px; position:relative">

<div align="center" style="width:100%">
<div class="widecolview" align="center" style="width:100%; max-width:1140px;">

<div align="left" class="tableinner" style="display:table;">

<ul id="maintablenavlist" style="z-index:5">

 
 	<li class="leftcolumn" style="box-shadow: 0px 0px 0px 10px rgba(1,1,1,0.4);background-color:#fff; background:rgba(255,255,255,0.9); border-radius:8px">
		<div id="leftcolumnspot" dojotype="dijit.layout.ContentPane" style="overflow:visible">
		
                      <table width="100%" border="0" cellpadding="0" cellspacing="0" class="lefttable">
                      
                         <tr>
                          <td class="modulebottomspace">
                          
                          <table width="100%" cellpadding="0" cellspacing="0"  border="0" >
                          <tr>
                                <td> <script type="text/javascript" src="fullsidemenu/nodefire.js"></script>



	<!--Menu Widget Core CSS [Do not modify!]-->

		<!--[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">
#sidemenu.nfMain, #sidemenu.nfSubC, #sidemenu.nfSubS {
	list-style:none;
	margin:0px;
	padding:0px;
}
#sidemenu.nfMain {
	position:relative;
	z-index:100;
}
#sidemenu.nfMain .nfSubC {
	visibility:hidden;
	position:absolute;
}
#sidemenu.nfMain .nfItem, #sidemenu.nfMain .nfLink {
	list-style:none;
	position:relative;
	display:block;
	white-space:nowrap;
	margin:0px;
}
#sidemenu.nfMain:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	overflow:hidden;
}
#sidemenu.nfPure .nfItem:hover, #sidemenu.nfPure .nfItem:hover>.nfSubC {
	z-index:1101;
	visibility:inherit;
}
#sidemenu.nfPure .nfLink:focus {
	z-index:1102;
}
.nfMain .nfJSActiveItem {
	z-index:1101;
}
#sidemenu.nfMain .nfJSShowSub {
	z-index:1101;
	visibility:inherit;
}
#sidemenu.nfMain .nfItem div.nfLink {
	cursor:default;
}
#sidemenu.nfMain .nfItem {
	float:left;
}
#sidemenu.nfMain .nfItem .nfItem {
	float:none;
}
#sidemenu.nfMain .nfItem .nfSubC {
	top:100%;
	left:0px;
	width:auto;
}
#sidemenu.nfMain .nfSubC .nfItem .nfSubC {
	top:0px;
	left:100%;
	width:auto;
}
</style>
        
<link rel="stylesheet" href="sidemenu/styles.css" type="text/css">   

<style type="text/css">
#sidemenu.nfMain .nfItem {float:none;width:auto;}
#sidemenu.nfMain .nfItem .nfSubC {top:0px;left:100%;width:auto;}
#sidemenu.nfMain .nfParent .nfLink {background-image:url('../fullsidemenu/images/arrow1_right.gif');background-position:97% 52%;background-repeat:no-repeat;}
</style>
        
	<!--Menu Widget CSS Styles [edit styles.css to change the look of the menu]-->
	
		     
        
        <ul id="sidemenu" class="nfMain nfPure">
        
                <li class="nfItem"><a href="index.cfm" class="nfLink">Home</a></li>

	
    <li class="nfItem"><a href="https://filltheboot.donordrive.com/index.cfm?fuseaction=donorDrive.participant&participantID=4412&fbclid=IwAR2iyn9e4wdBQQVBo-80JF_YKEp1nKetJ0m4TXa3j-n8SKT0bYnfkx-a6kE" class="nfLink">Help us Boot! Muscular Dystrophy- Click Here!</a>
    
		
	
	</li>

		
    <li class="nfItem"><a href="?zone=/unionactive/view_page.cfm&page=http3A2F2Fjfrd2Eunionactive2Ecom" class="nfLink">Elected Officials</a>
    
		
	
	</li>

		
    <li class="nfItem"><a href="?zone=/unionactive/officers.cfm" class="nfLink">Officers & Staff</a>
    
		
	
	</li>

		
    <li class="nfItem"><a href="index.cfm?zone=/unionactive/iaff_headline_view.cfm" class="nfLink">IAFF Headlines</a>
    
		
	
	</li>

		
    <li class="nfItem"><a href="index.cfm?zone=/unionactive/guestbook_form_060907.cfm" class="nfLink">Guest Book</a>
    
		
	
	</li>

		
    <li class="nfItem"><a href="index.cfm?zone=/unionactive/gallery_view.cfm" class="nfLink">Photo Gallery</a>
    
		
	
	</li>

		
<li class="nfItem"><a href="?zone=/unionactive/contact.cfm" class="nfLink">Contact Us</a></li>


  <li class="nfItem"><div tabindex=0 class="nfLink" style="background-color:#666666; color:#FFFFFF">Member Resources</div></li>
  
  
  <li class="nfItem"><a href="?zone=/unionactive/member_main.cfm" class="nfLink">Member Home</a></li>
  
  
 <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=202420Proposed20Local2012220By2DLaws20Revisions" class="nfLink">2024 Proposed Local 122 By-Laws Revisions</a>
 
 
</li>

 <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=20182D202620JFRD20Vacation20Page" class="nfLink">2021-2024 JFRD Vacation Page</a>
 
 
</li>

 <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=JPOFFHIT20Health20Insurance20" class="nfLink">JPOFFHIT Health Insurance </a>
 
 
</li>

 <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=JAXPAC" class="nfLink">JAXPAC</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=/unionactive/doc_page.cfm&pageID=12256" class="nfLink">Forms for Local 122 Members</a>
 
 
</li>

 <li class="nfItem"><a href="?zone=/unionactive/private_view_page.cfm&page=IAFF20Online20store2D20Union20members20only" class="nfLink">IAFF Online store- Union members only</a>
 
 
</li>

 <li class="nfItem"><a href="index.cfm?zone=/unionactive/downloads.cfm" class="nfLink">Downloads</a>
 
 
</li>
 <li class="nfItem"><a href="?zone=/unionactive/user_signup.cfm" class="nfLink">Login</a></li> 
    
</ul>






<script type="text/javascript">



		/* ~~~~~~~ Create a new menu widget object with the API. ~~~~~~~~~~~~~*/

		//Menu configuration properties (hide and show timers in Milliseconds)
		var config = {showTimerMS:250,hideTimerMS:250};

		//Pass the menu object construcor an ID or object representing the root node of your structure
		var sidemenu = new NF.widget.menu("sidemenu", config);
	


		/* ~~~~~~~ Show Sub Animation Effect ~~~~~~~~~~~~~*/

		//Create a show sub animation clip (Use the CSS clip style to reveal the sub)
		var showClip = new NF.anim.clip({height:{start:'0px', end:{value:"100%",refNode:"self"}}}, {frames:10, reset:true, hook:'NFplayOnSubShow',  startStyles:{overflow:'hidden'}, endStyles:{overflow:'visible'}});	
	
		//Create a hide sub animation clip
		var hideClip = new NF.anim.clip({height:{start:{value:"100%",refNode:"self"}, end:'0px'}}, {frames:10, reset:true, hook:'NFplayOnSubHide', startStyles:{overflow:'hidden'}});	
		
		//Get all sub menu containers
		var subs = NF.widget.hierStructure.getSubsByLevel($("sidemenu"), "level==0");
	
		//Apply the hide and show clips to the menu subs as transitions
		NF.anim.transition.applyTimeline(subs, showClip);
		NF.anim.transition.applyTimeline(subs, hideClip);



		
		/* ~~~~~~~ Activate the menu object. (Converts the pure CSS menu to a script enhanced widget) ~~~~~~~~~~~~~*/

		//Activate the menu
		sidemenu.activate();


	
	</script>
                                </td>
                              </tr>
                            </table>
                            
                            
                          </td>
                        </tr>
                        
                        
                    </table>
                    
        
 		</div>
	</li>


	<li class="maincolumn" style="box-shadow: 0px 0px 0px 10px rgba(1,1,1,0.4);background-color:#fff;background:rgba(255,255,255,0.9); border-radius:8px; float:right">
	
                         
					  <div id="maincolumnspot" style="z-index:1; overflow:visible; position:relative" dojotype="dijit.layout.ContentPane">
					   
 <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: 5px;
		 
}

#maincolumnsplit2{
	display:inline;
	float:right;
	list-style:none;
		list-style-type:none;
    width:30%;
}


@media only screen and (max-width: 730px){


#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: 15px;
		 
}

#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>
                      
            
<table border="0" cellspacing="0" cellpadding="2" width="100%" id="wideheadline3x">
  <tr> 
                  <td valign="bottom"> 
                    
        
      <table width="100%" border="0" cellspacing="2" cellpadding="3">
        <tr>  </tr>
      </table>
                  </td>
                </tr>
              
            </table>
            
            
            
            <table border="0" cellspacing="0" cellpadding="10" width="100%" id="narrowheadline3x">
               
            </table>
        <br />
            </div>
                      
                  </td>
                </tr>
              </table>
            </td>
          </tr>

          <tr> 
            <td class="modulebottomspace"> 
              <table width="100%"  border="0" cellpadding="0" cellspacing="0">
                <tr> 
                  <td> 
                    <div>
                      


<style type="text/css">
#navlistlogin li
{
display: inline;
list-style: none;
float:left;
}

.hometab{
	border-width:1px 1px 0px 1px; border-radius:6px; width:80px; text-wrap:none; border-style:solid; border-color:#CCC; border-bottom-left-radius:0px; border-bottom-right-radius:0px; background-clip:padding-box; background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff)); /* Saf4+, Chrome */
background: -webkit-linear-gradient(top, #cccccc, #ffffff 90%); /* Chrome 10+, Saf5.1+ */
background:    -moz-linear-gradient(top, #cccccc, #ffffff 90%); /* FF3.6+ */
background:     -ms-linear-gradient(top, #cccccc, #ffffff 90%); /* IE10 */
background:      -o-linear-gradient(top, #cccccc, #ffffff 90%); /* Opera 11.10+ */
background:         linear-gradient(top, #cccccc, #ffffff 90%);
cursor:pointer; text-shadow:2px 2px #cccccc; font-weight:900;  /* W3C */
}

.hometab:hover{
	 background-clip:padding-box; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)); /* Saf4+, Chrome */
background: -webkit-linear-gradient(top, #ffffff, #ffffff 100%); /* Chrome 10+, Saf5.1+ */
background:    -moz-linear-gradient(top, #ffffff, #ffffff 100%); /* FF3.6+ */
background:     -ms-linear-gradient(top, #ffffff, #ffffff 100%); /* IE10 */
background:      -o-linear-gradient(top, #ffffff, #ffffff 100%); /* Opera 11.10+ */
background:         linear-gradient(top, #ffffff, #ffffff 100%);
}

.hometabopen{
	 background-clip:padding-box; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)); /* Saf4+, Chrome */
background: -webkit-linear-gradient(top, #ffffff, #ffffff 100%); /* Chrome 10+, Saf5.1+ */
background:    -moz-linear-gradient(top, #ffffff, #ffffff 100%); /* FF3.6+ */
background:     -ms-linear-gradient(top, #ffffff, #ffffff 100%); /* IE10 */
background:      -o-linear-gradient(top, #ffffff, #ffffff 100%); /* Opera 11.10+ */
background:         linear-gradient(top, #ffffff, #ffffff 100%);
}

#fb-root {
  display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
#tabselectionmenu{ display:none}

@media only screen and (max-width: 730px){
	#tabselectionmenu{ display:block}
	.hometab {display:none}
}

.tabcontent{
	display:block
	; overflow-x:hidden
}
.tabcontenthidden{
	display:none
	; overflow-x:hidden
}

</style>

<select id="tabselectionmenu" style="width:100%; padding:8px" onChange="changehometabselect();">
  
  
  <option value="tabspot1,tabtext1,facebook_mod.cfm">Facebook</option> <option value="tabspot2,tabtext2,twitter_mod.cfm">Twitter</option> <option value="tabspot3,tabtext3,member_apps.cfm">Member Apps</option> 
  </select>


<table width="100%" cellspacing="0" cellpadding="7">
  <tr>
        
   <td nowrap="nowrap" id="tabtext1" style="width:90px" class="hometab  hometabopen" onClick="changehometab('tabspot1','tabtext1','facebook_mod.cfm');" align="center">Facebook</td> <td style="border-width:0px 0px 1px 0px; width:3px; border-style:solid; border-color:#CCC; background-clip:padding-box; padding:0px;"></td><td nowrap="nowrap" id="tabtext2" style="width:90px" class="hometab" onClick="changehometab('tabspot2','tabtext2','twitter_mod.cfm');" align="center">Twitter</td> <td style="border-width:0px 0px 1px 0px; width:3px; border-style:solid; border-color:#CCC; background-clip:padding-box; padding:0px;"></td><td nowrap="nowrap" id="tabtext3" style="width:90px" class="hometab" onClick="changehometab('tabspot3','tabtext3','member_apps.cfm');" align="center">Member Apps</td> 
    
    <td style="border-width:0px 0px 1px 0px; border-style:solid; border-color:#CCC; background-clip:padding-box">
    </td>
    
    <td class="hometab" style="width:5px" onClick="hidehometab();" title="Show/Hide"><div id="arrowspotdiv" style="background-image:url(../images/down.png); background-position:0px 0px; background-repeat:no-repeat; width:14px; height:14px"></div></td>
  </tr>
  <tr>
    <td colspan="11" id="tabcontentarea" style="border-width:0px 1px 1px 1px; border-color:#CCC; border-style:solid; border-radius:6px; border-top-left-radius:0px; border-top-right-radius:0px;  padding:15px; background-color:#FFF">
     
    <div id="homedialog" dojotype="dojox.layout.ContentPane" style="height:100%;display:block; overflow-x:hidden">
    
 

<div id="tabspot1" class="tabcontent" dojotype="dojox.layout.ContentPane">
	<div id="fb-root">
		&nbsp;</div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=529467160400169";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>	

<div class="fb-like-box" data-colorscheme="light" data-header="true" data-href="http://www.facebook.com/pages/The-Jacksonville-Association-of-Fire-Fighters/232355851855" data-show-faces="true" data-stream="true" data-width="100%" style="width:100%" data-border-color="#333333">
		&nbsp;</div>

</div>

<div id="tabspot2" class="tabcontenthidden" dojotype="dojox.layout.ContentPane"></div>

<div id="tabspot3" class="tabcontenthidden" dojotype="dojox.layout.ContentPane"></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">

  dojo.require("dojox.widget.AutoRotator");
  dojo.require("dijit.Tooltip");
  dojo.require("dojox.widget.rotator.Pan");
  
</script>


<div dojoType="dijit.Tooltip" position="above" connectId="rotatedivimages">Paused</div>
<div dojoType="dojox.widget.AutoRotator" suspendOnHover="true" transition="dojox.widget.rotator.pan" duration="4000" style="height:110px; overflow:hidden; z-index:0; text-align:center;margin-bottom:10px" id="rotatedivimages">


      <div style="overflow:hidden; width:100%;">
      
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385847972_c1e71fb69e_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385847622_5bffde9b5b_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385846932_a7b805f8ef_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385846117_32b6d96359_o1.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
     </div>
     
      <div style="overflow:hidden; width:100%;">
      
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385841922_e3f8cb7421_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385657771_189f47e912_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385652841_2457994148_o.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385655606_0c6c49f44e_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
     </div>
     
      <div style="overflow:hidden; width:100%;">
      
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385656346_5c31edda26_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385649041_e0f8fba6ac_o.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385646366_3c75d65ab8_o.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385643361_e4fb228d0e_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
     </div>
     
      <div style="overflow:hidden; width:100%;">
      
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385186068_ba5772b9dd_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385186298_37b44776b2_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385190858_2446777de6_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385643361_1154d639e8_o1.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
     </div>
     
      <div style="overflow:hidden; width:100%;">
      
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385185413_06e1d70610_o1.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385185118_6915a5532d_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385184863_2330ef5f27_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
      
      <a href="?zone=/unionactive/view_pics.cfm&viewmode=thumb&galleryID=149071"><IMG src="/pics/thumb_49385184023_31f24dfa74_c.jpg" border="5" vspace="1" title="View This Photo Gallery" hspace="5" height="100"></a>
      
       
     </div>
     
  
</div>


</div>
                      
                  </td>
                </tr>
              </table>
            </td>
          </tr>

          <tr> 
            <td class="modulebottomspace"> 
              <table width="100%"  border="0" cellpadding="0" cellspacing="0">
                <tr> 
                  <td> 
                    <div>
                      <div>
<p>Production by Lt Mike Peery of the JFRD video section showcasing the Jacksonviile Firefighters&nbsp;</p>

<p><span style="font-size:18px;"><strong>In the Streets!- VOLUME II Click on the Firefighters to see the video on You tube!</strong></span></p>

<p><a href="https://youtu.be/8J42OxFyrb0"><span style="font-size:18px;"><strong><img alt="" src="/Downtown%203rd%20alarm.jpg" style="width: 100%;" /></strong></span></a></p>
</div>
</div>
                      
                  </td>
                </tr>
              </table>
            </td>
          </tr>

          <tr> 
            <td class="modulebottomspace"> 
              <table width="100%"  border="0" cellpadding="0" cellspacing="0">
                <tr> 
                  <td> 
                    <div>
                      

<table width="100%" border="0" cellspacing="0" cellpadding="0" id="actionmodulecontainer" class="actionmodulecontainer">
  <tr> 
    <td class="LTEdge"> </td>
    <td class="TopEdge"><span class="actionmoduletitle">Action Center</span></td>
    <td class="RTEdge"></td>
  </tr>
  <tr> 
    <td class="LeftEdge"><img src="images/spacer.png" class="modspacerimage" /></td>
<td>                      
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="actionmodulebox">
               
                 <tr> 
                <td class="actioncenterback"> 
                  
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td> 
                    <table width="100%" border="0" cellspacing="0" cellpadding="2" class="actionmodulecontent">
                <tr>
                  <td> 
                    <div align="center"> 
                
                <a href="https://www.youtube.com/watch?v=BT1LEUm6P6c" target="_blank" class="actionmodulecontent">
                <img src='images/Photo2.jpg' border="0" width="100%" />
                  
                      </a><br />
                This is a video made by Lt. Mike Peery showcasing the brother and sisterhood of our Local 122 members.  </div></td>
  </tr>
</table>            </td>
          </tr>
                  </table>                </td>
              </tr>  
                 <tr> 
                <td class="actioncenterback"> 
                  
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td> 
                    <table width="100%" border="0" cellspacing="0" cellpadding="2" class="actionmodulecontent">
                <tr>
                  <td> 
                    <div align="center"> 
                
                <a href="https://www.youtube.com/watch?v=JXWgJUt9hTM&feature=youtu.be" target="_blank" class="actionmodulecontent">
                <img src='images/10419003_10202790753954954_2026587033005018636_n.jpg' border="0" width="100%" />
                  
                      </a><br />
                The Sea of Blue 10-10-14, Jacksonville Firefighters march in honor of the Fallen Firefighters of The Jacksonville Fire and Rescue Dept.</div></td>
  </tr>
</table>            </td>
          </tr>
                  </table>                </td>
              </tr>  
            </table>                </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>
</div>
                      
                  </td>
                </tr>
              </table>
            </td>
          </tr>

      </table>
    
      
      
      
   </li>
   
    
 
</ul>


                       
                     
                        </div>
	</li>



</ul>
</div>
</div>
</div>
 
 </div></div>
 </div>

<div style="width:100%; padding:20px; padding-bottom:50px; display:table; margin-top:25px" align="center" class="bottomtable">
 <div align="center">
<div style="max-width:1000px" align="left">


<ul id="bottomtablenavlist" style="margin:0px; padding:5px; float:left; display:inline; width:100%;">
<li style="padding:20px"><b>IAFF Local 122</b><br><br>
Copyright &copy; 2025.<br>
                    All Rights Reserved.<br>
                    <br>
                    Powered By <b><A href="http://www.unionactive.com" target="_blank" class="bottomtablelink">UnionActive</A></b><br>
                    <br></li>
<li style="padding:20px; margin-right:40px;" id="rightli"><a href="http://www.unions-america.com" target="_blank"><img src="/images/UALOGO.jpg" border=0 title="Visit Unions-America.com"></a><br>
<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></li>
</ul>

</div></div>

</div>

<script type="text/javascript" src="js/css3-mediaqueries.js" ></script>


</body>
</html>



                               

Whois info of domain

Domain Name: JFRD.COM
Registry Domain ID: 3909078_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2023-03-04T02:11:36Z
Creation Date: 1999-02-25T05:00:00Z
Registry Expiry Date: 2033-02-25T05:00:00Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS1.UNIONS-AMERICA.COM
Name Server: NS2.UNIONS-AMERICA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T12:44:41Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass