var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Roush Fenway's Carl Edwards captures pole for Nationwide race at Homestead
";
arnews[0] += "Roush Fenway Racinga s Carl Edwards won the pole for Saturday's NASCAR Nationwide Series Ford 300 at Homestead-Miami Speedway.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:44:07 GMT";
arnews[0] += "
";
arnews[1]="Richard Dawkins: You Ask The Questions Special
";
arnews[1] += "The scientist, author and campaigning atheist answers your questions, such as 'What would you say at the gates of heaven?' In the beginning was ...? ALAN BROADHURST, Nottingham Simplicity.";
arnews[1] += "
Publ.Date : Tue, 05 May 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Scotland A 38 - 7 Tonga : Greig Laidlaw enjoys a Gala day as Scots crush Tongans
";
arnews[2] += "By COLIN RENTON EDINBURGH scrum half Greig Laidlaw was today reflecting on an outstanding contribution to the stylish 38-7 win posted by Scotland A over Tonga.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:27:13 GMT";
arnews[2] += "
";
arnews[3]="Graham's Grits are losing ground
";
arnews[3] += "Over the past few weeks and since last weekend's annual Liberal convention, it's becoming more and more apparent that even die-hard Liberals are taking the 'turtle approach' when it comes to the proposed NB Power sell-out. Last weekend we saw many party members firmly stating that they were in complete disagreement with the proposed NB Power sale ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:36:49 GMT";
arnews[3] += "
";
arnews[4]="Will FREX site turn into residential area?
";
arnews[4] += "The City of Fredericton and Fredericton Exhibition Ltd. are talking about relocating the annual fall fair and Fredericton Raceway to a new location.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:33:27 GMT";
arnews[4] += "
";
arnews[5]="Celebrity interviews: Kelly Macdonald's suitcase skills are...
";
arnews[5] += "JUGGLING a career with motherhood can be a challenge - especially when your job as an A-list actress involves flying to the other side of the world at the drop of a hat.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00: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("