// JavaScript Document


		$(function() {
			$("#email_friend").attr("href","http://www.indium.com/contact/emailafriend.php?u="+window.location.href+"&t="+$('h1:first').text());
		});
	//unfortunately we need this in ie. yuck.
		$(document).ready(function(){ if($.browser.msie){
			$('.addthis_toolbox a span:empty').html("&nbsp;");} })