function bigbird() {} ; bg = new bigbird () ; n = 0
   
  bg[n++] = "/images/birds_a"
  bg[n++] = "/images/birds_b"
  bg[n++] = "/images/birds_c"
  bg[n++] = "/images/birds_d"
  
  rnd = Math.floor(Math.random() * n) ; 
       
  tmpbb = "\<IMG src='" + bg[rnd] + ".gif' name='rtbird' width='175' height='278' border='0'\>"


function bkgrnd() {} ; bg = new bkgrnd () ; n = 0
   
  bg[n++] = "/images/bird_backs_a"
  bg[n++] = "/images/bird_backs_b"
  bg[n++] = "/images/bird_backs_c"
  
  rnd = Math.floor(Math.random() * n) ; 

       
  tmpc = "\<STYLE type='text\/css' media\='screen'\>\<\!--.bkframec \{background: white url\('" + bg[rnd] + ".jpg'\) no-repeat left -120px\}--\>\<\/STYLE\>"