lsp = new AJScroller();
lsp.name = 'lsp';
lsp.type = 0;
lsp.width = 375;
lsp.height = 195;
lsp.spacing = 0;
lsp.scrollspeed = 40;
lsp.pausedelay = 3000;
lsp.pausemouseover = true;


lsp.add('<BR /><IMG SRC="images/star_bullet.gif" align="left">&nbsp;See our <a href="coupons.html">special offer</a> page for great savings. <BR />', '', 'Item 1');

lsp.add('<BR /><IMG SRC="images/star_bullet.gif" align="left">&nbsp;<strong>Saint Patty\'s Fun for the Whole Family:</strong> Enjoy our St. Patrick\'s Day Family Fun Night Lock-In on Friday, 3/16 from 6-9pm. Just $15 per person, includes 1 round of Glo-Golf & unlimited play on our other <a href="attractions.html">attractions</a>, plus a slice of pizza and a fountain drink.<BR />', '', 'Item 2');

lsp.add('<BR /><IMG SRC="images/star_bullet.gif" align="left">&nbsp;<strong>Players Hours of Operation: </strong> Effective 2/6/2012, Players will be open until 9 pm Monday thru Thursday. View our complete <a href="locate.html">hours of operation</a> for more info.<BR />', '', 'Item 3');

lsp.add('<BR /><IMG SRC="images/star_bullet.gif" align="left">&nbsp;<strong>SAVE BIG!</strong> Purchase a Players Discount Card for $10 and 100% of the proceeds go to local non-profit organizations. <BR />', '', 'Item 4');

lsp.add('<BR /><IMG SRC="images/star_bullet.gif" align="left">&nbsp;<strong>Looking for a Great Fundraiser?</strong> Sell Players Discount Cards and earn up to 100% of the proceeds for your non-profit organization. <BR /> <BR />', '', 'Item 5');

lsp.add('<BR /><IMG SRC="images/star_bullet.gif" align="left">&nbsp;<strong>More Events Coming Soon!</strong> Please check back here for the latest news and information. <BR />', '', 'Item 6');

/* -- Replicate Items -- */
lsp.display();
onload = function(){lsp.load();lsp.start();};
onresize = function(){lsp.load();};


