﻿//(function ($) {
//    $(function () {
////        if ($('input#CurrentPage').val() == "product" || ) {
////            //$('li#prodcat').empty();
////            //$('li#prodcat').add('<div>Products</div>');
////            $('#prodcat>a').replaceWith("<div>Products</div>");
////        };
//        switch($('input#CurrentPage').val())
//        {
//            case "product":
//                $('#prodcat>a').replaceWith("<div>Products</div>");
//                $("#product_thumbnails").addClass("jcarousel-list");
//                jQuery('#product_thumbnails').jcarousel({ scroll: 4 });
//            break;
//            case "thumbnail":
//                $('#prodcat>a').replaceWith("<div>Products</div>");
//            break;
//        }
//    });
//})(jQuery);

jQuery(document).ready(function () {
	$('a[href=#top]').smoothScroll();
    jQuery('#imxcarousel').jcarousel({ scroll: 6 });
    switch ($('input#CurrentPage').val()) {
        case "product":
            $('#prodcat>a').replaceWith("<div>Products</div>");
            $("#product-thumbnails").addClass("jcarousel-list");
            jQuery('#product-thumbnails').jcarousel({ scroll: 4 });
            break;
        case "thumbnail":
            $('#prodcat>a').replaceWith("<div>Products</div>");
            break;
    }
    //Make Add-This open only on click
    $('a.addthis_button').attr('addthis:ui_click', 'true');
});
