// JavaScript Document

function AllRotatorsPreload() {
	theBannerRotator.preload();
	theFooterRotator.preload();
	theLeftRotator.preload();
	theRightTopRotator.preload();
	theRightMiddleRotator.preload();
	theRightBottomRotator.preload();
}

function AllRotatorsStart() {
	theBannerRotator.start();
	theFooterRotator.start();
	theLeftRotator.start();
	theRightTopRotator.start();
	theRightMiddleRotator.start();
	theRightBottomRotator.start();
}