Did all those things... and it still gives me the same error... is there possibly the problem is that the 
	PHP Code:
	
		
			
$document->add(new Comment("<center><img src='http://atrocity.mysidiahost.com/picuploads/png/b30c16d80645c40477b2143fae5f5eeb.png'></center>, FALSE"));
    $document->add(new Comment("<center>Cant guarantee a win!</center>, FALSE));
$document->add(new Comment("<center><a href='http://atrocity.mysidiahost.com/exploreeyresgame'>Play again?</a> Or <a href='http://atrocity.mysidiahost.com/pages/view/bakenekohalloween'> Go back to the event plaza</a></center>, FALSE"));{
} 
        $random = rand(1,115);
            
            if($random > 1 && $random < 20){ 
		
	
 	$random = rand(1,115);
Doesnt have brackets around it? Its not inside of any opening or closing brackets...but im not sure how to remedy that..