AudioPlayer.setup("flash/player.swf", {  
    width: 267,
    animation: "no",
    leftbg: "464646",
    lefticon: "232323",
    rightbg: "7b7b7b",
    bg: "686868",
    track: "aeaeae",
    transparentpagebg: "yes"
 });
 
 
/* 
window.addEvent('domready',function(){
    if ($('Rotator')) {
		var nS1 = new noobSlide({
		    mode: 'vertical',
			box: $('Rotator'),
			items: [0,1,2],
			interval: 4000,
			fxOptions: {
				duration: 1500,
				transition: Fx.Transitions.Elastic.easeOut,
				wait: false
			},
			size: 86,
			autoPlay: true
		});
	}
});
*/

