

$(document).ready(function() {
 
  $('div.bg_image').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	 
 if (window.location.pathname=="/Home.aspx" || window.location.pathname=="/" || window.location.pathname=="/default.aspx"){
  $("div.breadcrumb").remove();
  }
  
  $("div.content_holder div.menu div.tabs_menu ul li a").wrapInner("<dfn />");
   
});

