addLoadEvent(function() {
if(document.getElementById('name'))
{
	document.getElementById('name').focus();
}
});
