<!-- 
var msg = new Array();
var date = new Date();
var month = date.getMonth() + 1;
msg[1] = '"Balance is the state of the present: the here and now"';
msg[2] = '"If you balance in the present you are living in eternity"';
msg[3] = '"When you keep the balance by strength, it is physical action: when you keep it by the intelligence of the body it is relaxation in action"';
msg[4] = '"In each pose there should be Repose"';
msg[5] = '"Never perform the asanas mechanically for then the body stagnates"';
msg[6] = '"How can you find Peace of Mind when there is no peace in the body?"';
msg[7] = '"If you know the extension of the body you know the extension of the mind"';
msg[8] = '"The body is the temple of the Spirit. Let the body become clean through the practice of Yoga."';
msg[9] = '"It is through the body that you reach the realisation of your being a spark of Divinity. How can you neglect the body which is the temple of the Spirit?"';
msg[10] = '"The body is my temple and the Asanas (Yoga Postures) are my prayers."';
msg[11] = '"Self realisation must exist in every pore of the skin"';
msg[12] = '"Peace in the body brings poise to the mind"';

function writeQuote() { 
document.write("<i>"+msg[month]+"</i><br>Quote: BKS Iyengar.");
}
//   -->
