Prototype to load movie from dynamic text

 Movieclip.prototype.load_my_movies = function(moviename) { 
	loadMovie(moviename, "container");
	};