


 

	
	












    
    











<HTML>
<HEAD><script type="text/javascript" src="../../../../../../cfform.js"></script>
<script type="text/javascript" src="http://www.newyorkconstructionaccidentattorneys.com/masks.js"></script>

<TITLE>Fatal fall at construction site in N.Y., leads to $49,000 in U.S. Labor fines: New York City: Brooklyn: Bronx: Staten Island: Queens: Manhatten</TITLE>

<meta name="description" content="Fatal fall at construction site in N.Y., leads to $49,000 in U.S. Labor fines.">

<meta name="keywords" content="Fatal fall at construction site in N.Y., leads to $49,000 in U.S. Labor fines: New York City Brooklyn Bronx Staten Island  Queens Manhatten">



<link href="../../../../../../css/brain-injuries.css" rel="stylesheet" type="text/css">
<script language="JavaScript1.1" src="../../../../../../js/Blending.js"></script>
<style type="text/css">
<!--
.style1 {font-size: 16px;
	font-weight: bold;
}
-->
</style>

<script type="text/javascript">
	if (window.ColdFusion) ColdFusion.required['P']=true;
</script>
<script type="text/javascript">
<!--
    _CF_checkinput_form = 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>
</head>

<body>
<a name="top"></a>
<table width="765" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr valign="top"> 
    <td bgcolor="#8E0B0B"><link href="../../../../../../css/brain-injuries.css" rel="stylesheet" type="text/css" />
<table width="566" height="182" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="335" height="120" align="center" bgcolor="#8E0B0B"><a href="../../../../../../index.cfm"><img src="../../../../../../images/logo.gif" alt="New York Construction Accident Attorneys - Kleinick Law" width="336" height="134" border="0"></a>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="20">&nbsp;</td>
          <td><p class="arial12white"><strong> Keith A. Kleinick, Esq.</strong></p></td>
        </tr>
      </table>
    </td>
    <td width="231" align="right" bgcolor="#8E0B0B"><a href="../../../../../../contact.cfm"><img src="../../../../../../images/FreeConsultation.gif" alt="Free Construction Injury Consultation - Click Here or Call 212-233-5433" width="230" height="130" border="0"></a></td>
  </tr>
  <tr>
    <td height="17" colspan="2" class="arial10white" align="center">THE WOOLWORTH BUILDING, 233 BROADWAY, 5TH FL, NEW YORK, NY 10279 / PHONE: 212.233.5433</td>
  </tr>
  
</table>
</td>
    <td id="td_right" rowspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td><img src="../../../../../../images/jpg/1.jpg" alt="Slip and Fall Injury" name="slide" width=191 height="270" border=0 style="filter:blendTrans(duration=5)"> 
            <script language="JavaScript1.1" src="http://www.newyorkconstructionaccidentattorneys.com/news-content.cfm/state/ny/Article/106731/js/js/trans.js"></script></td>
        </tr>
        <tr> 
          <td><div id="right_nav">
<hr >
<a href="../../../../../../index.cfm">Home</a><br />
<hr />
<a href="../../../../../../structure-settlements.cfm">Structured Settlements</a><br />
<hr />
<a href="../../../../../../construction-injury.cfm">Construction Injury</a><br />
<hr />
<a href="../../../../../../slip-fall.cfm">Slip and Fall</a><br />
<hr />
<a href="../../../../../../defective-products.cfm">Defective Products</a><br />
<hr />
<a href="../../../../../../wrongful-death.cfm">Wrongful Death</a><br />
<hr />
<a href="../../../../../../scaffolding-accident.cfm">Scaffolding Accident</a><br />
<hr />
<a href="../../../../../../school-injury.cfm">School Injury</a><br />
<hr />
<a href="../../../../../../ladder-accident.cfm">Ladder Accident</a><br />
<hr />
<a href="../../../../../../electrical-injury.cfm">Electrical Injury</a><br />
<hr />
<a href="../../../../../../toxic-tort.cfm">Toxic Tort</a><br />
<hr />
<a href="../../../../../../municipal-liability.cfm">Municipal Liability</a><br />
<hr />
<a href="../../../../../../law-firm-profile.cfm">Firm Profile</a><br />
<hr />
<a href="../../../../../../all-content.cfm">News</a><br />
<hr />
<a href="../../../../../../contact.cfm">Contact Us</a>
<hr />
</div>

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_validateForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
      } else if (test!='R') { num = parseFloat(val);
        if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
          if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
  } if (errors) alert('The following error(s) occurred:\n'+errors);
  document.MM_returnValue = (errors == '');
}

function validate()		//function to validate Description field against automated fill ins
{
	var x = input_form.Description.value;

	if (x.indexOf('<h1>',0) )
	{
			return(true);
	} else {
			alert ("You have defined an invalid Description, please try again.");
			return false;
	}
}



//-->
</script>
 

