var LOOK = {
    // scroller box size: [width, height]
    'size': [230, 200]
},

BEHAVE = {
    // autoscroll - true, on-demand - false
    'auto': true,
    // vertical - true, horizontal - false
    'vertical': true,
    // scrolling speed, pixels per 40 milliseconds;
    // for auto mode use negative value to reverse scrolling direction
    'speed': 2
},

// a data to build scroll window content
ITEMS = [
	{	// file to get content for item from; if is set 'content' property doesn't matter
	    // only body of HTML document is taken to become scroller item content
	    // note: external files require time for loading 
	    // it is RECOMMENDED to use content property to speed loading up
	    // please, DON'T forget to set ALL IMAGE SIZES 
	    // in either external file or in 'content' string for scroller script 
	    // to be able to estimate item sizes
	    // Pause_b is before and Pause_a is after
	    // last file NO COMMA after "}"
	    //		'file': '../s0_data/TS-Letter.html',
	    //
	    // Leave these first two alone - they are to run always...
	    'file': '../NewsTicker_data/JoinToday.html',
	    'content': '',
	    'pause_b': 2,
	    'pause_a': 0
	},
{
    'file': '../NewsTicker_data/AnotherEagleHasSoared.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/JumpTeam.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/WalterReed.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/ABU.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/Eagle6.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/VacationsforSoldiers.htm',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/AirborneBattleMemorial.htm',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/fire.htm',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/DetroitVietNamVets.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/ThanksHBO.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
//{
//    'file': '../NewsTicker_data/Snowbird.html',
//    'content': '',
//    'pause_b': 2,
//    'pause_a': 0
//},
{
    'file': '../NewsTicker_data/TickerArchives.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/CurraheeMonument.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/FortCampbellCourier.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/NewLookingForNotice.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},	
{
    'file': '../NewsTicker_data/LatestSOR.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},	
{
    'file': '../NewsTicker_data/RSSfeeds.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/PrivacyNotice.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/OutbackPresentation.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/msgMemberUpdate.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/ACMtribute.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
},
{
    'file': '../NewsTicker_data/VNwelcomeHome.html',
    'content': '',
    'pause_b': 2,
    'pause_a': 0
}
]
