var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sisters in Crime Atlanta
";
arnews[0] += "\"At the center of every good mystery there is a puzzle that requires solving.\" Teresa Lyons, current vice-president of Sisters in Crime Atlanta describes mystery writing as the construction of the puzzle as the \"driving force for mystery writers.\" Lyons further explains thegenre wa mystery was first introduced by Poe.";
arnews[0] += "
Publ.Date : Tue, 12 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Valerie Bertinellia s Next Goal: a oeTo Run the Boston Marathona
";
arnews[1] += "When Valerie Bertnelli joined Jenny Craig in March 2007, she had one goal in mind: lose 40 pounds.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 01:15:30 GMT";
arnews[1] += "
";
arnews[2]="Sara Rue Nears Her Weight Loss Goal
";
arnews[2] += "Sara Rue is celebrating after shedding 25 pounds in just two months as the celebrity spokeswoman for diet firm Jenny Craig .";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 03:21:20 GMT";
arnews[2] += "
";
arnews[3]="Rue nears weight loss goal
";
arnews[3] += "Actress Sara Rue poses at the Magaschoni display during the HBO Luxury Lounge in honor of the 67th annual Golden Globe Awards held at the Four Seasons Hotel on January 16, 2010 in Beverly Hills, California.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 19:46:03 GMT";
arnews[3] += "
";
arnews[4]="Sara Rue speaks out about weight loss
";
arnews[4] += "Sara Rue has announced that she lost 25lbs using the Jenny Craig programme. The actress, who began the weight loss regime two months ago, is the company's newest spokeswoman.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 12:39:57 GMT";
arnews[4] += "
";
arnews[5]="Shea s Almost There: Sara Rue Loses 25 Lbs. on Jenny Craig
";
arnews[5] += "A little more than two months ago, Jenny Craig's newest spokeswoman, Sara Rue , announced to PEOPLE her goal of losing 30 lbs.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 22:10:59 GMT";
arnews[5] += "
";
arnews[6]="January 26: First European settlement made in Australia, President Clinton denies Lewinsky affair
";
arnews[6] += "Maine Fast Fact : Vinalhaven Island in Maine is known for the granite that was quarried there from the 1850s to the 1930s which was used for public buildings along the East Coast.";
arnews[6] += "
Publ.Date : Sun, 24 Jan 2010 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("