function iframe_src() { find = location.search.match(/view=(.*[^&])/); parent.frames[0].location.replace(find[1] != '' ? find[1] : defaultpath); }