var myCarousel = null;
window.onDomReady(function() { 
	myCarousel = new CNETcarousel("spotline", {
	rotateAction: "click",	slideInterval: 2000,transitionDuration: 500,autoplay: true,rotateActionDuration: 300,onShowSlide: function(){$$('#spotline_buttons a.off img').each(function(button, index) {button.src = button.src.replace('_on.gif', '_off.gif');});	$$('#spotline_buttons a.selected img').each(function(button, index) {	button.src = button.src.replace('_off.gif','_on.gif');});}});});


window.onDomReady(function() {
	myCarousel = new CNETcarousel("autorizari",{
	rotateAction: "click",	slideInterval: 2000,transitionDuration: 500,autoplay: true,rotateActionDuration: 300,onShowSlide: function(){$$('#spotline_buttons2 a.off img').each(function(button, index) {button.src = button.src.replace('_on.gif', '_off.gif');});	$$('#spotline_buttons2 a.selected img').each(function(button, index) {	button.src = button.src.replace('_off.gif','_on.gif');});}});});