var player = flowplayer("player", "/j/flowplayer-3.0.3.swf", { 
				plugins: { 
					controls: null,
					 content: { 
                                url: '/j/flowplayer.content-3.0.1.swf', 
                               	html: $("#link").html(), 
    							display: 'none',
    							onClick: function() { 
						           } 
                        } 
				},
				clip: {
					url: 'http://chiasmos.uchicago.edu/2008-2009/clips/ali_clip.flv',
					autoPlay: false, autoBuffering: true,
					onFinish: function() { 
								this.getPlugin("content").animate({top:10, height: '30%'}).show();
                    }
                },
				play: {
					width: '25%',
					height: '25%',
					replayLabel: 'Play again'
    			}
			});