var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TJC Blanks Lewis & Clark To Earn Championship Berth
";
arnews[0] += "By JOE BUIE Staff Writer Apparently, the Tyler Junior College women's soccer coach can get enough of a good thing.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:40:29 GMT";
arnews[0] += "
";
arnews[1]="Gamezone: 'Dragon Age: Origins'
";
arnews[1] += "Canadian developer BioWare, the creative force behind publisher EA's latest game, \"Dragon Age: Origins\" as well as \"Mass Effect\" and \"Star Wars: Knights of the Old Republic,\" knows a thing or two about spinning epic tales and creating games that push the boundaries of interactive entertainment in terms of their scope and depth.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:00:00 GMT";
arnews[1] += "
";
arnews[2]="Tarno, Newton Combine To Propel Apache Ladies To Thrilling OT Win
";
arnews[2] += "By JOE BUIE Staff Writer In two years, sophomores Scarlett Tarno and Cara Newton have set a standard of excellence at Tyler Junior College that will be hard to top.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:22:13 GMT";
arnews[2] += "
";
arnews[3]="Painting class offers colorful activity for home-schooled children
";
arnews[3] += "Barbara Simon of Greenbelt teaches Abrielle Pearson , 6, of Lanham and Tiffany Bland, 7, of Hyattsville during Simon's painting class at the Greenbelt Methodist Church on Tuesday afternoon.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 13:26:22 GMT";
arnews[3] += "
";
arnews[4]="BASKETBALL: Round up - 18.11.09
";
arnews[4] += "After last week's disappointing defeat in London, Glyndwr Nets returned to winning ways with a well earned 81-75 victory over Medway Park Crusaders in Division Two.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 18:59:08 GMT";
arnews[4] += "
";
arnews[5]="How to get a good divorce
";
arnews[5] += "'He may as well be dead.\" This was 2002, when almost one in two marriages broke up, but for Terry, a Catholic friend, it was out of the question for me to marry a divorcee.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 00:35:29 GMT";
arnews[5] += "
";
arnews[6]="Heidi Montag Wanted Cash To Attend Sister's Birthday Party
";
arnews[6] += "Whatever happened to the good old days when family was more important than finances? Holly Montag celebrated her 26th Birthday at Empire Hollywood in Los Angeles on Saturday night, but notably absent from the festive affair was Holly's little sis, Heidi Montag and her hubby Spencer Pratt .";
arnews[6] += "
Publ.Date : Tue, 20 Oct 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="How to get a good divorce
";
arnews[7] += "'He may as well be dead.\" This was 2002, when almost one in two marriages broke up, but for Terry, a Catholic friend, it was out of the question for me to marry a divorcee.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 17:08:58 GMT";
arnews[7] += "
";
totcount = 8;
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("