var arnews = new Array(6);
totcount = 1;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Beauty finalist Carrie 'over the moon' - This is South Devon
";
arnews[0] += "The winner of Miss Universe GB in 2008 was Lisa Lazarus from Llanelli in South Wales, who has recently had a starring role in hit Bollywood movie, Veer. The winner of Miss Universe Gb will receive a prize package including an all expenses paid three ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 09:11:00 GMT";
arnews[0] += "
";
totcount = 1;
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("