var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="epicSense: Now On epicSense: Tamyra Gray - Powerless http://url4.eu/6uXo
";
arnews[0] += "Now On epicSense: Tamyra Gray - Powerless";
arnews[0] += "
";
arnews[1]="Moe Arora: What ever happened to Tamyra Gray?
";
arnews[1] += "What ever happened to Tamyra Gray?";
arnews[1] += "
";
arnews[2]="Moe Arora: Moe What ever happened to Tamyra Gray?
";
arnews[2] += "What ever happened to Tamyra Gray?";
arnews[2] += "
";
arnews[3]="Swine Flu Tracker: Check this video out -- American Idol - Tamyra Gray - A House Is Not A Home http://bit.ly/gpqDI
";
arnews[3] += "Check this video out -- American Idol - Tamyra Gray - A House Is Not A Home";
arnews[3] += "
";
arnews[4]="Random Thoughts : American singer to make lead debut on 'Bombay Dreams': Tamyra Gray, who won America's heart as.. http://bit.ly/3RnBD9
";
arnews[4] += "Random Thoughts : American singer to make lead debut on 'Bombay Dreams': Tamyra Gray, who won America's heart as..";
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("