/* remove the word categories */
YE.onAvailable('galleriesBox', function() {this.innerHTML = this.innerHTML.replace(/galleries/, '')});

/* leave subcategories there 
YE.onAvailable('subcategoriesBox', function() {this.innerHTML = this.innerHTML.replace(/sub-categories/, '')});
*/

swapBoxes();

