// begin accessing JSON data here
var data = JSON.parse(localStorage.getItem("AZAR"));
// grabs the page with home id
var page = document.getElementById("home");
// assigns a random number to randomly determine which image and information to display in the home page.
// Then it grabs the image container of the card, and inserts the random image. It also garbs the content container
// and puts the corresponding title and description. This section activates on application startup.
var aleatorio = Math.floor(Math.random()*52);
document.getElementById("image").innerHTML = ``;
document.getElementById("Content").innerHTML = "