var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Former American Idol 'Tiara Girl' Grows Up and 'Takes Control'
";
arnews[0] += "Julissa gained fame by asking Paula Abdul to return for her audition after Abdul stormed out of the room, being upset with fellow Idol judges, Simon Cowell and Randy Jackson.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Top Ten Artists of the Decade
";
arnews[1] += "Remember back in the day when everyone was singing along to \"Stacy's Mom\" or when everyone danced to Unk's unbeatable rhythm of \"Walk It Out?\" Those certainly were the days.";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="If you want to make a bold statement this month it's got to be the reverse French manicure
";
arnews[2] += "ONE of the biggest beauty trends to come off the catwalk this season is the reverse French manicure, an exciting twist on a classic favourite.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:31:59 GMT";
arnews[2] += "
";
arnews[3]="The Former American Idol 'Tiara Girl' Grows Up and 'Takes Control'
";
arnews[3] += "Julissa gained fame by asking Paula Abdul to return for her audition after Abdul stormed out of the room, being upset with fellow Idol judges, Simon Cowell and Randy Jackson.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="It's A Duff Sisters Post
";
arnews[4] += "Wow, Haylie looks good! And hopefully for the worlds sake, Hilary was leaving a recording studio and not just some form of acting stuido! Maybe you all can get some extra sleep tonight knowing that she might have been recording new music!! I really, really, REALLY want new music from her + another tour! Hilary Haylie";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:00:36 GMT";
arnews[4] += "
";
arnews[5]="Aaron Carter Wants NOH8
";
arnews[5] += "Y'all remember Aaron Carter, right? No, not Nick Carter from the Backstreet Boys, but Nick Carter, the young MC.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 01:54:02 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("