var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Delta Goodrem moving to West Coast with Brian McFadden - Monsters and Critics
";
arnews[0] += "Delta Goodrem and Brian McFadden are moving to the US. Delta Goodrem at the Vitaminwater's 'Best of New York' party, held at the Hudson Terrace, New York City. - Johns PkI / Splash News The engaged pair have packed their bags in Australia and will ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:57:00 GMT";
arnews[0] += "
";
arnews[1]="Delta Goodrem's second tilt at the United States - News.com.au
";
arnews[1] += "The singer confided to friends a long-held plan of relocating long-term to the West Coast of America to work with some of that country's top songwriters as part of a reinvigorated push to crack the US market. Record industry sources report Goodrem ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:18:00 GMT";
arnews[1] += "
";
arnews[2]="Delta Goodrem 'planning US career move' - Digital Spy
";
arnews[2] += "Delta Goodrem has decided to relocate to the US in a bid to boost her profile there, according to a report. The Australian singer has started clearing out the home that she shares with fiancé Brian McFadden in Sydney ahead of a planned move to ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:24:00 GMT";
arnews[2] += "
";
arnews[3]="Independence can foster passion for hobbies among kids - The Gaea Times
";
arnews[3] += "WASHINGTON - A new study has shown that kids and young adults are more likely to pursue sports, music or other pastimes when given an opportunity to nurture their own passion. Parental control can predict whether a child develops a harmonious or ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 13:37:00 GMT";
arnews[3] += "
";
arnews[4]="MCFADDEN WILL NEVER REJOIN WESTLIFE - PR Inside
";
arnews[4] += "Irish pop stars WESTLIFE have dashed rumours former bandmate BRIAN MCFADD= EN is planning to rejoin the group. McFadden quit Westlife in 2004 to pursue a solo career. When that faile= d, he moved to Australia with fiancee Delta Goodrem and embarked ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 19:26:00 GMT";
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("