<!-->(function() {
var u = escape(typeof njuice_buzz_url == "string" ? njuice_buzz_url : window.location.href).replace(/\+/g,"%2b");
var t = escape(typeof njuice_buzz_title == "string" ? njuice_buzz_title : document.title);
var s = escape(typeof njuice_buzz_size == "string" ? njuice_buzz_size : "normal");
var g = escape(typeof njuice_buzz_share == "string" ? njuice_buzz_share : "gmail");
var c = escape(typeof njuice_buzz_color == "string" ? njuice_buzz_color : "#000000");
if (s == "normal" || s == "normal_green")
	document.write('<iframe src="http://button.njuice.com/buzz?url=' + u + '&title=' + t + '&size=' + s + '&share=' + g + '&color=' + c + '" height="59" width="50" frameborder="0" scrolling="no"></iframe>');
else if (s == "small" || s == "small_green")
	document.write('<iframe src="http://button.njuice.com/buzz?url=' + u + '&title=' + t + '&size=' + s + '&share=' + g + '&color=' + c + '" height="18" width="120" frameborder="0" scrolling="no"></iframe>');
else if (s == "simple" || s == "simple_green")
	document.write('<iframe src="http://button.njuice.com/buzz?url=' + u + '&title=' + t + '&size=' + s + '&share=' + g + '&color=' + c + '" height="18" width="80" frameborder="0" scrolling="no"></iframe>');

})();<-->
