var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Behati Prinsloo
";
arnews[0] += "Here's some more shots from the 2009 Victoria's Secret Fashion Show including Heidi Klum daring to walk on stage after having a baby, the unfathomably hot Ana Beatriz Barros , Behati Prinsloo and Chanel Iman who I specifically saved for last for reasons that will make you say \"DAYAMN\" unless you're allergic to pure joy.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:28:42 GMT";
arnews[0] += "
";
arnews[1]="Continue Reading " Heidi Klum and the Other Victoria's Secret Models I'm Just Now Getting To "
";
arnews[1] += "Here's some more shots from the 2009 Victoria's Secret Fashion Show including Heidi Klum daring to walk on stage after having a baby, the unfathomably hot Ana Beatriz Barros , Behati Prinsloo and Chanel Iman who I specifically saved for last for reasons that will make you say \"DAYAMN\" unless you're allergic to pure joy.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:28:39 GMT";
arnews[1] += "
";
arnews[2]="Heidi Klum and the Other Victoria's Secret Models I'm Just Now Getting To
";
arnews[2] += "Here's some more shots from the 2009 Victoria's Secret Fashion Show including Heidi Klum daring to walk on stage after having a baby, the unfathomably hot Ana Beatriz Barros , Behati Prinsloo and Chanel Iman who I specifically saved for last for reasons that will make you say \"DAYAMN\" unless you're allergic to pure joy.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:53:03 GMT";
arnews[2] += "
";
arnews[3]="It's Hot in Here! 2010 Pirelli Calendar Photoshoot
";
arnews[3] += "Last year it was in Botswana and this year? Brazil, baby! I'm talking about the highly anticipated 2010 Pirelli Calendar.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:00:22 GMT";
arnews[3] += "
";
arnews[4]="Lamborghini Supercars Take the Spotlight at 2010 Pirelli Calendar Presentation
";
arnews[4] += "First of all, the man pictured above - songwriter, singer and twice Brit Award winner James Blunt, is not featured in the new 2010 Pirelli Calendar - sigh of relief... He's just one of the many celebrities that were chauffeured in Lamborghinis to Old Billingsgate, a 19th century building on the banks of the Thames in London, for the world premiere ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:33:53 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("