google.load("jquery", "1.3.1");
google.setOnLoadCallback(function()
{

    // Color changer
    $(".grra").click(function(){
        $("link").attr("href", "http://handras.hu/wp-content/themes/theme333/grr.css");
        return false;
    });
    
    $(".nemgrra").click(function(){
        $("link").attr("href", "http://handras.hu/wp-content/themes/theme333/nemgrr.css");
        return false;
    });

});
