// JavaScript Document
function redirection ()
{
	alert("Sorry this page is under construction, you are being redirected to the homepage");
	window.location.href="http:////wwcol-church.com//";
}