If the window is resized the expose will not cover the entire screen.
This can be easly fixed like so
This can be easly fixed like so
$(window).bind("resize.unexpose", function(evt) {
blanket.css("height",$(document).height());
});