$(window).load(function() {

    function resizeBackground() {
		img_w = $("img#background").width();
		img_h = $("img#background").height();
   
		alert(img_w);
    }
    
});
