$(function() { $('.default').raty(); $('#fixed').raty({ readOnly : true, score : 2 }); $('#defaultone').raty(); $('#fixed').raty({ readOnly : true, score : 2 }); }); $(function() { $('.default').raty(); $('#fixed').raty({ readOnly : true, score : 2 }); $('#defaultone').raty(); $('#fixed').raty({ readOnly : true, score : 2 }); }); $(function() { $("a[href='#Products']").click(function() { $('html, body').animate({ scrollTop: $(".Products").offset().top }, 2000); }); }); // MESSAGE BOX FADING SCRIPTS --------------------------------------------------------------------- $(document).ready(function() { $(".close-yellow").click(function () { $("#message-yellow").fadeOut("slow"); }); $(".close-red").click(function () { $("#message-red").fadeOut("slow"); }); $(".close-blue").click(function () { $("#message-blue").fadeOut("slow"); }); $(".close-green").click(function () { $("#message-green").fadeOut("slow"); }); }); // END ----------------------------- MESSAGE BOX FADING SCRIPTS