function playVideo(title, youtubeid) {
	new LDialog({
		title: title,
		content: new Element("div"),
		ajax: {
			url: "/h/waso/playVideo",
			options: {
				evalScripts: true,
				parameters: {
					youtubeid: youtubeid
				}
			}
		}
	}); 
}
