jQuery(document).ready(function($) {
	
	
	
$('.HasSubMenu a').append('<img src="/templates/__custom/images/submenu.png" alt="" style="margin-left:3px;" />');
	$('.HasSubMenu ul li a img').hide();
		
$('.ui-state-active').append('<img src="/templates/__custom/images/submenu.png" alt="" style="margin-left:3px;" />');
	
	$('#Wrapper').after('<div class="ContentLower"></div>');
	$('#Wrapper').before('<div class="ContentUpper"></div>');
	
	$('#rss').before('<div class="rssHeader"><span>News</span></div>');
	
//	 $("#rssFeed").PaRSS(
//      "http://blog.bullseyeprotection.com/category/blog/feed/",  // rss feed url (required)
//     5,                                   // number of items (optional)
//	  "m/d/Y",                        // date format (optional)
//     "shortblogs"                                // descriptions? (optional)
//     );
	  
	  $("#rssFeaturedProducts").PaRSS(
      "http://store-311fb.mybigcommerce.com/rss.php?action=featuredproducts&type=rss",  // rss feed url (required)
     4,                                   // number of items (optional)
      "m/d/Y",                        // date format (optional)
      "featured"                                 // descriptions? (optional)
     );
	
	$('.SideCategoryListClassic > ul ').addClass('accordion');
	$('.accordion').accordion({
		autoHeight: false, 
	collapsible: true,
		active: false,
		navigation: false
	});
		
	var url = window.location.toString();
		//alert(url);
	$('.accordian li a').each(function(){
        var myHref= $(this).attr('href');
		alert(myHref);
       if( url.match( myHref)) {
           $(this).addClass('ui-state-active')
            $(this).closest('ul').show();
      }
	});

		$('#slider').nivoSlider({
	effect: 'fade',
	directionNav: false
		});
	   
	$('.product h2 .ProductBreadcrumb ul li:nth-child(1)').remove();
	$('.product h2 .ProductBreadcrumb ul li:nth-child(2)').remove();
	$('.product h2 .ProductBreadcrumb ul li:nth-child(3)').remove();
	$('.product h2 .ProductBreadcrumb ul li:nth-child(4)').remove();
	$('.product h2 .ProductBreadcrumb ul li:nth-child(5)').remove();
	$('.product h2 .ProductBreadcrumb ul li:nth-child(6)').remove();
	$('.product h2 .ProductBreadcrumb ul li:nth-child(7)').remove();
	
	$('#BreadcrumbProduct ul:nth-child(2)').remove();
	$('#BreadcrumbProduct ul:nth-child(3)').remove();
	$('#BreadcrumbProduct ul:nth-child(4)').remove();
	$('#BreadcrumbProduct ul:nth-child(5)').remove();
	$('#BreadcrumbProduct ul:nth-child(6)').remove();
	$('#BreadcrumbProduct ul:nth-child(7)').remove();

	
	$('.CompareButton').remove();
	$('.SubCategoryList').remove();
	

	 
});
