var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Entertainment
";
arnews[0] += "Brad Pitt and Angelina Jolie to sue over split claims Hollywood power couple Angelina Jolie and Brad Pitt are taking legal action against a British tabloid that reported the couple was going to break up.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:29:25 GMT";
arnews[0] += "
";
arnews[1]="Sterling shows no love for 'Open Hearts' copies
";
arnews[1] += "Sterling Jewelers has filed two more copyright-infringement lawsuits in an effort to protect the popular, and profitable, \"Open Hearts by Jane Seymour\" line of jewelry it sells at its stores nationwide, court papers show.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:37:00 GMT";
arnews[1] += "
";
arnews[2]="A heart-to-heart
";
arnews[2] += "Actress Jane Seymour is quite an accomplished artist, too. These days, she's following a life-changing passion openly and fervently.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:20:45 GMT";
arnews[2] += "
";
arnews[3]="MomentumA Fight I'D Like to See
";
arnews[3] += "The first time I was called a \"content provider,\" I knew things were all downhill from there.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:46:38 GMT";
arnews[3] += "
";
arnews[4]="Chili Champs: Cook off brings feel of south of the border Feb 8, 2010
";
arnews[4] += "Coleman resident Father Martin dePorres eats a bowl of chili Saturday night during the fifth Annual George Dalton Chili Cook-off at the Isabella Community Soup Kitchen, 621 S. Adams St.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 12:41:40 GMT";
arnews[4] += "
";
arnews[5]="People brave cold weather to attend social events
";
arnews[5] += "Despite last weekend's bleak sky with buckets of rain and flutters of snow flakes, the on-the-towners were out and about.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 10:52:37 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("