// 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]   = "I know you’ll think this is crazy, but all I want to do is hold you, and I think that if you’ll let me do that just for a few seconds, I can walk away, and never speak to you again. <Br>-Snow Falling On Cedars"; 
 quote[2]   = "One of the suckiest and most frustrating facts of life is that sometimes rela­tionships just end, often without reason. I truly believe that some­times both men and women simply run out of love, even when there was a lot of it in the beginning. <br>-Greg Behrendt";
 quote[3]   = "Love is when a person believes that he, she, or it can't live without some other he, she, or it. No one actually needs another person or another person's love to survive. Love, is when we have irrationally convinced ourselves that we do.<Br> -Gabrielle Zevin, Elsewhere.";
 quote[4]   = "Once, when she was six years old, she had fallen from a tree, flat on her stomach. She could still recall that sickening interval before breath came back into her body. Now, as she looked at him, she felt the same way she had felt then, breathless, stunned, nauseated.<br>-Gone With the Wind";
 quote[5]   = "In everyone’s life, at some time, our inner fire goes out. It is then burst into flames by an encounter with another human being. We should all be thankful for those people who rekindle the inner spirit. <br>-Albert Schweitzer";
 quote[6]   = "You are, after all, what you think. Your emotions are the slaves to your thoughts, and you are the slave to your emotions.<br>–Elizabeth Gilbert"; 
 quote[7]   = "The minute you settle for less than you deserve, you get even less than you settled for.";
 quote[8]   = "Sometimes starting over is harder than starting from scratch.";
 quote[9]   = "Words often hide the truest form of intention.<br> -Less than Jake";
 quote[10]  = "It all brought up such bad memories, I mean whom I trying to kid, you know? A clean break is easier, you can reset it and it heals and you move on, but if you leave things messy, or things dont get put right then it just hurts.. forever. Its really time for me to move away from him --from all of this. <Br>-Little Black Book";
 quote[11]  = "You should be kissed and often and by someone who knows how. <br>-Gone with the Wind";
 quote[12]  = "Out of nowhere she told me when she grew up she wanted to marry me. I said, 'Why me?' And she looked up at me and said, 'because, you are my <i>anyway</i> friend.' At the time I didn’t know what that meant, so she had to explain to me that an anyway friend is the one person in your life who that no matter what they say or do, no matter what they’ve been through with you, they love you <i>anyway</i>. <br>-Private Practice";
 quote[13]  = "Just because today is a terrible day doesn't mean tomorrow might not be the best day of your entire life. You just have to wake up and get there.<br> -Pete Wentz";
 quote[14]  = "Lost people are different. They will drive around in the same circle over and over rather than try a new path. Their fear of getting more lost paralyzed them into staying lost in the area that’s just become familiar. It supersedes their ability to chart a new course. They circle and backtrack and stay comfortably lost because it’s less scary than seeing something different than what’s presently in front of them. <br>-Jill Davis, Ask Again Later";
 quote[15]  = "In retrospect, we regret the things we didn’t do more than the things we did. <Br>-Empire Records";
 quote[16]  = "We’re conditioned to think that our lives revolve around great moments. But great moments often catch us unaware— beautifully wrapped in what others may consider a small one.";
 quote[17]  = "If you want to reach out for something new, you must first let go of what’s in your hand.<br>-Sonia Choquette";
 quote[18]  = "The thing people forget is how good it can feel when you finally set secrets free. Whether good or bad, at least they’re out in the open, like it or not. And once your secrets are out in the open, you don’t have to hide behind them anymore. The problem with secrets is even when you think you’re in control… you’re not. <br>-Grey’s Anatomy";
 quote[19]  = "Be a possibilitarian. No matter how dark things seem to be or actually are, raise your sights and see the possibilities - always see them, for they are always there. <Br>-Norman Vince Peale"; 
 quote[20]  = "We’d never know what’s wrong without the pain<br>Sometimes the hardest thing and the right thing are the same<br>-The Fray";
 quote[21]  = "All girls are filled with this hope in their hearts that things are going to get better, that things are going to change. And maybe we’re ridiculous because of it, but it’s there all the same.<br>-Samantha Lee";
 quote[22]  = "Leaving never hurts as much as being left behind.";
 quote[23]  = "And the less you give, the more I want so foolishly.";
 quote[24]  = "It seems like the simplest concept: just push them all away and you’ll never get hurt. However, the simplest isn’t always the most effective. Someday, somebody’s going to find their way in, and they’re going to leave you on your knees.";
 quote[25]  = "Friendship is unnecessary, like philosophy, like art... It has no survival value; rather it is one of those things that give value to survival.<br> -C.S. Lewis";
 quote[26]  = "Want my advice? Stay mad as long as you can 'cause once you stop, it hurts like hell.";
 quote[27]  = "Tuth be known, truth be told, my heart was always fairly cold. Posing to be as warm as yours - my way of getting in your world.<br> -The Avett Brothers";
 quote[28]  = "It's hard when you know you shouldn't hold on, and yet you're too in love to let go.";
 quote[29]  = "This is where I say I've had enough. No one should ever feel the way that I feel now -<br>Dashboard Confessional ";
 quote[30]  = "Nobody wants to admit this, but bad things will keep on happening. Maybe that's because it's all a chain, and a long time ago someone did the first bad thing, and that led someone else to do another bad thing, and so on. You know, like that game where you whisper a sentence into someones' ear, and that person whispers it to someone else, and it all comes out wrong in the end. But then again, maybe bad things happen because it's the only way we can keep remembering what good is supposed to look like.<br> -Jodi Picoult, Nineteen Minutes";
 quote[31]  = "Sometimes its easier for me to pretend rather than face my feelings. Sometimes its easier to try to make it alone rather than risk getting hurt again. Sometimes its easier to be numb towards certain people so I dont let them get too close. sometimes I'm scared. But when I act numb towards you, it doesnt mean I dont care. It means I care too much. <br>-Janet Finch, White Oleander";
   

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()
