



$(document).ready(function (e) {

    $('.ContainerLeftWide .middContainer:has(a[href])').css('cursor', 'hand').click(function () { document.location.href = $(this).find('a[href]:last').attr('href') })
    $('#xform select').wrap('<div class="select-container" />');
    $('#xform .select-container').wrap('<div class="select-bg" />');
    $("#xform INPUT[type='checkbox']").addClass('checkboxclass');
    $("#xform INPUT[type='submit']").addClass('submitclass');
    /*
    $('#xform').each(function(){


    var strNewFoot =$(this).html().replace("kohteessa",""); 
    $(this).html(strNewFoot);

    //alert($(this).html());
 
    //alert($("fieldset").html());
 
    });
 
    */

//    $('.other-sites').bind('change', function () {
//        var href = $(this).attr('value');
//        var n = window.open(href, 'popup');
//    })
    


});
     
 
