jQuery(document).ready(function () {
	jQuery('ul.bar li').hide().show();
});
