// JavaScript Document
$(document).ready(function(){
	$('#tagsphere').tagSphere({
height: 350,
width: 350,
slower:0.65,
radius:120,
timer:50
  });
});
