function cms_onchange(el)
{
	var v = el.value;
	window.location.href='?sortby='+v;
}

jQuery(document).ready(function() {
	initLightbox();
});
