var J = jQuery.noConflict();

J(document).ready(function(J){
	if (typeof setupSearch == 'function') {
		setupSearch();
	}
});

function showweather() {
  J('.weather_overview').slideToggle(400);
}

function showword() {
  J('.definition').slideToggle(400);
}


