var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Melyssa Ford Launches Play About Video Vixena
";
arnews[0] += "Video model Melyssa Ford has revealed details about an upcoming play that she developed with the director/writer of Jim Jonesa play.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:20:36 GMT";
arnews[0] += "
";
arnews[1]="Gladys Mohler
";
arnews[1] += "Gladys Mohler, 84, of Eaton Rapids, passed away in Lansing, Wednesday, Jan. 27, 2010.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Lone Saffa wins U/16 boys at Billabong Grom Series
";
arnews[2] += "Surfersvillage Global Surf News , 7 February, 2010 : - - South African surfer Dylan Lightfoot came and conquered at the first event of the Billabong Grom Series presented by Oceanbridge today.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 06:17:22 GMT";
arnews[2] += "
";
arnews[3]="Lauren Barwick has been ill, but is still expected to make it back to ...
";
arnews[3] += "Aldergrove native and Lauren Barwick has been under the weather of late, but is still expected to make it home in time for Monday's Olympic Torch welcome.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 02:02:17 GMT";
arnews[3] += "
";
arnews[4]="The checklist for saving lives
";
arnews[4] += "When the US military researched ways to lower the amount of soldiers being blinded in combat, the solution was not what many had expected.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 10:39:29 GMT";
arnews[4] += "
";
arnews[5]="ended in divorce
";
arnews[5] += "If you don't want to have your soul X-rayed, don't sit near Joyce Brothers\"a 'yes, sometimes the old sayings are true.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 18:09:42 GMT";
arnews[5] += "
";
arnews[6]="Microsoft Project 2010 Video Content a " February 2010
";
arnews[6] += "The latest news you need to know about Microsoft Enterprise Project Management News All messages posted to this blog are provided \"AS IS\" with no warranties, and confer no rights.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 05:36:00 GMT";
arnews[6] += "
";
arnews[7]="Progressive professor tapped to take down Matheson
";
arnews[7] += "John Weis is applauded by fellow candidates Claudia Wright and Terry Mitchell Nani after Weis was chosen as the winner of the ballot Saturday, 1/30/10. A grassroots group called the Citizens' Candidate Initiative will interview candidates then select a winner to run for Congress against Matheson in District 2. The idea started on Craigslist as a ...";
arnews[7] += "
Publ.Date : Mon, 01 Feb 2010 02:45:16 GMT";
arnews[7] += "
";
totcount = 8;
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("