
/*   Clickable Horizontal Headline Crawler */
/*   Copyright 2010, Michael J. Hill.  All rights reserved. Used with permission.  www.javascript-demos.com */
/*   Free use of the code, so long as the above notice is kept intact */

	/*** define the structure ***/
	
	var crawlerUseWidth = "902px";  // the width of the crawler;
	var separatorWidth = "5%";      // the width of the blank space between headlines, as a percentage of crawlerUseWidth;
	var crawlerSpeed = "slow";    // or "slow" 

	/*** end define the structure ***/


	/*** define the data ***/

	var crawlInfo = [];         // continue the pattern for as many as you need, i.e. tagline_7, link_7;

	crawlInfo['tagline_1'] = "20 Jahre Hackbarths Restaurant: Wir haben Geburtstag - Feiern Sie mit !"; 
	

	crawlInfo['tagline_2'] = "Verlängert wegen grosser Nachfrage: Das Geburtstagsmenü mit dem Besten aus 20 Jahren Hackbarths Restaurant"; 
	

	crawlInfo['tagline_3'] = "Geniessen Sie unser Geburtstagsmenü noch den ganzen Februar !"; 

crawlInfo['tagline_4'] = "           "; 

	

	

