var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="I'm Yours - Jason Mraz
";
arnews[0] += "Jason Mraz hails from Mechanicsville, VA, where the singer/songwriter grew up amidst the sounds of the Dave Matthews Band and local roots musicians the Agents of Good Roots.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:59:20 GMT";
arnews[0] += "
";
arnews[1]="When X Factora s Lloyd was a shy waiter
";
arnews[1] += "X FACTOR star Lloyd Daniels may be a singing sensation - but he couldn't make you a cup of coffee.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:32:18 GMT";
arnews[1] += "
";
arnews[2]="Rock Around the Town: Friday 'Round Town, plus Bootlegging at...
";
arnews[2] += "Posted November 20, 2009, 12:46 p.m. Press illo to play the Overheard song! IT'S DONE!!!! And growing every hour.... If you wanna see a list of over 1,800 San Diego bands, with links to full profiles, photos, discographies, articles, MP3s, etc, checkout Believe it or not, you can click on ANY LOCAL ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:50:50 GMT";
arnews[2] += "
";
arnews[3]="Whitney Houston And Alicia Keys Performing At American Music Awards
";
arnews[3] += "Whitney Houston and Alicia Keys will both be performing at the 37th annual American Music Awards this Sunday, November 22, at the Nokia Theatre in Los Angeles.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Jason Mraz's Beautiful Mess-Live on Earth
";
arnews[4] += "I'm a big fan of Jason Mraz , so when I found out that he would be releasing a live CD/DVD on November 10th, 2009, I was very excited! This date also coincides with my wedding anniversary, so it was an easy year for my husband to figure out the perfect anniversary gift.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:24:20 GMT";
arnews[4] += "
";
arnews[5]="Spread the love, Love.
";
arnews[5] += "Honestly, I am not a fan of t-shirts as most t-shirts are cut too big or are ill shaped for a woman's figure.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 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("