
function contact_us_init()
{
	$('#f input[name=name]').focus();
}

$(document).ready(contact_us_init);

