// preload & rollovers	if (document.images) {			butt_head_off = new Image		butt_head_on = new Image		butt_head_yule_off = new Image		butt_head_yule_on = new Image		butt_ur = new Image		butt_collateral_off = new Image		butt_collateral_on = new Image		butt_posterwerx_off = new Image		butt_posterwerx_on = new Image		butt_cds_off = new Image		butt_cds_on = new Image		butt_yuletidic_off = new Image		butt_yuletidic_on = new Image		butt_fanboy_off = new Image		butt_fanboy_on = new Image		butt_ebay_off = new Image		butt_ebay_on = new Image		butt_links_off = new Image		butt_links_on = new Image		butt_me_off = new Image		butt_me_on = new Image		butt_previous_off = new Image		butt_previous_on = new Image		butt_next_off = new Image		butt_next_on = new Image		head_collateral = new Image		head_posterwerx = new Image		head_cds = new Image		head_yuletidic = new Image		head_fanboy = new Image		head_links = new Image		head_me = new Image				butt_head_off.src = "images/butt_head_off.gif"		butt_head_on.src = "images/butt_head_on.gif"		butt_head_yule_off.src = "images/butt_head_yule_off.gif"		butt_head_yule_on.src = "images/butt_head_yule_on.gif"		butt_ur.src = "images/butt_ur.gif"		butt_collateral_off.src = "images/butt_collateral_off.gif"		butt_collateral_on.src = "images/butt_collateral_on.gif"		butt_posterwerx_off.src = "images/butt_posterwerx_off.gif"		butt_posterwerx_on.src = "images/butt_posterwerx_on.gif"		butt_cds_off.src = "images/butt_cds_off.gif"		butt_cds_on.src = "images/butt_cds_on.gif"		butt_yuletidic_off.src = "images/butt_yuletidic_off.gif"		butt_yuletidic_on.src = "images/butt_yuletidic_on.gif"		butt_fanboy_off.src = "images/butt_fanboy_off.gif"		butt_fanboy_on.src = "images/butt_fanboy_on.gif"		butt_ebay_off.src = "images/butt_ebay_off.gif"		butt_ebay_on.src = "images/butt_ebay_on.gif"		butt_links_off.src = "images/butt_links_off.gif"		butt_links_on.src = "images/butt_links_on.gif"		butt_me_off.src = "images/butt_me_off.gif"		butt_me_on.src = "images/butt_me_on.gif"		butt_previous_off.src = "images/butt_previous_off.gif"		butt_previous_on.src = "images/butt_previous_on.gif"		butt_next_off.src = "images/butt_next_off.gif"		butt_next_on.src = "images/butt_next_on.gif"		head_collateral.src = "images/head_collateral.gif"		head_posterwerx.src = "images/head_posterwerx.gif"		head_cds.src = "images/head_cds.gif"		head_yuletidic.src = "images/head_yuletidic.gif"		head_fanboy.src = "images/head_fanboy.gif"		head_links.src = "images/head_links.gif"		head_me.src = "images/head_me.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!");