var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie review: Broken Hill -- 2 out of 5 stars
";
arnews[0] += "There are pleasures in the inoffensive little Aussie coming-of-age romance Broken Hill.";
arnews[0] += "
Publ.Date : Fri, 18 Sep 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Alexa Vega engaged
";
arnews[1] += "Former Ruby & The Rockits star Alexa Vega and her producer boyfriend Sean Covel are getting married! According to Hot Springs Star, the 21-year-old actress and 33-year-old producer are set to tie the knot in Black Hills, South Dakota next year! Sean revealed to the paper about his plans to propose to Alexa, saying, \"I planned to propose in a grove ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:50:20 GMT";
arnews[1] += "
";
arnews[2]="Arrington on CrunchPad: "...big news on that, shortly."
";
arnews[2] += "November 16, 2009, 09:09 AM - Remember Mike Arrington's CrunchPad? Last June we were told it was nearly ready for launch and we'd know more in July.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 17:32:18 GMT";
arnews[2] += "
";
arnews[3]="Bishop Montgomery efficient in volleyball playoff opener
";
arnews[3] += "That's all it took for the Bishop Montgomery girls volleyball team to assert itself as a CIF Southern Section Division II-AA contender.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Welcome Home, Jenny Sutter' a difficult re-entry
";
arnews[4] += "\"An Education,\" the story of a London teenager's coming of age in the epoch just before the Beatles, stars Carey Mulligan.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 21:01:38 GMT";
arnews[4] += "
";
arnews[5]="Movie review: Broken Hill -- 2 out of 5 stars
";
arnews[5] += "There are pleasures in the inoffensive little Aussie coming-of-age romance Broken Hill.";
arnews[5] += "
Publ.Date : Fri, 18 Sep 2009 07:00:00 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("