
var frame_source
function conFrame(){
if(location.search!=''){
frame_source=location.search.substring(1);
document.getElementById('body').src=unescape(frame_source);
}
}