diff --git a/index.html b/index.html
index 990cded..e13ff86 100644
--- a/index.html
+++ b/index.html
@@ -328,7 +328,7 @@ function displayMovies(movies) {
function fetchSpecificMovies() {
// Add 'Sneakers', 'Barbie', and 'Oppenheimer' to the array
- const moviesToFetch = ['El Topo', 'The Holy Mountain','Angel Heart','Katyn','Simon Birch', 'Drop Dead Fred', 'Sneakers', 'Barbie', 'Oppenheimer', 'The Heist Before Christmas'];
+ const moviesToFetch = ['Richie Rich', 'Blank Check','El Topo', 'The Holy Mountain','Angel Heart','Katyn','Simon Birch', 'Drop Dead Fred', 'Sneakers', 'Barbie', 'Oppenheimer', 'The Heist Before Christmas'];
moviesToFetch.forEach(title => {
searchMovie(title);
});