<!-- Hide from old browsers...

if (document.images) {

wl1on = new Image();
wl1on.src = "img/aboutus2.gif";
wl2on = new Image();
wl2on.src = "img/advertise2.gif";
wl3on = new Image();
wl3on.src = "img/linktous2.gif";
wl4on = new Image();
wl4on.src = "img/contactus2.gif";
wl5on = new Image();
wl5on.src = "img/employers2.gif";
wl6on = new Image();
wl6on.src = "img/linkex2.gif";
wl7on = new Image();
wl7on.src = "img/join_linkex2.gif";

wl1off = new Image();
wl1off.src = "img/aboutus1.gif";
wl2off = new Image();
wl2off.src = "img/advertise1.gif";
wl3off = new Image();
wl3off.src = "img/linktous1.gif";
wl4off = new Image();
wl4off.src = "img/contactus1.gif";
wl5off = new Image();
wl5off.src = "img/employers1.gif";
wl6off = new Image();
wl6off.src = "img/linkex1.gif";
wl7off = new Image();
wl7off.src = "img/join_linkex1.gif";
}

function jason(one){
	if (document.images){
	document[one].src = eval (one + "on.src");
	}
}

function jasoff(one){
	if (document.images){
	document[one].src = eval (one + "off.src");
	}
}
//-->