var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Will Arnett To Guest Star On "Parks And Recreation" (VIDEO) - Huffingtonpost.com
";
arnews[0] += "Yes, in the short Will and Amy run into British comedy couple Peter Serafinowicz and Sarah Alexander and momentarily forget about their wives. On \"Parks and Recreation,\" Arnett will play a possible suitor for Poehler, who is currently dating a cop ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 06:40:00 GMT";
arnews[0] += "
";
arnews[1]="Harold H. Brothers - Purcell Register
";
arnews[1] += "Funeral services for Harold H. Brothers, 75, of Purcell, formerly of Norman, were held Nov. 13, 2009 at First Baptist Church in Lexington with the Rev. Rusty Canoy officiating. Interment was at the Rose Hill Cemetery in Oklahoma City under the ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:07: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("