var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pic of a woman getting a tattoo.
";
arnews[0] += "Body Art v Body Tart When does a tattoo go from turn-on to turn-off? Sexy sigil to tramp stamp? If you're stuck for a gift idea this Valentine's Day and you're thinking about getting a tattoo emblazoned with the name of your loved-one, think again.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:16:09 GMT";
arnews[0] += "
";
arnews[1]="With another snowfall expected, agencies are rushing to service patients.
";
arnews[1] += "\"? Snow Freezes Legislative Action The last legislative week before Congressa TMs winter break could be lost as a second large snowstorm looms.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:46:11 GMT";
arnews[1] += "
";
arnews[2]="Kristi Yamaguchi has a busy February, PBS special and Working Mom cover girl
";
arnews[2] += "ABC's hit reality competition based on the British series \"Strictly Come Dancing,\" that features the stars of yesteryear and today paired with dancing pros as they jive, rumba, samba, and ... more US Release: UK Release: Pamela Anderson leaked as DWTS contestant for 2010 From Sites we Like Photoshop this dapper gentleman on a loopy couch ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:07:25 GMT";
arnews[2] += "
";
arnews[3]="Travels with Pamela Anderson's aunt, who's famous in her own right
";
arnews[3] += "Vie Zapshala, 85, models the creation sent to her by royal milliner Philip Treacy, a friend of her great-niece Pamela Anderson whom she taught \"to have fun, take chances and be brave,\" in Hollywood Photograph by: Darren Stone, Times Colonist The box delivered to Vie Zapshala's Saanich townhome a few weeks ago was \"big enough for a fridge\" but held ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:41:07 GMT";
arnews[3] += "
";
arnews[4]="'Dancing with the Stars' 2010 Season 10 Cast Lineup: The Rumors
";
arnews[4] += "Who Will Be on the Season 10 Cast of DWTS? Several Names Have Been Floating Around Out There, but Are They Fact or Fiction? 6 ABC's Dancing With the Stars Season 10 cast lineup won't be announced until March 1st, during the season finale of The Bachelor .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:10:35 GMT";
arnews[4] += "
";
arnews[5]="Jennifer Aniston saved Mexico, everybody
";
arnews[5] += "Jennifer Aniston explains how she's just like Jesus by choosing to spend her 41st birthday in Mexico.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:56:18 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("