var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Jessica Andrews - Who I Am
";
arnews[0] += "Jessica Andrews - Who I Am";
arnews[0] += "
Publ.Date : Sun, 14 Jun 2009 08:30:22 GMT";
arnews[0] += "
";
arnews[1]="Who I Am by Jessica Andrews
";
arnews[1] += "Who I Am by Jessica Andrews";
arnews[1] += "
Publ.Date : Tue, 31 Mar 2009 08:01:29 GMT";
arnews[1] += "
";
arnews[2]="Jessica Andrews Everything
";
arnews[2] += "Jessica Andrews Everything Heres A Jessica Andrews Fan Message board s9.zetaboards.com ... Country Music Star Jessica Andrews New Single Everything";
arnews[2] += "
Publ.Date : Mon, 15 Dec 2008 20:55:02 GMT";
arnews[2] += "
";
arnews[3]="Jessica Andrews - Helplessly, Hopelessly - EXCLUSIVE RINGTONE!
";
arnews[3] += "Get the ringtone: http://www.ringtonegal.com/Jessica-Andrews/Helplessly-Hopelessly-/ Full Song Lyrics: i can stand with the weight of the world on my shouldersi can fight with the...";
arnews[3] += "
Publ.Date : Sat, 29 Dec 2007 18:13:47 GMT";
arnews[3] += "
";
arnews[4]="'Unbreakable Heart' by Jessica Andrews
";
arnews[4] += "Artist: Jessica Andrews | Album: Heart Shaped World | Label: DreamWorks Nashville";
arnews[4] += "
Publ.Date : Wed, 12 Dec 2007 04:29:56 GMT";
arnews[4] += "
";
arnews[5]="'There's More To Me Than You' by Jessica Andrews
";
arnews[5] += "Artist: Jessica Andrews | Album: Now [Initial Run with Enhancement] | Label: Dreamworks Nashville";
arnews[5] += "
Publ.Date : Wed, 12 Dec 2007 04:05:56 GMT";
arnews[5] += "
";
arnews[6]="Jessica Andrews - I Will Be There For You
";
arnews[6] += "Music video by Jessica Andrews performing I Will Be There For You with Steve Rodgers, Brent Hedgecock, Rhet Bear, Mark Stepp, Noel Castley-Wright (C) 1999 DreamWorks Records...";
arnews[6] += "
Publ.Date : Mon, 02 Apr 2007 19:43:44 GMT";
arnews[6] += "
";
arnews[7]="Jessica Andrews - Helplessly, Hopelessly
";
arnews[7] += "Music video by Jessica Andrews performing Helplessly, Hopelessly with Robin Rucker, Steven Goldmann, Kim Plamer, Adam Little (C) 2001 SKG Music Nashville L.L.C.";
arnews[7] += "
Publ.Date : Mon, 02 Apr 2007 19:31:56 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="Jessica Andrews - Who I Am
";
arnews[8] += "Music video by Jessica Andrews performing Who I Am with Krista Gaskin [Video Producer], Jon Ragel [Video Director], Brian Kushner [Video Editor] (C) 2001 SKG Music Nashville LLC...";
arnews[8] += "
Publ.Date : Mon, 02 Apr 2007 19:31:53 GMT";
arnews[8] += "
";
arnews[9]="Jessica Andrews Who I Am
";
arnews[9] += "Who I Am Video";
arnews[9] += "
Publ.Date : Thu, 09 Nov 2006 18:08:49 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("