var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="David Archuleta - Deseret News
";
arnews[0] += "A few hours ago, I talked with David Archuleta. He was in New York taping a TV special that will be aired on Univision on Dec. 10. Anyway, we talked about his Christmas CD \"Christmas From the Heart,\" and his upcoming two-date concert at Abravanel ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 05:20:00 GMT";
arnews[0] += "
";
arnews[1]="David Archuleta still calls Utah home - Mormon Times
";
arnews[1] += "He may hardly ever visit, but singer David Archuleta still calls Murray home. \"I'm not there a whole lot, but I try to go there as much as I can,\" Archuleta said during a phone call from New York, where he is filming a TV special for Univision. It ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:58:00 GMT";
arnews[1] += "
";
arnews[2]="'Glee' (thankfully) bypasses David Archuleta - New York Post
";
arnews[2] += "Back in October when PopWrap revealed what songs would be featured on \"Glee: The Music Volume 2,\" I hoped that the show would opt for Jennifer Paige's version of \"Crush\" instead of David Archuleta's. And I should have guessed that would draw the ire ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 17:18:00 GMT";
arnews[2] += "
";
arnews[3]="David Archuleta to sign CDs Nov. 21 - Deseret News
";
arnews[3] += "It's easy. Send a link to the story you were just reading to a friend. Just fill out the form on this page and we'll send it along. \"American Idol\" runner-up David Archuleta will be at Deseret Book, 1110 Fort Union Blvd., on Nov. 21, 10 a.m.-11:30 a ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:59:00 GMT";
arnews[3] += "
";
arnews[4]="An 'American Idol' Discussion: Why David Archuleta Is Like The Green ... - NPR News
";
arnews[4] += "Once again, I have visited the NPR Music decade-end coverage, where NPR Music Editor (and my personal Music Stylist) Stephen Thompson and I took an hour and a half out of our lives recently to dissect the significance and insignificance that is ...";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[4] += "
";
arnews[5]="Stars Lining Up! - Canyon News
";
arnews[5] += "HOLLYWOOD—Leave it to Hollywood to come up with a classic Christmas tale. Walt Disney’s 3-D animated movie technology and Jim Carrey, get you in the spirit with “A Christmas Carol.” The animated version of the 19 th century Charles Dickens ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:22:00 GMT";
arnews[5] += "
";
arnews[6]="Archuleta is Singing "Christmas From the Heart'" - HappyNews.com
";
arnews[6] += "David Archuleta is home for the holidays. His Christmas music tour is starting in his home town of Salt Lake City. His debut album sold more than 9 million copies and now he's hoping for success with his Christmas album, \"Christmas From the Heart";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 14:01:00 GMT";
arnews[6] += "
";
totcount = 7;
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("