$(document).ready(function() {
	$.ifixpng(template + 'images/pixel.png');
	$('#header img, #container, #footer img').ifixpng();
	$('#header form .text, #sidebar .login .text').click(function() {
		$(this).val('');
	});
	$('#sidebar .login .password').click(function() {
		$(this).hide();
		$(this).after('<input type="password" class="text" name="pass" maxlength="' + pml + '" />');
		$('#sidebar .login input[type="password"]').focus();
	});
});
