var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vulcan Materials Co. Q4 2009 Earnings Call Transcript
";
arnews[0] += "Vulcan Materials Co. February 9, 2010 11:00 AM ET Executives: Donald James - Chairman and CEO Analysts: Jack Kasprzak - BB&T Capital Markets Jerry Revich - Goldman Sachs Timna Tanners - UBS Garik Shmois - Longbow Research Ted Grace - Avondale Partners Todd Vencil - Davenport & Co.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:32:53 GMT";
arnews[0] += "
";
arnews[1]="Commissioner: CIAA tourney is thriving
";
arnews[1] += "The CIAA basketball tournament is thriving in Charlotte, the conference commissioner said today as he and other leaders announced its return to the Queen City for its fifth year.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:55:34 GMT";
arnews[1] += "
";
arnews[2]="'We Are The World' remake cast is beyond random
";
arnews[2] += "Imagine for a moment that you just found out -- like two minutes ago -- that you have to plan a benefit event three days from now.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:39:20 GMT";
arnews[2] += "
";
arnews[3]="A helping hand for Haiti
";
arnews[3] += "Jason Grant looks at life a little differently these days. The 34-year-old Port Charlotte resident used to focus on work, family and how he'll spend his time off.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:13:52 GMT";
arnews[3] += "
";
arnews[4]="Good relationships need attention
";
arnews[4] += "Personal relationships take hard work. They don't just happen; they require attention.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 04:41:56 GMT";
arnews[4] += "
";
totcount = 5;
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("