function mailthispage()
	{
	mail_info = "mailto:?subject=Interesting information from Web Host Fly";
	mail_info += "&body=I found some information on Web Host Fly that I thought was worth sharing.";
	mail_info += " Check it out here:  " + location.href + "."; 
	location.href = mail_info;
	}
function openchat(){
  ChatWindow = window.open("chat_gateway07da.html?site=www","AplusChat","height=310,width=509,status=no,toolbar=no,menubar=no,location=no");
  return false;
}
function obw(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
