Daily Devotional or Daily Message

Daily Devotional or Daily Message

Okay, I am a complete newbie to JS and jQuery. Taking JavaScript classes to build my understanding. Meanwhile, simultaneously working toward building my first mobile phone app that will provide daily messages 365 days a year, strictly based on the month and day, not the year -- thus, the messages will repeat the following year. It is ultimately for a book project that has set messages for each day. I'm building it with my base knowledge of HTML5 and CSS with the idea to eventually run it through PhoneGap. 

So, I've got my "quotes" all lined up with id tag for each day of the year. I also have each month with corresponding name tag and each quote with same name tag. Some daily id tags start with _underscore, so not sure if that will pose a problem.

Any help in creating this code would be GREATLY appreciated.