var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BLADES: Sheffield United winger heading for Wales in 500,000 deal
";
arnews[0] += "By James Shield SHEFFIELD United winger David Cotterill is expected to hold talks with Swansea City after the two clubs agreed a fee for the Wales international, The Star can reveal.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Green-building Growing, More Jobs, More Buyer Interest
";
arnews[1] += "According to a new study from the U.S. Green Building Council and Booz Allen Hamilton, construction in the green-building industry will support 7.9 million jobs over the next four years while pumping into the American economy $554 billion.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:06:02 GMT";
arnews[1] += "
";
arnews[2]="Inferno almost claimed six lives
";
arnews[2] += "LUCKY TO BE ALIVE: Marcus Green, left, and William Waring, both of Northern Ireland, leaning on a burnt-out car outside the smouldering rubble of a house destroyed by fire yesterday.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:26:48 GMT";
arnews[2] += "
";
arnews[3]="Sheffield United winger heading for Wales in 500,000 deal
";
arnews[3] += "By James Shield SHEFFIELD United winger David Cotterill is expected to hold talks with Swansea City after the two clubs agreed a fee for the Wales international, The Star can reveal.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 14:47:41 GMT";
arnews[3] += "
";
arnews[4]="Give us your X Factor theme night ideas
";
arnews[4] += "We've had some shockers in this series a ' and we haven't even endured Wham night yet - so how would you reverse the trend? Does the X Factor really hate us enough to subject us to Olly's interpretation of a Wham classic? Photograph: Ken McKay / Rex Features Has X Factor has become such an unstoppable juggernaut that it's now deliberately ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:02:05 GMT";
arnews[4] += "
";
totcount = 5;
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("