Event.observe(window, "load", function()
{
	$$("a").each(function (obj)
	{
		if (obj.getAttribute("href") && obj.rel.toLowerCase() == "external")
		{
			obj.setAttribute("target", "_blank");
		}
	});
	
	$$("div.wpcf7-response-output").each(function (obj)
	{
		obj.style.margin = "0";
	});
});

function el(u)
{
	window.location = unescape("ma" + "il" + "to" + "%3A" + u + "%40" + "jamgourmet" + "." + "c" + "o" + "m");
}

function prepareTestimonials()
{
	var testimonials = $$("#happy-customers p.testimonial");
	
	testimonials[Math.floor(Math.random() * testimonials.length)].style.display = "block";
}

function printPage(page)
{
	window.open(page + "?print=true", "printWindow", "width=780, height=660, resizable=no, scrollbars=yes, toolbars=no");
}
