window.onload = function(){
	if (navigator.userAgent.indexOf("Opera 8.5")>1){
		document.getElementById('r_form').style.marginRight='30px';
	}
	if ( (navigator.userAgent.indexOf("MSIE 6")>1) && !(navigator.userAgent.indexOf("Opera 8.5")>1) ){
		var obj = document.getElementById('hat').style;
		obj.left = '-3px';
		obj.marginRight = '-3px';
		obj = document.getElementById('content').style;
		obj.left = '-3px';
		obj.marginRight = '-3px';
	}

	if ( (navigator.userAgent.indexOf("MSIE 6")>1)){
		var obj = document.getElementById('news').style;
		obj.marginLeft = '-12px';
	}
}