var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="widyanto duta nugroho: Who is Oprah's heir apparent in daytime? (AP) : AP - Will it be Ellen DeGeneres, Dr. Phil or Dr. Oz? Maybe no.. http://bit.ly/4rbZQx
";
arnews[0] += "Who is Oprah's heir apparent in daytime? (AP) : AP - Will it be Ellen DeGeneres, Dr. Phil or Dr. Oz? Maybe no..";
arnews[0] += "
";
arnews[1]="sharon: My grandmother started walking 5/miles a day when she was 60. She's 97 now, and we don't know where the hell she is. ~Ellen DeGeneres~
";
arnews[1] += "My grandmother started walking 5/miles a day when she was 60. She's 97 now, and we don't know where the hell she is. ~Ellen DeGeneres~";
arnews[1] += "
";
arnews[2]="Chittibabu: chittimca3 Who is Oprah's heir apparent in daytime? (AP) : AP - Will it be Ellen DeGeneres, Dr. Phi.. http://bit.ly/088A869
";
arnews[2] += "chittimca3 Who is Oprah's heir apparent in daytime? (AP) : AP - Will it be Ellen DeGeneres, Dr. Phi..";
arnews[2] += "
";
arnews[3]="Gossip Feeds: Perez Hilton: Quote Of The Day: "I like Ellen Degeneres, especially since she got that new haircu.. http://bit.ly/638tYs
";
arnews[3] += "Perez Hilton: Quote Of The Day: \"I like Ellen Degeneres, especially since she got that new haircu..";
arnews[3] += "
";
arnews[4]="widyanto duta nugroho: Quote Of The Day: "I like Ellen Degeneres, especially since she got that new haircut. She's funny and so cute... http://bit.ly/4A9ihV
";
arnews[4] += "Quote Of The Day: \"I like Ellen Degeneres, especially since she got that new haircut. She's funny and so cute...";
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("