// JavaScript Document

function write_replink() {
	document.write("<a href='http://dwalcoff.geigermall.com' target='_blank' class='replink'>http://dwalcoff.geigermall.com</a>");
}

onload=function() {
	var repnote = document.getElementById('repContactNote');
	
	repnote.innerHTML =
		"Looking for other items? Contact Doug by phone at 561-375-8825";
	
}