jQuery(document).ready(function() {
			
	jQuery("#pass").focus( function() {
		//jQuery(this).attr({value:"password"});		
		jQuery("#pwd").html('<input type="password" name="password" value="" class="inpC" id="pass" name="password" />');
		jQuery("#pass").focus();
		}
	);
	/*jQuery("#login").focusout( function() {
		if(!jQuery("#pass").attr('value'))
		jQuery("#pwd").html('<input type="text" value="Your password:" class="inpC" id="pass" name="password"/>');
	}
	);*/
}
);
