	$(function(){
		$('.blogs').each(function(){
			$(this).balloon({
				keep:0,
				tipSize: 0,
				offsetX: 0, 
				offsetY: 0,
				position: "center",
				contents: '<a href="'+$(this).attr('href')+'/php" title="Onisueka Blog">Onisueka</a> | <a href="'+$(this).attr('href')+'/design" title="ต้นส้ม Blog">ต้นส้ม</a> | <a href="'+$(this).attr('href')+'/secretary" title="กุ๊กกิ๊ก Blog">กุ๊กกิ๊ก</a>',
				css:{
					opacity: "1",
				}
			});			
		});
	});
