$(document).ready(
	function()
	{
$('#bannerBTGo'). cycle({ 
    fx:    'fade', 
    fit: 0,
    random: 0,
    delay: 5000 
});

});