/*
	Copyright Code Computerlove Ltd 2007-2010
	Build: 6.1.4.98
	Date: 30/03/2010 14:14:44
*/

$(document).ready(function(){
	// focus the username text input
	$("input[@id$='UserName']").focus();	
});
