var Tscr_LOOK0 = {
// scroller box size: [width, height]
'size' : [400, 125],
's_i':'TScrItem0',
's_b':'TScrBody0',
// image for 'pause' control (autoscroll mode only)
// [left, top, width, height, sorce_file, mouseover_sorce_file]
'pa' : [360, 80, 16, 16,,'tsp_files/mpau.gif'],
// image for 'resume' control (autoscroll mode only)
// [left, top, width, height, sorce_file, mouseover_sorce_file]
're' : [360, 80, 16, 16,,'tsp_files/mres.gif'],
// image for 'next item' control (autoscroll mode only)
// [left, top, width, height, sorce_file, mouseover_sorce_file]
'nx' : [380, 80, 16, 16,,'tsp_files/mnxt.gif'],
// image for 'previous item' control (autoscroll mode only)
// [left, top, width, height, sorce_file, mouseover_sorce_file]
'pr' : [340, 80, 16, 16,,'tsp_files/mprv.gif']
},
Tscr_BEHAVE0 = {
// if scrolling mode is auto (true / false);
'auto' : true,
// if scrolling direction is vertical (true / false, false means horisontal)
'vertical' : true,
// scrolling speed, pixels per interval;
// for auto mode use negative value for speed key to reverse scrolling direction
'speed' : 1,
'interval' : 50,
// buttons visible on mouse over - true, always visible - false
'hide_buttons' : true,
'zindex':5
}
// a data to build scroll window content
Tscr_ITEMS0 = [
{
'file': '',
'content': '
Wednesday 5/14/2008
5:30:00 PM
Beef O Brady A\'s @ Pazol Jewelers Rays - F4
Daleville @ Family Video Red Sox - F1
May Insurance Angels @ ShellZShotz.com Astros - F2
Marlins @ Cardinal Health Alliance Cardinals - F3
Thursday 5/15/2008 Tri-K Printing Royals @ Tom Cherry Orioles - F2
MC Sports Padres @ Quirk, Rivers and Hunter Reds - f1
Giggles & Wiggles Rockies @ Crestview Giants - F4
7:00:00 PM
Optimist Cubs @ TK Constructors Twins - F4
Friday 5/16/2008
5:30:00 PM
Muncie Chiefs @ Muncie Eastside - Muncie
Sunday 5/18/2008
2:00:00 PM
Muncie Chiefs @ Albany - Muncie
Monday 5/19/2008
5:30:00 PM
Pirates @ Cardinal Health Alliance Cardinals - F4
A Rental Yankees @ Family Video Red Sox - F1
May Insurance Angels @ Stork\'s Nest Blue Jays - F2
7:00:00 PM
ShellZShotz.com Astros @ Pazol Jewelers Rays - F2
',
'pause_b': 10,
'pause_a': 1,
'transition' : 'revealTrans(TRANSITION=3,DURATION=1)'
},
{
'file': '',
'content': '
League News',
'pause_b': 10,
'pause_a': 1,
'transition' : 'revealTrans(TRANSITION=3,DURATION=1)'
},
{
'file': '',
'content': 'Help Muncie Baseball & Softball Association continue to grow in 2008!! This year 350 youth are participating in Baseball & Softball.
Become a sponsor
',
'pause_b': 10,
'pause_a': 1,
'transition' : 'revealTrans(TRANSITION=9,DURATION=1)'
},
{
'file': '',
'content': '
Play Ball!!',
'pause_b': 5,
'pause_a': 1,
'transition' : 'revealTrans(TRANSITION=12,DURATION=3)'
},
{
// 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
// doesn't work in Opera
'file': 'DisplayLogo.htm',
// string to be displayed as item content,
// is RECOMMENDED to be used as an alternative to 'file' property
'content': 'The 2005 Season is rapidly approaching',
// pause duration when item top gets top of the scroller box, seconds
// ignored in on-demand mode while scrolling forward
'pause_b': 4,
// pause duration when item bottom gets bottom of the scroller box, seconds
// ignored in on-demand mode while scrolling backward
'pause_a' : 4,
// transition effect the for the item [index, duration]
// IE 5+ ONLY
// choose index of following:
// 0 - Box in.
// 1 - Box out.
// 2 - Circle in.
// 3 - Circle out.
// 4 - Wipe up.
// 5 - Wipe down.
// 6 - Wipe right.
// 7 - Wipe left.
// 8 - Vertical blinds.
// 9 - Horizontal blinds.
// 10 - Checkerboard across.
// 11 - Checkerboard down.
// 12 - Random dissolve.
// 13 - Split vertical in.
// 14 - Split vertical out.
// 15 - Split horizontal in.
// 16 - Split horizontal out.
// 17 - Strips left down.
// 18 - Strips left up.
// 19 - Strips right down.
// 20 - Strips right up.
// 21 - Random bars horizontal.
// 22 - Random bars vertical.
// 23 - Random of aboves
// 24 - Blending
'transition' : 'revealTrans(TRANSITION=20,DURATION=1)'
},
];