var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sarah Chalke to Star in ABC's Freshmen - Coming Soon!
";
arnews[0] += "\"Scrubs\" star Sarah Chalke will star in ABC's upcoming comedy, \"Freshmen,\" from \"How I Met Your Mother\" executive producer Greg Malins and Arianna Huffington. The 20th TV project centers on the friendship of three freshmen members of Congress -- two ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 07:38:00 GMT";
arnews[0] += "
";
arnews[1]="Sarah Chalke to star in ABC pilot - YAHOO!
";
arnews[1] += "LOS ANGELES (Hollywood Reporter) – \"Scrubs\" star Sarah Chalke is returning to ABC with another comedy project. Chalke has joined the cast of \"Freshmen,\" which centers on the friendship of three freshmen members of Congress -- two men and a woman ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 03:34:00 GMT";
arnews[1] += "
";
arnews[2]="Pilot Intel: Sarah Chalke joins ABC's 'Freshman' - Entertainment Weekly Online
";
arnews[2] += "Sources confirm that Sarah Chalke has landed the female lead in the ABC comedy pilot Freshman . The Scrubs vet will play Jane, a smart and funny freshman congresswoman who excels at pretty much everything except ( drumroll … ) relationships! Exec ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 22:05:00 GMT";
arnews[2] += "
";
arnews[3]="Sarah Chalke Cast as ABC's 'Freshman' - Tvsquad.com
";
arnews[3] += "One of those three young politicians will be Sarah Chalke, formerly of 'Scrubs.' Can I tell you how embarrassed I was when 'Scrubs' started that I didn't realize that Chalke was the girl who took over in the role of Becky Conner (from Lecy Goranson ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[3] += "
";
arnews[4]="'Scrubs' Star Sarah Chalke Lines Up for 'Freshmen' - Buddytv.com
";
arnews[4] += "It sounds as though she's bringing a bit of her former Scrubs character with her on this one. Sarah Chalke has been given the role of Jane, a Congresswoman who is a great success with her career but is a total mess when it comes to relationships. The ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 02:43:00 GMT";
arnews[4] += "
";
arnews[5]="Sarah Chalke Signed For ABC Comedy Pilot - Cinema Blend
";
arnews[5] += "Fans of Scrubs will likely be pleased to learn that Sarah Chalke is set to star in an ABC comedy pilot. The pilot comes from How I Met Your Mother exec producer Greg Malins and Arianna Huffinton. The Hollywood Reporter posted the news, stating that ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 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("