var stream = [{"id":"po6m7","type":"png","message":"@pizzahut I think you guys were the first to advertise in a video game","timestamp":"1258319058"},{"id":"po23o","type":"png","message":"Why didn't she jump out the window?","timestamp":"1258317412"},{"id":"p4k91","type":"jpg","message":"@boinxtv Does it look like this?","timestamp":"1257961504"},{"id":"p0wec","type":"jpg","message":"My @RubiksTouchCube :D","timestamp":"1257883220"},{"id":"oitf6","type":"jpg","message":"He's sick of snakes too...","timestamp":"1257542476"},{"id":"oit7h","type":"jpg","message":"He's cooler then you.","timestamp":"1257542393"},{"id":"oiswy","type":"jpg","message":"","timestamp":"1257542297"},{"id":"oec4h","type":"jpg","message":"Help me pick a name for this bear.","timestamp":"1257455186"},{"id":"o3xra","type":"jpg","message":"Warp zones are gangsta.","timestamp":"1257237283"},{"id":"o3rmw","type":"jpg","message":"Telling yourself to shut up on Twitter. Epic.","timestamp":"1257231743"}]; 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 = '
Outsanity 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((1258769648) - 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();