function loadJS () {
	// fix the navigation left border for the first child in ie
	document.getElementById('nav').getElementsByTagName('li')[0].style.border = '0';
}
