

statsmogul = {
  show:function(url,kind,id){
    if(typeof kind=="undefined")kind="1";
    if(typeof id=="undefined")id="statsmogul1";
    var w = document.getElementById(id);
    var badge_url="http://www.statsmogul.com/badge/"+url+"/"+kind+"/value.png";
    var c = '<a href="http://www.statsmogul.com/'+url+'"><img src="'+badge_url+'" border="0" /></a>';
    if(w){
     w.innerHTML = c;
    }else document.write(c);
  } 
};
