function showVideo(youtube_id, date, member, title, type) {	//WITH RATING	//view_url = "view_youtube.php?v=" + youtube_id + "&r=" + rating_id + "&d=" + date + "&m=" + member + "&t=" + title;	//WITHOUT RATING	//view_url = "view_video.php?v=" + youtube_id + "&d=" + date + "&m=" + member + "&t=" + title + "&y=" + type;	view_url = "http://www.google.com";	new LITBox(view_url, {type: 'window', height:500, width:475, overlay:true, resizable:false, draggable:false, opacity:1});	}