function arkrun(obj) { if ( typeof obj.tooltip != 'undefined' ) { var str = obj.tooltip; if(-1 == str.indexOf('http')) { str = 'http://'+ str; } window.open( str ); } }