// JavaScript Document

var theImages = new Array()
var theLinks  = new Array()
var k 		= '';
var timeout = 5000; // 5 sec

// insert new images and links here
theImages[0] = 'adv/wde.jpg'; theLinks[0]	 = 'http://www.wde.com';
//theImages[1] = 'adv/wde.jpg'; theLinks[1]	 = 'http://www.wde.com';