var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Ed Marsh: who is this taylor momsen person, and why does she always look so damn pouty. http://bit.ly/8GM9pb honey, the economy's not that bad; smile!
";
arnews[0] += "who is this taylor momsen person, and why does she always look so damn pouty.";
arnews[0] += "
";
arnews[1]="Dina clothing: Celine to Open New Stores; Taylor Momsen Covers Japanese Nylon - New York Magazine
";
arnews[1] += "Celine to Open New Stores; Taylor Momsen Covers Japanese Nylon - New York Magazine -";
arnews[1] += "
";
arnews[2]="Purple Lab: lmao RT @Coutortured: Dear Taylor Momsen- 1994 called,said they can't sleep bc of Kurt Cobain rolling over in his grave. (via @jen_bsb) LOL!
";
arnews[2] += "lmao RT @";
arnews[2] += "
";
arnews[3]="Daniel Saynt: MOMENTS OF OLD AGE: Taylor Momsen
";
arnews[3] += "MOMENTS OF OLD AGE: Taylor Momsen -";
arnews[3] += "
";
arnews[4]="围观下。。RT @ashyang 看我帮 @tinafever 设计的Bio:“伪90后,各色丝袜控,豹纹控,坚持不懈的瘦身主义者,到死都很快乐星人,精神治愈系,肉体疗伤系,人妻和萝莉的综合体,热爱所有为二奶设计的产品,奶白G2的拥有者,大爱李孝利和Taylor Momsen
";
arnews[4] += "围观下。。RT @ashyang 看我帮 @tinafever 设计的Bio:“伪90后,各色丝袜控,豹纹控,坚持不懈的瘦身主义者,到死都很快乐星人,精神治愈系,肉体疗伤系,人妻和萝莉的综合体,热爱所有为二奶设计的产品,奶白G2的拥有者,大爱李孝利和Taylor Momsen";
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("