var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Marriage Rescue: My chat with Doug Savant about “Desperate Housewives” and the new ...: An odd thing in American television: a h.. http://bit.ly/1Llbno
";
arnews[0] += "My chat with Doug Savant about “Desperate Housewives” and the new ...: An odd thing in American television: a h..";
arnews[0] += "
";
arnews[1]="Bob Andelman: TV Star Day on Mr. Media Radio: Cheryl Hines (9 am ET); Doug Savant (9:45 am); Michael McGrady (2 pm): http://ping.fm/PEneq
";
arnews[1] += "TV Star Day on Mr. Media Radio: Cheryl Hines (9 am ET); Doug Savant (9:45 am); Michael McGrady (2 pm):";
arnews[1] += "
";
arnews[2]="Laura Leighton: Daughters Find Her Melrose Place Role ‘Awkward’
";
arnews[2] += "Laura Leighton: Daughters Find Her Melrose Place Role ‘Awkward’";
arnews[2] += "
";
arnews[3]="Aymeric: Watching RachaelRay. I didn't realize original Melrose Placers Matt Fielding (Doug Savant) and crazy Sydney were married in real life.
";
arnews[3] += "Watching RachaelRay. I didn't realize original Melrose Placers Matt Fielding (Doug Savant) and crazy Sydney were married in real life. -";
arnews[3] += "
";
arnews[4]="Kirk: @Soap_Dude & What was that called ...Deception? something with Meg Tilly & Doug Savant ...thriller #roblowe
";
arnews[4] += "@";
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("