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


