// Lyrics of the day
var date    = new Date().getDate();

var dlyric   = new Array();
var dsong   = new Array();

 dlyric[1]   = "There must be an angel with a smile on her face"; 
dsong[1] = "You're Beautiful";

 dlyric[2]   = "And maybe someday we will meet, and maybe talk and not just speak"; 
dsong[2] = "Same Mistake";

 dlyric[3]   = "Look who's alone now, It's not me. It's not me"; 
dsong[3] = "Wise Men";

 dlyric[4]   = "Let me, let me scratch at my own skin, I'm dying to get in"; 
dsong[4] = "Breathe";

 dlyric[5]   = "There are children standing here, Arms outstretched into the sky"; dsong[5] = "No Bravery";

 dlyric[6]   = "If she had wings she would fly away, And another day God will give her some";
dsong[6] = "Carry You Home";

 dlyric[7]   = "I'm a boy, she's a girl and we're all doing this around the world";
dsong[7] = "Turn Me On";

 dlyric[8] = "You can leave that ring on your finger, I'm a sinner, You're the winner, I am too";
dsong[8] = "Alright Tonight";

 dlyric[9]  = "I guess it's time I run far, far away; find comfort in pain"; 
dsong[9] = "Tears and Rain";

 dlyric[10]  = "Won't you be a friend of mine to remind me what is real?"; 
dsong[10] = "Out Of My Mind";
 
 dlyric[11]  = "Tomorrow comes. Sorrow becomes his soul mate"; 
dsong[11] = "Billy";

 dlyric[12]  = "Little girl don't be lonely, You'll never be lonely"; 
dsong[12] = "Dear Katie";

 dlyric[13]  = "Have my body. Have my mind. Have my coat. Take my time"; dsong[13] = "I'll Take Everything";

 dlyric[14]  = "Me and my guitar play my way. It makes them frown"; 
dsong[14] = "Give Me Some Love";

 dlyric[15]  = "If I crawl, if I come crawling home, Will you be there?";
 dsong[15] = "In A Little While (U2 cover)";

 dlyric[16]  = "And when you sell your soul for a leading role will the Lost Souls be forgot?";
dsong[16] = "I Can't Hear The Music";

 dlyric[17]  = "No matter what I say or do, the message isn't getting through"; dsong[17] = "I Really Want You";

 dlyric[18]  = "You know that your dreams can be reality if you just made up your mind";
dsong[18] = "Close Your Eyes";

 dlyric[19]  = "And when silence greets my last goodbye, The words I need are in your eyes"; 
dsong[19] = "Shine On";

 dlyric[20]  = "And if you want to talk about what will be, Come and sit with me"; 
dsong[20] = "Cry";

 dlyric[21]  = "There's a butterfly that's in my heart, It lives in me when we're apart"; 
dsong[21] = "Butterfly";

 dlyric[22]  = "It's touching that the monkey sits on my shoulder"; 
dsong[22] = "Out Of My Mind";

 dlyric[23]  = "One day your story will be told. One of the lucky one's who made his name"; 
dsong[23] = "One Of The Brightest Stars";

 dlyric[24]  = "I thought I saw your photograph having such a laugh in a magazine"; 
dsong[24] = "Annie";

 dlyric[25]  = "With your feet in the air and your head on the ground"; 
dsong[25] = "Where Is My Mind (Pixies cover)";

 dlyric[26]  = "And I still hold your hand in mine. In mine when I'm asleep"; 
dsong[26] = "Goodbye My Lover";

 dlyric[27]  = "I say I don't love you though it kills me, It's a lie that sets you free"; 
dsong[27] = "Love Love Love";

 dlyric[28]  = "Young man with a stone to throw, Take a breath and just let it go"; 
dsong[28] = "Dancing Days";

 dlyric[29]  = "Do you want my presence or need my help, who knows where that might lead"; 
dsong[29] = "Fall At My Feet (Crowded House cover)";

 dlyric[30]  = "Simone, you're getting older. Your journey's been etched on your skin"; 
dsong[30] = "1973"; 

 dlyric[31]  = "High; running wild among all the stars above"; 
dsong[31] = "High";
