// Images Preload

browserName = navigator.appName;   
         browserVer = parseInt(navigator.appVersion);
             if (browserName == "Netscape" && browserVer >= 3) browserVer = "1";
             else if (browserName == "Microsoft Internet Explorer" && browserVer == 4) browserVer = "1";
             else browserVer = "2";

if (browserVer == 1) {
  a1= new Image(96,80); 
  a1.src="http://www.overstock.com/img/linkshare/splash1_01.gif"; 

  a2= new Image(96,80); 
  a2.src="http://www.overstock.com/img/linkshare/splash2_01.gif"; 

  b1= new Image(104,80); 
  b1.src="http://www.overstock.com/img/linkshare/splash1_02.gif"; 
  
  b2= new Image(104,80); 
  b2.src="http://www.overstock.com/img/linkshare/splash2_02.gif"; 

  c1= new Image(94,80); 
  c1.src="http://www.overstock.com/img/linkshare/splash1_03.gif"; 

  c2= new Image(94,80); 
  c2.src="http://www.overstock.com/img/linkshare/splash2_03.gif"; 
  
  d1= new Image(83,80); 
  d1.src="http://www.overstock.com/img/linkshare/splash1_04.gif"; 

  d2= new Image(83,80); 
  d2.src="http://www.overstock.com/img/linkshare/splash2_04.gif"; 

  e1= new Image(112,80); 
  e1.src="http://www.overstock.com/img/linkshare/splash1_05.gif";

  e2= new Image(112,80); 
  e2.src="http://www.overstock.com/img/linkshare/splash2_05.gif";

  f1= new Image(63,80); 
  f1.src="http://www.overstock.com/img/linkshare/splash1_06.gif";

  f2= new Image(63,80); 
  f2.src="http://www.overstock.com/img/linkshare/splash2_06.gif";

  g1= new Image(90,80); 
  g1.src="http://www.overstock.com/img/linkshare/splash1_07.gif";

  g2= new Image(90,80); 
  g2.src="http://www.overstock.com/img/linkshare/splash2_07.gif";

  h1= new Image(75,80); 
  h1.src="http://www.overstock.com/img/linkshare/splash1_08.gif";

  h2= new Image(75,80); 
  h2.src="http://www.overstock.com/img/linkshare/splash2_08.gif";

  i1= new Image(84,80); 
  i1.src="http://www.overstock.com/img/linkshare/splash1_09.gif";

  i2= new Image(84,80); 
  i2.src="http://www.overstock.com/img/linkshare/splash2_09.gif";
}

function over_aff(imgDocID,imgObjName) {
if (browserVer == 1) {
	document.images[imgDocID].src = eval(imgObjName + ".src")
}}