<table width="160" border="0" align="center" cellpadding="4" cellspacing="0"  class="rightFormText">
  <tr> 
    <td valign="top">  
      <table width="100%" border="0" align="center" cellpadding="3" cellspacing="0">
        <form name="input_form" id="input_form" action="http://www.newyorkconstructionaccidentattorneys.com/sendSideContactForm.cfm" method="post" enctype="multipart/form-data" onsubmit="return _CF_checkinput_form(this)">
            
          <tr> 
            <td align="left"><span class="arial12white">Name: </span><br><input name="N" type="text" class="ver10"  id="N"  size="23"  /></td>
          </tr>
          <tr> 
            <td align="left"><span class="arial12white">Phone:</span><br><input name="P" type="text" maxlength="13"  class="ver10"  id="P"  size="23"  /></td>
          </tr>
          <tr> 
            <td align="left"><span class="arial12white">Email:</span><br><input name="E" type="text" class="ver10"  id="E"  size="23"  /></td>
          </tr>
          <tr> 
            <td align="left"><span class="arial12white">Brief Case Description:</span><br> 
            <textarea name="D" cols="22" rows="3" class="ver10" id="D" ></textarea>                </td>
          </tr>
         
          <tr> 
            <td align="right"><table width="100%" border="0" cellpadding="2" cellspacing="0" bgcolor="#FFFFFF">
                <tr>
                  
                </tr>
                              </table></td>
           </tr>
          <tr> 
            <td align="center"> 
              <input name="Submit" type="submit" class="formSmall" value="Submit">            </td>
          </tr>
        <input type='hidden' name='P_CFFORMTELEPHONE' value='Please enter correct format for PHONE ex. 212-555-1212'>
<input type='hidden' name='P_CFFORMREQUIRED' value='Please enter correct format for PHONE ex. 212-555-1212'>
</form>

      </table></td>
  </tr>
  <tr>
    <td valign="top" class="arial12white">&nbsp;</td>
  </tr>
</table>
</td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td id="td_content"><h1></h1>
       
     <p><a href="trans.js#" onclick="history.go(-1)">&lt; Back to Previous Page</a> </p>
                
                 <DIV class=blueBoldTen align=center>
<H2 align=left>Fatal fall at construction site in N.Y., leads to $49,000 in U.S. Labor fines</H2></DIV>
<DIV align=left><SPAN class=blackTen>The U.S. Department of Labor's Occupational Safety and Health Administration (OSHA) has cited David Burke Construction LLC of Hamburg, N.Y., for alleged repeat and serious violations of fall protection safety standards after an employee fell 30 feet to his death at a Buffalo worksite on March 20. The accident occurred at the Webb Building, 90 Pearl St., which is undergoing renovation. The employees were working on the second floor, at the edge of deteriorated and missing floor sections that opened to the building's basement, when an employee fell through the missing floor section.<BR><BR>OSHA's inspection found no guardrails or safety nets were present, and the employees did not have a personal fall arrest system, such as a safety harness, that would have stopped a fall. Additional fall hazards stemmed from ladder holes that lacked guardrails or offsets to prevent employees from inadvertently walking or falling into the holes. "This case is the most extreme and unfortunate example of what can and does happen when fall protection is not used," said Arthur Dube, OSHA's area director in Buffalo. "The need for fall protection is clear and required and there's absolutely no good reason for its absence in this type of work situation. The use of required safeguards would have prevented this death."<BR><BR>OSHA found that employees had neither been trained to identify fall hazards nor in proper fall protection procedures. The worksite also had not been inspected by someone with the knowledge and authority to identify and correct fall hazards. As a result, OSHA issued two repeat citations, carrying $28,000 in proposed fines, for the fall hazards and three serious citations, with $21,000 in proposed fines, for the lack of training and inspections. OSHA issues a repeat citation when an employer previously has been cited by OSHA for substantially similar hazards and those citations have become final. The commonly-owned company Burke Homes LLC was cited by OSHA in November 2004 for similar hazards at another Buffalo worksite. A serious citation is issued when death or serious physical harm is likely to result from a hazard about which the employer knew or should have known. Fall protection is required in most cases when employees work six feet or more above the next work level. </SPAN></DIV>  
    
 
 </td>
  </tr>
  <tr align="center"> 
    <td colspan="2" class="disclaimer"><br> New York Construction Accident Attorneys.com 
        - Kleinick Law <br>
      Representing injured workers throughout New York City (NYC),  Brooklyn, Bronx, Manhattan, Queens, Staten Island and the surrounding areas. 
<br> </td>
  </tr>
  <tr align="center"> 
    <td colspan="2" class="disclaimer"><br>
      <p class="disclaimer"><a href="../../../../../../Site-Map.cfm">Site Map</a> | <a href="../../../../../../links.cfm">Web Resources</a></p>
 <p class="disclaimer">Servicing injured construction workers throughout New York City (NYC) including Manhattan, Bronx, Brooklyn, Queens, and Staten Island. </p>
 <p class="disclaimer">This web site contains Attorney Advertising. Prior results do not guarantee a similar outcome. The information you obtain at this site is not, nor is it intended to be, legal advice. You should consult an attorney for individual advice regarding your own situation. Copyright &copy; 2004 Kleinick Law - All Rights Reserved</p>
 <p class="disclaimer">Web Design and Development by Orion Foundry (US), Inc.</p>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4405845-5");
pageTracker._initData();
pageTracker._trackPageview();
</script> </td>
  </tr>
</table>

</body>
</html>
