// JavaScript Document

var sGetHostName = location.hostname;
sHostName = new String(sGetHostName)
if(sHostName.indexOf("musicofgrace") != -1)
{
	window.location = "http://www.musicofgrace.com/musicofgrace/index.htm"
}