
$(window).load(function(){
/*var s = document.createElement("script");
    s.type = "text/javascript";
    s.src = "http://www.daffodilsw.com/js/GoogleAnalyticsFor_DaffodilSW.js";
    $("head").append(s);
*/ getScript();});


  function getScript(){
 var script=document.createElement('script');
 script.src="http://www.daffodilsw.com/js/GoogleAnalyticsFor_DaffodilSW.js";
 var head=document.getElementsByTagName('head')[0],
  done=false;
 script.onload=script.onreadystatechange = function(){
   if ( !done && (!this.readyState
     || this.readyState == 'loaded'
     || this.readyState == 'complete') ) {
  done=true;
  script.onload = script.onreadystatechange = null;
 
   }
 };

 head.appendChild(script);

  }



