var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tips on turning that temp job into a full-time position - Batavia Sun
";
arnews[0] += "That temporary job might not be the full-time position you want, but it could become one. Temporary hiring tends to foreshadow permanent hiring, said Meade Kelley, director of temporary services for temporary staffing companies Accountemps and ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:04:00 GMT";
arnews[0] += "
";
arnews[1]="2010 Calvin Awards: Best Breakthrough Performance - Box Office Prophets
";
arnews[1] += "This is the category BOP does in each year's Calvins that we specifically leave to the individual voters to define. We don't have hard guidelines about what qualifies for the Breakthrough Performance category. Instead, we leave the definition in the ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[1] += "
";
arnews[2]="The Office Preview: Manager And Salesman - Cinema Blend
";
arnews[2] += "Rainn Wilson, Jenna Fischer, Leslie David Baker, Brian Baumgartner, Kate Flannery, Mindy Kaling, Angela Kinsey, Phyllis Smith, Oscar Nunez, Creed Bratton, Paul Lieberstein, B.J. Novak and Ellie Kemper star.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 22:56:00 GMT";
arnews[2] += "
";
arnews[3]="Thursday at 7pm Community, 7:30pm Parks and Recreation, 8pm The Office ... - WAFF
";
arnews[3] += "When Annie (Alison Brie) starts hanging out with Britta's ex-boyfriend Vaughn (guest star Eric Christian Olsen), Britta (Gillian Jacobs) and Jeff (Joel McHale) vow to protect her. Meanwhile, Pierce (Chevy Chase) feels left out at Troy (Donald Glover ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 06:55:00 GMT";
arnews[3] += "
";
arnews[4]="THE OFFICE "Sabre" Season 6 Episode 15 - Daemon's TV
";
arnews[4] += "Take a first look at the NBC hit series THE OFFICE Sabre which airs Thursday February 4 at 9pm on NBC. Kathy Bates guest stars. Episode Synopsis: THE OFFICE \"Sabre\" Season 6 Episode 15 - When Sabre comes in to take over Dunder Mifflin, Michael ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 03:56:00 GMT";
arnews[4] += "
";
arnews[5]="CAB bringing Friedlander to campus - Bentley Vanguard
";
arnews[5] += "The Campus Activity Board’s (CAB) spring semester comedy show will feature Judah Friedlander, who plays writer Frank Rossitano on NBC’s hit comedy 30 Rock. According to CAB Comedy Chair Kevin Penley, Friedlander’s comedy act, entitled “Judah ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 12:03: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("