	imageName="guestbook";
	outSrc="gifs/guestbookout.gif";
	overSrc="gifs/guestbookover.gif";
	netBit="http://www.";
	domainName="bounce-r-us.";
	domainExtension="co.uk";
	binString="/cgi-bin/";
	pearlProg="bouncefback.pl";


	document.write("<a href=\""
	+ netBit
	+ domainName
	+ domainExtension
	+ binString
	+ pearlProg
	+ "\" onmouseover=\"document."
	+ imageName
	+ ".src='"
	+ overSrc
	+ "';\" onmouseout=\"document."
	+ imageName
	+ ".src='"
	+ outSrc
	+ "';\">"
	+ "<img src=\""
	+ outSrc
	+ "\" name=\""
	+ imageName
	+ "\" alt=\"\" class=\"image1\">"
	+ "<\/a>");

