var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="muccie: Now listening to : Katharine McPhee - Everywhere I Go
";
arnews[0] += "Now listening to : Katharine McPhee - Everywhere I Go";
arnews[0] += "
";
arnews[1]="Peter M Dingle: Katharine McPhee – Macy's Herald Square Christmas Window Unveiling ... http://tinyurl.com/yjcwkss
";
arnews[1] += "Katharine McPhee – Macy's Herald Square Christmas Window Unveiling ...";
arnews[1] += "
";
arnews[2]="Celebrity Gossip: Fugrine McPhee: The Bad Hair Saga Continues: Last time we saw Katharine McPhee, I remarked that I thought sh.. http://bit.ly/7e25k9
";
arnews[2] += "Fugrine McPhee: The Bad Hair Saga Continues: Last time we saw Katharine McPhee, I remarked that I thought sh..";
arnews[2] += "
";
arnews[3]="FashionPassion: Celebs in Denim: Katharine McPhee in J Brand
";
arnews[3] += "Celebs in Denim: Katharine McPhee in J Brand -";
arnews[3] += "
";
arnews[4]="Shannon York: Fugrine McPhee: The Bad Hair Saga Continues: Last time we saw Katharine McPhee, I remarked that I thought she l.. http://tinyurl.com/yb5f5pe
";
arnews[4] += "Fugrine McPhee: The Bad Hair Saga Continues: Last time we saw Katharine McPhee, I remarked that I thought she l..";
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("