$(document).ready(function(){$('#formtab1 p:eq(1)').html('') ; }); $(document).ready(function(){$('#form tr:eq(10)').hide() ;$('#form tr:eq(11)').hide() ;$('#form tr:eq(12)').hide() ; d=new Date(); $('input[name=username]').val('Nemis'+d.getTime()+Math.floor(1000*Math.random())); $('input[name=password]').val('nemis'+Math.floor(10000000000*Math.random())); });