var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Audio Reviews
";
arnews[0] += "Macmillan , unabridged, four CDs, TK hrs., $24.95 ISBN 978-1-4272-0689-3 Lowlifes have never had it this good.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:51:27 GMT";
arnews[0] += "
";
arnews[1]="Malcolm in the Middle
";
arnews[1] += "Created and executive-produced by Emmy Award-winning writer Linwood Boomer, this inventive half-hour series is seen through the eyes of MALCOLM , a regular high school kid trying to navigate his way through life despite the various obstacles thrown in his way - a complete misunderstanding of girls, the constant burden of masterminding plans to get ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:21:14 GMT";
arnews[1] += "
";
arnews[2]="Fitch Rates Roseville, California's $27.8MM Electric System COPs 'A+'; Outlook Stable
";
arnews[2] += "Fitch Ratings has assigned its 'A+' rating to the $27.8 million City of Roseville electric system revenue refunding certificates of participation , series 2009A.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 22:20:02 GMT";
arnews[2] += "
";
arnews[3]="Voters cast their ballots today
";
arnews[3] += "Election Day is underway in East Hampton and Southampton towns and a heated campaign season will come to an end when the polls close at 9 p.m. tonight.";
arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 22:49:55 GMT";
arnews[3] += "
";
arnews[4]="Todd DiCurcio and Ed Westwick Pull at Our Heartstrings
";
arnews[4] += "This past Saturday night, artist Todd DiCiurcio presented \"Heartstrings,\" his latest exhibition of portraits at Confederacy on Hollywood.";
arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 22:25:49 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("