var page = escape(window.location);
var text = window.location.search.substring(1).replace(/s=/,"").replace(/&ph=.*/,"").replace(/=/g,"").toUpperCase();
var name = window.location.search.substring(1).replace(/s=/,"").replace(/.*&n=/,"").replace(/=/g,"").toUpperCase();
text = "Breakout stats for " + name + "  $" + text + " ";
document.write('<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://platform.twitter.com/widgets/tweet_button.html?text='+text+'&amp;count=none&amp;via=BreakoutStocks" style="width:60px; height:25px;"></iframe>');


