 $(document).ready(function () {
            var flashvars = { file: '/tl_files/video/movie.flv', image: 'tl_files/img/static.jpg', autostart: 'true', stretching: 'exactfit', bufferlength: '2', repeat: 'always', icons: 'false', controlbar: 'none', dock: 'false', smoothing: 'true', displayclick: 'none' };
            var params = { allowfullscreen: 'true', allowscriptaccess: 'always', wmode: 'opaque' };
            var attributes = { id: 'player1', name: 'player1' };
            swfobject.embedSWF('tl_files/video/jwplayer/player.swf', 'video-inside', '100%', '100%', '9.0.115', 'false', flashvars, params, attributes);
		
			$(window).resize(function() {
			  $('#video').height($(window).height() - 55)
			});
        });
