var stream = [{"id":"o32y9","type":"jpg","message":"unable to find this vegetable in cebu :(","timestamp":"1257218000"},{"id":"hoz4d","type":"jpg","message":"tweety gets old :(","timestamp":"1252916541"},{"id":"gy8dr","type":"jpg","message":"cyclops is alive!","timestamp":"1252397747"},{"id":"gtp5n","type":"jpg","message":"1km xtreme zip in an inverted position\r\nhe: u want to back out?\r\n\r\nshould I?","timestamp":"1252307513"},{"id":"gthqu","type":"jpg","message":"message from croco","timestamp":"1252301840"},{"id":"gaizp","type":"jpg","message":"delicious!","timestamp":"1251965166"},{"id":"9hdxh","type":"jpg","message":"ice age","timestamp":"1246872188"},{"id":"7iyse","type":"jpg","message":"creating new memories again...","timestamp":"1245130892"},{"id":"7g1gf","type":"jpg","message":"a.k.a Bulilit!","timestamp":"1245041183"},{"id":"6nj53","type":"jpg","message":"few years later... my tree bears a fruit :)","timestamp":"1244177724"}]; function twitpicBuildBadge() { document.write("
"); var statusHTML = ""; for (var i=0; i'+stream[i].message+' '+relative_time(stream[i].timestamp)+'
') } document.getElementById('twitpic_badge_container_v1').innerHTML = '
Twitpic Updates
' + statusHTML + '
View my photos'; } function relative_time(time_value) { var parsed_date = time_value; //var relative_to = new Date(); //var delta = parseInt((relative_to.getTime() / 1000) - parsed_date); var delta = parseInt((1258778631) - parsed_date); //delta = delta + (relative_to.getTimezoneOffset() * 60); if (delta < 60) { return 'less than a minute ago'; } else if(delta < 120) { return 'about a minute ago'; } else if(delta < (60*60)) { return (parseInt(delta / 60)).toString() + ' minutes ago'; } else if(delta < (120*60)) { return 'about an hour ago'; } else if(delta < (24*60*60)) { return 'about ' + (parseInt(delta / 3600)).toString() + ' hours ago'; } else if(delta < (48*60*60)) { return '1 day ago'; } else { return (parseInt(delta / 86400)).toString() + ' days ago'; } } twitpicBuildBadge();