var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="National Anthem by Diana Degarmo
";
arnews[0] += "Diana Degarmo from American Idol singing the National Anthem at a Nascar Race in 2004!";
arnews[0] += "
Publ.Date : Thu, 05 Mar 2009 13:37:29 GMT";
arnews[0] += "
";
arnews[1]="Diana Degarmo Brings "Oz" To CBS 11 News
";
arnews[1] += "Diana Degarmo stopped by the CBS 11 News studios on Tuesday morning to talk about her role as Dorothy in the musical \"Oz,\" now touring across Texas.";
arnews[1] += "
Publ.Date : Tue, 10 Feb 2009 13:58:26 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="American Idol's Diana DeGarmo & Katy Perry Tribute on POPTUB
";
arnews[2] += "Check out the videos we're featuring today: Weiner dog on treadmill with workout coach (jlt1102) www.youtube.com DIANA DEGARMO Diana DeGarmo - Cartoon Network (adrylong)...";
arnews[2] += "
Publ.Date : Mon, 26 Jan 2009 22:33:51 GMT";
arnews[2] += "
";
arnews[3]="American Idol Card Set - Season 3 - 110 Cards Including Fantasia, Diana Degarmo, Jasmine Trias, LaToya London, William Hung, Jon Peter Lewis & more!!
";
arnews[3] += "Review of American Idol Card Set";
arnews[3] += "
Publ.Date : Thu, 31 May 2007 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Till You Want Me - Diana DeGarmo
";
arnews[4] += "http://360.yahoo.com/silverring3128 http://360.yahoo.com/silverring3128 http://360.yahoo.com/silverring3128 http://360.yahoo.com/silverring3128 http://360.yahoo.com/silverring3128";
arnews[4] += "
Publ.Date : Fri, 30 Mar 2007 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Diana DeGarmo singing Once Upon a Time
";
arnews[5] += "Diana DeGarmo singing Once Upon a Time. Not recorded by me but I thought lots of people would want to see it. Diana owns this song. The video does not do the performance justice...";
arnews[5] += "
Publ.Date : Mon, 18 Sep 2006 05:44:10 GMT";
arnews[5] += "
";
arnews[6]="Diana Degarmo - Don't Cry Out Loud
";
arnews[6] += "Diana sings \" Don't Cry Out Loud \"";
arnews[6] += "
Publ.Date : Sun, 13 Aug 2006 00:10:26 GMT";
arnews[6] += "
";
arnews[7]="Diana DeGarmo KISS - part 1
";
arnews[7] += "98.1 KISS fm “Renel in the Morning” interview";
arnews[7] += "
Publ.Date : Thu, 10 Aug 2006 21:46:33 GMT";
arnews[7] += "
";
arnews[8]="Diana DeGarmo KISS - part 3
";
arnews[8] += "98.1 KISS fm “Renel in the Morning” interview";
arnews[8] += "
Publ.Date : Thu, 10 Aug 2006 20:51:11 GMT";
arnews[8] += "
";
arnews[9]="American Idol : Fantasia Barrino vs. Diana DeGarmo
";
arnews[9] += "American Idol : Fantasia Barrino vs. Diana DeGarmo";
arnews[9] += "
Publ.Date : Tue, 25 May 2004 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("