$(document).ready(function() {
	
	$("#rotator1").rotator({n:1});

    $('#LOGO1').cycle({
        fx:     'fade',
        timeout:  10000,
        random: 1
    });   
 });
 
 $(function() {
$("#tabs").tabs();
});

