var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Snakes star in jewelry line from Pitt and Jolie
";
arnews[0] += "Hollywood power couple Brad Pitt and Angelina Jolie are trying their hand at something new to dazzle their fans -- designing a jewelry collection.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:07:20 GMT";
arnews[0] += "
";
arnews[1]="50 Cent 'sees himself settling down'
";
arnews[1] += "In an interview with MTV News , the rapper explained that he might have different priorities later on in his life.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:04:06 GMT";
arnews[1] += "
";
arnews[2]="Catholic Charities offers adoption, other services in Erie diocese
";
arnews[2] += "For more than 50 years, Catholic Charities has helped families, Catholic and non.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:32:39 GMT";
arnews[2] += "
";
arnews[3]="'Oprah Winfrey Show' coming to an end
";
arnews[3] += "T he Oprah Winfrey Show , an iconic broadcast that grew over two decades into a daytime television powerhouse and the foundation of a multibillion-dollar media empire, will end its run in 2011 after 25 seasons on the air, Winfrey's production company, said Thursday night.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:30:45 GMT";
arnews[3] += "
";
arnews[4]="Big Business For A 'New Moon' Romance
";
arnews[4] += "Are they or aren't they a couple? That's the multimillion-dollar question fueling the \"Twilight\" franchise.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:09:38 GMT";
arnews[4] += "
";
arnews[5]="50 Cent Sees Himself Settling Down With A Family 'At The Right Time'
";
arnews[5] += "Fif said the role wasn't too much of a stretch. \"I would actually yell at Kelly,\" Fif laughed.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:47:00 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("