document.observe("dom:loaded", function() {
	if(location.hostname.indexOf("contribution") == -1) {
		$('job-list').select('ul').each(function(s) {
			s.setStyle({
				listStyleImage: "url('../../../idc/fragments/wbc_styles_fragment/images/arrows/med_blue_arrow.gif')"
			});
		});
	}
});
