var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eaglepalooza breaks records
";
arnews[0] += "Girl Talk, Gregg Gillis headlines Eaglepalooza a 09 in downtown Hattiesburg Friday night.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 20:39:43 GMT";
arnews[0] += "
";
arnews[1]="Dylan a oe3-Da Dresdow Finishes a oeThe ENDa With A-Designs Audio
";
arnews[1] += "Among Dresdow's collection are the A-Designs Audio Pacifica, P1, REDDI, HM2EQ HAMMER, MP-2 and several EM Series, all of which were used during the mixing of \"The END\". Three-time Grammy Award-winning group The Black Eyed Peas recently made history by holding the number one spot on the Billboard Hot 100 chart for a staggering 26 consecutive weeks.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 20:35:07 GMT";
arnews[1] += "
";
arnews[2]="Fergie's LESBIAN confession: I've experimented with girls
";
arnews[2] += "STACY 'Fergie' Ferguson has confessed she's had steamy lesbian experiences in the past.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 19:46:00 GMT";
arnews[2] += "
";
arnews[3]="Hudson avoids wardrobe malfunction
";
arnews[3] += "RISKY DRESS: Kate Hudson wore a vintage silver Versace mini-dress to the American Music Awards, leaving little to the imagination.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 19:45:34 GMT";
arnews[3] += "
";
arnews[4]="Near miss for Kate Hudson
";
arnews[4] += "RISKY DRESS: Kate Hudson wore a vintage silver Versace mini-dress to the American Music Awards, leaving little to the imagination.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 19:40:11 GMT";
arnews[4] += "
";
arnews[5]="F*@(&ck Him, He's Famous: David Guetta at Mansion This Saturday
";
arnews[5] += "It didn't take long after that for France to grow its own crop of DJ superstars, the prime example of which is David Guetta.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 19:27:58 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("