


 

	
	












    
    











<HTML>
<HEAD><script type="text/javascript" src="../../../../../../cfform.js"></script>
<script type="text/javascript" src="http://www.newyorkconstructionaccidentattorneys.com/masks.js"></script>

<TITLE>Stronger Penalties Proposed For Work Zone Violators: New York City: Brooklyn: Bronx: Staten Island: Queens: Manhatten</TITLE>

<meta name="description" content="Stronger Penalties Proposed For Work Zone Violators.">

<meta name="keywords" content="Stronger Penalties Proposed For Work Zone Violators: 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/121421/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>Stronger Penalties Proposed For Work Zone Violators</h1><p>The 10th Annual National Work Zone Awareness Week consisted of the announcement by the New York City Department of Transportation of proposed stronger penalties for motorists that violate work zones. Over 1,000 work zone fatalities occur each year because motorists do not proceed with caution while driving through a construction zone. This awareness week is celebrated across the country each year to emphasize the importance of safety in work zones not only in New York but also around the country. Aside from the 1,000 fatalities that happen each year, close to 40,000 people are injured each year as a result of work zone accidents as well. These injuries are suffered by construction workers and motorists alike. </p><p>New York state saw 11 construction workers die in 2007 because of unsafe construction zone conditions and close to 15 percent of work zone fatalities in that year were workers that were working on active construction zones. Legislation has been introduced in the state of New York for the creation of new laws that would create the crimes of vehicular assault and vehicular manslaughter in the first and second degrees in active work zones. The third brand new law that would be created is intrusion into an active work zone and offenders would be subject to a fine of $250-$500 or a sentence of three months in jail. The legislation has been created in the memory of Assistant Highway City Repairman named Nicholas Antico who was killed in 2005 when he was struck by a drunk driver in a closed work zone during a paving project. If you or a loved one has been injured in a construction accident contact the law firm of Kleinick Law for expert legal counsel regarding your case today.</p><br>
				
				  
    
 
 </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>
