window.addEvent('domready', function(){
		var javaDiv = $('javascript');
		javaDiv.removeAttribute('style');
		
})

