var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Allison Kugel, PR.com Senior Editor - PR.com
";
arnews[0] += "Allison Kugel’s reputation as a talented writer and speaker became known within industry circles and it wasn’t long before Internet player PR.com tapped her to come on board to head up and develop their now acclaimed “Articles” section. With ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:08:00 GMT";
arnews[0] += "
";
arnews[1]="Stars To Play Poker For Sharon Osbourne Cancer Program - Look To The Stars
";
arnews[1] += "Dozens of Hollywood, sports, and poker celebrities will rush Las Vegas’ Hard Rock Hotel & Casino this Super Bowl weekend to determine who is this year’s Trash Talk Champion of the World. On Saturday, February 6th, Sin City’s premier property ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 12:04:00 GMT";
arnews[1] += "
";
arnews[2]="I Did Not Win The Trash Talk Championship of the World - Sporting News
";
arnews[2] += "I ended up in the best seat of the house, which was actually supposed to go to Godard (felt a little bad about that), sitting next to poker pro – and former professional bull rider – Lee Markholt on my right side and Nancy Cartwright – the ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:46:00 GMT";
arnews[2] += "
";
arnews[3]="What Happens In Vegas On Super Bowl Weekend… - Sporting News
";
arnews[3] += "What's the slogan? What happens in Vegas, ends up on sports blogs? Well, this weekend that's the case. While Chris and Mike are in Miami – as I said before, the Crockett and Tubbs of TSB – I have the great fortune of flying to Las Vegas to hang ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 14:10:00 GMT";
arnews[3] += "
";
totcount = 4;
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("