$(document).ready(function(){

   $("#links ul li").ahover();

   /*$(".FreddyBakker li a").each(
    function(){
        var temp = $(this).attr('href');

        $(this).attr('href', temp + "&wptheme=FreddyBakker");

    }
    
    );*/

    $('#conceptcreations').logoConceptcreations({
       tooltipId:'tooltip-conceptcreations',
       tooltipClass: 'conceptcreations-tooltip-class',
       clickRemove: false,
       content: 'webdesign',
       useElement: "tooltip"

    });
    
});





