$(document).ready(function() {
    $("div#round").corner();   
    $("div#rounderror").corner();   
});

function window_refresh() {     
    document.location.href = "?lang=" + document.getElementById("lang").value;
}

