$(function() {

	// Set cursor to the first input field
	$('#col-primary input[type=text]:first').focus();
	
	// Add open/close animation
	$('#nominate_landmark .expandable-trigger').expandable();

});