

$(function () {


$('#partner-banner').cycle({
	timeout:       3000, 
	pause:   1,
	fx: 'fade', 
	speed: 'slow',

	after: function(idx){
		id = $(this).attr('rel');
		
	}
});


$('#banner').before('<div id="pager" class="pager">').cycle({
	timeout:       11500, 
	pause:   1,
	fx: 'fade', 
	speed: 'slow',
	pager: '#pager',

	after: function(idx){
		id = $(this).attr('rel');
	}
});


});

