var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="vanvan: "天堂就是错错错(CiaoCiaoCiao),/翻译过来就是你好,再见,再见。"──廖伟棠《佛罗伦萨》 http://bit.ly/xH8TG
";
arnews[0] += "\"天堂就是错错错(CiaoCiaoCiao),/翻译过来就是你好,再见,再见。\"──廖伟棠《佛罗伦萨》";
arnews[0] += "
";
arnews[1]="Billy: 录鬼簿.老木
";
arnews[1] += "录鬼簿.老木 -";
arnews[1] += "
";
arnews[2]="Addam Hardy: Wei Tang is ridiculously beautiful
";
arnews[2] += "Wei Tang is ridiculously beautiful";
arnews[2] += "
";
arnews[3]="色影无忌上的诗人与摄影专题||夜行衣|博客|weitang|夜行衣–Life In Blogcn
";
arnews[3] += "色影无忌上的诗人与摄影专题||夜行衣|博客|weitang|夜行衣–Life In Blogcn -";
arnews[3] += "
";
arnews[4]="vanvan: 色影无忌上的诗人与摄影专题||夜行衣|博客|weitang|夜行衣–Life In Blogcn
";
arnews[4] += "色影无忌上的诗人与摄影专题||夜行衣|博客|weitang|夜行衣–Life In Blogcn -";
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("