glow.onDomReady (function (){
	var sortable = new glow.widgets.Sortable(
		'#cols-body #col1, #cols-body #col2, #cols-body #col3', {
			draggableOptions: {
				handle: '.header'
			}
		}
	);
});

 $(document).ready(function () {
$(".color-ul li:nth-child(even)").css("background", "#6A8012");
});
