(
function()
{
	var height  = ( typeof subadge_height == "number" ? subadge_height : 80 );
	var width   = ( typeof subadge_width == "number" ? subadge_width : 52 );
	var url     = typeof stumble_url=="string"?stumble_url:(typeof stumble_URL=="string"?stumble_URL:window.location.href);
	var version = ( typeof stumble_tpl == "string" ? stumble_tpl : 'compact' );
	document.write
			("" +
			"<iframe src='http://www.stumbleupon.com/badge/badge_controller.php?a=getbadge" + 
			"&v=" + version + "&u="+
			escape(url).replace(/\+/g,"%2b")+
			"' height='"+
			height+
			"' width='"+
			width+
			"' frameborder='0' scrolling='no'></iframe>"
			)
}
)();