$(document).ready(function() {

//this is for the animated logo in the header
if($("#logo-jwviddiv").length > 0){
	

		jwplayer("logo-jwviddiv").setup({
			file: "btv/includes/clips/companies/mp4:ceologoanimation300x220.mp4",
			streamer: 'rtmp://cloud.relentlesstechnology.net:80/vod/',
			flashplayer: "/swf/player-licensed.swf",
			autostart: true,
			repeat: 'always',
			skin: "/swf/player-skin.swf",
			image: '/images/ceo_logo.jpg',
			stretching: 'exactfit',
			controlbar: 'none',
			'controlbar.idlehide': true,
			icons: false,
			width: 300,
			height: 220
		});
	
	
	
}

if($("#scroller").length > 0){
	$("#scroller").simplyScroll({
		autoMode: 'loop'
	});
}

if (!DetectHTML5Stream() && !DetectSmartPhone()) {

	$("#headerleft").prepend("<a href='/' id='logolink'><img src='/images/blank.gif' width='300' height='220'></a>");

}

});
