// JavaScript Document
function mcd_redirect(arg_url)
{
	if (arg_url != '0')
	{
		window.document.location.href = arg_url ;
	}
}