function dom_init() {
	$.cookie('flebaccordionstate', null, { path: '/'});
	$('a.lightbox').lightBox();
	$('#nav ul').superfish(); 
}



