document.write('<table width="100%" height="30" cellpadding="0" cellspacing="0" class="login_box_tb">');
document.write('  <tr><form id="form1" name="form1" method="post" action="http://www.lj-fashionhouse.com/userloginaction.php"> ');
document.write('  <td valign="middle">');
document.write('Username : ');
document.write('        <input name="userem" type="text" id="userem" size="12" class="input01" />');
     
document.write('  Password:');
document.write('  <input name="userpwd" type="password" id="userpwd" size="12" class="input01" />');
  
<!--  <a href="" onclick="return checklogin();"><strong>LOGIN</strong>-->

 document.write(' <input  name="Submit"  type="image"   onclick="return checklogin();" value="LOGIN" SRC="http://www.lj-fashionhouse.com/style/images/loginbutton.gif" align="top" />');

document.write('  <input name="log" type="hidden" id="log" value="yes" />');
document.write('  </a> <a href="http://www.lj-fashionhouse.com/reg.php"><strong style="background:#FFF;">Register?</strong> </a></td>');
  
  
 document.write('  </form>');
document.write('  <form action="http://www.lj-fashionhouse.com/product_view.php" method="post" name="search" id="search">');
document.write('      <td width="38%">Search:');
document.write('        <input name="clothesid" id="clothesid" type="text" size="18" />');
document.write('        <label>');
document.write('     <input type="submit" name="Submit2" value="  Search  " />');
document.write('      <input type="hidden" name="searchh" id="searchh" value="1" />');
document.write('      </label>      </td>');
document.write('	  </form>');
document.write('  </tr>');
document.write('</table>');
