var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Entertainment | Julia Roberts, Ringo Starr, Charlie Sheen, Sandra Bullock, Matt Damon, Taylor Lautner
";
arnews[0] += "\"KBA 62\" by Danish artist Robert Jacobsen is on display at the exhibition \"Le Mouvement.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:33:45 GMT";
arnews[0] += "
";
arnews[1]="Ulrich a force for Lucas-Luray girls
";
arnews[1] += "Six years ago, Joyce Fleming, then the Lucas-Luray girls' basketball assistant coach, walked up to head coach Bryan Weatherman.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:14:25 GMT";
arnews[1] += "
";
arnews[2]="Shearwater among areas cops probing
";
arnews[2] += "Some unsolved murders of women that occurred during the years Col. Russell Williams was stationed in Shearwater: *Andrea King, 18, of British Columbia was last heard from on New Year's Day 1992 when she called home from the Halifax airport.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:09:09 GMT";
arnews[2] += "
";
arnews[3]="Duke 79, North Carolina 51
";
arnews[3] += "There were few moments in Monday nighta s nationally-televised game that the Duke womena s basketball team didna t own against rival North Carolina.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:25:15 GMT";
arnews[3] += "
";
arnews[4]="Jimmy Kimmel Never Called Sarah Silverman Pretty, and Now He Will Pay
";
arnews[4] += "Sarah Silverman unleashes the rage of a thousand indignant female fans on an ex-boyfriend. Brangelina sues News of the World for the break-up rumor.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:49:39 GMT";
arnews[4] += "
";
arnews[5]="Duke women dominate Tar Heels
";
arnews[5] += "There were few moments in Monday's nationally-televised game that the Duke women's basketball team didn't own against rival North Carolina.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:22:19 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("