var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Devi Kroell One-of-a-kind Barbie Doll Raises $1,075 in CFDA Charity Auction
";
arnews[0] += "The eBay charity auction generated over $16,500 benefiting the CFDA Foundation's educational initiatives and scholarship program in fashion.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:07:59 GMT";
arnews[0] += "
";
arnews[1]="Pawlenty plays courier for Texas donor
";
arnews[1] += "In a recent swing to Alabama, Gov. Tim Pawlenty played courier for Texas Republican millionaire Bob Perry , the man behind the anti- John Kerry swiftboat ads and Minnesota ads against a former Pawlenty rival.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:40:31 GMT";
arnews[1] += "
";
arnews[2]="Girls basketball: Catonsville saves best for last
";
arnews[2] += "Maya Torain, shown grabbing a rebound away from Garrison Forest's Shaniya Rentie, left, and teammate Ali Flax helped the Comets' to a 71-50 win during the Holly & Hoops basketball tournament in December.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:52:54 GMT";
arnews[2] += "
";
arnews[3]="Gardens 1-6
";
arnews[3] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box The Hurt Locker Kathryn Bigelow's heart-stopping Iraq war drama follows a U.S. army bomb squad around Baghdad as it defuses IEDs, a job that places the Cinemark Movies 10 and Logan ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:20:43 GMT";
arnews[3] += "
";
arnews[4]="Tim Pawlenty 'played bagman' to Texas Swift Boat millionaire
";
arnews[4] += "Rachel E. Stassen-Berger over at the Strib broke the news that Tim Pawlenty carried a $100,000 check from Texas to Alabama for millionare Bob Perry.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:49:20 GMT";
arnews[4] += "
";
arnews[5]="Still Friends but are they still successful?
";
arnews[5] += "REJECTION, divorce, drugs and weight problems - as Jennifer Aniston celebrates her 41st birthday amid talk of a reunion film we tell of the cast's fortunes after the show ended.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 14:48:29 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("