
	$(document).ready(function(){
		$('#tagsphere').tagSphere({
			height: 170,
			width: 170,
			slower: 0.60,
			radius: 55,
			timer: 50
		});
	});
		

