theDate= new Date();
var day = theDate.getDate();

var nummissions = 31;
missions = new Array(nummissions+1);
missions[1] = "Make up your own Benevolence Mission!";
missions[2] = "Write a compliment about somebody on the back of a Benevolence Card and have somebody anonymously deliver it to a specified person in a crowded room.";
missions[3] = "Give a really good hug to at least three people!";
missions[4] = "Call five people you know and tell them you're thinking about them.";
missions[5] = "Carpool for somebody.";
missions[6] = "Make up your own Benevolence Mission!";
missions[7] = "Write a compliment about somebody on the back of a Benevolence Card and give it to them.";
missions[8] = "Email five strangers on MySpace or FaceBook and compliment them somehow.";
missions[9] = "Compliment the physical appearance of two people walking by you.";
missions[10] = "Write a compliment about somebody on the back of a Benevolence Card and give it to them.";
missions[11] = "Make up your own Benevolence Mission!";
missions[12] = "Write a compliment about somebody on the back of a Benevolence Card and have somebody anonymously deliver it to a specified person in a crowded room.";
missions[13] = "Give a really good hug to at least three people!";
missions[14] = "Call five people you know and tell them you're thinking about them.";
missions[15] = "Give a really good hug to at least three people!";
missions[16] = "Make up your own Benevolence Mission!";
missions[17] = "Write a compliment about somebody on the back of a Benevolence Card and give it to them.";
missions[18] = "Genuinely compliment somebody's tastes in fashion or sports even though you don't agree. (For instance, if somebody is wearing a Denver Broncos shirt and you hate the Broncos, tell them that they have a nice shirt anyway.)";
missions[19] = "Email five strangers on MySpace or FaceBook and compliment them somehow.";
missions[20] = "Give a really good hug to at least three people!";
missions[21] = "Compliment the physical appearance of three people walking by you.";
missions[22] = "Make up your own Benevolence Mission!";
missions[23] = "Write a compliment about somebody on the back of a Benevolence Card and have somebody anonymously deliver it to a specified person in a crowded room.";
missions[24] = "Compliment the physical appearance of three people walking by you.";
missions[25] = "Carpool for somebody.";
missions[26] = "Donate all of the spare change in your vehicle to a homeless person on the street.";
missions[27] = "Make up your own Benevolence Mission!";
missions[28] = "Write a compliment about somebody on the back of a Benevolence Card and have somebody anonymously deliver it to a specified person in a crowded room.";
missions[29] = "Call three people you know and tell them you're thinking about them.";
missions[30] = "Genuinely compliment somebody's tastes in fashion or sports even though you don't agree. (For instance, if somebody is wearing a Denver Broncos shirt and you hate the Broncos, tell them that they have a nice shirt anyway.)";
missions[31] = "Call three people you know and tell them you're thinking about them.";

document.write('' + missions[day] + '');
