var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MCAD Industry View - " A November 2009 Update
";
arnews[0] += "This November 2009 issue of the MCAD Industry Commentary recounts the financial performances of a selected group-of-five MCAD/PLM vendors for the nominal Third Quarter of 2009.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:05:32 GMT";
arnews[0] += "
";
arnews[1]="Lillian Houy Cooper
";
arnews[1] += "Called home to the arms of her Heavenly Father, Lillian Cooper passed from this life Nov.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:31:38 GMT";
arnews[1] += "
";
arnews[2]="Financial calendar
";
arnews[2] += "22-2009, 19 November 2009 25 February 2010, Annual report 2009 16 April 2010, Annual General Meeting 18 May 2010, 1st quarter Interim Report 18 August 2010, Half-yearly Report 18 November 2010, 3rd quarter Interim Report ------------------------------------- For further information about FLSmidth, please visit www.flsmidth.com. Yours faithfully ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 11:32:01 GMT";
arnews[2] += "
";
arnews[3]="Scioscia, Tracy are managers of year
";
arnews[3] += "Mike Scioscia , who kept the Los Angeles Angels moving forward after pitcher Nick Adenhart was killed in a car accident in April, won the AL Manager of the Year award yesterday for the second time.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 09:05:16 GMT";
arnews[3] += "
";
arnews[4]="Anderson/Reynolds celebrate 60 years of library service
";
arnews[4] += "LA CYGNE a ' Linda Andersen and Janet Reynolds have each worked for the La Cygne library for thirty years.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 03:09:24 GMT";
arnews[4] += "
";
arnews[5]="McCormick & Schmick's hires CFO
";
arnews[5] += "After a six month search, McCormick & Schmick's Seafood Restaurants, Inc. announced it has hired Michelle Lantow to serve as chief financial officer starting early next year.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 23:25:30 GMT";
arnews[5] += "
";
arnews[6]="McCormick & Schmicka s names former Lucy exec CFO
";
arnews[6] += "Michelle Lantow was selected to replace Emanual Hilario, who left Portland-based McCormick & Schick's in May.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 17:06:21 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("