Print Object To Screen
function print_r(o) { return JSON.stringify(o,null,'\t').replace(/\n/g,'<br>').replace(/\t/g,' '); }