var AnimTimer = 0;
$(document).ready(function(){
	AnimTimer = window.setTimeout( "SwitchBG()", 5000 );
});

