<?php
error_reporting(E_ALL);

//	VARIABLES
$vi_RetVal = 0;

//	Set mime type
header("Content-type: text/javascript");

//	send css content
require_once("php/scripts/dhmain.js");
?>

