$(function() {
	$('a.lightbox').lightBox();
	$('#meddelande').elastic();	
	
	$("#gallery").sortable({ 	
		opacity: 0.6,
		cursor: 'move',
		update: function() {				
			var order = $(this).sortable("serialize") + '&action=updatePages'; 
			$.post("/admin/sort.php", order, function(theResponse){
			
			}); 															 
		}								  
	});	
});

// Popup check
function check(strMSG){
var bolYes = confirm(strMSG)
	if(bolYes == true){
		return true;
	}
	else{
		return false;
	}
}				
	

