

function img()
{
  num = Math.floor(18*Math.random()+1);

  document.write('<input name="imageField" type="image" src="imgSecurity/' + num + '834567.jpg" width="180" height="80" border="0">');
  document.write('<td><input name="vIm" type="hidden" value=' + num + '834567.jpg></td>');
}


