(function (){
    var url = escape(window.location.href);
    var size = "100x100";
    var chart = "http://chart.apis.google.com/chart?cht=qr&chf=bg,s,EFF7DF&chld=|0&chl="  + url + "&chs=" +   size; 
    var img = document.createElement('img');
    img.setAttribute('src',chart);
    var qr_src = document.getElementById("qr_codefoxheader");
    qr_src.parentNode.insertBefore(img, qr_src)
})();




