var swf = false;
$(document).ready(function() {


    $(function() {
        $("#home-tabs").tabs();
    });


    $('#page').css('visibility','visible');



    $('#sitesearch-go').hover(
    function() {
        $(this).attr('src','/assets/images/go-on.png');
    },
    function() {
        $(this).attr('src','/assets/images/go-off.png');
    }

    );



   swfobject.embedSWF("/assets/flash/renewable-technologies.swf", "home-bling", "682", "190", "9.0.0");




});





