window.onload=function() {
   var url=location.href.split('?')[1];
if(url!=undefined) {
   document.getElementById('fuq_frame').src=url;
  }
 }