var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Perkins a natural fit for Cash role
";
arnews[0] += "Tex Perkins owes a bit of his swagger to Johnny Cash. As a little fella, Perkins heard songs like Ring Of Fire and Boy Named Sue on the radio and fell in love with the twangy guitar sound.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:41:25 GMT";
arnews[0] += "
";
arnews[1]="Movies to put you in the mood for love
";
arnews[1] += "It's that time of year: Scores of love stories, both classic and modern, are making their way onto DVD.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:54:31 GMT";
arnews[1] += "
";
arnews[2]="The HDNet Concert Series Presents a Special Night With the Legendary Barbra Streisand
";
arnews[2] += "9 /PRNewswire/ -- Sophisticated, melancholy, passionate and dynamic all at once, Barbra Streisand brings her unique and incomparable vocals to the HDNet Concert Series with \"Streisand Live In Concert,\" airing this Valentine's Day on HDNet.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:51:19 GMT";
arnews[2] += "
";
arnews[3]="Man accused of kidnapping, assaulting woman in El Mirage
";
arnews[3] += "Police Monday arrested a 28-year-old Phoenix man suspected of pinning the mother of his two children against a wall in her El Mirage home, then sexually and physically assaulting her late Sunday night.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:06:04 GMT";
arnews[3] += "
";
arnews[4]="Great DVDs to cuddle up to on Valentine's Day
";
arnews[4] += "It's that time of year: scores of love stories, both classic and modern, are making their way onto DVD.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:52:11 GMT";
arnews[4] += "
";
arnews[5]="Our Picks for Oscars
";
arnews[5] += "There has always been something a bit elitist about the Oscars - a bunch of rich, famous people wearing $50,000 sunglasses lounging inside a dark theater sipping Champagne, winking at other rich and famous friends, and getting handed trophies because they did an impression of an anonymous, poor person with Down's Syndrome.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 03:08:36 GMT";
arnews[5] += "
";
arnews[6]="Tex walks the line as Johnny Cash
";
arnews[6] += "Tex Perkins owes a bit of his swagger to Johnny Cash. As a little fella of five or six he heard songs like Ring Of Fire and Boy Named Sue on the radio and fell in love with the twangy guitars.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Leading Off: Fasten your seat belt - February is all sports
";
arnews[7] += "If the Super Bowl is over, it means we are just starting the busiest sports month of the year.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Country music's love affair with alcohol
";
arnews[8] += "Each night I leave the bar room when it's over Not feeling any pain at closing time But tonight your memory found me much too sober Couldn't drink enough to keep you off my mind.";
arnews[8] += "
Publ.Date : Mon, 08 Feb 2010 18:10:00 GMT";
arnews[8] += "
";
totcount = 9;
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("