var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Jon and Kate Plus 8': Jon Gosselin and Kate Major - lawsuits, Ed ... - Examiner
";
arnews[0] += "The possible lawsuit concerning 'Jon and Kate Plus 8' star, Jon Gosselin vs. Kate Major has been making headlines all week and has gotten the attention of many people, including talk show host, Chelsea Handler. In a new blog - exclusively for E ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:30:00 GMT";
arnews[0] += "
";
arnews[1]="Chelsea Handler Blog: Assisting Jon Gosselin - Entertainment Online
";
arnews[1] += "Back in June, Jon and Kate allegedly reached an \"agreement\" that she would work for him as his personal assistant. Kate claims Jon told her that she would earn a percentage from his accounts. Reportedly she quit her job under the assumption that she ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:59:00 GMT";
arnews[1] += "
";
arnews[2]="Playboy Splits December Cover: Chelsea Handler Vs. Joanna Krupa ... - Huffingtonpost.com
";
arnews[2] += "Playboy has split its December cover between Chelsea Handler, who quit drinking for 'a day and a half' to prepare for her shoot, and swimsuit model/'Dancing with the Stars' contestant Joanna Krupa, who was empowered by hers . Inside both versions ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:45:00 GMT";
arnews[2] += "
";
arnews[3]="Chelsea Handler's advice for the impending Holidays - Monsters and Critics
";
arnews[3] += "Chelsea Handler is a unique talent who combines sexy with satire, and has brilliant timing instincts that let her guests on her hip talk show \"Chelsea Lately\" do themselves in often times by their own words. 10/24/2009 - Chelsea Handler - Chelsea ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 19:44:00 GMT";
arnews[3] += "
";
arnews[4]="What You Missed Last Night: Chelsea Handler explains why she called in ... - Tvsquad.com
";
arnews[4] += "For the first time ever, Chelsea Handler called in sick the other night. On last night's show she came in to explain what happened (and infect everyone on her staff, apparently). She gets in a funny jab at her older boyfriend too. Oddly, even though ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 18:29:00 GMT";
arnews[4] += "
";
totcount = 5;
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("