var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kanye West, Charlie (Bit My Finger), Balloon Boy Auto-Tune Video | Viral Compilation
";
arnews[0] += "The auto-tune phenomenon is picking up pace all the time. Bad singers and rappers who wanted to appear more talented starting using the method before the auto-tune the news bods got in on the act.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:41:19 GMT";
arnews[0] += "
";
arnews[1]="Lighting of the 2009 National Christmas Tree
";
arnews[1] += "The 2009 National Christmas Tree Lighting Ceremony is December 3, 2009 at 5 p.m. This year's lineup up entertainment will offer a diverse program of traditional holiday music including: Sheryl Crow, a multi-platinum, nine-time Grammy Award winning singer-songwriter, three-time American Music Award winner and a People's Choice Award winner Common, a ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:37:11 GMT";
arnews[1] += "
";
arnews[2]="Robert,Kristin & Taylor Talk New Moon & Laugh It Up On Jimmy Kimmel
";
arnews[2] += "Robert,Kristin & Taylor talk New Moon & laugh it up on Jimmy Kimmel. The three main \"Twilight Saga: New Moon\" stars, Robert Pattinson,Kristen Stewart,and Taylor Lautner made an appearance on the Jimmy Kimmel set last night.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:03:26 GMT";
arnews[2] += "
";
arnews[3]="TV Review: 'New Moon' cast shines on JKL
";
arnews[3] += "Jimmy Kimmel Live hosted a scream-filled appearance by Robert Pattinson, Kristen Stewart, and Taylor Lautner last night that proved to be lots of fun even if you're not a Twilight loyalist.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Sharam announces U.S. tour dates for Nov and Dec
";
arnews[4] += "Known to many as one-half of the now-on-hiatus Grammy Award-winning duo DEEP DISH , revered electronic music trendsetter SHARAM has been making a bold musical statement this year exploring the Wild West with his debut double disc Get Wild .";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Kid Sister
";
arnews[5] += "When the single \"Pro Nails\" was released a few years ago, listeners became exposed to an eclectic style of music that incorporated shades of Pop, Electronic, and Hip Hop into one brand.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:24:56 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("