// Script Part: 1

var date    = new Date().getDate();
var quote   = new Array();

//Type your QOTD between the quotes for each day below and include the author.  Remember, not all months have 31 days so remember the month you are updating for.
 quote[1]   = "Ninety-nine percent of the world’s lovers are not with their first choice. That’s what makes the jukebox play. <br>—Willie Nelson."; 
 quote[2]   = "In some ways we grow up. We have families, we get married, divorced, but for the most part, we still have the same problems that we did when we were fifteen. No matter how much we grow taller, grow older, we are still forever stumbling, forever wondering, forever young.<br>-Grey's Anatomy";
 quote[3]   = "You’ll get over it'. It’s the clichés that cause the trouble. To lose someone you love is to alter your life forever. You don’t get over it because “it” is the person you loved. The pain stops, there are new people, but the gap never closes. How could it? The articulation of someone who mattered enough to grieve over is not made anodyne by death. This hold in my heart is the shape of you and no one else can fit it. Why would I want them to?<Br> -Jeanette Winterson";
 quote[4]   = "Freedom is never voluntarily given by the oppressor; it must be demanded by the oppressed. <br>-M.L.K. Jr.";
 quote[5]   = "All girls are suspicious of girls that are 'just friends.' Because we know the guys we've had that were 'just friends' we once thought of as more than a friend.";
 quote[6]   = "Risk more than others think is safe. care more than others think is wise. dream more than others think is practical. expect more than others think is possible."; 
 quote[7]   = "Sometimes you have to hold your head up high, blink away the tears, and say good-bye.";
 quote[8]   = "Missing someone gets easier everyday because even though it's one day further from the last time you saw each other, it's one day closer to the next time you will.";
 quote[9]   = "The hottest love has the coldest end<br>-Socrates";
 quote[10]  = "And when you begin to miss me, dont forget it was you who let me go.";
 quote[11]  = "My heart aches completely every hour every day. And only when I am with you does the pain go away.<br> -Moulin Rouge";
 quote[12]  = "Love me when I least deserve it,  because thats when I need it most.";
 quote[13]  = "So just because I finally got over you, doesn't mean there aren't days it all comes rushing back.";
 quote[14]  = "You should never give yourself a chance to fall apart because, when you do, it becomes a tendency and it happens over and over again. You must practice staying strong, instead. <br>-Elizabeth Gilbert: Eat, Pray, Love";
 quote[15]  = "He was my escape, and sometimes that can feel an awful lot like love.<br> -Emily Giffin, Something Borrowed";
 quote[16]  = "Don't deprive anyone of hope- it may be all they have.";
 quote[17]  = "In this day and age when it's impossible to count on anyone... what could be better than knowing there's a guy who will always be there.<br>-October Road";
 quote[18]  = "its too late its all gone, you had your chance, you took too long... like you always do, I wont wait for you. It's not a game, it's not your choice, must be strange to hear my voice saying dont come back this time... its too late for goodbye.<br>-Randy Rogers Band ";
 quote[19]  = "Hope: I wish there was something you could take for that, some kind of pill that made you stop hoping for something that probably isnt even good for you to begin with.<br> -Dawson's Creek;"
 quote[20]  = "I get to make my own decisions. Have my own life. Do whatever I choose. And here's the good part, so you listen close. What I choose is you . You're what I want to wake up with, and go to bed with, and do everything in between with.<br> -Grey's Anatomy";
 quote[21]  = "It's very tempting when you really want to be with someone to settle for much, much less -- even a vague pathetic facsimile of less -- than you would have ever imagined. Remember always what you set out to get and please don't settle for less.<br>-He's Just Not that Into You";
 quote[22]  = "I'm still not ready to move on. It's sort of like what you were saying how on the one hand, expectations can inspire you, but, then again, they can really let you down. I'm not ready to be let down quite yet. But I still have hope, that one day, I'll take a chance again, in the horrible face of expectation. And it'll be worth it.<br> –Felicity ";
 quote[23]  = "I am so ready to let go, just move on, and be happy. But there is always this little shred of... well maybe he'll want me tomorrow. You know? <br>-Hollie Seals";
 quote[24]  = "If I ever have kids, and they are upset, I won't tell them that are people starving in China or anything like that because it wouldn't change the fact that they are upset. And even if somebody else has it much worse, that doesn't change the fact that you have what you have.<br>-Stephen Chobsky, The Perks of Being a Wallflower";
 quote[25]  = "A kiss is a lovely trick designed by nature to stop speech when words become superfluous.";
 quote[26]  = "Granted, life will throw you curve balls. Sometimes you nail a home run, sometimes you nail a line drive, sometimes you nail the pitcher right back and sometimes you swing, miss and fall flat on your face. Me? I've never been good at baseball. -Arminda Meer";
 quote[27]  = "Whenever I think about the future, it includes you for some reason, and thats my <i>favorite</i> part.";
 quote[28]  = "Maybe it did take a crisis to get to know yourself; maybe you needed to get whacked hard by life before you understood what you wanted out of it.<br> -Jodi Picoult, Handle With Care";
 quote[29]  = "My heart tells me he is home... but my mind tells me to leave town.<br> -Holly Myers";
 quote[30]  = "The future is called 'perhaps,' which is the only possible thing to call the future.  And the only important thing is not to allow that to scare you.<br> -Tennessee Williams";
 quote[31]  = "The early bird catches the worm; a stitch in time saves nine. He who hesitates is lost. We can't pretend we haven't been told. We've all heard the proverbs, heard the philosophers, heard our grandparents warning us about wasted time, heard the damn poets urging us to ‘seize the day'. Still sometimes we have to see for ourselves. We have to make our own mistakes. We have to learn our own lessons. We have to sweep today's possibility under tomorrow's rug until we can't anymore, until we finally understand for ourselves like Benjamin Franklin meant. That knowing is better than wondering, that waking is better than sleeping. And that even the biggest failure, even the worst most intractable mistake beats the hell out of never trying.<br>-Grey's Anatomy";
   

function getCalendarDate()
{
   var months = new Array(13);
   months[0]  = "January";
   months[1]  = "February";
   months[2]  = "March";
   months[3]  = "April";
   months[4]  = "May";
   months[5]  = "June";
   months[6]  = "July";
   months[7]  = "August";
   months[8]  = "September";
   months[9]  = "October";
   months[10] = "November";
   months[11] = "December";
   var now         = new Date();
   var monthnumber = now.getMonth();
   var monthname   = months[monthnumber];
   var monthday    = now.getDate();
   var year        = now.getYear();
   if(year < 2000) { year = year + 1900; }
   var dateString = monthname +
                    ' ' +
                    monthday +
                    ', ' +
                    year;
   return dateString;
} // function getCalendarDate()
