<!--

function headimg()
{
  var img=new Array()
  img[1]="21.jpg"
  img[2]="22.jpg"
  img[3]="23.jpg"
  img[4]="24.jpg"
  img[5]="25.jpg"
  img[6]="26.jpg"
  img[7]="27.jpg"
  img[8]="28.jpg"
  img[9]="29.jpg"
  img[10]="30.jpg"
  img[11]="31.jpg"

  var rand=Math.floor(Math.random()*img.length)

  if (rand==0) rand=1
  document.write('<img style="display:block;" src="http://www.spicytwinksclub.com/img/header/'+img[rand]+'" width="950" height="380" alt="yummy gay twinks" />')
}
//-->