var arnews = new Array(7); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Woodstock cigarette tube factory to close - CBC News
"; arnews[0] += "Parent company Imperial Tobacco Group is moving its Woodstock operations to North Carolina. (CBC) A Woodstock factory that makes cigarette tubes will close its doors early next year and head south, putting nearly 50 employees out of work. A drop in ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 20:52:00 GMT"; arnews[0] += "
"; arnews[1]="Inside the making of the NEW VeloNews.com homepage. - Velo News
"; arnews[1] += "Read more Ted: We are happy to announce that Cervélo's young American star, Ted King, will be doing a regular column for the site. Besides the new features, we think the new homepage design is more usable. Hit Refresh: The new Race & Results ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 21:20:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");