Nicholas isn’t watching–again

Posted by Georgia on November 16, 2005 at 12:01 pm.

Yet again, Nicholas Laughlin is not watching the Trinidad & Tobago vs. Bahrain World Cup qualifier match.

And yet again, I’m relaying the radio broadcast to my cousin in Washington D.C. via Skype. Nicholas is supposed to join us as well but no sign of him as yet. . . .

Technorati Tags: , , , , , , , ,

2 Comments

Trackbacks / Pingbacks

  • [...] Georgia is skypecasting the match. I’m listening. I’m also getting very nervous. Oy. posted by Ryan Patrick at 12:45 pm CAM function subtractOne() { //Subtract 1 from current value in form field. var newValue = parseInt(document.myForm2.numberShown.value)-1 //Replace the contents of form field with smaller number. document.myForm2.numberShown.value = newValue //– If countdown hasn’t reached zero, pause then do it again. if (newValue > 0) { //– From here on out, this function calls itself once every second. var myTimer=setTimeout(“subtractOne()”,1000) //– When countdown does reach zero, stop the timer and call reachedZero(). }else{ clearTimeout(myTimer) reachedZero() } } //– This function is called by onload=”getStarted()” in this page’s //– body tag, and gets the ball rolling. function getStarted() { //– Loads the number 10 into the form field. document.myForm2.numberShown.value=”10″ //– Pauses one-second, then calles the subtractOne function. var myTimer=setTimeout(“subtractOne()”,1000) } function reachedZero() { //– This is the function that is executed when the countdown ends. document.myForm2.numberShown.value = ’10′ document.images['myCam'].src = ‘../blog/cam.jpg?’ + Math.random(); getStarted() } Refreshes in [...]

  • [...] 16 November, 2005: Trinidad and Tobago wins its last FIFA World Cup qualifying match; Trini bloggers provide live blog coverage of the match, broadcast audio commentary via Skype, and report on the massive, spontaneous victory celebrations in the cities of Port of Spain and San Fernando — with more audio coverage the next day. The T&T mainstream media start to pay real attention to the blogging phenomenon — bloggers get quoted in the newspapers and invited to appear on TV. [...]

Leave a Reply