$.fn.initialize_module = function(wb_url){
	$(".list_content:odd").css("background-color", "#edf4f9");
	$("h3.list_header:odd").css("border-color", "#9bc3df");
}

