setTimeout(function(){
if(!(window.location.href.indexOf('/item/')>-1) && window.location.href.indexOf('/catalog')>-1 && document.querySelectorAll('.hubbox').length==0){
var div = document.createElement('div');
div.classList.add('hubbox')
if (window.location.toString().indexOf('?lng=en')>-1){
thecontent = `
DSP Eventers Auktion am 11. Mai 2024
Ansprechpartner / Auction director:
Norbert Freistedt mobil +49 (0) 152-5271 7888
Präsentation / Presentation
- 9. Mai Donnerstagabend (ca. 18 Uhr) Willkommens-Präsentation / Thursday evening Welcome - Presentation
- 6.-10. Mai Montag-Freitag Öffentliches Training mit der Möglichkeit des Ausprobierens / Monday-Friday Public workout and possibility to test the auction horses
- 11. Mai Samstagnachmittag Präsentation auf der Geländestrecke / Saturday Presentation under saddle near the xc track
- 11. Mai NEW! 19:30 Uhr Hybrid-Auktion Live vor Ort - Kleine Reithalle Landgestüt Marbach / Saturday 07:00 pm Hybrid-Auction Live on site - small indoor arena Marbach state stud or online
Navigationsadresse
Haupt- und Landgestüt Marbach | Gestütshof 1 | 72532 Gomadingen-Marbach
Kartenbestellung / Ticket order
Kartenbestellung für den Auktionsabend bei Sarah Hess unter +49 (0) 7385 – 96 90 217 bzw. hess@pzvbw.de.
Hier geht’s zum Blätteratalog! / Click here for the printedcatalogue!
Aufstallung & Ausprobieren / Training and test riding
Die Auktionspferde stehen während der Trainingszeit vom Montag, 06. Mai bis Samstag, 11. Mai 2024 in Marbach zur Besichtigung und zum Probereiten bereit. Wir bitten um Vereinbarung eines Termins bei unserem Vermarktungsleiter Norbert Freistedt unter +49 (0) 152-5271 7888
From Monday, May 8nd til Saturday, May 13th, the horses will be stabled at Marbach State Stud and can be tried there after appointment. Please arrange an appointment: Norbert Freistedt: +49 (0) 152-5271 7888
`
}else{
thecontent = `DSP Eventers Auktion am 11. Mai 2024
Ansprechpartner / Auction director:
Norbert Freistedt mobil +49 (0) 152-5271 7888
Präsentation / Presentation
- 9. Mai Donnerstagabend (ca. 18 Uhr) Willkommens-Präsentation / Thursday evening Welcome - Presentation
- 6.-10. Mai Montag-Freitag Öffentliches Training mit der Möglichkeit des Ausprobierens / Monday-Friday Public workout and possibility to test the auction horses
- 11. Mai Samstagnachmittag Präsentation auf der Geländestrecke / Saturday Presentation under saddle near the xc track
- 11. Mai NEU! 19:30 Uhr Hybrid-Auktion Live vor Ort - Kleine Reithalle Landgestüt Marbach / Saturday 07:00 pm Hybrid-Auction Live on site - small indoor arena Marbach state stud or online
Navigationsadresse
Haupt- und Landgestüt Marbach | Gestütshof 1 | 72532 Gomadingen-Marbach
Kartenbestellung / Ticket order
Kartenbestellung für den Auktionsabend bei Sarah Hess unter +49 (0) 7385 – 96 90 217 bzw. hess@pzvbw.de.
Hier geht’s zum Blätteratalog! / Click here for the printedcatalogue!
Aufstallung & Ausprobieren / Training and test riding
Die Auktionspferde stehen während der Trainingszeit vom Montag, 06. Mai bis Samstag, 11. Mai 2024 in Marbach zur Besichtigung und zum Probereiten bereit. Wir bitten um Vereinbarung eines Termins bei unserem Vermarktungsleiter Norbert Freistedt unter +49 (0) 152-5271 7888
From Monday, May 8nd til Saturday, May 13th, the horses will be stabled at Marbach State Stud and can be tried there after appointment. Please arrange an appointment: Norbert Freistedt: +49 (0) 152-5271 7888
`
}
div.innerHTML = thecontent + `
`
if (document.querySelectorAll('.hubbox').length == 0 ){
div2 = div.cloneNode(true)
document.querySelector('#page-title.hidden-lg').append(div)
document.querySelector('#page-title.hidden-xs').append(div2)
// Run extra code
}else{
//div.classList.add('hidden-sm');
//div.classList.add('hidden-lg');
//div.classList.add('hidden-xl');
//document.querySelectorAll('#page-title')[1].append(div);
}
}else if ((window.location.href.indexOf('/item/')>-1) && window.location.href.indexOf('/catalog')>-1 && document.querySelectorAll('.hubbox').length==0){
var div = document.createElement('div');
div.classList.add('hubbox')
div.innerHTML = ``
div2 = div.cloneNode(true)
document.querySelector('#page-title.hidden-lg').append(div)
document.querySelector('#page-title.hidden-xs').append(div2)
}else if ((window.location.href.indexOf('/auction.php')>-1) && document.querySelectorAll('.hubbox').length==0){
var div = document.createElement('div');
div.classList.add('hubbox')
div.innerHTML = ``
div2 = div.cloneNode(true)
document.querySelector('#page-title.hidden-lg').append(div)
document.querySelector('#page-title.hidden-xs').append(div2)
}
},2000)