$(document).ready(function()
{
	$('#email').html('<a href="mail'+'to:hello'+'@'+'goldsboroughcricket'+'.co.uk?Subject=Website Enquiry">hello'+'@'+'goldsboroughcricket'+'.co.uk</a>'); 
}
); 
var currenttop = ''; 
function setTop(section)
{
	if(section==currenttop)
	{
		 $('#'+section).slideUp(); 
		 currenttop = ''; 
	}	
	else
	{
		if(currenttop!='')
			$('#'+currenttop).slideUp(300, function(){$('#'+section).slideDown(300);});
		else
			$('#'+section).slideDown(300); 
		currenttop =section;	
	}
}
/*Menu top border
$(document).ready(function(){
$('#pages').children('li:first').css('border-top', 'solid 1px #47C241');
});	
*/

/*$(document).ready(function(){
$('#archives').children('li:first').css('display', 'none');
});*/	


