/******************************************************************* 
* File    : JSFX_News.js  © JavaScript-FX.com
* Author  : Roy Whittle  (Roy@Whittle.com) www.Roy.Whittle.com 
***********************************************************************/ 
function startNews()
{
	var myScroller = new JSFX.VerticalScroller(0,0,230,100);

	myScroller.addMessage("<div class=news><span class=whitebold>October 2009</span>  - Chowtime partners with Canamedia for Worldwide Distribution.</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>September 2009</span>  - Chowtime Sponsor 'The Falls' announce their new development called the 'Crystals'</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>January 2008</span>  - Chowtime airs Nationally on the Global network, episode, 'Even Kids Can Cook'</div>");
	
myScroller.addMessage("<div class=news><span class=whitebold>January 2008</span>  - Chowtime proudly begins airing on Shaw TV, Cable 4, starting January 22, 2008. Chowtime will air on Tuesdays at 6:30 PM and Sundays at 9:30 AM and 7:30 PM</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>January 2008</span>  - The Falls Resort become part of the Chowtime family by becoming the premiere sponsor.</div>");

myScroller.addMessage("<div class=news><span class=whitebold>December 2007</span>  - The new and beautiful world class Sub Zero / Wolf kitchen set is now  complete. </div>");

myScroller.addMessage("<div class=news><span class=whitebold>May 2007</span>  - Chowtime is now being shown on iCable in Hong Kong. </div>");

myScroller.addMessage("<div class=news><span class=whitebold>June 2006</span>  - The new Chowtime kitchen from SubZero/Wolf starts construction. This modern dream kitchen will be the set for Chowtime's Season 2, filmed in beautiful High Definition.</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>May 2006</span>  - Chowtime is now shown coast to coast from California to New York. Check your local listings for airtimes.</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>February 19, 2006</span>  - Andre St. Jaques, World Record holder of Champagne sabering visits the Chowtime kitchen and astonishes everyone with a TV first. Watch for it on the Celebration episode.</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>January 29, 2006</span>  - Season One of Chowtime begins airing in millions of households across the United States on PBS.</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>November 2005</span>  - Brian Chow and crew invade Whistler B.C. Canada to participate in Whistler Cornucopia Food and Wine Celebration. Brian witnesses a World Record attempt in Champagne sabering. Along the way, he also gets some valuable tips from experts from all over.</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>October 2005</span>  - Chowtime Productions acquires brand new high definition cameras. The cameras will really bring the viewers into the show. Chowtime High defintion is expected to be launched in season 2.</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>July 2005</span>  - PBS United States are granted distribution of Chowtime across America.</div>");
	
	myScroller.addMessage("<div class=news><span class=whitebold>June 2005</span>  - Knife giant, Zwilling  JA.Henkels becomes the official supplier of Chowtime. Brian and Herb are thrilled as those are the knives of their choice.</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>May 2005</span>  - Season one of Chowtime begins shooting starting at Eat Vancouver. Brian features notable chefs -Rob Feenie and Bob Blumer aka The Surreal Gourmet.</div>");

	myScroller.addMessage("<div class=news><span class=whitebold>April 2005</span> - Chowtime Productions begin a great relationship with sponsors Sub Zero/Wolf and Bradlee Distributors. </div>");

	myScroller.build();
	myScroller.animate();
}