﻿//When the DOM tree is loaded
$(document).ready(function () {

    // var addressId = $('#selectList').val();

    //window.open(this.options[this.selectedIndex].value, '_self')
    //  alert("ready");
    //Contact Us Switches:
    $("#carousel-projects").jCarouselLite({
        circular: true,
        visible: 2,
        scroll: 1,
        btnNext: ".more",
        btnPrev: ".less"
    });

  

});




