i=0;
var ads = new Object();
var header='';
ads[i++] = header
+'My profound wish: By the grace of the enlightened one, let all the misfortunes (whatsoever) of all sentient beings be fall upon me; thus every sentient being obtain the stage of the infinite happiness.<br /><br />'
+'<em>Rinpoche, Langthong Tenzin Thinley</em>';
ads.length = i;
dat = new Date();
dat = (dat.getTime()+"").charAt(8);
if (dat.length == 1)
 ad_num = dat%ads.length;
else
 ad_num = 0;
document.write(ads[ad_num]);