Page= {
	init: function() {
		$("#video_link").click(function() {
			$("#player").html('<iframe src="'+$("#video_link").attr("rel")+'" frameborder="0" scrolling="no" width="773" height="443" />').show();
			$("#overlay").css("height", ($("#page").height())+280).show().click(function() {
				$("#player").hide();
				$(this).hide();
			});
		});
	}
}
