function start_show() {
	alert("hi");
	dw_Rotator.start();
}
addLoadEvent("start_show");