var arnews = new Array(7);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Goodwill Ambassador
";
arnews[0] += "Slovakian-born model Adriana Karembeu attends a press conference yesterday at the European headquarters of the United Nations in Geneva, Switzerland.";
arnews[0] += "
Publ.Date : Thu, 10 Sep 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Taylor Swift, Bruce Springsteen, Brad Paisley, The Amazing Race 15
";
arnews[1] += "In this July 2009 publicity image released by CBS, Harlem Globetrotters Herbert \"Flight Time\" Lang, left, of Brinkley, Ark., and Nathaniel \"The Big Easy\" Lofton, of New Orleans, are shown in Los Angeles.";
arnews[1] += "
Publ.Date : Wed, 09 Sep 2009 19:43:33 GMT";
arnews[1] += "
";
arnews[2]="SkyEurope sparks fears of more airline failures
";
arnews[2] += "Consumer groups want safeguards as the low-cost airline carrier SkyEurope goes into administration.";
arnews[2] += "
Publ.Date : Fri, 26 Jun 2009 00:51:04 GMT";
arnews[2] += "
";
arnews[3]="Ma Cherie d'Amour : Make French Lingerie part of your everyday life
";
arnews[3] += "Among these high quality products, one can find French Lingerie, Sleepwear, Swimwear, Bath & Body products and Skin Care lines.";
arnews[3] += "
Publ.Date : Thu, 18 Jun 2009 21:41:34 GMT";
arnews[3] += "
";
totcount = 4;
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("