/////////////////////////////////////////////////////////////// 3D //

$(document).ready(function() {
$('#smartdemo3').smart3d({
invertHorizontal: true, 
invertVertical: true
//last_is_static: true,
//first_is_static: true
});
});
			
$(document).ready(function() {
      $("#slider").SexySlider({
        width     : 450,
        height    : 328,
        delay     : 3000,
        strips    : 15,
        autopause : true,
        navigation: '#navigation',
        control   : '#control'
      });
    });
				
/////////////////////////////////////////////////////////////// Twitter //

getTwitters('tweet', { 
id: 'LGLPWorshipTeam', 
count: 1, 
enableLinks: true, 
ignoreReplies: true, 
clearContents: true,
template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/">%time%</a>'
});
