var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Stevie: giselle fernandez is hosting
";
arnews[0] += "giselle fernandez is hosting";
arnews[0] += "
";
arnews[1]="Stevie: @thewomensconf had some keen points about the conference last night- a couple Rachael Ray quotes. Saw Giselle Fernandez walking the floor
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Ron Capps: Robert S. Baines "Instead of thinking 'why me?' think 'why NOT me?' Who am I NOT to make a difference?" ~ Giselle Fernandez #quote.
";
arnews[2] += "Robert S. Baines \"Instead of thinking 'why me?' think 'why NOT me?' Who am I NOT to make a difference?\" ~ Giselle Fernandez";
arnews[2] += "
";
arnews[3]="@LarryMendte is truly one of the best. He and Giselle Fernandez were the first hosts of Access Hollywood when it was respectable. #FF
";
arnews[3] += "@LarryMendte is truly one of the best. He and Giselle Fernandez were the first hosts of Access Hollywood when it was respectable.";
arnews[3] += "
";
arnews[4]=""When you feel hopeless & decide not to go, fight that dragon! Chest out! Pumps on! On the door WOMAN" Giselle Fernandez
";
arnews[4] += "\"When you feel hopeless & decide not to go, fight that dragon! Chest out! Pumps on! On the door WOMAN\" Giselle Fernandez";
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("