
	$(document).ready(function(){
		$('#tagsphere').tagSphere({
			height: 180,
			width: 180,
			speed: 1,
			slower: 0.50,
			radius: 60,
			timer: 50
		});
	});
		


