$(document).ready(function(){
var lString=window.location+"";
$("iframe").attr("src",$("iframe").attr("src")+"?"+lString.split('?')[1]);
 });