var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inside the making of the NEW VeloNews.com homepage.
";
arnews[0] += "Hit refresh: Steve's wall, with two \"dream sites\" tacked up. One afternoon last winter, VeloNews.com editors, web developer Scott Cropper, art director Mike Reisel, and associate art director Heidi Carcella sat down to sketch out a \"dream homepage.\" With the results from two recent reader surveys in hand, along with an email archive of reader ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Flanagan scores 22 in Blue Jays' romp over Lancaster...
";
arnews[1] += "In case it wasn't obvious by the solemn, irritable way in which he and his teammates walked off the floor Sunday afternoon, Joe Flanagan confirmed it Wednesday evening.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:04:26 GMT";
arnews[1] += "
";
arnews[2]="10 hours agoHit RefreshInside the making of the new VeloNews.com...
";
arnews[2] += "Hit refresh: Steve's wall, with two \"dream sites\" tacked up. One afternoon last winter, VeloNews.com editors, web developer Scott Cropper, art director Mike Reisel, and associate art director Heidi Carcella sat down to sketch out a \"dream homepage.\" With the results from two recent reader surveys in hand, along with an email archive of reader ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="La-Z-Boy Inc. F2Q10 Earnings Call Transcript
";
arnews[3] += "La-Z-Boy Inc. F2Q10 Earnings Call November 18, 2009 8:30 am ET Executives Kurt Darrow - President & Chief Executive Officer Kathy Liebmann - Director of Investor Relations Analy sts Analyst for Budd Bugatch - Raymond James Matt McCall - BB&T Capital Markets Barry Vogel - Barry Vogel & Associates Presentation Operator Welcome to the La-Z-Boy fiscal ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:05:19 GMT";
arnews[3] += "
";
arnews[4]="When Woo-ism Meets Cancer Prevention [Mike the Mad Biologist]
";
arnews[4] += "Mad rantings about politics, evolution, and microbiology. Comment policy: say what you want, but back it up with an email address.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 18:14:57 GMT";
arnews[4] += "
";
arnews[5]="New SPAA05-NEX Satellite Positioning Antenna Alignment Tool
";
arnews[5] += "November 16, 2009 Lake Mary, FL USA - New SPAA05-NEX Satellite Positioning Antenna Alignment Tool Now Available From Test Equipment Connection LAKE MARY, FL November 18, 2009 /24-7PressRelease/ -- Test Equipment Connection Corporation announced today that is has entered into a Resale Agreement to market and sell the SPAA05-NEX satellite positioning ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("