fairtrialnj.org Open in urlscan Pro
66.96.147.117  Public Scan

URL: https://fairtrialnj.org/
Submission: On December 09 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://fairtrialnj.org/

<form role="search" method="get" class="search-form" action="https://fairtrialnj.org/">
  <button type="submit" class="searchSubmit" title="Start search"><span class="icoSearch"></span></button>
  <input type="text" class="searchField" placeholder="Search …" value="" name="s" title="Search for:">
</form>

Name: login_formPOST https://fairtrialnj.org/fnlogin

<form action="https://fairtrialnj.org/fnlogin" method="post" name="login_form" class="formValid">
  <input type="hidden" name="redirect_to" value="https://fairtrialnj.org">
  <ul class="formList">
    <li class="icon formLogin"><input type="text" id="login" name="log" value="" placeholder="Use email address"></li>
    <p style="font-size:10px; margin-bottom:-20px;">Use email address</p>
    <li class="icon formPass"><input type="password" id="password" name="pwd" value="" placeholder="Password">
    </li>
    <p style="font-size:10px; margin-bottom:-20px;"># characters, numbers, uppercase, etc. </p>
    <li class="remember">
      <!-- <a href="http://demo.fairtrialnj.org/fair/?page_id=2355" class="forgotPwd">Forgot password?</a> -->
      <a href="https://dev.fairtrialnj.org/?page_id=2355" class="forgotPwd">Forgot password?</a>
      <input type="checkbox" value="forever" id="rememberme" name="rememberme">
      <label for="rememberme">Remember me</label>
    </li>
    <li><a href="#" class="sendEnter enter">Login</a></li>
  </ul>
</form>

POST

<form id="register_form" action="" method="post" class="formValid" data-parsley-validate="" novalidate="">
  <div class="bootstrap-iso">
    <div class="col-md-12" style="padding:0;margin-bottom:5px;">
      <div class="col-md-6">
        <input class="form-control" style="width: 100%;" type="text" id="first_name" name="first_name" value="" placeholder="First Name" data-parsley-required-message="First Name is required" data-parsley-trigger="change" required="">
      </div>
      <div class="col-md-6">
        <input class="form-control" style="width: 100%;" type="text" id="last_name" name="last_name" value="" placeholder="Last Name" data-parsley-required-message="Last Name is required" data-parsley-trigger="change" required="">
      </div>
    </div>
    <div class="col-md-12" style="margin-bottom:5px;">
      <input class="form-control" style="width: 100%;" onchange="check_email_exist_and_submit_after_valdiation()" type="text" id="email" name="email" value="" placeholder="E-mail" data-parsley-required-message="Email is required"
        data-parsley-email="" data-parsley-check_email_exists="" data-parsley-trigger="change" required="" data-parsley-remote="" data-parsley-remote-message="Email is already in use" data-parsley-errors-container="#email_error">
      <div id="email_other_errors"></div>
    </div>
    <div class="col-md-12" style="margin-bottom:5px;">
      <input class="form-control" style="width: 100%;" type="text" id="telephone" name="telephone" value="" placeholder="NJ Mobile number - for text verification" data-parsley-njnumber="not an NJ area code" data-parsley-trigger="change" required="">
      <div id=""></div>
    </div>
    <div class="col-md-12" style="padding:0;margin-bottom:5px;">
      <div class="col-md-6">
        <input class="form-control" style="width: 100%;" type="password" id="password2" name="password" value="" placeholder="Password" data-parsley-required-message="Password is required" data-parsley-minlength="5" data-parsley-trigger="change"
          required="">
      </div>
      <div class="col-md-6">
        <input class="form-control" style="width: 100%;" type="password" id="conf_password" name="conf_password" value="" placeholder="Conf Password" data-parsley-required-message="Conf Password is required" data-parsley-trigger="change"
          data-parsley-minlength="5" data-parsley-equalto="#password2" data-parsley-equalto-message="Both Password and Conf Password must be equal" required="">
      </div>
    </div>
    <div class="col-md-12">
      <p style="font-size: 12px;color: #868585;margin: 0;padding: 0;">Min length:6 characters should be allowed letters, numbers, underscore, dot, slash, dash and @</p>
    </div>
    <div class="col-md-12" style="padding:0;margin-bottom:5px;">
      <div class="col-md-6">
        <textarea style="resize: none;" class="form-control" name="address_1" id="address_1" placeholder="Address 1" data-parsley-required-message="Address is required" data-parsley-trigger="change" required=""></textarea>
      </div>
      <div class="col-md-6">
        <textarea style="resize: none;" class="form-control" name="address_2" id="address_2" placeholder="Address 2"></textarea>
      </div>
    </div>
    <div class="col-md-12" style="padding:0;margin-bottom:5px;">
      <div class="col-md-6">
        <input class="form-control" style="width: 100%;" type="text" id="city" name="city" value="" placeholder="City" data-parsley-required-message="City is required" data-parsley-trigger="change" required="">
      </div>
      <div class="col-md-6">
        <select class="form-control" id="state" name="state" data-parsley-required-message="State is required" data-parsley-trigger="change" required="">
          <option value="" selected="">Select State</option>
          <option value="NJ">New Jersey</option>
        </select>
      </div>
    </div>
    <div class="col-md-12" style="padding:0;margin-bottom:5px;">
      <div class="col-md-6">
        <input class="form-control" style="width: 100%;" type="text" id="zip_code" name="zip_code" value="" placeholder="Zip Code" data-parsley-required-message="Zip Code is required" data-parsley-njzipcode="not an NJ zipcode"
          data-parsley-trigger="change" required="">
      </div>
      <div class="col-md-6">
        <input class="form-control" style="width: 100%;" type="text" id="answer" name="answer" value="" placeholder="Answer">
      </div>
    </div>
    <div class="col-md-12">
      <button type="button" onclick="check_email_exist_and_submit_after_valdiation()" name="register_user" value="1" class="btn btn-default btn-black">Register</button>
    </div>
  </div>
