in js/custom.js [15:20]
$(".switcher li a").click(function() { $("#colors").attr("href",$(this).attr("href")); $.cookie("css",$(this).attr("href")); return false; });