$(document).ready(function () {
    //Copyright Date
    var current_date = new Date();
    year_value = current_date.getFullYear();
    $('#CopyRight').html("&copy; " + year_value + " forrestsolutions.com. All Rights Reserved.");
}); 

