//hide DOM objects in .popup BEFORE they are ready:
$("head").append("<style type='text/css'>.popup {display:none}</style>");
//safari extrawurst: append
if ($.browser.safari){ $("head").find("style:last").append(" ") }
