jQuery(document).ready(function($) {
	$('#slideshow').cycle({timeout:6000});
	
/*	$("#rss").PaRSS(
		"feed url",	// rss feed url (required)
		2,		// number of items (optional)
		"M jS g:i a",	// date format (optional)
		"image"         // display format (optional)
	);*/
    
/*	$('#HomeFeaturedSlider').bxSlider({
		displaySlideQty: 4,
		moveSlideQty: 4             
        });*/
		
/*	$('#HomeNewSlider').bxSlider({
		displaySlideQty: 4,
		moveSlideQty: 4             
        });*/

$(document).ready(function () {
var loc_href = window.location.pathname;
    $('#Menu a').each(function () {
    if (loc_href == $(this).attr('href')) {
        $(this).addClass('activePageLink');
    }
    });
});
	
	// General form cleanup
	$('.ContactButton').addClass('button');
	
	// Add CurvyBox to Create Account //
	$('.createaccount .Textbox, .createaccount select, .createaccount .JSHidden, #EditAccountForm .Textbox, #ShippingAddressForm .Textbox, #ShippingAddressForm select').addClass('CurvyBox');
	
	// Checkout Overhaul //
	$('.checkout #CreateAccountButton, .checkout #LoginButton, .checkout .billingButton').addClass('button');	
});
