var arnews = new Array(10);
totcount = 2;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Don Hardman Interviewed by Matt Lauer, Today Show
";
arnews[0] += "Evangelist Don Hardman Interview by Matt Lauer on the Today Show. Don Hardman's Playlist - www.youtube.com ... Matt Lauer Don Hardman Peter Jennings Today Show NBC CNN MSNBC...";
arnews[0] += "
Publ.Date : Tue, 04 Aug 2009 14:45:42 GMT";
arnews[0] += "
";
arnews[1]="THE WILLOWZ! - Meet your demise / That Wilowz Feelin'
";
arnews[1] += "THE WILLOWZ! - Meet your demise / That Wilowz Feelin' Live 2003 The Willowz are a garage rock band based in Anaheim, California, formed 2002. The band's sound incorporates...";
arnews[1] += "
Publ.Date : Wed, 16 Apr 2008 16:17:38 GMT";
arnews[1] += "
";
totcount = 2;
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("