<!-- Interfade JS -->
$(document).ready(
function(){
$('ul#landingpageimages').innerfade({
speed: 1500,
timeout: 3500,
type: 'sequence',
containerheight: '398px'
});
$('ul#images').innerfade({
speed: 1500,
timeout: 4000,
type: 'sequence',
containerheight: '398px'
});
});

<!-- Collapsible Divs JS -->
animatedcollapse.addDiv('details','fade=0,speed=400,hide=1')
animatedcollapse.init()

<!-- Lightbox JS -->
$(function() {
$('#images a').lightBox({fixedNavigation:true});
});
$(function() {
$('.post_images a').lightBox({fixedNavigation:true});
});

