var _log = function(a){
    if(window.console){
        console.log(a);
    }
};

function exit()
{
   throw new Error('This is not an error. This is just to abort javascript');
}
