/**
 * 
 */
$(document).ready(function() {
	$("#navigation ul li").hover(onHover, offHover);
	if ($("#sidebar").length > 0) {
		showSidebar();
	}
	else {
		showCorners();
	}

})
