
/*   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 = "387px";  // 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'] = "Welcome to Al-Minhaal Center of New Jersey!"; 
	crawlInfo['tagline_2'] = "Taraweeh being led at Al-Minhaal Center by the top voice in Egypt, Waleed Atif !!"; 
	crawlInfo['tagline_3'] = "We are always looking to improve so the website is under continuous updates !"; 
	crawlInfo['tagline_4'] = "We are working hard to bring you articles, hadiths and fatwas of interest!";
