var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Canada's mad hatter
";
arnews[0] += "Crossing gender lines, the black Liberty cabbie's bowler hat is reminiscent of the Bailey of Hollywood Hats worn by hipster Benji Madden of Good Charlotte.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:32:39 GMT";
arnews[0] += "
";
arnews[1]="Deaths November 21
";
arnews[1] += "Charles Bethea MINT HILL - Charles Gerald Bethea, 67, died Thursday at Presbyterian Hospital in Charlotte.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:02:41 GMT";
arnews[1] += "
";
arnews[2]="Good faces for radio: Unmasking the broadcasters
";
arnews[2] += "Peter Donaldson, one of many familiar voices we welcome into our homes, is leaving Radio 4. Who are the personalities behind the microphone? By Terry Kirby Peter Donaldson Until their retirement, Peter Donaldson and Brian Perkins were the pre-eminent voices of the Today programme, waking the nation and the world with tones that epitomised the ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:13:15 GMT";
arnews[2] += "
";
arnews[3]="Singer Madden says Richie out of hospital
";
arnews[3] += "Ex-reality TV star Nicole Richie is out of a Los Angeles hospital and at home recovering from pneumonia, her boyfriend, Good Charlotte singer Joel Madden , says.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:53:29 GMT";
arnews[3] += "
";
arnews[4]="Person Shot Multiple Times in Lancaster 2 hrs ago
";
arnews[4] += "One person was shot behind an apartment building on Pardue STreet in Lancaster, South Carolina.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:22:09 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("