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

