$(document).ready(function(){					   
	if ( $.cookie("fdd") == 1 ) {
		
		$('#webfooter a[rel*=drw]').each(function () {
				$('#' + this.href.split('#')[1]).hide();
				$.drawer.close(($.drawer.self != this) ? this : null);
				this.blur();
				
		});
		
	}
	
});
