$(document).ready(function() {

	$("a#flashoverlaybutton").click(function(){
		content = '<iframe src="http://player.vimeo.com/video/22412815?title=0&amp;byline=0&amp;portrait=0&amp;autoplay=1" width="660" height="371" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>';
		$("<div/>").attr("id","flashoverlay").html(content).appendTo("#flashoverlayanchor");
	
	});
   
});
