function init()
{
	var navPrimaryTags = new Array("LI");
	addHover("navPrimary", navPrimaryTags);	
}

addLoadEvent(init);

