<!--
if (document.images) {
arImgSrc = new Array (
"images/nav11.gif","images/nav12.gif","images/nav21.gif","images/nav22.gif",
"images/nav31.gif","images/nav32.gif","images/nav41.gif","images/nav42.gif",
"images/nav51.gif","images/nav52.gif")
arImgList = new Array ();
for (counter in arImgSrc) {
   arImgList[counter] = new Image();
   arImgList[counter].src = arImgSrc[counter];
   }
};
function rollOver(imgName,isOver,original) {
if (!document.images) {return};
if (original != null) {
otherImg = document.images[original];
if (isOver) {otherImg.src = "https://www.link2exchange.com/images/" + original + "1.gif"}
       else {otherImg.src = "https://www.link2exchange.com/images/" + original + "2.gif"};
}
whichImg = document.images[imgName];
if (isOver) {whichImg.src = "https://www.link2exchange.com/images/" + imgName + "2.gif"}
       else {whichImg.src = "https://www.link2exchange.com/images/" + imgName + "1.gif"};
}
function open_window(url){
		mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=250');
	}

if(navigator.appVersion.indexOf('Mac') != -1){
	document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="https://www.link2exchange.com/css/mac.css">');
}
else{
	document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="https://www.link2exchange.com/css/styles.css">');
}
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = 'https://www.link2exchange.com/images/random/1.jpg'
theImages[1] = 'https://www.link2exchange.com/images/random/2.jpg'
theImages[2] = 'https://www.link2exchange.com/images/random/3.jpg'
theImages[3] = 'https://www.link2exchange.com/images/random/4.jpg'

// do not edit anything below this line

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}
//-->
