$(document).ready(function() {  
 if($.cookie('sortname')) {
	$.getScript('include/js/order_vs_cookies.js', function() {
	});
 } else {
	$.getScript('include/js/order_defoult.js', function() {
	});
 }
});

