var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UFC 106's Phil Baroni striving to be "a poor man's Josh Koscheck"
";
arnews[0] += "LAS VEGAS a ' Welterweight Phil Baroni has been on the big stage before. Whether it was Baroni's previous eight-fight run in the UFC or his sequin-robed waltz down the EliteXC entrance ramps on CBS, the \"New York Bad Ass\" is no stranger to public attention.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:10:00 GMT";
arnews[0] += "
";
arnews[1]="Watched Pacquiao Box 'Em Up
";
arnews[1] += "I thought that after demolishing Hatton, it was what boxing really needed right now.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:10:00 GMT";
arnews[1] += "
";
arnews[2]="Fit & Fat: What you should be eating for weight loss
";
arnews[2] += "Can you be fit and fat? That's the question circulating in the fitness community over the past few months.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:44:46 GMT";
arnews[2] += "
";
arnews[3]="Leighton Meester Lil Wayne a oeMake It Raina Song
";
arnews[3] += "Leighton Meester collaborated with \"Lollipop\" star Lil Wayne for a track on her forthcoming debut album.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:30:26 GMT";
arnews[3] += "
";
arnews[4]="Joe Sixpack: A beer a day for 10,000 days
";
arnews[4] += "THE FIRST was Dinkel Acker . Dale Van Wieren of Lansdale, Montgomery County, cracked open the dark German lager on March 19, 1971, wrote its name in a notebook, poured himself a glass and put the bottle on a shelf.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:01:00 GMT";
arnews[4] += "
";
arnews[5]="Schrader: She's b-a-a-c-k. Palin is on the fast track to GOP fame
";
arnews[5] += "So you thought national politics had returned to that everyday boredom of the political right hammering away at everything President Obama and his left-leaning minions conjure up.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Hot Picks: Things to do around the valley
";
arnews[6] += "HOPE FOR THE LUCK OF THE IRISH: The Irish musical ensemble Celtic Woman will be performing tonight at The Show in Rancho Mirage.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00: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("