Event.observe(this, 'load', function(){



/*
Prototype.Browser.IE6 = Prototype.Browser.IE && parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE")+5)) == 6;
Prototype.Browser.IE7 = Prototype.Browser.IE && parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE")+5)) == 7;
Prototype.Browser.IE8 = Prototype.Browser.IE && !Prototype.Browser.IE6 && !Prototype.Browser.IE7;


if (Prototype.Browser.IE8){
	alert('IE8!');
} else {
	alert('not IE8!');
}
*/

//alert(Prototype.Browser.IE);

//$('content').remove();

if (Prototype.Browser.IE){
	$('content').remove();
	

	
} else {

	$('test').remove();


		}

});