// JavaScript Document
var alertMsg = "Coming Soon!\nDue to my busy schedule this area is not ready yet.\nThank you for your patience!";
function myAlert() { 
	alert(alertMsg);
	};