function dC(H_BackgroundColor, H_TextColor){

	H_html.value= '<html>\n' + 
'<head><title>Come Back Soon!!!</title>\n' + 
'<meta name="robots" content="noindex"></head>\n' + 
'\n' + 
'<body bgcolor=\"' + H_BackgroundColor.value + 
'\" text=\"' + H_TextColor.value + 
'\">\n' +
'\n' + 
'<center>\n' + 
'<table height=\"100%\" width=\"80%\">\n' + 
'<tr><td>\n' + 
'<font size=\"28px\">\n' + 
'    This site is still under construction.<p>\n' + 
'    Please come back later.<p>\n' + 
'</font>\n' + 
'</td></tr>\n' + 
'</table>\n' + 
'</center>\n' + 
'</body>\n' + 
'</html>';

	return false;
}
