if (movie_id.indexOf('&') > 0) {
                                // Strip anything after the &
                                movie_id = movie_id.substr(0, movie_id.indexOf('&'));
                            }