window.addEventListener('load', () => {
const coolstuff = {
'https://developer.run/pic/coolstuff/speaker.jpg': 'https://www.pinterest.com/pin/826762444101201285',
'https://developer.run/pic/coolstuff/pizerocase.png': 'https://www.pinterest.com/pin/826762444093123135/',
'https://developer.run/pic/coolstuff/bag.png': 'https://www.pinterest.com/pin/826762444093124385',
'https://developer.run/pic/coolstuff/comp.png': 'https://www.pinterest.com/pin/826762444093124407',
'https://developer.run/pic/coolstuff/keyboard.png': 'https://www.pinterest.com/pin/826762444093124441',
'https://developer.run/pic/coolstuff/ammobox.png': 'https://www.pinterest.com/pin/826762444093124142/',
'https://developer.run/pic/coolstuff/motherboard.png': 'https://www.pinterest.com/pin/826762444093124486',
'https://developer.run/pic/coolstuff/watchbox.png': 'https://www.pinterest.com/pin/826762444093132842',
'https://developer.run/pic/coolstuff/foldkeyboard.png': 'https://www.pinterest.com/pin/826762444093132860',
'https://developer.run/pic/coolstuff/flashlight.png': 'https://www.pinterest.com/pin/826762444093132900',
'https://developer.run/pic/coolstuff/glasses.png': 'https://www.pinterest.com/pin/826762444093132923',
'https://developer.run/pic/coolstuff/barrel.png': 'https://www.pinterest.com/pin/826762444093132937',
'https://developer.run/pic/coolstuff/container.png': 'https://www.pinterest.com/pin/826762444093132951',
'https://developer.run/pic/coolstuff/scalpel.png': 'https://www.pinterest.com/pin/826762444093132965',
'https://developer.run/pic/coolstuff/gmkb.png': 'https://www.pinterest.com/pin/826762444093132983',
'https://developer.run/pic/coolstuff/lighter.png': 'https://www.pinterest.com/pin/826762444093155036',
'https://developer.run/pic/coolstuff/capsule.png': 'https://www.pinterest.com/pin/826762444093155041',
'https://developer.run/pic/coolstuff/tester.png': 'https://www.pinterest.com/pin/826762444093155090',
'https://developer.run/pic/coolstuff/caliper.png': 'https://www.pinterest.com/pin/826762444093155114'
},
keys = Object.keys(coolstuff),
img = document.documentURI === 'https://developer.run/50' ? 'https://developer.run/pic/coolstuff/speaker.jpg' : keys[ keys.length * Math.random() << 0],
link = coolstuff[img],
place = document.getElementById('coolstuff');
place.innerHTML += `Pinterest
`;
// const featured = [
// {i: 'pi/title.jpeg-300x.png', u: '50', t: 'About Raspberry Pi Laptop I\'m building'},
// {i: 'weather1-300x.png' , u: '52', t: 'Low Power eInk Weather Gadget'},
// {i: 'wa_full.png' , u: '37', t: 'Wolfram Alpha in the command line'}
// ],
// selected = featured[Math.floor(Math.random() * featured.length)],
// featuredtext = document.getElementById('featuredtext'),
// featuredimg = document.getElementById('featuredimg');
// featuredtext.innerHTML += `Can I interest you in todays featured post: ${selected['t']}`;
// featuredimg.innerHTML += `
`;
});