// Initialize Primary Nav
var primaryNav;

Spry.Utils.addLoadListener(function()
{
	primaryNav = new Spry.Widget.MenuBar("primaryNav");
});

