jQuery(document).ready(function(){

	$(".facebook").circulate({
		speed: 1600,
		height: 8,
		width: 8,
		loop: true                 
	});
	
	$(".twitter").circulate({
		speed: 1600,
		height: 6,
		width: 6,
		loop: true                 
	});

	$(".youtube").circulate({
		speed: 1600,
		height: 4,
		width: 4,
		loop: true                 
	});
	
	$(".myspace").circulate({
		speed: 1600,
		height: 2,
		width: 2,
		loop: true                 
	});
	
});
