﻿// JScript File

function createBanner()
{

var link = new Array();
var image = new Array();
var altern = new Array();

link[0] = 'http://www.kqzyfj.com/click-3223628-10399398';
image[0] = 'http://www.ftjcfx.com/image-3223628-10399398';
altern[0] = '';

link[1] = 'http://www.anrdoezrs.net/click-3223628-10374260';
image[1] = 'http://www.lduhtrp.net/image-3223628-10374260';
altern[1] = 'Free Shipping & No Sales Tax on Camping Gear';

link[2] = 'http://www.anrdoezrs.net/click-3223628-10498171';
image[2] = 'http://www.tqlkg.com/image-3223628-10498171';
altern[2] = 'Go Far with marmot at Altrec Outdoors';

link[3] = 'http://www.tkqlhce.com/click-3223628-527534409';
image[3] = 'http://www.ftjcfx.com/image-3223628-527534409';
altern[3] = '$50 off $100+ order!';

link[4] = 'http://www.tkqlhce.com/click-3223628-10489149';
image[4] = 'http://www.awltovhc.com/image-3223628-10489149';
altern[4] = 'Hotels.com';

var rand = Math.floor(Math.random()*link.length);

document.write('<a href="' + link[rand] + '" target="_top"><img src="' + image[rand] + '" width="160" height="600" alt="' + altern[rand] + '" border="0"/></a>');

}
