var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Atkin slashed a " not many hurt in SA
";
arnews[0] += "The bombshell that Tim Atkin's weekly wine column in the Observer is to be \"slashed\" to a three item laundry list may have SA marketers reevaluating their guest list for the FIFA 2010 freebee in SA, but exporters need not fear a collapse of sales in Blighty as a consequence.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:32:56 GMT";
arnews[0] += "
";
arnews[1]="Joachim Low attended the Euro 2012 draw at the weekend
";
arnews[1] += "Perfect bracket could win you $5,000 cash! First select which two teams will advance out of each the eight groups.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:31:57 GMT";
arnews[1] += "
";
arnews[2]="Rockies' Stewart ready for big year
";
arnews[2] += "Remember the \"good old days\" when owning a Colorado Rockies starter meant a lot of home runs, runs and RBIs? The \"Blake Street Bombers\" with Andres Galarraga, Larry Walker, Vinnie Castilla and Dante Bichette? That was, of course, pre-dehumidified baseballs and a change in team philosophy to more running and defense over the long ball.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 19:40:32 GMT";
arnews[2] += "
";
arnews[3]="Blog: Sci-fi adaptation of 'Moby Dick' filming in Utah
";
arnews[3] += "Park City based Distributor Koan Inc. in connection with Metrodome Distribution and Executive Producer Joe Pia will begin filming this week on a live action thriller based on Herman Melville's 19th century classic, 'Moby Dick.' Danny Glover and Vinnie Jones will star in 'Dragon Fire,' also with executive producers Gil Aglaure, Peter Urie, and ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 15:18:00 GMT";
arnews[3] += "
";
arnews[4]="Super Bowl 44 Checkdown: Colts may be back next year
";
arnews[4] += "The Colts shouldn't hang their heads low for long, because once they look back up after their Super Bowl loss, they should feel good about their chances to get back there in 2011.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:29:30 GMT";
arnews[4] += "
";
arnews[5]="Haiti hita s a song for Everybody
";
arnews[5] += "THE proceeds from The Sun's single will be split between our Helping Haiti campaign and the Disasters Emergency Committee.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 17:06:17 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("