var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Christa Allan Reads Prologue from Her Debut Novel
";
arnews[0] += "Christa Allan learned in High School she could escape the harsh realities of life with words.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:06:43 GMT";
arnews[0] += "
";
arnews[1]="UFC releases Octagon Girls photo gallaries and it is hot
";
arnews[1] += "Here are some lovely photos of the sweet Ocaton Girl's from the UFC. All photos courtesy UFC.com Octagon Girl Photo Galleries: Arianny Celeste Click to see UFC Octagon Girl Arianny's photos.";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Provincial high school soccer champions
";
arnews[2] += "Provincial high school soccer champions: Winning the provincial varsity girls AAA high school soccer championship in Miramichi on the weekend were the Fredericton High School Black Kats, defeating Sussex Regional High 2-1 in the final.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 12:15:02 GMT";
arnews[2] += "
";
arnews[3]="The Record, Nov. 8
";
arnews[3] += "Delni J. Rasmussen and Randal A. Sreekumar Kolasani and Peddi Neelima Nicole C. Paquette Rosseter and John Paquette Rosseter Jeanette K. Van Haren and Jeremy R. Steven R. Brady and Pamela D. Patricia A. Cauley and Thomas H. Jr.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 08:35:22 GMT";
arnews[3] += "
";
arnews[4]="Red Bandits pull off soccer huge upset, beat White Lightning 4-2
";
arnews[4] += "The Red Bandits pulled off the biggest upset of the season, doubling up on the previously undefeated White Lightning by a score of 4-2 at Seton Park.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 04:02:20 GMT";
arnews[4] += "
";
arnews[5]="Kat Von D talks The Bleeding at the Filma s LA Premiere
";
arnews[5] += "This scribe hit the red carpet for the Los Angeles premiere of Crush Film's The Bleeding last night at Sunset 5 in Hollywood, CA, and chatted with the film's co-star and tattoo artist extraordinaire Kat Von D of the reality series LA Ink.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 09:40:11 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("