var TypeHaus;
if (!TypeHaus) TypeHaus = {};
TypeHaus.MySpaceShare = function() {
  var t = document.title;
  var u = location.href;
  var c = '<a href="' + u + '"><img src="http://www.typehaus.com/Images/ExternalUse/Logo/LogoHorzTagLine_0240x0059_White.gif" alt="TypeHaus Logo"/><p>' + t + '</p></a>';
  var l = '';
  var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(t) + '&c=' + encodeURIComponent(c) + '&u=' + encodeURIComponent(u) + '&l=' + l;
  window.open(targetUrl);
  return false;
}
