haccordion.setup({
	accordionid: 'hc1', //main accordion div id
	paneldimensions: {peekw:'25px', fullw:'472px', h:'202px'},
	selectedli: [0, true], //[selectedli_index, persiststate_bool]
	collapsecurrent: false //<- No comma following very last setting!
})

var addthis_share = {
	templates: {
        twitter: '{{title}} {{url}} @Mimarist'
    },
    url_transforms: {
        shorten: {
			facebook: 'bitly'
        }
    },
    shorteners : {
		bitly : {
			login: 'hook4free',
			apiKey: 'R_30679b43065ca299f4e876100eee9e9d'
		}
	}
}
