<divclass="bubble1"style="display: none;">Hello stranger, are you looking for something? </div>
<divclass="bubble2"style="display: none;"> My name is Pat, nice to meet you. [...] </div>
<divclass="bubble3"style="display: none;"> I don't know any Amanda. But believe me, I wouldn't be surprised if something happened to her as well. Like those poor cats. They didn't escape, someone kidnapped them. </div>
<divclass="bubble4"style="display: none;"> Follow me, I can tell you more about it.</div>
</div>
</div>
<divclass="text_container">
<divclass="message1">
You are at the cat shelter: it looks so empty. What could have happened here?<br>
<spanclass="instructions_arrow">→</span><spanclass="instructions"> Look closer to see if there are any tracks of Amanda</span>
</div>
<divclass="message2"style="display:none;">
<spanclass="instructions_arrow">→</span><spanclass="instructions"> Ask Pat if she has seen Amanda</span>
</div>
<divclass="message3"style="display:none;">
I hope Amanda did not get involved in this. <buttononclick="location.href='major_house.html';"><spanclass="button_text">Follow Pat</span></button> to hear more about it.
</div>
</div>
</div>
<scriptsrc="jquery.min.js"></script>
<script>
//get player avatar from local storage
console.log (localStorage.myavatar)
var img = document.createElement("img");
img.src = localStorage.myavatar;
var player_img = document.querySelector("#player_img");