
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function stuff(s)
{
	document.msgForm.message.value = s;
}
