


 

	
	












    
    











<HTML>
<HEAD><script type="text/javascript" src="../../../../cfform.js"></script>
<script type="text/javascript" src="http://www.newyorkconstructionaccidentattorneys.com/masks.js"></script>

<TITLE>OSHA Takes Extra Steps to Combat New York City construction Hazards: New York City: Brooklyn: Bronx: Staten Island: Queens: Manhatten</TITLE>

<meta name="description" content="OSHA Takes Extra Steps to Combat New York City construction Hazards.">

<meta name="keywords" content="OSHA Takes Extra Steps to Combat New York City construction Hazards: 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/Article/116661/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>
                
                 <H2>U.S. Labor Department's OSHA Takes Extra Steps to Combat New York City construction Hazards</H2>
<P>Rise in city construction deaths and accidents 'unacceptable'</P>
<P>NEW YORK -- The U.S. Department of Labor's Occupational Safety and Health Administration (OSHA) is taking new steps to combat the rise in construction fatalities in New York City, where 20 employees have died in construction-related accidents since January.</P>
<P>For two weeks beginning today, OSHA is bringing a dozen additional inspectors into the city to conduct proactive inspections of high-rise construction sites, cranes and other places where fatalities and serious accidents have been occurring. Additionally, ongoing inspections will continue under existing local emphasis programs, or as a result of complaints, referrals or accidents.</P>
<P>OSHA will review its findings to gauge the impact of these additional inspections and determine what other steps might need to be taken to address this deadly trend.</P>
<P>"There is no one - among regulators, employers, employees, unions and trade associations - who will accept these lost lives as the byproduct of work in a dangerous industry," said Louis Ricca Jr., OSHA's acting regional administrator in New York. "We must all commit to maintaining safety as the number one job priority each and every day."</P>
<P>Richard Mendelson, OSHA's area director in Manhattan, added: "The number and frequency of construction-related deaths and accidents in the city, and their associated human cost, is unacceptable. We're using every available resource and tool - enforcement, outreach, education, persuasion, even peer pressure - to better identify and proactively eliminate hazards, and to compel employers and employees to do likewise."</P>
<P>In addition to enforcement activities, OSHA is pursuing other measures to drive home the importance of construction safety to employers, employees and the construction industry. Since May, OSHA has been sending copies of violation citations issued to employers on city construction sites to the employers' insurance or workers' compensation carriers, and to construction project owners and developers, in order to raise their awareness of occupational hazards found on city jobsites. Citations involving training violations at union sites will be sent to the unions representing the workers and to their training funds.</P>
<P>OSHA will continue its ongoing alliance with the New York City Department of Buildings (DOB), under which OSHA and DOB cross-train their inspectors and managers on each agency's construction safety standards, regulations and procedures, with a focus on the most common construction hazards likely to harm employees. OSHA also plans to hold outreach meetings with unions and the construction industry to garner their feedback on construction safety issues and elicit their support in reporting hazards and encouraging compliance with safety standards.</P>
<P><A href="http://osha.gov/pls/oshaweb/owadisp.show_document?p_table=NEWS_RELEASES&amp;p_id=16280" target=_blank>Click here for the original press release from OSHA.</A></P>  
    
 
 </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>
