Hooters
Anzahl je Seite:
Sortierung:
Interpret
- Hooters-Engine 999 7'' Vinyl Holland Schallplatten10,99 EUR ** incl. ges. MwSt. zzgl. Versandkosten
- Hooters-Johnny B 12'' Disco Vinyl US PROMO Schallplatten19,99 EUR ** incl. ges. MwSt. zzgl. Versandkosten
- Hooters-Satellite/ All you zombies 12'' Vinyl Holland Schallplatten9,99 EUR ** incl. ges. MwSt. zzgl. Versandkosten
document.addEventListener('DOMContentLoaded', function () {
var categoryDescription = document.getElementById('category-description');
function getPageParameter() {
var params = new URLSearchParams(window.location.search);
return params.get('page');
}
var page = getPageParameter();
if (page === null || page === '1') {
categoryDescription.style.display = 'block';
} else {
categoryDescription.style.display = 'none';
categoryDescription.innerHTML = '';
}
});