$apologies=array("It's not your fault.","Don't give up on us.","We're really sorry.");
$apology=$apologies[mt_rand(0,2)];
?>
<h2><?phpecho$apology;?></h2>
<divid="content">
An error occured while we were processing your request.
<br/><br/>
Would you like go to our <ahref="<?phpechoSystem\Config::get('application.url');?>">home page</a> instead?
</div>
<p>Something failed while we were handling your request. Would you like go to our <ahref="<?phpechoSystem\Config::get('application.url');?>">home page</a> instead?</p>