$(function ()
{
	$("#itemlist div:nth-child(odd)").addClass("odd");
	$("#itemlist div:nth-child(even)").addClass("even");
	$("#itemlist div:last-child").addClass("last_child");
});

$(function(){
$("#top_banner_1").innerfade( {
animationtype : "fade",
speed : "slow",
timeout : 6000
});
});
