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


