The star cluster Pismis 24 lies in the core of the large emission nebula NGC 6357 that extends one degree on the sky in the direction of the Scorpius constellation. Part of the nebula is ionised by the youngest (bluest) heavy stars in Pismis 24. The intense ultraviolet radiation from the blazing stars heats the gas surrounding the cluster and creates a bubble in NGC 6357. -- FOR SCIENCE!
Please choose a specific size and insert option from the drop-down menu on the right.
DETAILS:
- Printed in USA!
- Image is printed on both front & back of pillow
- Soft and Durable for Indoor or Outdoor Use
- Spun Polyester Poplin Material
Want to make your own pillow? Go here: '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"317083",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'317083'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});