$(document).ready(function() {
	document.getElementById('home-alwayst').innerHTML = document.getElementById('alwayst').innerHTML;
	document.getElementById('alwayst').innerHTML = '';
});

$(function() {
	$('#rotator').after('<div id="nav">').cycle({
		fx:     'fade',
		speed:  '650',
		timeout: 8000,
		prev: '#banleft',
        next: '#banright',
		pager:  '#nav'
	});
	$('#rotator img').click(function (){
      document.location.href = $(this).attr('rel');
    }).css('cursor', 'pointer');	   
});
