﻿// JScript File

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Function:		UnderConstruction()
Description:	Alerts user of a non functional routine
Arguments:		none
Return:			
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
function UnderConstruction(){
	alert("Not yet Functional");
}
