<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>


<HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode"><!-- // let's include the PC Health object here -->
<OBJECT id=pchealth classid=CLSID:FC7D9E02-3F9E-11d3-93C0-00C04F72DAF7></OBJECT>
<SCRIPT LANG="JScript" SRC="safbvt_utility.js">
</SCRIPT>

<META content="MSHTML 6.00.2410.0" name=GENERATOR>
</HEAD>
<BODY>
<P><INPUT type=button value=Button onclick=Go()></P></BODY>

<SCRIPT LANGUAGE="Javascript">


function Go()
{
	var myChannel;
	var NotificationString;
	
	
	try
	{
		myChannel = pchealth.CreateObject_channel("CN=Microsoft Corporation,L=Redmond,S=Washington,C=US", "Microsoft Remote Assistance");
		alert("Created Channel!");

		NotificationString = myChannel.Notification;
		alert(NotificationString);
	}
	catch (e)
	{
		alert(e);
	}
	
	return true;

}


</SCRIPT>



</HTML>