$(document).ready(toggle);
//$(document).ready(function() { $(".new").effect("highlight", { }, 1000); });

function toggle()
{
	$("#showhiddenlists").show();
	$("#hiddenlists").hide();
}
