function Is_2006_Hardcoded_Links_HardCodeNavigationLinks(node)
{
	this.ServiceNode = new Object();
	this.ServiceNode.m_level = 2;
	this.ServiceNode.m_label = 'Nexus ECM Home';
	this.ServiceNode.m_href = 'http://NexusECM.com';
	this.ServiceNode.m_subNodes = new Array();

	var index = 0;
	var EventsIndex = 9;
	
	eventNode = node.m_subNodes[EventsIndex];
	loc = eventNode.m_subNodes.length;
	eventNode.m_subNodes[loc] = this.ServiceNode;	
}
