function loadIframe(){
if (location.search.length > 0){
loc=unescape(location.search.substring(1))
window.frames["darlowo"].location=loc
}
}
