/*
	IE < 8
*/


#footer .widgetFooterMenu ul li {
	-ie-xp: expression(
		this.parse ? 0 : (
			isFirst = (this === this.parentNode.firstChild) ? 0 : (
				separator = document.createElement('span'),
				textnode = document.createTextNode('|'),
				separator.appendChild(textnode),
				separator.className = "before",
				this.insertBefore(separator, this.firstChild),
				this.parse = 1
			)
		)
	);
}

