
/*   Clickable Horizontal Headline Crawler */
/*   Copyright 2009, 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 = "590px";  // the width of the crawler;
	var separatorWidth = "5%";      // the width of the blank space between headlines, as a percentage of crawlerUseWidth;
	var crawlerSpeed = "normal";    // 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'] = "PLMA in Amsterdam vom 18. - 19. Mai 2010, Europa Complex, Stand # 5459."; 
	crawlInfo['link_1'] = "";

	crawlInfo['tagline_2'] = "PLMA in Amsterdam vom 18. - 19. Mai 2010, Europa Complex, Stand # 5459."; 
	crawlInfo['link_2'] = "";

/*
	crawlInfo['tagline_3'] = "Iran Eyes Compromise Deal, Hints at Endorsement of Current Offer"; 
	crawlInfo['link_3'] = "http://news.antiwar.com/2009/10/26/iran-eyes-compromise-deal-hints-at-endorsement-of-current-offer/";

	crawlInfo['tagline_4'] = "Resignation Letter From U.S. Official in Afghanistan"; 
	crawlInfo['link_4'] = "http://original.antiwar.com/news/2009/10/27/resignation-letter-from-us-foreign-service-officer-matthew-p-hoh/";

	crawlInfo['tagline_5'] = "Deadly Shootout at U.N Staff House in Kabul"; 
	crawlInfo['link_5'] = "http://www.msnbc.msn.com/id/33501858/ns/world_news-south_and_central_asia/";

	crawlInfo['tagline_6'] = "Arrogant US Misses the Message From Pakistan's People"; 
	crawlInfo['link_6'] = "http://original.antiwar.com/pfaff/2009/10/27/arrogant-us-misses-the-message-from-pakistans-people/";
*/
	
