var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Myspace Record's Hip Hop Rising Artist Bossman Premieres...
";
arnews[0] += "No Struggle, No Success is a twelve part series documentary that depicts genuine life experiences, and provides confirmation that nothing is impossible.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Myspace Record's Hip Hop Rising Artist Bossman Premieres...
";
arnews[1] += "No Struggle, No Success is a twelve part series documentary that depicts genuine life experiences, and provides confirmation that nothing is impossible.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Sorry, Taylor Swift, songwriter contest is for teen amateurs
";
arnews[2] += "Teenage aspiring songwriters have a chance to win a $5,000 savings bond and national recognition.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Myspace Record's Hip Hop Rising Artist Bossman Premieres Webisode Series No Struggle, No Success
";
arnews[3] += "Rising Hip Hop Artist and Myspace Records Release Webisode, and Premiere EP Los Angeles, CA .";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 06:59:22 GMT";
arnews[3] += "
";
arnews[4]="Life's a creative blast for 'One Tree Hill''s Voegele
";
arnews[4] += "Kate Voegele wants to be friends with her fans. The pop-rock musician and \"One Tree Hill\" actress, 22, keeps them up-to-date via the Web.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 04:25:09 GMT";
arnews[4] += "
";
arnews[5]="Voegele's career continues meteroic rise since 2007
";
arnews[5] += "Who: Kate Voegele When: 7 p.m. Saturday Where: People's Court, 216 Court Ave. Tickets: $14 through www.iowatix.com , $16 day of show In just a few short years, Kate Voegele has gone from being an unknown singer to a popular recording artist and actress.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 05:00:00 GMT";
arnews[5] += "
";
arnews[6]="Kate Voegele
";
arnews[6] += "Long before she came to wider attention last year thanks to a recurring role as Mia on \"One Tree Hill\" , singer/songwriter Kate Voegele had been steadily building a devoted fan following the old-fashioned way: well-received recordings and lots of touring.";
arnews[6] += "
Publ.Date : Mon, 12 Oct 2009 18:03:00 GMT";
arnews[6] += "
";
arnews[7]="'Karaoke Revolution' (ALL) 50-Song Tracklist Revealed
";
arnews[7] += "Karaoke Revolution will let karaoke fans sing and compete against friends with expanded multiplayer modes, 50 all-new hit songs from master recordings, as well as an endless amount of customizable venue options and newly enhanced customizable characters, including dramatic facial and body morphing.";
arnews[7] += "
Publ.Date : Wed, 11 Nov 2009 23:09:13 GMT";
arnews[7] += "
";
arnews[8]="New band of the day a " No 666: Detachments
";
arnews[8] += "With their synth-pop noir, Detachments are going to be competing for the title of 2010's best indie-techno miserablists Detachments ... doing the legacy of Joy Division and New Order proud Hometown: London.";
arnews[8] += "
Publ.Date : Tue, 10 Nov 2009 16:30:52 GMT";
arnews[8] += "
";
totcount = 9;
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("