$('#menubox').html('');
var target = document.getElementById('menubox');
var mnspinner = new Spinner(spnopts).spin(target);
$('#menubox').load('https://disenoboston.com/common/multi/subnav.php',{
'prefix' : 'diseno',
'q' : 'page%3Dgallery%26family%3Dphotos%26category%3DAntigua-comma-_Guatemala_2014',
'c_only' : '1',
'increment' : '36',
'displaylimit' : '36',
'thepath' : 'common',
'menu_images' : 'no',
'from_limit' : '0',
'orderby' : 'display_order asc, featured desc, updated desc, id asc',
'display_restrictions' : ''
}, function(){
mnspinner.stop();
convert2slash('#menubox a:not(.noslash)');
});