// JavaScript Document
function titan() {
	nav();
	$(".banner-slide").cycle({
		fx:'fade',
		speed:1000,
		timeout:8000,
		height:'400px',
		cleartypeNoBg:true,
		pager:'.cycle-nav'
	});
}
