Funk / Soul
Anzahl je Seite:
Sortierung:
Genre
Interpret
- Bill Black's Combo-White silver sands/ The wheel US 7'' Single12,99 EUR ** incl. ges. MwSt. zzgl. Versandkosten
- Tyrone Brunson-The smurf UK 12'' Disco Vinyl Schallplatten14,99 EUR ** incl. ges. MwSt. zzgl. Versandkosten
- Tasha Thomas-Hot buttered boogie 12'' Disco Vinyl US PROMO12,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 = '';
}
});