window.addEvent('domready', function(){
	// Twitter
	getTwitters('twitter_feed', {
	  id: 'upwardreach', 
	  count: 1, 
	  enableLinks: true, 
	  ignoreReplies: true, 
	  clearContents: true,
	  template: '<span class="grey">%time%</span> - <span id="twitter_feed">%text%</span>'
	});
	
	// Video
	
	var homeVideo = new Swiff('http://www.upwardreach.org/wp-content/themes/upwardreach/swf/mediaplayer/player.swf',{
		container: 'video',
		width: 449,
		height: 253,
		params: {
			wmode: 'opaque'
		},
		vars: {
			skin : 'http://www.upwardreach.org/wp-content/themes/upwardreach/swf/Modieus_Slim/stylish_slim.swf',
			file: 'http://www.upwardreach.org/wp-content/themes/upwardreach/swf/home_video.f4v',
			stretching: 'none'
		}
	});


});