<?php 
	require('/home/markus/php_inc/newsagent.class.php');	
	$newsagent = new NewsAgent();
	$newsagent->display(1);
?>

