$(document).ready( function () {
		$("div.post:even").css( {'background': '#E0E0E0' });
});
