var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Greys Gabble: Just Posted: Sandra Oh Gets Dressy http://awe.sm/14WG6
";
arnews[0] += "Just Posted: Sandra Oh Gets Dressy";
arnews[0] += "
";
arnews[1]="Kate Pastorelli: "You won't let me pick the wine but this you'll let me do?" - yes Sandra Oh. Cus u look hot w/ a saw. Non-murdous looking.
";
arnews[1] += "\"You won't let me pick the wine but this you'll let me do?\" - yes Sandra Oh. Cus u look hot w/ a saw. Non-murdous looking.";
arnews[1] += "
";
arnews[2]="Kate Pastorelli: Ooo Sandra Oh, why do u torture me so???
";
arnews[2] += "Ooo Sandra Oh, why do u torture me so???";
arnews[2] += "
";
arnews[3]="Behind the scenes S6 photoshoot video - Ellen Pompeo Dempsey Heigl Sandra Oh S Ramirez ... - http://twe.ly/eLb Greys Anatomy thnx 2 SOblog
";
arnews[3] += "Behind the scenes S6 photoshoot video - Ellen Pompeo Dempsey Heigl Sandra Oh S Ramirez ... -";
arnews[3] += "
";
arnews[4]="RT @EllenPRocks: Behind the scenes S6 photoshoot video - Ellen Pompeo Dempsey Heigl Sandra Oh S Ramirez ... - http://twe.ly/eLb Greys An ...
";
arnews[4] += "RT @EllenPRocks: Behind the scenes S6 photoshoot video - Ellen Pompeo Dempsey Heigl Sandra Oh S Ramirez ... -";
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("