function doDSReady() {
	getTwitters('tweets', { 
	  id: 'duanestorey', 
	  count: 4, 
	  enableLinks: true, 
	  ignoreReplies: true, 
	  clearContents: true,
	  template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>'
	});	
	
	jQuery('#main-photos .images a').fancybox( {
		'overlayOpacity': 0.7	
	});
	
	jQuery('#flickr-photos a').fancybox({
		'overlayOpacity': 0.7	
	});
	
	jQuery('.crossroads-sale-gallery a.fancybox').fancybox({
		'overlayOpacity': 0.7	
	});	

}

jQuery(document).ready( 
	function() { doDSReady(); }
);