novelty = new AJScroller();
novelty.name = 'novelty';
novelty.type = 0;
novelty.width = 128;
novelty.height = 440;
novelty.spacing = 0;
novelty.scrollspeed = 20;
novelty.pausedelay = 0;
novelty.pausemouseover = true;

novelty.add('<a href="novelty-wallet.html"><img src="images/wallet-thumb.jpg" width="124" height="80" border="0"></a>', '', 'Item 3');
novelty.add('<a href="novelty-bespoke.html"><img src="images/bespoke-thumb.jpg" border="0"></a>', '', 'Item 3');
novelty.add('<a href="novelty-football.html"><img src="images/football-thumb.jpg" width="124" height="80" border="0"></a>', '', 'Item 3');
novelty.add('<a href="novelty-wristband.html"><img src="images/wristband-thumb.jpg" width="124" height="80" border="0"></a>', '', 'Item 3');
novelty.add('<a href="novelty-twig.html"><img src="images/twig-thumb.jpg" width="124" height="80" border="0"></a>', '', 'Item 3');
novelty.add('<a href="novelty-wood2.html"><img src="images/wood2-thumb.jpg" width="124" height="80" border="0"></a>', '', 'Item 3');
novelty.add('<a href="novelty-bottle.html"><img src="images/bottle-thumb.jpg" width="124" height="80" border="0"></a>', '', 'Item 3');


novelty.display();
onload = function(){novelty.load();novelty.start();};
onresize = function(){novelty.load();};
