$("document").ready(function(){
	
	$("#video-37").click(function(){
		
		$(this).html('<iframe src="http://player.vimeo.com/video/25843820?title=0&amp;byline=0&amp;portrait=0&amp;autoplay=1" width="560" height="315" frameborder="0" scrolling="auto" allowtransparency="65535"></iframe>');
		
	});
});
