/*
	Custom (Module Specific) CPWeb Javascript Library 
*/

function moduleTest() {
	alert('Custom Module JS OK');
}


