$(document).ready(function() {
	if ($('#header_subnav a').attr('href') == '/about/get_involved.html') {
	    $('div.mid_box_content:first').prepend("<div class='summary_box'><span class='summary_field'>Contact: </span><span class='summary_content'><span id='summary_email'>Enter your email address here to obtain the publicly available contact info for \"" + $('#mid_td_title').text() + " \".  </span><div style=\"margin-left:150px;\"><form action='http://www.labome.org/bin/get_contact.pl' method='get' target='Contact Info' onSubmit=\"window.open('', 'Contact Info', 'width=450,height=300,status=yes,resizable=yes,scrollbars=yes')\"> <input name='email' value='' type='text' /> <input name='id' value='" + window.location + "' type='hidden'> <input name='expert' value='" + $('#mid_td_title').text() + "' type='hidden'><input name='submit' type='submit' value='enter' > </form></div>"); 
	}
	
});

