CONTENT_HEIGHT = 318;

jQuery(function($) {		
	//Additional css for only those lucky folk with js enabled.
	$('p.back-link').css('display','inline');
	$('#content').addClass('content-js');
	//You would have have thought that adding a new CSS class would be enough for Internet Explorer. You would be wrong.
	$('#content').css('display','block');
});
