var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stephanie Rice's splash of colour with cocktail frock - News.com.au
";
arnews[0] += "NEWLY independent Stephanie Rice made an interesting fashion choice for the GQ Man of the Year awards, channelling a canary in a cheery cocktail frock. The swimmer, who recently cut ties with her management company to go it alone, is also single in ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:07:00 GMT";
arnews[0] += "
";
arnews[1]="Stephanie Rice likes decent guys - Daily News and Analysis
";
arnews[1] += "Melbourne: Swimming champ Stephanie Rice likes guys who are decent and fun to be with. Swimming champ Stephanie Rice likes guys who are decent and fun to be with. The 21-year-old star, who recently cut ties with her management company, to go solo ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:35:00 GMT";
arnews[1] += "
";
arnews[2]="Stephanie Rice 'dumps management' - Digital Spy
";
arnews[2] += "Stephanie Rice has dumped her management after deciding that they charge too much money. The Aussie swimming champion, who was originally looked after by International Quarterback, has decided to \"self-manage\" her career and earnings. A source close ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[2] += "
";
arnews[3]="Stephanie Rice dumps management company to manage herself - News.com.au
";
arnews[3] += "Stephanie Rice dumps management Was unhappy with 20 per cent commission Will manage herself with a friend Pictures: Golden girl Stephanie Rice STEPHANIE Rice has taken control of her business affairs at just 21. She will manage herself with the help ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:29:00 GMT";
arnews[3] += "
";
arnews[4]="Oz swimmer Rice dumps management company to self manage her career - Newstrack India
";
arnews[4] += "Melbourne, Nov 18 (ANI): Australia's swimming sensation Stephanie Rice has taken control of her business affairs at just 21 and will manage the endorsements and personally negotiate all deals with the help of a friend. In a move which has surprised ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 06:47:00 GMT";
arnews[4] += "
";
arnews[5]="Black Tornado, Panther girls tabbed to all-league squads - Medford Mail Tribune
";
arnews[5] += "The North Medford and South Medford girls soccer teams each had a pair of first-team all-Southwest Conference players this season. Senior goalkeeper Kendra McMillen and sophomore Sarah Chambers represented the Black Tornado, and Panthers seniors ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 09:59:00 GMT";
arnews[5] += "
";
totcount = 6;
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("