$("li", "#top-thumb").css({
    "position": "absolute",
    "top": Math.floor(Math.random()*1500),
    "left": Math.floor(Math.random()*783),
	"opacity": "0"
});

$("li img", "ul.nav-thumb").hide();
$("input.search-keywords", "#hdr-search").hide();

