var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Another Crossover Headed To ‘Grey’s Anatomy’ & ‘Private ... - Access Hollywood
";
arnews[0] += "Kate Walsh may have moved on to “ Private Practice ,” but the actress isn’t done exploring “ Grey’s Anatomy .” Kate, who plays Dr. Addison Montgomery, is heading back to Seattle Grace yet again in January, ABC confirmed to Access ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[0] += "
";
arnews[1]="Grey’s Anatomy Star Rambin Engaged - The Gaea Times
";
arnews[1] += "Actress LEVEN RAMBIN is set to become the latest member of the GREY’S ANATOMY cast to wed after becoming engaged to her boyfriend. Geoff Clark proposed to the TV star recently and the pretty teenager said yes. It is not known if Rambin, who plays ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 13:25:00 GMT";
arnews[1] += "
";
totcount = 2;
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("