// Start Rotator for Banner
$(document).ready(function() {		
	$(document).rotatey({parent:'#rotator', element:'div', timer:6000});
});

