var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Transcriptional regulatory code of a eukaryotic genome
";
arnews[0] += "Abstract DNA-binding transcriptional regulators interpret the genome's regulatory code by binding to specific sequences to induce or repress gene expression1.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:09:27 GMT";
arnews[0] += "
";
arnews[1]="Ellis will run for Mayor in 4 years.
";
arnews[1] += "\"Yes..I will run again for Albany Mayor.\" Less than three weeks after Corey Ellis lost his bid for Mayor of Albany in the General Election, the outgoing Third Ward Common Council member tells CBS 6's Ken Screven he will seek the office again in four years.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:47:14 GMT";
arnews[1] += "
";
arnews[2]="CB Josh Wilson doubtful because of a concussion
";
arnews[2] += "The Seahawks have not released their injury report yet, but it's uncertain whether cornerback Josh Wilson will be available.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:15:33 GMT";
arnews[2] += "
";
arnews[3]="Start 'em or sit 'em
";
arnews[3] += "Let's hope this week's Thursday night game is bit more watchable than last week's after school special starring Jay Cutler as Ryan Leaf.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Alan Ball to Start at Safety; Week 11 NFL Picks and Fantasy Predictions
";
arnews[4] += "The Cowboys announced that 4th string corner and backup safety, Alan Ball, will start in place of Ken Hamlin on Sunday.A I think that is the right move for the Cowboys.A We have seen what Pat Watkins can do at free safety.A Ball is a rangy player who will take some chances back there.A Maybe will finally see an interception from the position.A One ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:55:28 GMT";
arnews[4] += "
";
arnews[5]="Start 'Em, Sit 'Em: Week 11
";
arnews[5] += "Let's hope this week's Thursday night game is bit more watchable than last week's after school special starring Jay Cutler as Ryan Leaf.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 01:29:24 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("