// JavaScript Document

$("#attends").hover(function () {
	 $(this).css("background-color", "red");
});		  