var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="course texts / anthologies
";
arnews[0] += "It's that time of year again a ' well, it's actually rather past that time of year, but I'm finally getting around to ordering books for this spring's classes, among them a grad seminar on postwar American poetry.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 20:53:53 GMT";
arnews[0] += "
";
arnews[1]="Local women make Christmas baskets for elderly
";
arnews[1] += "From right, Alberta Wooldridge, Linda Sciallo, Bonnie Chalfant, Elise Hoover, Debbie Peterson and Sylvia Johnson are members of a local Mary Kay unit who are lending some holiday cheer to Amador County's elderly residents.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 01:59:42 GMT";
arnews[1] += "
";
arnews[2]="Ghosts of the past make an appearance
";
arnews[2] += "The casket of Carson City's founding father Abe Curry is seen during a funeral procession Saturday as part of the Carson City Convention & Visitors Bureau's annual Kit Carson Trail Ghost Walk.";
arnews[2] += "
Publ.Date : Sun, 25 Oct 2009 11:39:55 GMT";
arnews[2] += "
";
arnews[3]="Devon IT Launches Technical Blog "Thin Tank" to Discuss Thin Client and Virtual Desktop Technologies
";
arnews[3] += "Devon IT, the world's fastest-growing provider of thin client hardware and software solutions, today announced a new technical blog, \"Thin Tank,\" on its website .";
arnews[3] += "
Publ.Date : Tue, 13 Oct 2009 12:06:26 GMT";
arnews[3] += "
";
arnews[4]="Spindrift x J.X. Williams Tour
";
arnews[4] += "Spaghetti Western rockers Spindrift are making their way west where their reverberated guitars hang on a minor chord like a magenta sunset over a high desert playa.";
arnews[4] += "
Publ.Date : Tue, 08 Sep 2009 16:40:22 GMT";
arnews[4] += "
";
arnews[5]="Liberty National Life Insurance Plans to Hire 2,500 Sales Agents and...
";
arnews[5] += "Liberty National Life Insurance Company is in the most aggressive growth mode in the Company's 109-year history and plans to hire more than 2,500 sales agents and sales managers in more than 125 hiring events in 19 states across the U.S. in one day.";
arnews[5] += "
Publ.Date : Wed, 08 Jul 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Public relations, press release distribution, investor relations, SEC filing
";
arnews[6] += "VIENNA, Va.-- --Cloakware, an Irdeto company, providing proven security solutions protecting software and content on more than one billion PCs, set-top boxes, mobile phones and media players worldwide, - WASHINGTON-- --Support for a National Health Insurer Code of Conduct to regulate the managed care industry, an initiative supported by the ...";
arnews[6] += "
Publ.Date : Mon, 06 Jul 2009 14:10:44 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("