$(document).ready(function() {  
	$('.target').bt({
	  padding: 10,
	  width: 100,
	  spikeLength: 20,
	  spikeGirth: 20,
	  cornerRadius: 4,
	  fill: '#EAE9E6',
	  strokeWidth: 3,
	  strokeStyle: '#3796D5',
	  cssStyles: {color: '#949F9D', fontWeight: 'bold'}
	});
});