// JavaScript Document - oldschool rollovers - thanks Maller

	FirstRoll = new Array()
	FirstRoll[0]= new Image(135,82)
	FirstRoll[0].src = "images/images/ln_v9_logos_row1_b_01.jpg"
	FirstRoll[1] = new Image(135,82)
	FirstRoll[1].src = "images/images/ln_v9_logos_row1_a_01.jpg"
	
	
	function FirstSwapOut() {		
		document.logoone.src = FirstRoll[1].src; return true;	
	}
	
	function FirstSwapBack() {		
		document.logoone.src = FirstRoll[0].src; return true;	
	}


	SecondRoll = new Array()
	SecondRoll[0] = new Image(135,82)
	SecondRoll[0].src = "images/images/ln_v9_logos_row1_b_02.jpg"
	SecondRoll[1] = new Image(135,82)
	SecondRoll[1].src = "images/images/ln_v9_logos_row1_a_02.jpg"
	
	
	function SecondSwapOut() {		
		document.logotwo.src = SecondRoll[1].src; return true;	
	}
	
	function SecondSwapBack() {		
		document.logotwo.src = SecondRoll[0].src; return true;	
	}
	
	
	threeRoll = new Array()
	threeRoll[0] = new Image(120,82)
	threeRoll[0].src = "images/images/ln_v9_logos_row1_b_03.jpg"
	threeRoll[1] = new Image(120,82)
	threeRoll[1].src = "images/images/ln_v9_logos_row1_a_03.jpg"
	
	
	function threeSwapOut() {		
		document.logothree.src = threeRoll[1].src; return true;	
	}
	
	function threeSwapBack() {		
		document.logothree.src = threeRoll[0].src; return true;	
	}
	
		aRoll = new Array()
	aRoll[0] = new Image(135,82)
	aRoll[0].src = "images/images/ln_v9_logos_row2_b_01.jpg"
	aRoll[1] = new Image(135,82)
	aRoll[1].src = "images/images/ln_v9_logos_row2_a_01.jpg"
	
	
	function aSwapOut() {		
		document.logo4.src = aRoll[1].src; return true;	
	}
	
	function aSwapBack() {		
		document.logo4.src = aRoll[0].src; return true;	
	}
	
			bRoll = new Array()
	bRoll[0] = new Image(135,82)
	bRoll[0].src = "images/images/ln_v9_logos_row2_b_02.jpg"
	bRoll[1] = new Image(135,82)
	bRoll[1].src = "images/images/ln_v9_logos_row2_a_02.jpg"
	
	
	function bSwapOut() {		
		document.logo5.src = bRoll[1].src; return true;	
	}
	
	function bSwapBack() {		
		document.logo5.src = bRoll[0].src; return true;	
	}
	
			cRoll = new Array()
	cRoll[0] = new Image(120,82)
	cRoll[0].src = "images/images/ln_v9_logos_row2_b_03.jpg"
	cRoll[1] = new Image(120,82)
	cRoll[1].src = "images/images/ln_v9_logos_row2_a_03.jpg"
	
	
	function cSwapOut() {		
		document.logo6.src = cRoll[1].src; return true;	
	}
	
	function cSwapBack() {		
		document.logo6.src = cRoll[0].src; return true;	
	}
	
	dRoll = new Array()
	dRoll[0] = new Image(135,82)
	dRoll[0].src = "images/images/ln_v9_logos_row3_b_01.jpg"
	dRoll[1] = new Image(135,82)
	dRoll[1].src = "images/images/ln_v9_logos_row3_a_01.jpg"
	
	
	function dSwapOut() {		
		document.logo7.src = dRoll[1].src; return true;	
	}
	
	function dSwapBack() {		
		document.logo7.src = dRoll[0].src; return true;	
	}
	
			eRoll = new Array()
	eRoll[0] = new Image(135,82)
	eRoll[0].src = "images/images/ln_v9_logos_row3_b_02.jpg"
	eRoll[1] = new Image(135,82)
	eRoll[1].src = "images/images/ln_v9_logos_row3_a_02.jpg"
	
	
	function eSwapOut() {		
		document.logo8.src = eRoll[1].src; return true;	
	}
	
	function eSwapBack() {		
		document.logo8.src = eRoll[0].src; return true;	
	}
	
			fRoll = new Array()
	fRoll[0] = new Image(120,82)
	fRoll[0].src = "images/images/ln_v9_logos_row3_b_03.jpg"
	fRoll[1] = new Image(120,82)
	fRoll[1].src = "images/images/ln_v9_logos_row3_a_03.jpg"
	
	
	function fSwapOut() {		
		document.logo9.src = fRoll[1].src; return true;	
	}
	
	function fSwapBack() {		
		document.logo9.src = fRoll[0].src; return true;	
	}
	
	gRoll = new Array()
	gRoll[0] = new Image(135,82)
	gRoll[0].src = "images/images/ln_v9_logos_row4_b_01.jpg"
	gRoll[1] = new Image(135,82)
	gRoll[1].src = "images/images/ln_v9_logos_row4_a_01.jpg"
	
	
	function gSwapOut() {		
		document.logo10.src = gRoll[1].src; return true;	
	}
	
	function gSwapBack() {		
		document.logo10.src = gRoll[0].src; return true;	
	}
	
			hRoll = new Array()
	hRoll[0] = new Image(135,82)
	hRoll[0].src = "images/images/ln_v9_logos_row4_b_02.jpg"
	hRoll[1] = new Image(135,82)
	hRoll[1].src = "images/images/ln_v9_logos_row4_a_02.jpg"
	
	
	function hSwapOut() {		
		document.logo11.src = hRoll[1].src; return true;	
	}
	
	function hSwapBack() {		
		document.logo11.src = hRoll[0].src; return true;	
	}
	
			iRoll = new Array()
	iRoll[0] = new Image(120,82)
	iRoll[0].src = "images/images/ln_v9_logos_row4_b_03.jpg"
	iRoll[1] = new Image(120,82)
	iRoll[1].src = "images/images/ln_v9_logos_row4_a_03.jpg"
	
	
	function iSwapOut() {		
		document.logo12.src = iRoll[1].src; return true;	
	}
	
	function iSwapBack() {		
		document.logo12.src = iRoll[0].src; return true;	
	}
	
	jRoll = new Array()
	jRoll[0] = new Image(135,82)
	jRoll[0].src = "images/images/ln_v9_logos_row5_b_01.jpg"
	jRoll[1] = new Image(135,82)
	jRoll[1].src = "images/images/ln_v9_logos_row5_a_01.jpg"
	
	
	function jSwapOut() {		
		document.logo13.src = jRoll[1].src; return true;	
	}
	
	function jSwapBack() {		
		document.logo13.src = jRoll[0].src; return true;	
	}
	
			kRoll = new Array()
	kRoll[0] = new Image(135,82)
	kRoll[0].src = "images/images/ln_v9_logos_row5_b_02.jpg"
	kRoll[1] = new Image(135,82)
	kRoll[1].src = "images/images/ln_v9_logos_row5_a_02.jpg"
	
	
	function kSwapOut() {		
		document.logo14.src = kRoll[1].src; return true;	
	}
	
	function kSwapBack() {		
		document.logo14.src = kRoll[0].src; return true;	
	}
	
			lRoll = new Array()
	lRoll[0] = new Image(120,82)
	lRoll[0].src = "images/images/ln_v9_logos_row5_b_03.jpg"
	lRoll[1] = new Image(120,82)
	lRoll[1].src = "images/images/ln_v9_logos_row5_a_03.jpg"
	
	
	function lSwapOut() {		
		document.logo15.src = lRoll[1].src; return true;	
	}
	
	function lSwapBack() {		
		document.logo15.src = lRoll[0].src; return true;	
	}
	
	mRoll = new Array()
	mRoll[0] = new Image(135,82)
	mRoll[0].src = "images/images/ln_v9_logos_row6_b_01.jpg"
	mRoll[1] = new Image(135,82)
	mRoll[1].src = "images/images/ln_v9_logos_row6_a_01.jpg"
	
	
	function mSwapOut() {		
		document.logo16.src = mRoll[1].src; return true;	
	}
	
	function mSwapBack() {		
		document.logo16.src = mRoll[0].src; return true;	
	}
	
			nRoll = new Array()
	nRoll[0] = new Image(135,82)
	nRoll[0].src = "images/images/ln_v9_logos_row6_b_02.jpg"
	nRoll[1] = new Image(135,82)
	nRoll[1].src = "images/images/ln_v9_logos_row6_a_02.jpg"
	
	
	function nSwapOut() {		
		document.logo17.src = nRoll[1].src; return true;	
	}
	
	function nSwapBack() {		
		document.logo17.src = nRoll[0].src; return true;	
	}
	
			oRoll = new Array()
	oRoll[0] = new Image(120,82)
	oRoll[0].src = "images/images/ln_v9_logos_row6_b_03.jpg"
	oRoll[1] = new Image(120,82)
	oRoll[1].src = "images/images/ln_v9_logos_row6_a_03.jpg"
	
	
	function oSwapOut() {		
		document.logo18.src = oRoll[1].src; return true;	
	}
	
	function oSwapBack() {		
		document.logo18.src = oRoll[0].src; return true;	
	}
	
	pRoll = new Array()
	pRoll[0] = new Image(135,82)
	pRoll[0].src = "images/images/ln_v9_logos_row7_b_01.jpg"
	pRoll[1] = new Image(135,82)
	pRoll[1].src = "images/images/ln_v9_logos_row7_a_01.jpg"
	
	
	function pSwapOut() {		
		document.logo19.src = pRoll[1].src; return true;	
	}
	
	function pSwapBack() {		
		document.logo19.src = pRoll[0].src; return true;	
	}
	
			qRoll = new Array()
	qRoll[0] = new Image(135,82)
	qRoll[0].src = "images/images/ln_v9_logos_row7_b_02.jpg"
	qRoll[1] = new Image(135,82)
	qRoll[1].src = "images/images/ln_v9_logos_row7_a_02.jpg"
	
	
	function qSwapOut() {		
		document.logo20.src = qRoll[1].src; return true;	
	}
	
	function qSwapBack() {		
		document.logo20.src = qRoll[0].src; return true;	
	}
	
			rRoll = new Array()
	rRoll[0] = new Image(120,82)
	rRoll[0].src = "images/images/ln_v9_logos_row7_b_03.jpg"
	rRoll[1] = new Image(120,82)
	rRoll[1].src = "images/images/ln_v9_logos_row7_a_03.jpg"
	
	
	function rSwapOut() {		
		document.logo21.src = rRoll[1].src; return true;	
	}
	
	function rSwapBack() {		
		document.logo21.src = rRoll[0].src; return true;	
	}
	
	sRoll = new Array()
	sRoll[0] = new Image(135,82)
	sRoll[0].src = "images/images/ln_v9_logos_row8_b_01.jpg"
	sRoll[1] = new Image(135,82)
	sRoll[1].src = "images/images/ln_v9_logos_row8_a_01.jpg"
	
	
	function sSwapOut() {		
		document.logo22.src = sRoll[1].src; return true;	
	}
	
	function sSwapBack() {		
		document.logo22.src = sRoll[0].src; return true;	
	}
	
			tRoll = new Array()
	tRoll[0] = new Image(135,82)
	tRoll[0].src = "images/images/ln_v9_logos_row8_b_02.jpg"
	tRoll[1] = new Image(135,82)
	tRoll[1].src = "images/images/ln_v9_logos_row8_a_02.jpg"
	
	
	function tSwapOut() {		
		document.logo23.src = tRoll[1].src; return true;	
	}
	
	function tSwapBack() {		
		document.logo23.src = tRoll[0].src; return true;	
	}
	
			uRoll = new Array()
	uRoll[0] = new Image(120,82)
	uRoll[0].src = "images/images/ln_v9_logos_row8_b_03.jpg"
	uRoll[1] = new Image(120,82)
	uRoll[1].src = "images/images/ln_v9_logos_row8_a_03.jpg"
	
	
	function uSwapOut() {		
		document.logo24.src = uRoll[1].src; return true;	
	}
	
	function uSwapBack() {		
		document.logo24.src = uRoll[0].src; return true;	
	}
	
	vRoll = new Array()
	vRoll[0] = new Image(135,82)
	vRoll[0].src = "images/images/ln_v9_logos_row9_b_01.jpg"
	vRoll[1] = new Image(135,82)
	vRoll[1].src = "images/images/ln_v9_logos_row9_a_01.jpg"
	
	
	function vSwapOut() {		
		document.logo25.src = vRoll[1].src; return true;	
	}
	
	function vSwapBack() {		
		document.logo25.src = vRoll[0].src; return true;	
	}
	
			wRoll = new Array()
	wRoll[0] = new Image(135,82)
	wRoll[0].src = "images/images/ln_v9_logos_row9_b_02.jpg"
	wRoll[1] = new Image(135,82)
	wRoll[1].src = "images/images/ln_v9_logos_row9_a_02.jpg"
	
	
	function wSwapOut() {		
		document.logo26.src = wRoll[1].src; return true;	
	}
	
	function wSwapBack() {		
		document.logo26.src = wRoll[0].src; return true;	
	}
	
			xRoll = new Array()
	xRoll[0] = new Image(120,82)
	xRoll[0].src = "images/images/ln_v9_logos_row9_b_03.jpg"
	xRoll[1] = new Image(120,82)
	xRoll[1].src = "images/images/ln_v9_logos_row9_a_03.jpg"
	
	
	function xSwapOut() {		
		document.logo27.src = xRoll[1].src; return true;	
	}
	
	function xSwapBack() {		
		document.logo27.src = xRoll[0].src; return true;	
	}
	
	yRoll = new Array()
	yRoll[0] = new Image(135,82)
	yRoll[0].src = "images/images/ln_v9_logos_row10_b_01.jpg"
	yRoll[1] = new Image(135,82)
	yRoll[1].src = "images/images/ln_v9_logos_row10_a_01.jpg"
	
	
	function ySwapOut() {		
		document.logo28.src = yRoll[1].src; return true;	
	}
	
	function ySwapBack() {		
		document.logo28.src = yRoll[0].src; return true;	
	}
	
			zRoll = new Array()
	zRoll[0] = new Image(135,82)
	zRoll[0].src = "images/images/ln_v9_logos_row10_b_02.jpg"
	zRoll[1] = new Image(135,82)
	zRoll[1].src = "images/images/ln_v9_logos_row10_a_02.jpg"
	
	
	function zSwapOut() {		
		document.logo29.src = zRoll[1].src; return true;	
	}
	
	function zSwapBack() {		
		document.logo29.src = zRoll[0].src; return true;	
	}
	
			aaRoll = new Array()
	aaRoll[0] = new Image(120,82)
	aaRoll[0].src = "images/images/ln_v9_logos_row10_b_03.jpg"
	aaRoll[1] = new Image(120,82)
	aaRoll[1].src = "images/images/ln_v9_logos_row10_a_03.jpg"
	
	
	function aaSwapOut() {		
		document.logo30.src = aaRoll[1].src; return true;	
	}
	
	function aaSwapBack() {		
		document.logo30.src = aaRoll[0].src; return true;	
	}
	
	