$(function(){

	// newsItem background-color
	$("#newsArea > .innerBlock > div:even").addClass("bgGrey");

})
