/* Author: Marc Barriger @ Digi Craft Agency (digicraftagency.com) */

$(function(){
	if($('#topvideoplayer').length){
		jwplayer("topvideoplayer").setup({
			flashplayer:'//'+window.location.host+'/jwplayer/player.swf',
			playlist:[
				{ file:'http://www.youtube.com/watch?v=BSdC-MtDerE', image:'//'+window.location.host+'/images/main-video-still.jpg' },
				{ file:'http://www.youtube.com/watch?v=vR8oH6YTMaw' },
				{ file:'http://www.youtube.com/watch?v=5uPhEa4oUKM' }
			],
			height:349,
			width:616,
			plugins:'fbit-1'
		});
	}
});
