(function(){
	var load_widget = function(shout_link) {
		if(!shout_link || shout_link == ''){
			var shout_link = false;
			link = encodeURIComponent(window.location.href);
		} else {
			link = encodeURIComponent(shout_link);
		}

		//document.write('<iframe class="shout_bttn" src="http://toastedrav.com/shout/button?l='+link+'" height="35" width="150" frameborder="0" scrolling="no" style="display: inline; border: none;"></iframe></a>');		
		document.write('<a href="javascript:(function(){e=document.createElement(\'script\');e.setAttribute(\'type\',\'text/javascript\');e.setAttribute(\'src\',\'http://stage.toastedrav.com/modules/shout/bookmarklet/init.js\');document.body.appendChild(e)})()"><img src="http://toastedrav.com/modules/shout/images/shout_it_small.gif" style="border: none;" /></a>')
		document.close();
	}
	
	load_widget(shout_link);

})();

