//correct margin for IE6
function correctMargin() {
	if (window.XMLHttpRequest) {

	}
	else {
		var objA = document.getElementById('margin-2');
		objA.style.marginBottom = "-2px";
	}
}