Keep your hands germ-free with our Advanced ORGNX Hand Sanitizer. It comes uniquely packaged in a 60ml unicorn squeeze bottle for your convenience. Buy it today!
choosing a selection results in a full page refresh
var links = document.links;
for (let i = 0, linksLength = links.length ; i < linksLength ; i++) {
if (links[i].hostname !== window.location.hostname) {
links[i].target = '_blank';
links[i].rel = 'noreferrer noopener';
}
}