/* linkscrubber */
$(document).ready(function(){$("a").bind("focus",function(){if(this.blur)this.blur();});});


/* even odd */
$(function() {
	$('#commevenodd > div:odd').addClass('odd');
});



