var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="scorpusmaximus: Last one... Justin Kirk Cameron Douglas Smith #hybridactors
";
arnews[0] += "Last one... Justin Kirk Cameron Douglas Smith";
arnews[0] += "
";
arnews[1]="gbmiii: "Every thought is a prayer. Every thought infused with belief is an answered prayer." Harry Douglas Smith #quote
";
arnews[1] += "\"Every thought is a prayer. Every thought infused with belief is an answered prayer.\" Harry Douglas Smith";
arnews[1] += "
";
arnews[2]="gbmiii: "You cannot imagine any thoughts which are not prayers in the true sense of the word." Harry Douglas Smith #quote
";
arnews[2] += "\"You cannot imagine any thoughts which are not prayers in the true sense of the word.\" Harry Douglas Smith";
arnews[2] += "
";
arnews[3]=""Every thought is a prayer. Every thought infused with belief is an answered prayer." Harry Douglas Smith #quote http://ff.im/-91IBT
";
arnews[3] += "\"Every thought is a prayer. Every thought infused with belief is an answered prayer.\" Harry Douglas Smith";
arnews[3] += "
";
arnews[4]="物理学賞 ドリアン・ライマー(Dorian Raymer)、アメリカ・カリフォルニア大学サンディエゴ校スクリプス海洋研究所(Scripps Institution of Oceanography) ダグラス・スミス(Douglas Smith)、カリフォルニア大学サンディエゴ校 大量の髪の毛、糸、その他ほとんどあらゆるものは、ひとりでにかつ必然的に、互いに絡まってもつれてしまうことを数学的に証明したことに対して。
";
arnews[4] += "物理学賞 ドリアン・ライマー(Dorian Raymer)、アメリカ・カリフォルニア大学サンディエゴ校スクリプス海洋研究所(Scripps Institution of Oceanography) ダグラス・スミス(Douglas Smith)、カリフォルニア大学サンディエゴ校 大量の髪の毛、糸、その他ほとんどあらゆるものは、ひとりでにかつ必然的に、互いに絡まってもつれてしまうことを数学的に証明したことに対して。 -";
arnews[4] += "
";
totcount = 5;
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("