var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How International Banking Works
";
arnews[0] += "Please copy/paste the following text to properly cite this HowStuffWorks article: Barrymore, John.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:28:34 GMT";
arnews[0] += "
";
arnews[1]="Newport seal backs to the wall win
";
arnews[1] += "THEIR bodies will be battered, bruised and aching but Newport wona TMt care after a rip-roaring win over English full-timers Exeter at Rodney Parade last night.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:37:44 GMT";
arnews[1] += "
";
arnews[2]="Chiefs lose the battle
";
arnews[2] += "IT was 97 years since Exeter Rugby Club last visited Newport's Rodney Parade. Let's just say the Devon club won't be in any rush to head back to the Principality in the near future.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:37:40 GMT";
arnews[2] += "
";
arnews[3]="Same turkey, only different
";
arnews[3] += "I'm not into stunt cooking. If there's a basic way to prepare a meal or a dish, I'm more than happy to try that method first.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="New on DVD: 'Angels & Demons,' 'Funny People' and 'The 2000 Year Old Man'
";
arnews[4] += "Hanks returns as symbologist Robert Langdon in this exciting sequel to \"The Da Vinci Code.\" He must decipher ancient clues to find an anti-matter bomb before it blows up the Vatican.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:00:28 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("