var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Borscht Film Festival
";
arnews[0] += "If the Borscht Film Festival were a character in a Hollywood film, it would be John Matrix from Commando .";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:44:10 GMT";
arnews[0] += "
";
arnews[1]="Virtual Catalog kicks off holiday season
";
arnews[1] += "It's that time of year When the world falls in love ... When the Virtual Catalog launches at the MLB.com Shop -- signaling the official start to another season of holiday shopping.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Are you a spectacle?
";
arnews[2] += "More than ever, glasses make a statement -- and designer Robert Marc knows exactly what they say.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:53:22 GMT";
arnews[2] += "
";
arnews[3]="Mining for mineral makeup
";
arnews[3] += "It seems like every time I turn on the TV, some brand or another is being hawked on an infomercial.";
arnews[3] += "
Publ.Date : Fri, 21 Sep 2007 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Reaching Millions
";
arnews[4] += "What does Ashton Kutcher, Lisa Ling, Denise Richards & Alyssa Milano have in common? With a combined captive twitter audience of over 5,747,756 , Ashton, Lisa, Denise & Alyssa were able to reach out socially on twitter for a purpose.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 01:18:14 GMT";
arnews[4] += "
";
arnews[5]="Tracked Down: Ben Affleck, Jon Hamm, Kendrick Perkins and more...
";
arnews[5] += "\"The Town\" titan Ben Affleck with co-stars Jon Hamm, Chris Cooper and Jeremy Renner filming casino scenes for their flick at the Mohegan Sun .";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 11:08:57 GMT";
arnews[5] += "
";
arnews[6]="What Does Innovative Social Engagement Look Like For Businesses and Governments?
";
arnews[6] += "I've been thinking about the topic of Government 2.0 a lot lately. Part of this topic deals with the multi-directional engagement between government and citizens.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 21:21:25 GMT";
arnews[6] += "
";
arnews[7]="Alyssa Milano and George Segal have new gigs
";
arnews[7] += "She has signed on for a guest stint on ABC's quirky detective drama \"Castle.\" Photo credit: AP Photo/Carlo Allegri ** FILE ** In this Feb.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 07:19:16 GMT";
arnews[7] += "
";
arnews[8]="Alyssa Milano is Queen of the Castle
";
arnews[8] += "Nathan Fillion has finally found a steady acting gig in Castle, and as further proof that his show is starting to thrive, Entertainment Weekly reports that the ABC series has landed its first big-name guest star: Alyssa Milano.";
arnews[8] += "
Publ.Date : Mon, 16 Nov 2009 12:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("