// jquery config script for site

// This is also called from the blog in header.php 

	$(document).ready(function() {
			//$('div#social-share').share();			
			$('div#social-share').share({
				url:			'http://www.rumblefish.com',
				title:			'Rumblefish - Create the perfect soundtrack',
				description:	'Lorem ipsum et dolor',
				tags:			'share, tag, example',
				services:		['digg', 'delicious', 'linkedin', 'stumbleupon', 'reddit'],
				img_size:		16,
				a_target:		'_self'
			});
		});  
