var query_string=document.location.search;
function clk_url(el) {
  var url=el.href;
  el.href=url +  query_string;
  return true;
}
