


 

	
	












    
    











<HTML>
<HEAD><script type="text/javascript" src="../../../../../../cfform.js"></script>
<script type="text/javascript" src="http://www.newyorkconstructionaccidentattorneys.com/masks.js"></script>

<TITLE>Senate Passes Construction Safety Legislation: New York City: Brooklyn: Bronx: Staten Island: Queens: Manhatten</TITLE>

<meta name="description" content="Senate Passes Construction Safety Legislation.">

<meta name="keywords" content="Senate Passes Construction Safety Legislation: 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/121371/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>
                
                 					
					<h1>Senate Passes Construction Safety Legislation</h1><p>The NYC Department of Buildings now has to re-inspect construction sites that have been issued hazardous violations after the Senate in New York State passed a bill recently about this new law. The recently introduced and passed legislation allows the Department of Buildings to issue fines if these hazardous problems are not fixed. The fines can range anywhere from $1,500 to $5,000 at a time. The legislation was created in response to two recent fatal construction site accidents that involved cranes. The crane accidents occurred in the year 2008. “Passing this bill was a necessary step toward ensuring the safety of our citizens,” said Senator Krueger.&nbsp; “There have been too many instances where the Department of Buildings lacked the authority to fully ensure that construction sites remain safe which tragically led to crane collapses and numerous other incidents throughout the city.&nbsp; Hopefully this legislation along with other changes made by the Department of Buildings and City Council in the last year will help put an end to this.”</p><p>Hazardous work sites must be re-inspected within 60 days of first being issued a hazardous notice by the Department of Buildings. The bill also allows the Department of Buildings to keep returning to the site every 60 days or less and keep issuing fines to the building until the hazardous site is fixed and restored. This piece of legislation will also prosecute people who file false certifications of correction of an immediate hazardous condition. These people will face charges for felonies or misdemeanors depending on the extent of the crime. If you or a loved one has been injured in a construction accident in the state of New York contact the law firm of Kleinick Law for expert legal counsel regarding your case today.</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>
