// ------------------------------------------------------------------------------------------------------------
//	debugLog
// ------------------------------------------------------------------------------------------------------------
function debugLog(s)
{
	if (window.console) 
	{
		window.console.log(s)
	}
}