
album_array = ["/page/showpage/338", "/page/showpage/293", "/page/showpage/330", "/page/showpage/298", "/page/showpage/299", "/page/showpage/300", "/page/showpage/301", "/page/showpage/302", "/page/showpage/327", "/page/showpage/335"];

h = $('albumpage').offsetHeight;
w = $('albumpage').offsetWidth;

(album_array.length).times(function(i) {

  album_array[i] = album_array[i]+'?height='+h+'&width='+w;

});

