<!-- code hide for stupid browsersfunction yaImgChange(imgNum,imgSrc) {document.images[imgNum].src = imgSrc;}function Array() { return this; }//begin momentsvar momentimage = new Array();var momenttitle = new Array();var momentblurb = new Array();momentimage[0] = "http://www.nikdaum.com/asia/images/m1t.jpg";momenttitle[0] = "Chiang Mai";momentblurb[0] = "The location in Northern Thailand where the house is being rented.";var num_tags = 1;var now = new Date;var x = now.getSeconds() % num_tags;function asiamoment1() {       	   		   document.write("<img src='" + momentimage[x] + "' width=230 height=205 border=0><br>");}function asiamoment2() {       	   		   document.write( momenttitle[x] );}function asiamoment3() {       	   		   document.write( momentblurb[x] );}//end of moments//end of hiding comment -->