location.href = 'javascript:(' + function(){ //hogehoge }.toString() + ')()';


location.href = 'javascript:(' + function(){
  //hogehoge
}.toString() + ')()';