var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Miranda shines in sexy, sassy designs
";
arnews[0] += "David Jones fashion ambassador Miranda Kerr and other models on the catwalk at the David Jones Autumn/Winter 2010 fashion launch at Horden Pavilion, Sydney.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:40:37 GMT";
arnews[0] += "
";
arnews[1]="February 9, 2010: Single digit days remain until Baseball
";
arnews[1] += "Posted by Christine E. at 6:34 pm in Baseball , Random Thoughts , Red Sox Congrats to the Saints, BTW-not that it mattered to me one way or the other But I did find out that their head coach was born and raised in the same town I was-which is pretty cool.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:54:12 GMT";
arnews[1] += "
";
arnews[2]="January 20 obituaries
";
arnews[2] += "Ruby M. Brown Ruby M. Brown, 94, of Marshall, died Tuesday, Jan. 12, 2010. Ruby was born Dec.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Kerasotes Theatres Glen 10
";
arnews[3] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box Crazy Heart Jeff Bridges finds the perfect vehicle for his lazy charm and bitter irony in the role of Bad Blake, a washed-up country star Century 12 and CineArts 6 , Crown Village 18 , ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:14:47 GMT";
arnews[3] += "
";
arnews[4]="Niles ShowPlace 12
";
arnews[4] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Avatar: An IMAX 3D Experience More than a decade in the making, James Cameron's 3-D fantasy about a colony of human astronauts hoping to plunder an alien rainforest Navy Pier IMAX Theatre The ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:14:31 GMT";
arnews[4] += "
";
arnews[5]="Area Swimming Journal
";
arnews[5] += "The district swim meet went well for the Keller schools, as Keller High School won the district championship on the boys and girls sides, and Central and Fossil Ridge also have a number of swimmers moving on to region.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:05:52 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("