var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Faith Hill Splits From Manager - Billboard Business News
";
arnews[0] += "Faith Hill and her manager of 16 years, Gary Borman, Borman Entertainment, have parted ways. \"We are so proud of what we have achieved together over the past 16 years,\" said Hill and Borman in a joint statement. \"We love each other like a sister and ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[0] += "
";
arnews[1]="Tim McGraw: I Would Be a Mess Without Faith Hill - Parade
";
arnews[1] += "Tim McGraw isn't letting his huge success as one of country music's biggest stars stand in the way of his acting career. He's co-starring with Sandra Bullock in The Blind Side , the moving true story of the Tuohys, a white Memphis family who take in ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:30:00 GMT";
arnews[1] += "
";
arnews[2]="Tim McGraw & Faith Hill Defend Taylor Swift Over CMAs Success Backlash - Post Chronicle
";
arnews[2] += "Country music's king and queen Tim McGraw and Faith Hill have come to Taylor Swift's defence in the wake of negative comments made about the young singer's big night at the Country Music Association Awards on Wednesday night (11Nov09). Swift, 19 ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 14:49:00 GMT";
arnews[2] += "
";
arnews[3]="Titans’ Johnson has a fan in country star Faith Hill - New Haven Register
";
arnews[3] += "Playing in Nashville offers the chance to make new friends and fans. Just ask Tennessee running back Chris Johnson. He lunched with country singer Faith Hill on Tuesday, spending 45 minutes together at a place called Swett’s that serves up an old ...";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[3] += "
";
arnews[4]="UNA to offer accelerated degree for nursing field - Times Daily
";
arnews[4] += "University of North Alabama - Ray Roberson, of Florence, has traveled the world, first as a pilot in the Air Force and then on a part-time basis, jetting celebrities such as Faith Hill, Tim McGraw and Angelina Jolie to their various destinations. In ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:28:00 GMT";
arnews[4] += "
";
arnews[5]="In Pictures: 'The Blind Side New York Premiere' - Monsters and Critics
";
arnews[5] += "Sandra Bullock attending \"The Blind Side\" New York premiere at The Ziegfeld Theatre in New York City. Photo copyright by Janet Mayer / PR Photos. Faith Hill attending \"The Blind Side\" New York premiere at The Ziegfeld Theatre in New York City. Photo ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 14:31:00 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("