function run_once() 
{
	replace_search_form();
	P7_limit('outer_wrapper',780);
	
	// Must be placed last because it errors if there is no toggle
	// div or h2 elements.
	toggle();
	
}


window.onload=run_once;