jQuery(document).ready(function () {
    jQuery("#offers_country").columns(4, false);
	jQuery("#offers_country_wide").columns(5, false);


	function go() 
	{
	window.location=document.getElementById("search_country").value;
	}
	
	$(function() {
	
		// initialize scrollable
		$(".scrollable").scrollable({speed: 500, circular: true});
	
	});
});
