// JavaScript Document
// Citas diarias
var now = new Date()
var date = now.getDate()
m1 = "~ That's not the begining of the END, that's Return To Innocence ~"
m2 = "~ Rescue Me...Oh Rescue Me, My INVISIBLE Love! ~"
m3 = "~ Sade dit moi - Sade donnes moi ~"
m4 = "~ Let's hope one day, We'll rest in peace on my Rivers of Belief ~"
m5 = "~ The Principles of Lust are burned in your mind ~"
m6 = "~ Silence Must be Heard, noise should be OBSERVED. ~"
m7 = "~ We're just travellers in ENDLESS Space ~"
m8 = "~ Who You Are, Nobody Knows...Eyes Without Face… Incognito. ~"
m9 = "~ The Eyes of Truth are ALWAYS watching you ~"
m10 = "~ Carly don't be sad, Life is crazy, Life is mad, Don't be afraid ~"
m11 = "~ Don't Accept Average Habits, OPEN Your heart and Push the Limits ~"
m12 = "~ Everything is Possible, Cause no one has to hide, Beyond the Invisible ~"
m13 = "~ Follow me, Come and Feel infinity, ETERNITY! ~"
m14 = "~ Turn off the LIGHT, take a deep breath and RELAX ~"
m15 = "~ In the darkness I get closer, to the crossing point of LIGHT  ~"
m16 = "~ Things are changing, But NOTHING changes, and still there are CHANGES ~"
m17 = "~ The Path of EXCESS Leads to The tower of WISDOM ~"
m18 = "~ The Experience of SURVIVAL is the key, to the Gravity of Love ~"
m19 = "~ In 5 Billion Years, the Andromeda Galaxy will collide with our Milky Way ~"
m20 = "~ So many trends just fade away. Before you can wear it, it's a Passé, Can't You SEE?~"
m21 = "~ Je ne dors plus, Je suis folle, Je m'abandonne, Je ne dors plus, Je suis a toi ~"
m22 = "~ Viens, viens chez moi Voyageur - Je t'attends, je t'attends, viens Voyageur ~"
m23 = "~ Look into the mirror of your SOUL, Love and Hate are ONE in all... ~"
m24 = "~ Remember the SHAMAN, when he used to say: Man is the Dream of the Dolphin ~"
m25 = "~ Omnia sol temperat, purus et subtilis. Novo mundo reserat faciem Aprilis. ~"
m26 = "~ Eternal Flame will always burn, Feel, Understand and LEARN ~"
m27 = "~ HEART is the engine of your body but BRAIN is the engine of your Life ~"
m28 = "~ Looking all around, rotating without SOUND, Where are YOU? ~"
m29 = "~ Shall I Go? Shall I Stay? 107 Light Years Away! ~"
m30 = "~ Even you're so BRAVE to face the TIDE, there's no MERCY in this Life! ~"
m31 = "~ Turn around, you're feeling all the changes,You'll reach your holiness You are a part of me ~"

if (date=="1") {
msg=m1
}
if (date=="2")
{msg=m2
}
if (date=="3")
{msg=m3
}
if (date=="4")
{msg=m4
}
if (date=="5")
{msg=m5
}
if (date=="6")
{msg=m6
}
if (date=="7")
{msg=m7
}
if (date=="8")
{msg=m8
}
if (date=="9")
{msg=m9
}
if (date=="10")
{msg=m10
}
if (date=="11")
{msg=m11
}
if (date=="12")
{msg=m12
}
if (date=="13")
{msg=m13
}
if (date=="14")
{msg=m14
}
if (date=="15")
{msg=m15
}
if (date=="16")
{msg=m16
}
if (date=="17")
{msg=m17
}
if (date=="18")
{msg=m18
}
if (date=="19")
{msg=m19
}
if (date=="20")
{msg=m20
}
if (date=="21")
{msg=m21
}
if (date=="22")
{msg=m22
}
if (date=="23")
{msg=m23
}
if (date=="24")
{msg=m24
}
if (date=="25")
{msg=m25
}
if (date=="26")
{msg=m26
}
if (date=="27")
{msg=m27
}
if (date=="28")
{msg=m28
}
if (date=="29")
{msg=m29
}
if (date=="30")
{msg=m30
}
if (date=="31")
{msg=m31
}
document.write(msg)
//-->