$(document).ready(function() {
		// Photopage Lightbox //
        if( $('.exploreimages').length ){$('.exploreimages a').lightBox();}


	if($('#sc_twitter').length){
            new TWTR.Widget({
                id: 'sc_twitter',
                version: 2,
                type: 'profile',
                rpp: 4,
                interval: 6000,
                width: 'auto',
                height: 275,
                theme: {
                  shell: {
                    background: '#ffa700',
                    color: '#ffffff'
                  },
                  tweets: {
                    background: '#ffffff',
                    color: '#444444',
                    links: '#444444'
                  }
                },
                features: {
                  scrollbar: false,
                  loop: false,
                  live: true,
                  hashtags: true,
                  timestamp: true,
                  avatars: false,
                  behavior: 'all'
                }
              }).render().setUser("hiaustin").start();
	}

     });

