var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Helena Christensen: Behind the camera
";
arnews[0] += "Celebrities and news-makers are grilled by Matthew Stadlen in precisely five minutes in a series for the BBC News website.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:37:39 GMT";
arnews[0] += "
";
arnews[1]="Helena Christensen, Supermodel, 40
";
arnews[1] += "Helena Christensen: 'I would love to be a tiny little flower-fairy dancing on the top of misty lakes in dark forests at night' enlarge My parents were ... a dream to have.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:26:23 GMT";
arnews[1] += "
";
arnews[2]="VIDEO: The Arts Show: Kes
";
arnews[2] += "Hello, you either have JavaScript turned off or an old version of Macromedia's Flash Player.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="A contrast of priorities
";
arnews[3] += "Sky News tells us that: \"The supermodel turned entrepreneur and photographer Helena Christensen has demanded that world leaders take action to combat climate change.\" WUWT reports that the University of East Anglia Climate Research Unit has been hacked and many, many files have been released by the hacker or person unknown.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:34:39 GMT";
arnews[3] += "
";
arnews[4]="Supermodel Christensen reve...
";
arnews[4] += "Comment about \"Supermodel Christensen reveals snapshot of climate change\" Phone Name Comment 0 Climate Supermodel Christensen reveals snapshot of climate change Emily Beament, PA Supermodel Helena Christensen warned climate change was already a \"devastating reality\" for millions, as an exhibition of photographs she took in Peru documenting the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 11:42:50 GMT";
arnews[4] += "
";
arnews[5]="Chris Brown, Jonas Brothers, Kristen Stewart, Norah Jones, Zac Efron
";
arnews[5] += "Finalist Laura Kirkpatrick, from \"America's Next Top Model\", poses on the runway for friends and family as part of the festivities to watch the finale at Lincoln County High School on Tuesday, November 18, 2009 in Stanton, Kentucky.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 05:19:35 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("