$(function(){
	if ($.browser.msie && $.browser.version == 6)
	{
		$("#top_left .line_x:first-child").css("background-image","none");
		$("#center_inner .column:first-child").css("background-image","none");
		$("#tag_choice li:last-child").css("background-image","none");
	}
});

