// JavaScript Document
/*
 +---------------------------------------------------------+
 | Ad Simple                 Copyright www.YugDesign.com   |
 +---------------------------------------------------------+
 | This program may be used and hosted free of charge by   |
 |anyone for personal purpose as long as this copyright    |
 |notice remains intact.                                   |
 +---------------------------------------------------------+
*/

var img_width = "120";
var img_height = "600";
var img_title = "Advertisement";

var links=new Array()
//insert here your links
//National Wildlife Federation
links[0]='http://click.linksynergy.com/fs-bin/click?id=LTwHcbCRuhE&offerid=176539.10000117&subid=0&type=4';
//1-800-FLOWERS.COM
links[1]='http://click.linksynergy.com/fs-bin/click?id=LTwHcbCRuhE&offerid=100462.10002502&type=4&subid=0';
//Martha Stewart for 1-800-Flowers.com
links[2]='http://click.linksynergy.com/fs-bin/click?id=LTwHcbCRuhE&offerid=149837.10000350&type=4&subid=0';
//Wal-Mart.com USA, LLC
links[3]='http://linksynergy.walmart.com/fs-bin/click?id=LTwHcbCRuhE&offerid=183959.10001606&type=4&subid=0';
//Hanna Andersson
links[4]='http://click.linksynergy.com/fs-bin/click?id=LTwHcbCRuhE&offerid=180109.10000171&type=4&subid=0';

var alttag=new Array()
//insert here your spacer images src
//National Wildlife Federation
alttag[0]='National Wildlife Federation';
//1-800-FLOWERS.COM
alttag[1]='1-800-FLOWERS.COM';
//Martha Stewart for 1-800-Flowers.com
alttag[2]='Martha Stewart for 1-800-Flowers.com';
//Wal-Mart.com USA, LLC
alttag[3]='Wal-Mart.com USA, LLC';
//Hanna Andersson
alttag[4]='Hanna Andersson'

var ad=new Array()
//insert here your images src
//National Wildlife Federation
ad[0]='http://ad.linksynergy.com/fs-bin/show?id=LTwHcbCRuhE&bids=176539.10000117&subid=0&type=4&gridnum=10';
//1-800-FLOWERS.COM
ad[1]='http://a1516.g.akamai.net/f/1516/9236/1h/affiliate.1800flowers.com/flowers/graphics/spring/XF03a79nF9.jpg';
//Martha Stewart for 1-800-Flowers.com
ad[2]='http://a1516.g.akamai.net/f/1516/9236/1h/affiliate.1800flowers.com/flowers/graphics/MarthaStewart/Winter/MS0679nF10.jpg';
//Wal-Mart.com USA, LLC
ad[3]='http://i.walmart.com/i/email/nl/0528/120X600_affiliate.gif';
//Hanna Andersson
ad[4]='http://www.hannaandersson.com/images/affiliateBanners/banner-120x600_EB10.jpg';

var spacerimage=new Array()
//insert here your spacer images src
//National Wildlife Federation
spacerimage[0]='/images/spacer.gif';
//1-800-FLOWERS.COM
spacerimage[1]='http://ad.linksynergy.com/fs-bin/show?id=LTwHcbCRuhE&bids=100462.10002502&type=4&subid=0';
//Martha Stewart for 1-800-Flowers.com
spacerimage[2]='http://ad.linksynergy.com/fs-bin/show?id=LTwHcbCRuhE&bids=149837.10000350&type=4&subid=0';
//Wal-Mart.com USA, LLC
spacerimage[3]='http://ad.linksynergy.com/fs-bin/show?id=LTwHcbCRuhE&bids=183959.10001606&type=4&subid=0';
//Hanna Andersson
spacerimage[4]='http://ad.linksynergy.com/fs-bin/show?id=LTwHcbCRuhE&bids=180109.10000171&type=4&subid=0';
//images/spacer.gif

var xy=Math.floor(Math.random()*ad.length);
document.write('<a href="'+links[xy]+'" target="_blank"><img src="'+ad[xy]+'" border=0 width="'+img_width+'" height="'+img_height+'" alt="'+alttag[xy]+'"></a><img src="/'+spacerimage[xy]+'" border=0 width=1 height=1>');
