var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Modelinia Exclusive: Speed Skate Away with Doutzen Kroes - TheInsider.com
";
arnews[0] += "See more videos on modelinia.com As the child of two speed skaters who met on the ice rink, supermodel Doutzen Kroes was fated pick up the sport as well. Though she's moved on to modeling and left her international competing to the side, Doutzen can ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:31:00 GMT";
arnews[0] += "
";
arnews[1]="Model Miranda Kerr backs internet campaign to save Australian TV ... - Daily Telegraph
";
arnews[1] += "The Australian model (R), pictured with Marisa Miller, Heidi Klum and Doutzen Kroes at a Victoria's Secret Fashion Show in New York, has a lucractive contract with the lingerie company. Photo: PA David Kiely, a trader with Macquarie Private Wealth ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:15:00 GMT";
arnews[1] += "
";
totcount = 2;
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("