stupidCircle01True = new Image(106, 104)
stupidCircle01True.src = "../photo/top01_over.gif"
 
stupidCircle01False = new Image(106, 104)
stupidCircle01False.src = "../photo/top01.gif"

stupidCircle02True = new Image(106, 104)
stupidCircle02True.src = "../photo/top02_over.gif"
 
stupidCircle02False = new Image(106, 104)
stupidCircle02False.src = "../photo/top02.gif"

stupidCircle03True = new Image(106, 104)
stupidCircle03True.src = "../photo/top03_over.gif"
 
stupidCircle03False = new Image(106, 104)
stupidCircle03False.src = "../photo/top03.gif"

stupidCircle04True = new Image(106, 104)
stupidCircle04True.src = "../photo/top04_over.gif"
 
stupidCircle04False = new Image(106, 104)
stupidCircle04False.src = "../photo/top04.gif"

stupidCircle05True = new Image(106, 104)
stupidCircle05True.src = "../photo/top05_over.gif"
 
stupidCircle05False = new Image(106, 104)
stupidCircle05False.src = "../photo/top05.gif"

stupidCircle06True = new Image(106, 104)
stupidCircle06True.src = "../photo/top06_over.gif"
 
stupidCircle06False = new Image(106, 104)
stupidCircle06False.src = "../photo/top06.gif"

stupidCircle07True = new Image(106, 104)
stupidCircle07True.src = "../photo/top07_over.gif"
 
stupidCircle07False = new Image(106, 104)
stupidCircle07False.src = "../photo/top07.gif"

stupidCircle08True = new Image(106, 104)
stupidCircle08True.src = "../photo/top08_over.gif"
 
stupidCircle08False = new Image(106, 104)
stupidCircle08False.src = "../photo/top08.gif"

stupidCircle09True = new Image(106, 104)
stupidCircle09True.src = "../photo/top09_over.gif"
 
stupidCircle09False = new Image(106, 104)
stupidCircle09False.src = "../photo/top09.gif"

stupidCircle10True = new Image(106, 104)
stupidCircle10True.src = "../photo/top10_over.gif"
 
stupidCircle10False = new Image(106, 104)
stupidCircle10False.src = "../photo/top10.gif"

stupidCircle11True = new Image(106, 104)
stupidCircle11True.src = "http://images.joins.com/myfriday/taste/ta_bt11_on.gif"
 
stupidCircle11False = new Image(106, 104)
stupidCircle11False.src = "http://images.joins.com/myfriday/taste/ta_bt11_off.gif"

stupidCircle12True = new Image(106, 104)
stupidCircle12True.src = "http://images.joins.com/myfriday/taste/ta_bt12_on.gif"
 
stupidCircle12False = new Image(106, 104)
stupidCircle12False.src = "http://images.joins.com/myfriday/taste/ta_bt12_off.gif"

stupidCircle13True = new Image(106, 104)
stupidCircle13True.src = "http://images.joins.com/myfriday/taste/ta_bt13_on.gif"
 
stupidCircle13False = new Image(106, 104)
stupidCircle13False.src = "http://images.joins.com/myfriday/taste/ta_bt13_off.gif"

stupidCircle14True = new Image(106, 104)
stupidCircle14True.src = "http://images.joins.com/myfriday/taste/ta_bt14_on.gif"
 
stupidCircle14False = new Image(106, 104)
stupidCircle14False.src = "http://images.joins.com/myfriday/taste/ta_bt14_off.gif"

stupidCircle15True = new Image(106, 104)
stupidCircle15True.src = "http://images.joins.com/myfriday/taste/ta_bt15_on.gif"
 
stupidCircle15False = new Image(106, 104)
stupidCircle15False.src = "http://images.joins.com/myfriday/taste/ta_bt15_off.gif"

function switchImage(imageName, mousePosition) {
  imgToAlter = eval(imageName + mousePosition + ".src");
  document.images[imageName].src = imgToAlter;
}


<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->