</form>

POST /

<form method="post" enctype="multipart/form-data" target="gform_ajax_frame_6" id="gform_6" action="/">
  <div class="gform_heading">
    <h3 class="gform_title">Contact Us For Queries (Ads Automatically Deleted – Don’t Waste Your Time)</h3>
    <span class="gform_description"></span>
  </div>
  <div class="gform_body">
    <ul id="gform_fields_6" class="gform_fields left_label form_sublabel_below description_below">
      <li id="field_6_1" class="gfield field_sublabel_below field_description_below gfield_visibility_visible"><label class="gfield_label" for="input_6_1">Name</label>
        <div class="ginput_container ginput_container_text"><input name="input_1" id="input_6_1" type="text" value="" class="medium" tabindex="1" aria-invalid="false"></div>
      </li>
      <li id="field_6_2" class="gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible"><label class="gfield_label" for="input_6_2">Email<span class="gfield_required">*</span></label>
        <div class="ginput_container ginput_container_email">
          <input name="input_2" id="input_6_2" type="text" value="" class="medium" tabindex="2" aria-required="true" aria-invalid="false">
        </div>
      </li>
      <li id="field_6_4" class="gfield field_sublabel_below field_description_below gfield_visibility_visible"><label class="gfield_label" for="input_6_4">Message</label>
        <div class="ginput_container ginput_container_textarea"><textarea name="input_4" id="input_6_4" class="textarea medium" tabindex="3" aria-invalid="false" rows="10" cols="50"></textarea></div>
      </li>
      <li id="field_6_6" class="gfield field_sublabel_below field_description_below gfield_visibility_hidden"><label class="gfield_label" for="input_6_6">date</label>
        <div class="ginput_container ginput_container_date">
          <input name="input_6" id="input_6_6" type="text" value="09/12/2024" class="datepicker medium dmy datepicker_no_icon hasDatepicker" tabindex="4">
        </div>
        <input type="hidden" id="gforms_calendar_icon_input_6_6" class="gform_hidden" value="https://fairtrialnj.org/wp-content/plugins/gravityforms/images/calendar.png">
      </li>
      <li id="field_6_5" class="gfield field_sublabel_below field_description_below gfield_visibility_"><label class="gfield_label" for="input_6_5">CAPTCHA</label>
        <div class="gfield_captcha_container"><img class="gfield_captcha" src="https://fairtrialnj.org/wp-content/uploads/gravity_forms/0-a204c100a7c4e65cb1a9150388d4f81f/1366420764.png" alt="" width="150" height="42">
          <div class="gfield_captcha_input_container simple_captcha_medium"><input type="text" name="input_5" id="input_6_5" tabindex="5"><input type="hidden" name="input_captcha_prefix_5" value="1366420764"></div>
        </div>
      </li>
      <li id="field_6_7" class="gfield gform_validation_container field_sublabel_below field_description_below gfield_visibility_"><label class="gfield_label" for="input_6_7">Phone</label>
        <div class="ginput_container"><input name="input_7" id="input_6_7" type="text" value=""></div>
        <div class="gfield_description">This field is for validation purposes and should be left unchanged.</div>
      </li>
    </ul>
  </div>
  <div class="gform_footer left_label"> <input type="submit" id="gform_submit_button_6" class="gform_button button" value="Submit" tabindex="6"
      onclick="if(window[&quot;gf_submitting_6&quot;]){return false;}  window[&quot;gf_submitting_6&quot;]=true;  "
      onkeypress="if( event.keyCode == 13 ){ if(window[&quot;gf_submitting_6&quot;]){return false;} window[&quot;gf_submitting_6&quot;]=true;  jQuery(&quot;#gform_6&quot;).trigger(&quot;submit&quot;,[true]); }"> <input type="hidden" name="gform_ajax"
      value="form_id=6&amp;title=1&amp;description=1&amp;tabindex=1">
    <input type="hidden" class="gform_hidden" name="is_submit_6" value="1">
    <input type="hidden" class="gform_hidden" name="gform_submit" value="6">
    <input type="hidden" class="gform_hidden" name="gform_unique_id" value="">
    <input type="hidden" class="gform_hidden" name="state_6" value="WyJbXSIsIjViYTU3ZDM4MWQ4NmEyYTU1YmEzZjUwMGQ3OTU1NWZhIl0=">
    <input type="hidden" class="gform_hidden" name="gform_target_page_number_6" id="gform_target_page_number_6" value="0">
    <input type="hidden" class="gform_hidden" name="gform_source_page_number_6" id="gform_source_page_number_6" value="1">
    <input type="hidden" name="gform_field_values" value="">
  </div>
