function backup()
{
//0
var ranNum= Math.round(Math.random() * 0);
if (ranNum == 0){document.write('  <form id="emailform" action="step2.php#step2" method="post">        <p>          <label for="email"></label>          <input type="text" id="email" name="email" />                       <input type="submit" value="Proceed to Step 2" />        </p>      </form>'); } // basic
}