var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jeremy Marx: Eric Johnson : SSIS 2008: Looping Through Rows in a Table
";
arnews[0] += "Eric Johnson : SSIS 2008: Looping Through Rows in a Table -";
arnews[0] += "
";
arnews[1]="Scoble: Twitter to turn on advertising “you will love” (here’s how: SuperTweet)
";
arnews[1] += "Scoble: Twitter to turn on advertising “you will love” (here’s how: SuperTweet) -";
arnews[1] += "
";
arnews[2]="Wyld Art Photos: Eric Johnson on HDnet and looking forward to an acoustic jam tonight, Have a great day all:):)
";
arnews[2] += "Eric Johnson on HDnet and looking forward to an acoustic jam tonight, Have a great day all:):)";
arnews[2] += "
";
arnews[3]="Ian Nájar: just listened to Zap by Eric Johnson on @Grooveshark: http://tinysong.com/grM
";
arnews[3] += "just listened to Zap by Eric Johnson on @";
arnews[3] += "
";
arnews[4]="ufindbook: Eric Johnson Guitar Signature Licks
";
arnews[4] += "Eric Johnson Guitar Signature Licks -";
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("