﻿<?
	include_once("../code/engine.php");	
	$e = new cEngine("../code/settings.php", 868, 4715);
	$e->echoHTML();
	$e = null;
?>