// JavaScript Document
window.addEvent('domready', function() {	
	if($('special')){ $('special').setStyle('display','none'); };
});