/* ad change Img */
function Img(){
  s = new Array(1);
  s[0]="house.arch.net.tw/";
  p = new Array(1);
  p[0]="ad13.gif";

  now=new Date();
  ndx=Math.floor(now.getTime()/100)%1;
  document.write('<a href="http://'+s[ndx]+'" target="_blank">'+'<img src="http://www.arch.net.tw/pic/'+p[ndx]+'" width=468 height=60 border=0></a>');
}

/* ad change Img1 */
function Img1(){
  s = new Array(1);
  s[0]="www.arch.net.tw/modern/";
  p = new Array(1);
  p[0]="ADVER3.jpg";

  now=new Date();
  ndx=Math.floor(now.getTime()/100)%1;
  document.write('<a href="http://'+s[ndx]+'" target="_blank">'+'<img src="http://house.cic.com.tw/pic/'+p[ndx]+'" width=120 height=60 border=0 vspace=4></a>');
}
