function loadCarousel(){
	var o = document.getElementById('carouselDIV');
	o.innerHTML = '<iframe width="590" height="276" scrolling="no" src="testSWF.html" frameborder="0"></iframe>';
	return;
}