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' : " Camo Mike dot com you Nickel...                                                    ",
	// scrolling speed, milliseconds per char. use negative value to reverse direction
	'speed' : 200,
	'blink' : [500, 500],
	// wheather the scrolling goes in window title bar
	'intitle' : true
}

var SCROLL2_DATA = {
	'message' : " Best viewed in Internet Explorer 6.  Please wait for a special announcement.... Shouts to my boy quarter-ta-three.  You are an official stunna now son, keep ya head up !!!  Shouts to that crazy Telefonica chick, YOU RICH NOW GURL!!! Its been a long time coming but I know a change gonna come...  ",
	'speed' : 200,
	'blink' : 0,
	'intitle' : false
}
