$(document).ready(function () {
  $(".ads .divProducts").jCarouselLite({
	    visible: 1,
 	    start: 0,
		btnNext: ".ads .next",
		btnPrev: ".ads .prev",
        speed: 500	
  });  
  $(document).pngFix(); 
  
	$('#sidebar a').each(function(){
		var location = window.location;
		var href=location.href;
		//alert(href);				
		//if (/^\/(Group\.aspx)/i.test(location.pathname)) {href=href.replace(location.search,'');}
  	    //if (/^\/(Group\.aspx)/i.test(location.pathname)) {href=href.replace(location.search,'');}
		if (this.href.toLowerCase() == href.toLowerCase()) {$(this).addClass('active'); return false};
	});

  
});
