Excuse me while I go try and look for my pants
◢
◣
Excuse me while I go try and look for my pants
HE IS SO HOT
Excuse me while I just die over here. He’s perfect.
function toggleBrowserPoniesToBackground () {
var main = document.getElementById('main');
if (main.style.zIndex === '') {
main.style.zIndex = '100000000';
}
else {
main.style.zIndex = '';
}
}