<!--
ajscroller_3 = new AJScroller();
ajscroller_3.name = 'ajscroller_3';
ajscroller_3.type = 0;
ajscroller_3.width = 100;
ajscroller_3.height = 40;
ajscroller_3.spacing = 1;
ajscroller_3.scrollspeed = 100;
ajscroller_3.pausedelay = 1000;
ajscroller_3.pausemouseover = true;
ajscroller_3.add('Tickets are on sale now get yours early...','100');
ajscroller_3.add('New website coming soon with plenty of suprises !!','100');
ajscroller_3.add('Sign up to our mailing to be updated with all the new information.','100');
ajscroller_3.add('For lineup information please check the flash site.','100');

ajscroller_3.display();
onload = function(){ajscroller_3.start();};
onresize = function(){ajscroller_3.start();};
// -->