var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bristol scoop second place at Students Championships
";
arnews[0] += "Athletics round-up: Great Britain international Claire Hallissey led University of Bristol to their best team result as they finished second in the British Students Cross Country Championships at Stirling University.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Imogen Thomas from Llanelli and her latest love
";
arnews[1] += "BIG Brother star Imogen Thomas has been photographed kissing and cuddling with Crimewatch presenter Rav Wilding, just weeks after splitting up with footballer Jermain Defoe.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 03:55:45 GMT";
arnews[1] += "
";
arnews[2]="Rav Wilding dating BB7's Imogen?
";
arnews[2] += "Rav Wilding has reportedly started dating former Big Brother star Imogen Thomas.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 19:34:29 GMT";
arnews[2] += "
";
arnews[3]="bb babe falls for strictly hunk rav
";
arnews[3] += "STRICTLY star Rav Wilding has found a new partner to tango with - former Big Brother beauty Imogen Thomas.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 07:16:25 GMT";
arnews[3] += "
";
arnews[4]="Friday Early Obits and News
";
arnews[4] += "Ms. Reid was one of daytime television's most enduring performers, who played the family matriarch Alice Horton on the soap opera \"Days of Our Lives.\" [ TM ] Daytime Emmy Award Winner and Broadway Star Frances Reid Dies at 95 [ TM ] Actress Lindsay Thomas Dies at 31 News: [ TM ] Matt Servitto to Join Keir Dullea in Keen Company's I Never Sang for ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 13:16:03 GMT";
arnews[4] += "
";
arnews[5]="Local athletics finally gets a massive cash injection
";
arnews[5] += "ATHLETICS: With the London Olympic Games just over two years away, track and field athletics in Bristol has been given a huge boost.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Stroud's Tom Curr cruises to victory in the Midland Cross Country Championships
";
arnews[6] += "A NEW year and a new attitude ensured normal service was resumed as Tom Curr cruised to victory in the Midland Cross Country Championships.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 12:37:44 GMT";
arnews[6] += "
";
totcount = 7;
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("