</form>

Text Content

 * Register/Login
   

"Hot dogs, apple pie and elections (non-partisan ) for NJ judges and Attorney
General & Prosecutors" FairTrialNJ
FairTrialNJ

 * Home
 * Purpose and Goals
 * News , Views & History
 * Case(s)
 * Model
 * Petitions
   * * Petition for Elections & Reform (Online)
     * Petition for Elections & Reform (PRINTABLE)
 * Legislators
 * Reports
   * * Government Report Form
     * Judicial Report Form
 * Donation


Independence, Integrity, Fairness and Accountability in NJ Courts & for our
Attorney General and Prosecutors


"ALL POLITICAL POWER IS INHERENT IN THE PEOPLE. GOVERNMENT IS INSTITUTED FOR THE
PROTECTION, SECURITY, AND BENEFIT OF THE PEOPLE, AND THEY HAVE THE RIGHT AT ALL
TIMES TO ALTER OR REFORM THE SAME, WHENEVER THE PUBLIC GOOD MAY REQUIRE IT."

Article 1, NJ Constitution




GOVERNMENT / MEDIA

10/11/24
Ex-Long Branch mayor, administrator and top code official implicated in
conspiracy with developer to evade state and local land use, zoning,
environmental and blight regulations.
Arson and Corruption Covered Up By Long Branch.
New Mayor/Council Elected
Honest Service Sought
Corruption Evident
Conspiracy Adopted
New Lawsuit Filed
TRO Obtained – Violated
Contempt Denied!
Summary Judgment Denied. LBr. Dismissed. COURT’S LIES, DISTORTION EVIDENT!     
POLITICS AT PLAY! RECONSIDERATION, RECUSAL, REMOVAL FROM BENCH SOUGHT!







Local Media Silent
Gov. Christie AWOL on Corruption. Promises Unkept
It’s Official! (Misconduct)
Site Plan Filed Rigged Hearing Evident: Application Denied Nevertheless
Appeal Filed – Judge Perri Presiding!
Appeal Dismissed!
Zoning Board Affirmed.
Outdoor Use/Expansion Denied
But Continues Nevertheless

New Subdivision
Application Filed
Disguises Use Variance Indefinite Adjournment  Given! Revised Plan Not Filed But
Sitework Commences    No Enforcement Corruption Watch
NJ DEP Notified
of Unauthorized
Activities in
Regulated Zone –
Unclean Hands
Ignored So Far
Accountibility
to be Sought
New Corruption Uncovered
State DCA Coverup

Paving + Equipment along brook – DEP notified

Illegally created use & no site plan Hobbs Act Violated

 Nuisance use escalates

RIP

Criminals

More vans to come

New offices across from blighted riparian zone

Arsonists not sought

New arson threat

Threat-5th day

Rosario-Mazza

