var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kobe Having An Affair With A Cheerleader? Vanessa Bryant Insane? It Was On L.a. Observers News Today.? - http://tinyurl.com/lrkrzq
";
arnews[0] += "Kobe Having An Affair With A Cheerleader? Vanessa Bryant Insane? It Was On L.a. Observers News Today.? -";
arnews[0] += "
";
arnews[1]="Article on judge's tentative ruling in ex-maid vs. Kobe/Vanessa Bryant case: http://bit.ly/a2ItZ
";
arnews[1] += "Article on judge's tentative ruling in ex-maid vs. Kobe/Vanessa Bryant case:";
arnews[1] += "
";
arnews[2]="kevin ng: Laker? But, We Hardly Knew Her!: And you thought it wouldn't happen!We spotted Vanessa Bryant and her $4 millio.. http://bit.ly/bJziK
";
arnews[2] += "Laker? But, We Hardly Knew Her!: And you thought it wouldn't happen!We spotted Vanessa Bryant and her $4 millio..";
arnews[2] += "
";
arnews[3]="Michael Tippett: kobe-bryant-vanessa-bryant-copy
";
arnews[3] += "kobe-bryant-vanessa-bryant-copy -";
arnews[3] += "
";
arnews[4]="Mrs. Kobe, Mrs. Kobe, Mrs. Kobe, Mrs. Kobe
";
arnews[4] += "Mrs. Kobe, Mrs. Kobe, Mrs. Kobe, Mrs. Kobe -";
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("