function imageRotate() {
    $('#image-rotate').innerfade({
        speed: 'slow',
        timeout: 4000,
        type: 'sequence',
        containerheight: '225px'
    });
}

$(function() {
	$('#pane1').jScrollPane();
	$('#pane2').jScrollPane();
	$('#tabs-wrap').tabs();
	//$(document).snowfall();
});




