YUI().use('dd-constrain', 'sortable', function(Y) {
var list1 = new Y.Sortable({
container: '#list1',
nodes: 'li',
opacity: '.1'
});
var list2 = new Y.Sortable({
container: '#list2',
nodes: 'li',
opacity: '.1'
});