// JavaScript Document$(document).ready(function() {						   		$('#preview a').lightBox();						   		$('#more_description').hide();			$('p#more_btn a').click(function() {		 $('#more_btn').hide();		$('#more_description').show(400);	});		// TOOLTIP //     // initialize tooltip normally     $('#fund_info').tooltip({         tip: '#tooltip',          offset: [-15, 0], 		position: 'bottom left'             // add dynamic plugin      }).dynamic( {              // customized configuration on bottom edge         bottom: {             direction: 'down',              bounce: true        }     });		    					});function email(){	// replace mailto	emailE=('info@' + 'sundaybook.ca')	document.write('<a href="mailto:' + emailE + '\">' + emailE + '</a>')};