$(document).ready(function() {
	swfobject.embedSWF("/images/newlook/hero.swf", "flash", "620", "234", "9.0.0", {},{}, {"wmode":"transparent"} );
	
	$(".carousel").jcarousel({
		 auto: 2,
		 scroll: 1,
     wrap: 'both'
	});
	
	$(".sub-nav li.suppliers a").click(function() {
		if(this.href.indexOf("RegionalListings") >= 0) {
			$("#RegionalListings").effect("highlight", {}, 800);
			return true;
		} else {
			return true;
		}
	});
});