var myCarousel = null;
window.onDomReady(function() {myCarousel = new CNETcarousel("intendFeat", {rotateAction: "click",	slideInterval: 5000,transitionDuration: 500,autoplay: true,rotateActionDuration: 300,onShowSlide: function(){$$('#intendFeat_buttons a.off img').each(function(button, index) {button.src = button.src.replace('_b.png', '_a.png');});	$$('#intendFeat_buttons a.selected img').each(function(button, index) {	button.src = button.src.replace('_a.png','_b.png');});}});});
