$('#getCode').click(function(){
  var theCode = '';
//  theCode += '<p>';
  theCode += '<script type="text/javascript">';
  theCode += 'var _WEDGinc_webrank_url="';
  theCode += $('#siteURL').val();
  theCode += '"; var _WEDGinc_webrank_word = "';
  theCode += $('#siteKeywd').val();
  theCode += '";</script>' + "\n";
  theCode += '<script type="text/javascript" src="http://www.j-wedg.co.jp/rank/parts.js" charset="UTF-8"></script>' + "\n";
  theCode += '<noscript><a href="http://www.j-wedg.co.jp/BLOG/Web/siterank.html">WEB site ranking BLOG parts</a></noscript>';
//  theCode += '</p>';
  $('#scriptCode').val(theCode);
});

