function addLoadEvent(func) {
// http://www.webreference.com/programming/javascript/onloads/
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}


function jsfacebook(w,h,c){
	document.getElementById("facebook").innerHTML='<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FJoseanEcom%2F110131529054850&amp;width='+w+'&amp;height='+h+'&amp;colorscheme=light&amp;connections='+c+'&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:'+w+'px;height:'+h+'px"></iframe>'
}
function jsfacebook2(w,h,c){
	document.getElementById("facebook").innerHTML='<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FJoseanEcom%2F110131529054850&amp;width='+w+'&amp;height='+h+'&amp;colorscheme=light&amp;connections='+c+'&amp;stream=true&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:'+w+'px;height:'+h+'px"></iframe>'
}
function jsAddThis(){
	document.write('<div class="addthis_toolbox addthis_default_style"><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_preferred_5"></a><a class="addthis_button_preferred_6"></a></div><div class="addthis_toolbox addthis_default_style" style="margin-top:3px"><a class="addthis_button_preferred_7"></a><a class="addthis_counter addthis_pill_style"></a></div><div class="addthis_toolbox addthis_default_style"  style="margin-top:3px"><a class="addthis_button_facebook_like" fb:like:layout="button_count" fb:like:width="118"></a></div>');
}
