var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hair fails to hide Australia's ambition
";
arnews[0] += "Photograph: Toru Hanai/Reuters Modern rugby teams are supposed to know each other inside out.";
arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 00:10:03 GMT";
arnews[0] += "
";
arnews[1]="Idol For A Cause
";
arnews[1] += "A local Idol taking the stage for an international cause. South Florida's Ramiele Malubay joining forces with another season 7 alum, all to benefit flood victims in the Pacific.";
arnews[1] += "
Publ.Date : Tue, 27 Oct 2009 01:35:45 GMT";
arnews[1] += "
";
arnews[2]="Eva Longoria Sparkles At 2009 ALMA Awards
";
arnews[2] += "Looking very much like a teensy silver trophy herself, Desperate Housewives star, Eva Longoria sizzled in a sparkly silver sheath dress at thie year's ALMA Awards.";
arnews[2] += "
Publ.Date : Fri, 18 Sep 2009 17:25:46 GMT";
arnews[2] += "
";
arnews[3]="Another American Idol contestant speaks out for marriage equality
";
arnews[3] += "Danny Noriega poses for the NO H8 Campaign . Danny Noriega is the latest American Idol contestant to speak out against Proposition 8, and he did it by participating in the NO H8 photography campaign .";
arnews[3] += "
Publ.Date : Mon, 07 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="HS football preview: Saguaro Sabercats
";
arnews[4] += "Growing pains? It might be Scottsdale Saguaro High's football opponents feeling most of the pain.";
arnews[4] += "
Publ.Date : Fri, 28 Aug 2009 00:20:16 GMT";
arnews[4] += "
";
arnews[5]="Idol Thoughts: Top 9 Paula Abdul Video Moments
";
arnews[5] += "When we think about Paula Abdul 's eight years on American Idol , the words journey , magic , gorgeous , star , jewelry and \"Simon!\" come to mind.";
arnews[5] += "
Publ.Date : Sun, 09 Aug 2009 03:35:22 GMT";
arnews[5] += "
";
arnews[6]="Idol Thoughts: Top 9 Paula Abdul Moments
";
arnews[6] += "When we think about Paula Abdul 's eight years on American Idol , the words journey , magic , gorgeous , star , jewelry and \"Simon!\" come to mind.";
arnews[6] += "
Publ.Date : Sat, 08 Aug 2009 18:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("