var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Greys Gabble: Ellen Pompeo Pics
";
arnews[0] += "Ellen Pompeo Pics -";
arnews[0] += "
";
arnews[1]="Greys Gabble: Just Posted: Ellen Pompeo Pics http://awe.sm/17RNe
";
arnews[1] += "Just Posted: Ellen Pompeo Pics";
arnews[1] += "
";
arnews[2]="Arlene Paredes: Arlene "The joy supposedly is in the giving, so when the joy is gone, when the giving starts to feel more like a burden, that's when you stop. But if you're like most people I know, you give till it hurts, and then you give some more." - Ellen Pompeo as Meredith Grey in Grey's Anatomy (S06E10: Holidaze).
";
arnews[2] += "\"The joy supposedly is in the giving, so when the joy is gone, when the giving starts to feel more like a burden, that's when you stop. But if you're like most people I know, you give till it hurts, and then you give some more.\" - Ellen Pompeo as Meredith Grey in Grey's Anatomy (S06E10: Holidaze).";
arnews[2] += "
";
arnews[3]="Greys Gabble: Follow @EllenPRocks for all your Ellen Pompeo news!! RT @EllenPRocks I need 16 followers to get to 600...
";
arnews[3] += "Follow @";
arnews[3] += "
";
arnews[4]="Anna Smith: Ellen Pompeo: Coffee Shop Sexy - The Gossip Girls (blog)
";
arnews[4] += "Ellen Pompeo: Coffee Shop Sexy - The Gossip Girls (blog) -";
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("