
// tab switching for homepage quick links box
$(function() {
	$("ul.quickNav").tabs("div.quickPanels > ul");
});

