var arnews = new Array(10);
totcount = 5;
rnd = 1;
arnews[0]="Slowhands - Gimme One Reason
";
arnews[0] += "Banda SLOWHANDS e convidados, tocando no Tributo a Eric Clapton 2009, na Banca do Blues. SLOWHANDS Guitarra e voz: Phil Wiermann Guitarra e voz: Rafael Rocha Baixo e voz: Diego...";
arnews[0] += "
Publ.Date : Mon, 24 Aug 2009 01:14:44 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Tracy Chapman - Talking About Revolution - Acoustic Guitar Cover
";
arnews[1] += "One easy guitar music to play from Tracy Chapman";
arnews[1] += "
Publ.Date : Tue, 07 Apr 2009 12:45:49 GMT";
arnews[1] += "
";
arnews[2]="Mixed rosé wine case for June 2007
";
arnews[2] += "Surf4Wine's mixed Rose case for June. Taste online with Andrew Chapman. Six Rose wines from around the world. By surf4wine Tags : 2005 ( 2:58 ) , 2006 ( 4:45 ) , Beausejour ( 1:13...";
arnews[2] += "
Publ.Date : Fri, 04 Apr 2008 14:26:14 GMT";
arnews[2] += "
";
arnews[3]="Tracy Chapman - Mountains O`things por Gustavo Teixeira
";
arnews[3] += "Mountains O`things canção de Tracy Chapman, originalmente tocada sem bateria e apenas com percussão. eu coloquei a bateria em meu estúdio ao meu estilo, espero que gostem!";
arnews[3] += "
Publ.Date : Mon, 18 Feb 2008 14:09:13 GMT";
arnews[3] += "
";
arnews[4]="Girls Gone Mild!
";
arnews[4] += "Late-night infomercials getting too racy? Check out Girls Gone Mild - totally mild and totally free!";
arnews[4] += "
Publ.Date : Wed, 29 Aug 2007 02:33:30 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("