/**************************************************************

Newsletter Development and Publishing System 1

Script          : classes/php_date/php_date_class.php
Developer       : Ron Hook
Company         : Studio 55
web address     : http://www.studio55.com.au
email address   : studio@studio55.com.au

Last modified   : 7 April 2006
Modified By     : Ron Hook

**************************************************************/

function alert_test(val){
	if(test_mode){
		if(test_mode == "on"){
			alert(val);	
		}
	}
}

function echo_test(val){
	alert_test(val);
}
