function testimonial_link(category) {
	var str = "";
	switch (category) {
	    case "bunkbeds_1":
			str = '<td><a href="testimonials-bunkbeds.html"><img src="graphics/testimonial_link_reg.gif" alt="Read customer testimonials" style="border: 0;" /></a></td>';
	        break;
	    case "cushions":
			str = '<td><a href="testimonials-conventional.html"><img src="graphics/testimonial_link.gif" alt="Read customer testimonials" style="border: 0;" /></a></td>';
	        break;
	    case "foam_toppers":
			str = '<td><a href="testimonials-foam_toppers.html"><img src="graphics/testimonial_link.gif" alt="Read customer testimonials" style="border: 0;" /></a></td>';
	        break;
	    case "mattress_protectors":
			str = '<td><a href="testimonials-mattress_protectors.html"><img src="graphics/testimonial_link.gif" alt="Read customer testimonials" style="border: 0;" /></a></td>';
	        break;
	    case "memory":
			str = '<td><a href="testimonials-memory.html"><img src="graphics/testimonial_link.gif" alt="Read customer testimonials" style="border: 0;" /></a></td>';
	        break;
	    case "organic_mattress":
			str = '<td style="padding-left: 10px;"><a href="testimonials-organic_mattress.html"><img src="graphics/testimonial_link_sg2009.gif" alt="Read customer testimonials" style="border: 0;" /></a></td>';
	        break;
	    case "wool_pad_toppers":
			str = '<td><a href="testimonials-wool_toppers_pads.html"><img src="graphics/testimonial_link.gif" alt="Read customer testimonials" style="border: 0;" /></a></td>';
	        break;
	}
	if (str.length) document.write(str);
	return;
}
