function GetAffirmation() {

  var affirmation = new Array(31);

  affirmation[ 0] = 'In all matters and at all times, God\'s pure wisdom directs me.';
  affirmation[ 1] = 'God is the source of all love.  God is love.';
  affirmation[ 2] = 'I let go and let God enhance my life with divine guidance and wisdom.';
  affirmation[ 3] = 'God\'s love prospers me.  I live a life of peace and plenty.';
  affirmation[ 4] = 'God is the source of my confidence.  I am courageous.';
  affirmation[ 5] = 'My joy is a celebration of God\'s presence in me and throughout my life.';
  affirmation[ 6] = 'Through the transforming power of forgiveness,  I am free.';
  affirmation[ 7] = 'As God\'s beloved creation, I am continually being healed and restored.';
  affirmation[ 8] = 'Expressing the wisdom and love of God, I live and work in harmony with others.';
  affirmation[ 9] = 'I have everything I need within me to express the creativity of God.';
  affirmation[10] = 'As I step forward in faith, God guides me to new doors of opportunity.';
  affirmation[11] = 'As I rest in the peaceful presence of God, I am healed and renewed.';
  affirmation[12] = 'Through the gift of grace, I live in the loving, transforming presence of God.';
  affirmation[13] = 'I am grateful for divine love received from compassionate hands and hearts.';
  affirmation[14] = 'I am one with the infinite wisdom of God that guides me in all that I do.';
  affirmation[15] = 'Divine wisdom supports me in achieving whatever God inspires me to do.';
  affirmation[16] = 'Open and receptive to the blessings of God,  I realize true prosperity.';
  affirmation[17] = 'God, the source of all creativity inspires me with great ideas.';
  affirmation[18] = 'My faith is firm in God\'s plan for me.  All things are possible for God.';
  affirmation[19] = 'God\'s radiating light guides my choices and reveals my good.';
  affirmation[20] = 'God is the source of all life and all blessings in life.';
  affirmation[21] = 'God is my constant help in believing in and accepting my freedom.';
  affirmation[22] = 'As I take action, God\'s universe supports me with new opportunities.';
  affirmation[23] = 'I embrace change,  knowing that new good is being revealed to me.';
  affirmation[24] = 'God\'s boundless love flows through me as the source of my prosperity.';
  affirmation[25] = 'I am welcomed by and worthy of the unconditional love of God.';
  affirmation[26] = 'I am a rich child of a loving God. I now accept and claim his rich good for me in every phase of my life.';
  affirmation[27] = 'I give thanks for divine love, guidance, joy and prosperity.';
  affirmation[28] = 'The forgiving love of divine intelligence has set me free.';
  affirmation[29] = 'Divine wisdom and love now reveal perfect guidance and produce perfect results.';
  affirmation[30] = 'Divine wisdom guides me, divine love prospers me, and I am successful in everything I undertake.';

  var today = new Date();
  document.write( affirmation[today.getDate()-1] );
}
