var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Interview: Steve Coogan, actor and comedian
";
arnews[0] += "He may have been crowned king of the underworld, but Steve Coogan admits he has yet to make it big in America.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:40:35 GMT";
arnews[0] += "
";
arnews[1]="In the Spotlight
";
arnews[1] += "Courtney Sepich, Delran, Swimming Courtney has been in the swimming spotlight just about since she was born, with her father Bill a well-known coach and older brother Billy a well-known swimmer.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:20:12 GMT";
arnews[1] += "
";
arnews[2]="Christendom duo celebrates with It's All About Love
";
arnews[2] += "Robert and Jenieve Bailey. - Contributed Gospel artistes Robert and Jenieve Bailey host their sixth annual Valentine's Day concert, It's All About Love, at the Courtleigh Auditorium on Sunday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:43:41 GMT";
arnews[2] += "
";
arnews[3]="Ain't much love for Courtney Love
";
arnews[3] += "The 45-year-old rock chick Courtney Love is having a few bad months, preceded by a few bad years and some bad decisions along the way.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:24:48 GMT";
arnews[3] += "
";
arnews[4]="Interview: Steve Coogan, musician
";
arnews[4] += "'I'D QUITE like X-ray vision,\" decides Steve Coogan. \"Not right all the way through to the bone though, I don't want vision that is completely X-ray. I'd have to have the power to turn it on and off too, because I don't want to see everyone in X-ray a ' my god, that would be a curse.\" Even when considering what godlike power he would most like to ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Kurt Cobain's Daughter Frances Bean to Make Recording Debut
";
arnews[5] += "It looks like FRANCES BEAN COBAIN, the daughter of COURTNEY LOVE and the late KURT COBAIN, will make her recording debut soon.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 21:11:13 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("