var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="realitybitesback: Dr. Phil Re-Upped Through 2014: Dr. Phil Re-upped Through 2014 Dr. Phil McGraw Dr. Phil will keep making hous.. http://bit.ly/3v8cLe
";
arnews[0] += "Dr. Phil Re-Upped Through 2014: Dr. Phil Re-upped Through 2014 Dr. Phil McGraw Dr. Phil will keep making hous..";
arnews[0] += "
";
arnews[1]="Dr. Phil gets go ahead through 2013-14 season (Nov. 9, 2009): Examiner.com Dr. Phil McGraw has gotten the go ah.. http://bit.ly/2Ryx7O
";
arnews[1] += "Dr. Phil gets go ahead through 2013-14 season (Nov. 9, 2009): Examiner.com Dr. Phil McGraw has gotten the go ah..";
arnews[1] += "
";
arnews[2]="Lisa Morosky: Totally agree. RT @RealVoiceMedia: “Awareness without action is worthless.” --Dr. Phil McGraw #fb
";
arnews[2] += "Totally agree. RT @";
arnews[2] += "
";
arnews[3]="Devin: The Jay Leno Show - Dr. Phil McGraw, Part 1
";
arnews[3] += "The Jay Leno Show - Dr. Phil McGraw, Part 1 -";
arnews[3] += "
";
arnews[4]="Devin: The Jay Leno Show - Dr. Phil McGraw, Part 2
";
arnews[4] += "The Jay Leno Show - Dr. Phil McGraw, Part 2 -";
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("