/**
 * @author agerard
 */
 
	
	$(document).ready(function(){
				
		// hide everything that should be hidden
		$("span:contains('...')").removeClass("keyword");
			
	});

	