﻿// preload & rollovers	if (document.images) {			cd_27_xmas06_200_off = new Image		cd_27_xmas06_200_on = new Image		cd_25_xmas05_200_off = new Image		cd_25_xmas05_200_on = new Image		cd_24_xmas04_200_off = new Image		cd_24_xmas04_200_on = new Image		p_49_jrichxmas_200_off = new Image		p_49_jrichxmas_200_on = new Image		p_43_elvez01_300_off = new Image		p_43_elvez01_300_on = new Image		y_12_flam99_200_off = new Image		y_12_flam99_200_on = new Image		y_11_trojreindeer_200_off = new Image		y_11_trojreindeer_200_on = new Image		y_10_space97_200_off = new Image		y_10_space97_200_on = new Image		y_09_grid2k_300_off = new Image		y_09_grid2k_300_on = new Image		y_08_esk99_300_off = new Image		y_08_esk99_300_on = new Image		y_07_aliencarol_300_off = new Image		y_07_aliencarol_300_on = new Image		y_06_santapee_300_off = new Image		y_06_santapee_300_on = new Image		y_05_4xsanta_200_off = new Image		y_05_4xsanta_200_on = new Image		y_04_santatub_200_off = new Image		y_04_santatub_200_on = new Image		y_03_9xsanta_200_off = new Image		y_03_9xsanta_200_on = new Image		y_02_iwotree_300_off = new Image		y_02_iwotree_300_on = new Image		y_01_tank_300_off = new Image		y_01_tank_300_on = new Image		cd_27_xmas06_200_off.src = "cds/graphics/cd_27_xmas06_200_off.gif"		cd_27_xmas06_200_on.src = "cds/graphics/cd_27_xmas06_200_on.gif"		cd_25_xmas05_200_off.src = "cds/graphics/cd_25_xmas05_200_off.gif"		cd_25_xmas05_200_on.src = "cds/graphics/cd_25_xmas05_200_on.gif"		cd_24_xmas04_200_off.src = "cds/graphics/cd_24_xmas04_200_off.gif"		cd_24_xmas04_200_on.src = "cds/graphics/cd_24_xmas04_200_on.gif"		p_49_jrichxmas_200_off.src = "posterwerx/graphics/p_49_jrichxmas_200_off.gif"		p_49_jrichxmas_200_on.src = "posterwerx/graphics/p_49_jrichxmas_200_on.gif"		p_43_elvez01_300_off.src = "posterwerx/graphics/p_43_elvez01_300_off.gif"		p_43_elvez01_300_on.src = "posterwerx/graphics/p_43_elvez01_300_on.gif"		y_12_flam99_200_off.src = "yuletidic/graphics/y_12_flam99_200_off.gif"		y_12_flam99_200_on.src = "yuletidic/graphics/y_12_flam99_200_on.gif"		y_11_trojreindeer_200_off.src = "yuletidic/graphics/y_11_trojreindeer_200_off.gif"		y_11_trojreindeer_200_on.src = "yuletidic/graphics/y_11_trojreindeer_200_on.gif"		y_10_space97_200_off.src = "yuletidic/graphics/y_10_space97_200_off.gif"		y_10_space97_200_on.src = "yuletidic/graphics/y_10_space97_200_on.gif"		y_09_grid2k_300_off.src = "yuletidic/graphics/y_09_grid2k_300_off.gif"		y_09_grid2k_300_on.src = "yuletidic/graphics/y_09_grid2k_300_on.gif"		y_08_esk99_300_off.src = "yuletidic/graphics/y_08_esk99_300_off.gif"		y_08_esk99_300_on.src = "yuletidic/graphics/y_08_esk99_300_on.gif"		y_07_aliencarol_300_off.src = "yuletidic/graphics/y_07_aliencarol_300_off.gif"		y_07_aliencarol_300_on.src = "yuletidic/graphics/y_07_aliencarol_300_on.gif"		y_06_santapee_300_off.src = "yuletidic/graphics/y_06_santapee_300_off.gif"		y_06_santapee_300_on.src = "yuletidic/graphics/y_06_santapee_300_on.gif"		y_05_4xsanta_200_off.src = "yuletidic/graphics/y_05_4xsanta_200_off.gif"		y_05_4xsanta_200_on.src = "yuletidic/graphics/y_05_4xsanta_200_on.gif"		y_04_santatub_200_off.src = "yuletidic/graphics/y_04_santatub_200_off.gif"		y_04_santatub_200_on.src = "yuletidic/graphics/y_04_santatub_200_on.gif"		y_03_9xsanta_200_off.src = "yuletidic/graphics/y_03_9xsanta_200_off.gif"		y_03_9xsanta_200_on.src = "yuletidic/graphics/y_03_9xsanta_200_on.gif"		y_02_iwotree_300_off.src = "yuletidic/graphics/y_02_iwotree_300_off.gif"		y_02_iwotree_300_on.src = "yuletidic/graphics/y_02_iwotree_300_on.gif"		y_01_tank_300_off.src = "yuletidic/graphics/y_01_tank_300_off.gif"		y_01_tank_300_on.src = "yuletidic/graphics/y_01_tank_300_on.gif"			}// rollovers - single	function chgImg(imgField,newImg) {		if (document.images) {			document[imgField].src= eval(newImg + ".src")		}	}// frame breaker		if (top.location != self.location) {		top.location = self.location		}		// test//	alert("WoRkiNg!");