function youtube(element, video, autoplay){
	if (autoplay) {video += '&autoplay=1';}
	element.flashembed({
		src: video,
		width: element.width(),
		height: element.height(),
		allowscriptaccess: "always",
		allowFullScreen: "true",
		wmode: "transparent"
	});
}
