<!--
/*
Developed by Webmaster
WWW.DL1961.COM
webmaster@dl1961.com
*/

function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://www.dl1961.com/Ads/300_250/DL1961_300250_36.jpg"
  myimages[2]="http://www.dl1961.com/Ads/300_250/DL1961_300250_36.jpg"
  myimages[3]="http://www.dl1961.com/Ads/300_250/DL1961_300250_36.jpg"
  myimages[4]="http://www.dl1961.com/Ads/300_250/DL1961_300250_36.jpg"

  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.dl1961.com/Videos.aspx"
  imagelinks[2]="http://www.dl1961.com/Videos.aspx"
  imagelinks[3]="http://www.dl1961.com/Videos.aspx"
  imagelinks[4]="http://www.dl1961.com/Videos.aspx"

  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border="0" style="border:none;"></a>')
}

  random_imglink()
  
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  
  try {
        var pageTracker = _gat._getTracker("UA-7204243-1");
        pageTracker._trackPageview();
      } 
    catch(err) {}


//-->