var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Video: Christopher Knight, a.k.a. Peter Brady, promotes 'Make Me Rich ... - MLive.com
";
arnews[0] += "Christopher Knight's media blitz Thursday included a stop at The Press. My day on Thursday started with Christopher Knight, who played Peter Brady on the popular '70s sitcom \"The Brady Bunch,\" and you can safely say it ended with Peter Brady still on ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 05:20:00 GMT";
arnews[0] += "
";
arnews[1]="Art review: 'Rachel Whiteread Drawings' at UCLA Hammer Museum - Los Angeles Times Blogs
";
arnews[1] += "As a sculptor, Rachel Whiteread has pretty much taken a single, elegant idea and turned it around and around in innumerable ways, both expected and not. Using plaster, resin, concrete and other materials, she mostly makes casts of domestic objects or ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 23:56:00 GMT";
arnews[1] += "
";
arnews[2]="Celebrities, athletes give their Super Bowl picks - Covers.com
";
arnews[2] += "As Super Bowl XLIV draws closer, everyone - and we mean everyone - is weighing in on just who will emerge victorious and why. Golfing legends Arnold Palmer and Jack Nicklaus also cited Manning as the reason why the Colts would win, while professional ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 15:43:00 GMT";
arnews[2] += "
";
arnews[3]="Art review: 'After 1968' at California African American Museum - Los Angeles Times Blogs
";
arnews[3] += "Nadine Robinson's \"Coronation Theme: Organon\" is a great, rumbling wall of potential power, a majestic ode to past blood, sweat and tears and a firm promise of future might. Twenty-eight powerhouse audio speakers are stacked high against a wall, the ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 18:02:00 GMT";
arnews[3] += "
";
arnews[4]="'Brady Bunch' star to host Michigan Lottery game show - Lansing State Journal
";
arnews[4] += "LANSING -- Many baby boomers first met Christopher Knight during the first run of “The Brady Bunch,” a Friday night TV staple from 1969 to 1974. Gen X became acquainted with Peter Brady and his blended family during endless cable reruns. And Gen ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 19:19:00 GMT";
arnews[4] += "
";
arnews[5]="Actor and reality TV star to host lottery game show - Lansing State Journal
";
arnews[5] += "Many Boomers first met Christopher Knight during the first run of \"The Brady Bunch,\" a Friday night TV staple from 1969 to 1974. Gen X became acquainted with Peter Brady and his blended family during endless cable reruns. And Gen Y may recognize the ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:19:00 GMT";
arnews[5] += "
";
arnews[6]="Wonderful Pistachios 'Get Crackin' advertising campain drives 233 ... - FreshPlaza
";
arnews[6] += "It’s official. There’s a new favorite nut on the block and it’s making its competition green with envy. After the pistachio industry’s first television campaign aired October through December 2009, Paramount Farms’ Wonderful Pistachios ...";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 16:43:00 GMT";
arnews[6] += "
";
totcount = 7;
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("