';
$_path_tmp = 'https://www.kunstmarkt.com/pages/prz/show_praesenz.html?DetailID=62351';
$_handle= fopen($_path_tmp, "r");
while(!feof ($_handle)) {
$_buffer= fgets($_handle, 42000);
if(trim($_buffer)!= '') {
if($_body== 1) {
$_out.= $_buffer;
$_out.= "\n\t";
}
if(preg_match('/
';
?>