var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jean Grae - Hip Hop Galaxy
";
arnews[0] += "It must be incredible to have the money to actually pay someone to pen a biography for you. One line into reading I suppose you have figured out that I have not even chosen to write this in third person. I have an album, I’ve done that and am not ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[0] += "
";
arnews[1]="Concert Roundup: Brian Setzer, Phish, Sloan and more - Bridgeton News
";
arnews[1] += "Nov. 20, 9 p.m.: Devo, JP Inc, Fillmore New York at Irving Plaza, New York Nov. 20, 7:30 p.m.: Winter Wonder Slam, Toys For Tots benefit with TobyMac, Relient K, B. Reith, Stephanie Smith, Hammerstein Ballroom, New York Nov. 20, 8 p.m.: Ned Sublette ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:59:00 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("