hey
If your host allows parked domains, then thats probably the best way. But you could also use an add-on domain - both are easily configurable in CPANEL, but your host would have to provide these features.
If your host doesn't provide the above, then create an index page wherever
www.moondancerwhippets.com points to, and have the following as the page source:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>MoonDancer Whippets</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset>
<frame src="http://13074.hostinglogin.com/moondancerwhippets.htm" name="mainFrame" frameborder="no"></frameset>
<noframes><body>
</body></noframes>
</html>
The above is called url masking.
Also, don't use MS front page, its got to be one of the worst, if not the worst, programs availible. I suggest dreamweaver as a good alternative.