var SCROLL1_DATA = {
	// Use <blink> and </blink> tags to enclose blinking fragment, 
	// <pause time=ms> to pause scrolling for a time of ms miliseconds
	'message' : " <pause time=1>Scrolling <blink>Statusbar</blink> JavaScript <pause time=3>Scrolling Title <blink>JavaScript</blink>",
	// scrolling speed, milliseconds per char. use negative value to reverse direction
	'speed' : 200,
	// blinking parameters: [time to show for, time to hide for] or
	// if scalar both time to show for and time to hide for
	'blink' : [500, 500],
	// wheather the scrolling goes in window title bar
	'intitle' : true
}

var SCROLL2_DATA = {
	'message' : "        Welcome to www.caveproductions.co.uk!                            Call 020 8962 0445 for enquiries or email info@caveproductions.co.uk                           Cave Productions has had a really busy year, working with Estelle, Liberty X, Michelle McManus, Louise Griffiths, G4, Wayne Hector, Linda Kiraly, Steve Crisanthou and many many more!                       Check out our clients list for a full rundown of who we work with. Have fun looking at the site!",
	'speed' : 200,
	'blink' : 500,
	'intitle' : false
}

