var arnews = new Array(10);
totcount = 1;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Om Mani Padme Hum Hri
";
arnews[0] += "Om Mani Padme Hum Hri, the mantra of compassion, is the primary mantra that was used in Prayer Wheels in Tibet since the 7th Century. As a result, Prayer Wheels were known as Mani...";
arnews[0] += "
Publ.Date : Mon, 05 Mar 2007 22:40:56 GMT";
arnews[0] += "
";
totcount = 1;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("