<?xml version="1.0"?>
<aml:meta xmlns:aml="http://www.appxweb.com/aml1/core">
<aml:package>
    <aml:information>
      <aml:name>GRS</aml:name>
      <aml:version>Beta 1.0</aml:version>
      <aml:publisher>Appxweb</aml:publisher>
      <aml:web>www.appxweb.com/extensions/GRS</aml:web>
      <aml:id>www.appxweb.com/extensions/GRS</aml:id>
    </aml:information>
    <aml:registry>
       <aml:root>http://www.appxweb.com/developer/quick_start/grs/</aml:root>
      <aml:extension_file>grs.xml</aml:extension_file>
    </aml:registry>
</aml:package>
<aml:extension>
	<aml:view>
    <aml:window view_id="vid_wnd_web">
      <aml:html_file>*.*</aml:html_file>
      <aml:data_transfer>push</aml:data_transfer>
      <aml:toolbar_id>vid_toolbar_grs</aml:toolbar_id>
    </aml:window>
    <aml:toolbar view_id="vid_toolbar_grs">
      <aml:control>
        <aml:image>
          <aml:width>104</aml:width>
          <aml:tooltip>Add to Google Reader</aml:tooltip>
          <aml:function_id>fid_google_subscribe</aml:function_id>
          <aml:image_file>google_subscribe.gif</aml:image_file>
        </aml:image>
      </aml:control>
    </aml:toolbar>
	</aml:view>
   <aml:function>
      <aml:script function_id="fid_google_subscribe">
        <aml:function_name>google_subscribe</aml:function_name>
        <aml:code>
          <![CDATA[ 
			function google_subscribe()
			{
        google_subscribe_str = "http://www.google.com/ig/add?feedurl=" + AM_data._did_url;
				AM_browser.navigate(google_subscribe_str);				
			}				
			]]>
        </aml:code>
     </aml:script>
    </aml:function>
</aml:extension>
</aml:meta>



