var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Auchan claims success with French hypermarkets
"; arnews[0] += "The deterioration of the French hypermarket sector is well documented. Casino and Carrefour have both witnessed falling sales and profitability in their hypermarket businesses."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:58:00 GMT"; arnews[0] += "
"; arnews[1]="Sensitivity in The Sea Wall
"; arnews[1] += "Remarkable romantic comedy set among a nomadic tribe in Kazakhstan. 2. An Education 3. The White Ribbon Michael Hameke's Palme d'Or winner at Cannes is set in a German village just before the start of the First World War."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:31:47 GMT"; arnews[1] += "
"; arnews[2]="Family issues in First Day Of The Rest Of Your Life
"; arnews[2] += "Remarkable romantic comedy set among a nomadic tribe in Kazakhstan. 2. An Education 3. The White Ribbon Michael Hameke's Palme d'Or winner at Cannes is set in a German village just before the start of the First World War."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:31:47 GMT"; arnews[2] += "
"; arnews[3]="Head-in-sand FIFA will 'blather' their way round this one
"; arnews[3] += "I REMEMBERED the other night that France was playing Ireland in a World Cup decider."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:49:51 GMT"; arnews[3] += "
"; arnews[4]="Audio Playback
"; arnews[4] += "One week, eight songs. Here's how my week went! Saturday: \"Thinking of You\" Spent the longest five minutes of my life with arms raised, trying to record Katy Perry performing this song live."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:41:21 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("
");document.write("
");