(function($) {
    $(function() {
        if ($("#ddsmoothmenu").length && $("#ddsmoothmenu>ul").length) {
            ddsmoothmenu.init({
                mainmenuid: "ddsmoothmenu", //menu DIV id
                orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
                classname: 'ddsmoothmenu', //class added to menu's outer DIV
                //customtheme: ["#1c5a80", "#18374a"],
                contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
            });

        }
        $(".contact-us").click(function() {
            $('.contact-form').show();
        });
 
    });
    $(function($) {
       // var imgs = "";
       // for (var i = 1; i < 5; i++) {
       //     imgs += "<img src='images/header" + i + ".jpg'>";
//            if (imgs = "<img src='images/header1.jpg'>") {
//                imgs = "<a href='Pastiche.aspx' title='Learn more about Pastiche'><img src='images/header1.jpg'></a>";
//            }
            //
        //}
        //imgs = $("<div class='cycle'>" + imgs + "</div>");
        $(".extra-head-banner").cycle({
            pager: '#bannerNav',
            pause:           1,   
            pauseOnPagerHover: 1,
            autostop:        1,      
            autostopCount:   5
        });
    });

})(jQuery);

