var fixIE = function() {
	document.getElementById('logo-box').style.color = '#000000';
	document.getElementById('logo-box').style.background = '#ffffff';
	document.getElementById('logos').style.background = '#ffffff';
	document.getElementById('dasgupta').style.background = '#ffffff';
	var logolinks,i;
	logolinks = document.getElementById('logo-box').getElementsByTagName('a');
	for(i = 0; i < logolinks.length; i++) {
		logolinks[i].style.color = '#0d3182';
	}
}
if (!(window.XMLHttpRequest)) {
	if (window.attachEvent) {
		window.attachEvent("onload", fixIE);
	}
}
