if(!mapness){
	var mapness = {};
}

/****************************
 *  UI FOR PROFILE :
 ****************************/

if(!mapness.ui){
	mapness.ui = {};
}

mapness.ui.showVideo = function(youTubeId, journey){
	var formHtml = '<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/'+youTubeId+'&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/'+youTubeId+'&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>';
	mapness.ui.modal.init(formHtml, {width: 425, height: 355, addOverlay: true, draggable: true});
}

