// JavaScript Document
function MPC_Warning( url )
{
	if(confirm("You are about to leave the Mission Pharmacal website."))
	{
		location=url;
	}
}