// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function show_html() {
	$('html').hide();
	$('html_code').show();
}

function try_again() {
	Element.hide('complete');
	Element.hide('results');
	Element.show('account_entry');
	Element.show('notable');
}