Rosario-Mazza changing name

1997 “no standing to have zoning laws enforced” across street

Mazza removed from name

1997 “no standing to have zoning laws enforced” across street

residential zone? no problem

Hobbs act violation

still here

still here

fake curbs – hobbs act

curb broken

curb broken

citywide beautification – except here!

citywide beautification – except here!

apron damage

barricades run over


JUDICIARY / LAW

08/17/22
Appeal Filed & Denied
NJ Supreme Court Petition Denied
Corruption Enabled
US Supreme Court – Waived

Unabated Violations
& Non-Disposed
Summonses Continue
Crimes Too
Municipal Court Complicit
The Solution for a Clean NJ
Court and Prosecutorial oversight lacking and hidden
Inaction by Prosecutor in Arson – Now Judge
Whimsical Corruption Program Ending
AG Elections & Independence Better
Listen to the “Equal Rights & Justice for All Song” and “Stand up for Justice”


QUOTES

 * “Governments, like courts which refuse to enforce the laws,  invariably are
   influenced by the same political operatives and reasons and so FairTrial
   reports on this when it gets in the way of enforcing the laws and attainment
   of justice..”
   
   FTNJ
   

 * “Since the US Supreme Court hears only 80 cases a year, the state trial judge
   is key and must be held accountable by the public for purposefully refusing
   to apply the laws.”
   
   FTNJ
   

 * “When a NJ courts judge is asked to reconsider a decision and in so doing
   ignores  facts, caselaw and public policy brought to its attention, this
   should no longer be considered  appealable  “error”  but is instead
   purposeful.”
   
   FTNJ
   

 * “When a child who is repeatedly admonished not to do something, continues
   nevertheless, this is considered purposeful and this principle should apply
   to judges as well.”
   
   FTNJ
   

 * “The purposeful refusal  to apply the laws is usually due to political
   influence, personal beliefs or sudden stupidity, none of which has a place in
   the courts. NJ courts which are complicit in protecting corrupt governments
   need to be changed.”
   
   FTNJ
   

 * “Non-partisan elections and or county citizen review panels are the best way
   to hold judges, who purposefully refuse to enforce the laws, accountable. 
   Similarly, elections should also be considered for the attorney general who
   lacks oversight and accountability.”
   
   FTNJ
   

 * “Governments, like courts which refuse to enforce the laws,  invariably are
   influenced by the same political operatives and reasons and so FairTrial
   reports on this when it gets in the way of enforcing the laws and attainment
   of justice..”
   
   FTNJ
   

 * “Since the US Supreme Court hears only 80 cases a year, the state trial judge
   is key and must be held accountable by the public for purposefully refusing
   to apply the laws.”
   
   FTNJ
   

 * 
 * 





TWEET & FOLLOW US HERE




SELECT TWEETS


 * TWEET3
   
   tweet3


 * TWEET2
   
   tweet2


 * TWEET1
   
   tweet1

 1. 1
 2. 2
 3. 3

 * Previous
 * Next


SELECT POSTINGS

 * Amazing New Corruption/Official Misconduct Discovered Public Safety at Risk  
   12/4/17 update: Aside from the ongoing depreciation which threatens
   Plaintiff’s investment, it’s also been clear Long Branch and its surrogates
    are attempting to ruin Plaintiff’s manufacturing business by  restricting
   access of even small trucks from Plaintiff’s property . Rosario created his
   own unauthorized parking by […]


 * TEST POST 3
   
   test post 3


 * TESTPOST 2
   
   testpost 2 content

 1. 1
 2. 2
 3. 3

 * Previous
 * Next



Want to know more about us?

Click here to Contact Us
(Ads Automatically Deleted)

Telephone No.: 732-870-2570


© 2017. All Rights Reserved.

 * Log In
 * Create an Account

 * 

   Use email address

 * 

   # characters, numbers, uppercase, etc.

 * Forgot password? Remember me
 * Login



Min length:6 characters should be allowed letters, numbers, underscore, dot,
slash, dash and @


Select State New Jersey

Register





CONTACT US FOR QUERIES (ADS AUTOMATICALLY DELETED – DON’T WASTE YOUR TIME)

 * Name
   
 * Email*
   
 * Message
   
 * date
   
 * CAPTCHA
   
 * Phone
   
   This field is for validation purposes and should be left unchanged.


This iframe contains the logic required to handle AJAX powered Gravity Forms.
×

You need to logged in to sign petition

×
Login Close
Loading...
Register Close
Loading...