// JavaScript Document
$(function(){
	// initial data
	$("ol.angebot li:nth-child(even)").addClass('sec');	
	
});