var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Melting mountains: Helena Christensen on her pictures from Peru - The Guardian
";
arnews[0] += "The supermodel turned photographer talks about her pictures documenting the environmental and human cost of climate change in her mother's native country. The exhibition of her photographs, in collaboration with Oxfam, opens to the public on 23 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:50:00 GMT";
arnews[0] += "
";
arnews[1]="Five Minutes With: Helena Christensen - BBC Entertainment
";
arnews[1] += "Celebrities and news-makers are grilled by Matthew Stadlen in precisely five minutes in a series for the BBC News website. This week, supermodel Helena Christensen tells Matt about how she got started in modelling, her passion for photography, the ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:01:00 GMT";
arnews[1] += "
";
arnews[2]="My Secret Life: Helena Christensen, Supermodel, 40 - The Independent
";
arnews[2] += "My parents were ... a dream to have. The house/flat I grew up in ... was tiny. We were five people in a one-bedroom flat, but to me it seemed enormous and very cosy. When I was a child I wanted to be ... a child for the rest of my life. I think I've ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:27:00 GMT";
arnews[2] += "
";
arnews[3]="In pictures: Helena Christensen exhibition - BBC Entertainment
";
arnews[3] += "An exhibition of photographs taken by Helena Christensen in the village of Pacchanta, Peru, to document climate change has opened at London’s Proud Gallery. The model, whose mother is Peruvian, told BBC News an \"amazing part of history\" could be ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 13:20:00 GMT";
arnews[3] += "
";
arnews[4]="Model Helena Christensen examines climate change in Peru - France 24
";
arnews[4] += "Former Danish fashion model and photographer Helena Christensen poses at the launch of her new exhibition of photographs highlighting the threat of climate change on people living in Peru, in central London. Supermodel-turned-photographer Helena ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 09:52:00 GMT";
arnews[4] += "
";
arnews[5]="Helena Christensen: Meltdown: Images of What We Lose When the Glaciers ... - AlterNet
";
arnews[5] += "My mother was 18 years old when she sailed across a vast ocean from her native country, Peru, to her stepfather's homeland of Denmark. When I was a little girl, my family used to visit Peru every couple of years. I have such vivid memories of playing ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:53: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("