
j$(document).ready(function() {
	j$('#focaltwitter').twitterSearch({
		term: 'from%3Afocalpointpress',			//(from%3Afocalstore) (focalstore)
		title: '@focalpointpress',
		titleLink: 'http://twitter.com/focalpointpress',
		bird: true,					// true or false (show or hide twitter bird image)
		birdSrc: '/img/twimg/focalpr.png', 		// twitter bird image
		birdLink: 'http://twitter.com/focalpointpress',		// url that twitter bird image should like to
		avatar: false,				// true or false (show or hide twitter profile images)
		anchors: true,			// true or false (enable embedded links in tweets)
		animOutSpeed: 500,	// speed of animation for top tweet when removed
		animInSpeed: 500,	// speed of scroll animation for moving tweets up
		pause: true,				// true or false (pause on hover)
		time: true,					// true or false (show or hide the time that the tweet was sent)
		timeout: 3500,			// delay betweet tweet scroll
		css: { 
			a:     { textDecoration: 'none', color: '#09F', fontWeight: 'normal'},
			container: { backgroundColor: '#EFEFEF'},
			frame: { border: '2px solid #EFEFEF', borderRadius: '5px', '-moz-border-radius': '5px', '-webkit-border-radius': '5px' },
			img:   { width: '30px', height: '30px' },
			loading: { color: '#F39' },
			text:  { backgroundColor: '#FFF',fontWeight: 'normal', fontSize: '8pt', color:'#000', 'margin': '0 0 0.5em 0 ','padding': '0 3px 0em 3px', 'border-bottom':'solid 1px #DDD','border':'solid 1px #DDD'},
			time:  { fontSize: '7pt', color: '#666' },
			title: { backgroundColor: '#EFEFEF', padding: '5px', textAlign: 'right', fontWeight: 'bold', fontSize: '12px'},
			titleLink: { textDecoration: 'none', color: '#F39' },
			user:  { color: '#F39',fontWeight: 'bold',fontSize: '9pt'},
			fail:  { background: '#EFEFEF url(/img/spacer.gif) no-repeat 50% 50%'}
		}
	});
});



