<!-- Firefox http://www.spreadfirefox.com/?q=affiliates/homepage 110x32 -->
var logo = new Array("trust","rediscover","take","get","safer");
var t = new Array(61,66,62,64,65);
for (var i=0; i<5;i++) {
	var img_preload = new Image();
	img_preload.src = "http://sfx-images.mozilla.org/affiliates/Buttons/110x32/" + logo[i] + ".gif";
	}
function firefoxlogo(n) {
	document.write("<a href=\"http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=" + t[n] + "\">");
	document.write("<img border=\"0\" alt=\"Get Firefox!\" title=\"Get Firefox!\" ");
	document.write("src=\"http://sfx-images.mozilla.org/affiliates/Buttons/110x32/" + logo[n] + ".gif\"/></a>");
	}
