(function($) {
    function rs() {
	var t = Math.floor(($(window).height())*0.05) + 'px';
	document.getElementById('b').style.top = t;
    }
    $(document).ready(function(){rs();$(window).resize(function(){rs();});});
})(jQuery);
