
	$(document).ready(function(){
		$('#tagsphere').tagSphere({
			height: 260,
			width: 260,
			slower: 0.90,
			radius: 100,
			timer: 50
		});
	});
		

