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