
Utility = function(){

}

Utility.Log = function(message) {
    if (window.console) {
        console.log(message);
    }
}
