var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Actor and reality TV star to host lottery game show - Lansing State Journal
";
arnews[0] += "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[0] += "
Publ.Date : Fri, 05 Feb 2010 08:19:00 GMT";
arnews[0] += "
";
arnews[1]="Wonderful Pistachios 'Get Crackin' advertising campain drives 233 ... - FreshPlaza
";
arnews[1] += "... Torres; Brady Bunch alum Christopher Knight and America’s Next Top Model wife Adrianne Curry; Jackass prankster Wee-Man; The Sopranos actor Vincent Pastore; former Miss South Carolina Teen USA Lauren Caitlin Upton; the Denny quintuplets ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 16:43:00 GMT";
arnews[1] += "
";
totcount = 2;
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("