function random_banner240(){
  var link,image,text;

  var links = new Array("http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=55419.10000045&subid=0&type=4","http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=50252.10000158&type=4&subid=0","http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=58447.10000154&type=4&subid=0","http://spamarrest.com/affl?1815606","http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=50887.10000249&type=4&subid=0","http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=50887.10000277&type=4&subid=0","http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=50887.10000123&type=4&subid=0","http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=50887.10000088&type=4&subid=0","http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=50887.10000411&type=4&subid=0","http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=50887.10000418&type=4&subid=0","http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=50887.10000405&type=4&subid=0","http://click.linksynergy.com/fs-bin/click?id=W*UTyAGDwAk&offerid=50887.10000130&type=4&subid=0");

  var images = new Array("http://ad.linksynergy.com/fs-bin/show?id=W*UTyAGDwAk&bids=55419.10000045&subid=0&type=4&gridnum=8","http://ads.mcafee.com/mcafee_banners/mcafeecom/linkshare/VSO_120X240_promo.gif","http://images.rodale.com/ads/linkshare/mh_120x240.gif","http://img.spamarrest.com/img/affiliate/ads/spam120x240-2.gif?1815606","http://www.netmagazines.com/images/lsbanners/religion_120x240.gif","http://www.netmagazines.com/images/lsbanners/travel_120x240.gif","http://www.netmagazines.com/images/lsbanners/art_120x240.gif","http://www.netmagazines.com/images/lsbanners/rollingstone_120x240.gif","http://www.netmagazines.com/images/lsbanners/jone_120x240_2.gif","http://www.netmagazines.com/images/lsbanners/atlantic120x240_1.gif","http://www.netmagazines.com/images/lsbanners/NY_120x240.gif","http://www.netmagazines.com/images/lsbanners/business_120x240.gif");

  var alts = new Array("Support gay marriage advocacy - Shop at Dell","Support same-sex marriage advocacy - get Virus Scan now","Support same-sex marriage advocacy through your subscription to Mens Health","Support same-sex marriage advocacy and get Spam Arrest","Support same-sex marriage advocacy and get the Best Deals on Faith and Religion Magazines","Support same-sex marriage advocacy and get the Best Deals on Travel and Vacation Magazines","Support same-sex marriage advocacy and get the Best Deals on Art Magazines","Support same-sex marriage advocacy and save 88% on Rolling Stone magazine","Support same-sex marriage advocacy.  Subscribe to Mother Jones","Support same-sex marriage advocacy.  Subscribe to the Atlantic","Support same-sex marriage advocacy. Subscribe to The New Yorker","Support same-sex marriage advocacy.  Subscribe to the Best Deals on Business and Finance Magazines");

  var getRandom = Math.floor( Math.random() * links.length );
  
  link = links[getRandom];
  image = images[getRandom];
  text = alts[getRandom];

  var linkRef = '<a href="' + link + '" target="_blank" border=0><img src="' + image + '" alt="' + text + '" border=0></a>';

  return linkRef;
}
