// JavaScript Document

<!-- Begin Daily Affirmation
var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "I love my body temple.";
msg[2] = "I am a cosmic creator.";
msg[3] = "I am attracting support.";
msg[4] = "I am attuned to the frequency of love.";
msg[5] = "I am becoming more and more enlightened.";
msg[6] = "My mind is in perfect harmony.";
msg[7] = "I radiate love bliss.";
msg[8] = "I am awakening to my highest potential!";
msg[9] = "I am connected to my source.";
msg[10] = "I choose to be confident.";
msg[11] = "I am making the right choices.";
msg[12] = "I am blessed and give thanks.";
msg[13] = "I am the flow.";
msg[14] = "I am transending anything not of the highest good.";
msg[15] = "I am of service to the universe.";
msg[16] = "I am helping others and being rewarded for my efforts.";
msg[17] = "I am joyfully allowing!";
msg[18] = "I am doing the right things to become wealthy in all areas.";
msg[19] = "I am connected to higher consciousness.";
msg[20] = "I gracefully accept my power.";
msg[21] = "I am intentionally healing others.";
msg[22] = "I am sending loving energy to the universe.";
msg[23] = "I am giving thanks for all the greatness.";
msg[24] = "I am instantly energized!";
msg[25] = "I am manifesting outcomes to be grateful for.";
msg[26] = "I allow my natural state of bliss.";
msg[27] = "I am meditating on abundance.";
msg[28] = "I am happily taking action.";
msg[29] = "I am a clear channel for the divine.";
msg[30] = "I am living a healthy lifestyle.";
msg[31] = "I am currently feeling wonderful.";

function writeAffirmation() { 
document.write(msg[today]);
}
//  End -->