var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Welsh trio of price comparison sites a most trusteda
";
arnews[0] += "THE UK'S price comparison industry is now 10 years old, with Wales having a number of leading players.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:40:36 GMT";
arnews[0] += "
";
arnews[1]="Deck the halls
";
arnews[1] += "Angela Brown/Central Plains Herald-Leader...Mom Hayley Williams and her son Juelz Williams, 2, were busy preparing Christmas decorations for the holidays at their home in Portage la Prairie on Nov.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:35:59 GMT";
arnews[1] += "
";
arnews[2]=""Idol" wild child Adam Lambert readies first album
";
arnews[2] += "Adam Lambert -- the man with the outsize personality who delivered an audacious octave-and-a-half sitar-tinged purr of Johnny Cash's \"Ring of Fire\" on the most-watched TV show in the country, dodged sex toys thrown at him onstage during the \"American Idol\" tour and did it all without smearing his eyeliner -- is curled in the fetal position.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:34:57 GMT";
arnews[2] += "
";
arnews[3]="Swimmers break records
";
arnews[3] += "For many years now, our city has been fortunate to have two very well run clubs to promote the development of skills for young swimmers.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:19:57 GMT";
arnews[3] += "
";
arnews[4]="Adam Lambert: The Billboard Cover Story & Video
";
arnews[4] += "Adam Lambert. Top photo by Robert Sebree. /album/david-bowie/let-s-dance/3091 Let's Dance David Bowie For Your Entertainment Adam Lambert 'American Idol' season-eight champ talks about his new album, his upcoming tour - and what he ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:52:25 GMT";
arnews[4] += "
";
arnews[5]="Jilted lover jailed for two years for torching ex-boyfriend's car
";
arnews[5] += "A JILTED lover who firebombed her ex-boyfriend's car in a late night revenge attack has been locked up for two years.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:06:46 GMT";
arnews[5] += "
";
arnews[6]="Middle Tennessee births in September 2009
";
arnews[6] += "Justin and Sheena Shelton of Goodlettsville had a baby girl. Alyssa Brooke Shelton was born at The Women's Hospital at Centennial on Thursday, Sept.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("