var Tscr_LOOK1 = {
// scroller box size: [width, height]
'size' : [350, 420],
// a length of a gap between two neighboring items, pixels
'distance' : 0,
's_i':'TScrItem1',
's_b':'TScrBody1',
// for on-demand mode: image for scrolling items backward
// [left, top, width, height, sorce_file, mouseover_sorce_file]
'up' : [280, 5, 16, 16, 'tsp_files/alf.gif','tsp_files/malf.gif'],
// for on-demand mode: image for scrolling items forward
// [left, top, width, height, sorce_file, mouseover_sorce_file]
'dn' : [310, 5, 16, 16, 'tsp_files/art.gif', 'tsp_files/mart.gif'],
'pa' : [-300, -10, 16, 16, '/scrollpro/images/pau.gif'],
're' : [-300, -10, 16, 16, '/scrollpro/images/res.gif'],
'nx' : [-325, -10, 16, 16, '/scrollpro/images/nxt.gif'],
'pr' : [-275, -10, 16, 16, '/scrollpro/images/prv.gif']
},
Tscr_BEHAVE1 = {
// if scrolling mode is auto (true / false);
'auto' : true,
// if scrolling direction is vertical (true / false, false means horisontal)
'vertical' : false,
// scrolling speed, pixels per 50 miliseconds;
// for auto mode use negative value to reverse scrolling direction
'speed' : 60,
'interval' : 60,
'zindex':1,
// buttons visible on mouse over - true, always visible - false
'hide_buttons' : true
},
// a data to build scroll window content
Tscr_ITEMS1 = [
{ 'file': '',
'content': '
Rhinos Earn First Point of the Season
May 8, 2008: (Portland, OR)... The Rochester Rhinos battled the Portland Timbers to a scoreless tie at PGE Park in Portland on Thursday, earning themselves their first points of the 2008 USL season. Previously unbeaten and untied the Timbers entered the match with a 3-0-0 mark while Rochester was looking for its first win of the season. Rochester seemed to have control of the match early on…
read more » ',
'pause_b': 10,
'pause_a': 0
},
{ 'file': '',
'content': 'RHINOS ANNOUNCE RADIO PARTNER
April 29, 2008: RHINOS ANNOUNCE CLEAR CHANNEL\'S 107.3 AS FLAGSHIP STATION (Rochester, NY)… The Rochester Rhinos have announced that they are partnering with Clear Channel Radio and Country 107.3 FM as the flagship radio station for all Rhinos radio broadcasts during the 2008 season. Country107.3 will broadcast all Rhinos matches –…
read more » ',
'pause_b': 10,
'pause_a': 0
},
{ 'file': '',
'content': 'Former American Idol Star to Kick-off Concert
April 29, 2008: Former American Idol Star Bo Bice to Kick-off Concert Series at PAETEC Park The Rochester Rhinos and Country 107.3 FM have also teamedup to Announce that former American Idol contestant and national recordingartist Bo Bice will kick off the “Rockin’ with the Rhinos" concert series afterthe home opener on Saturday,…
read more » ',
'pause_b': 10,
'pause_a': 0
}
];