$(document).ready(function() {

$("#position1").position({
	my: "left center",
    at: "left bottom",
	of: "#target_aps"
});    

$("#position2").position({
  my: "left center",
  at: "left bottom",
  of: "#target_jaj"
});
$("#position3").position({
  my: "left center",
  at: "left bottom",
  of: "#target_rus"
});

  $("#position4").position({
    my: "left center",
	at: "left bottom",
	of: "#target_matahari"
  });

  });
