<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
	<generator>Feed Editor</generator>
	<pubDate>10 Aug 2010 15:14:10 GMT</pubDate>
	<title>MindQuake Plugins &amp; Examples</title>
	<description>Announcements about new and updated plugins, examples and installers developed for products like AutoPlay Media Studio, Setup Factory, TrueUpdate and Visual Patch.</description>
	<link>http://www.mindquake.com.br/</link>
	<copyright>© 2010 MindQuake Serviços de Informática Ltda.</copyright>
	<category>Software</category>
	<language>en</language>
	<webMaster>upeters@mindquake.com.br</webMaster>
	<image>
	<url>http://www.mindquake.com.br/img/feed.gif</url>
	<link>http://www.mindquake.com.br/</link>
	<description>MindQuake</description>
	<title>MindQuake Plugins &amp; Examples</title>
	</image>
	<item>
	<title>Wow64 Actions updated to 1.0.1.2</title>
	<description>&lt;p&gt;Some nice enhancements were made to the code of the Wow64 Actions plugin:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Constants &lt;span style="font-weight:bold;"&gt;Wow64.KEY64&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;Wow64.KEY32&lt;/span&gt; defined, for setting the registry view to operate on;&lt;/li&gt;&lt;li&gt;Dynamic loading of API functions &lt;span style="font-weight:bold;"&gt;Wow64DisableWow64FsRedirection&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;Wow64RevertWow64FsRedirection&lt;/span&gt;.&lt;span style="font-weight:bold;"&gt;&lt;span style="color:red;"&gt;*&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Replacement of the API functions &lt;span style="font-weight:bold;"&gt;RegDeleteKeyEx&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;RegGetValue&lt;/span&gt;.&lt;span style="font-weight:bold;"&gt;&lt;span style="color:red;"&gt;*&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Wow64.RegistryGetValue&lt;/span&gt; now returns an empty string (&amp;quot;&amp;quot;) upon failure, instead of &lt;span style="font-style:italic;"&gt;nil&lt;/span&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;&lt;span style="color:red;"&gt;*&lt;/span&gt;&lt;/span&gt; With these new enhancements, the plugin can now be loaded on old operating systems like Windows 2000 and 32-bit Windows XP. Of course, the functions themselves may be executed only when supported by the operating system, but now it is possible to build installers on Windows XP designed to run on current systems.&lt;/p&gt;</description>
	<pubDate>10 Aug 2010 15:14:10 GMT</pubDate>
	<link>http://www.mindquake.com.br/suf-wow64.php</link>
	<guid isPermaLink="false">697EBAEA-EA71-4231-84B2-54F5C3EA5968</guid>
	</item>
	<item>
	<title>Wow64 Actions Plugin released!</title>
	<description>&lt;p&gt;A new actions plugin is available for applications using Lua 5.0:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;AutoPlay Media Studio 7&lt;/li&gt;&lt;li&gt;Setup Factory 8&lt;/li&gt;&lt;li&gt;TrueUpdate 3&lt;/li&gt;&lt;li&gt;Visual Patch 3&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The purpose of this plugin is to access files and folders controlled by the &lt;a href="http://msdn.microsoft.com/en-us/library/aa384187(VS.85).aspx" target="'_blank'"&gt;File System Redirector&lt;/a&gt; and to read and write registry keys that are subject to &lt;a href="http://msdn.microsoft.com/en-us/library/aa384232(VS.85).aspx" target="'_blank'"&gt;Registry Redirection&lt;/a&gt;, both on 64-bit operating systems. These functions can also be used on 32-bit operating systems.&lt;/p&gt;&lt;p&gt;The following actions are included:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;DisableFsRedirection&lt;/span&gt;: Disables file system redirection for the calling thread;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RevertFsRedirection&lt;/span&gt;: Restores file system redirection for the calling thread;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryCreateKey&lt;/span&gt;: Creates a &amp;quot;key&amp;quot; in the user's Registry;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryDeleteKey&lt;/span&gt;: Deletes a &amp;quot;key&amp;quot; from the user's Registry;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryDeleteValue&lt;/span&gt;: Deletes a &amp;quot;value&amp;quot; from the user's Registry;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryDoesKeyExist&lt;/span&gt;: Determines whether or not a particular Registry key exists;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryGetKeyNames&lt;/span&gt;: Returns a table containing the names of all of the sub keys for a particular key;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryGetValue&lt;/span&gt;: Returns a specific Registry value's data;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryGetValueNames&lt;/span&gt;: Returns a table containing all the values within a specific sub key;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryGetValueType&lt;/span&gt;: Returns a specific Registry value's type;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistrySetValue&lt;/span&gt;: Sets the data of a specific Registry value.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;All registry operations feature the &lt;span style="font-weight:bold;"&gt;RegistryView&lt;/span&gt; parameter, which allows to set KEY_WOW64_64KEY for operating on the 64-bit registry view, and KEY_WOW64_32KEY for operating on the 32-bit registry view.&lt;/p&gt;&lt;p&gt;Documentation is included in the installer (which you can download &lt;a href="http://www.mindquake.com.br/files/suf/Wow64Setup.exe" target="'_blank'"&gt;here&lt;/a&gt;), but can also be downloaded separately from &lt;a href="http://www.mindquake.com.br/files/suf/Wow64Help.zip" target="'_blank'"&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>22 Jul 2010 04:02:25 GMT</pubDate>
	<link>http://www.mindquake.com.br/suf-wow64.php</link>
	<guid isPermaLink="false">960F10B6-EC00-4FB8-AD17-C45D0CBE8E38</guid>
	</item>
	<item>
	<title>ImageEx Object updated to 1.0.1.1</title>
	<description>&lt;p&gt;The ImageEx object was updated, introducing a correction and a new feature:&lt;/p&gt;&lt;p&gt;The new drop shadow was not staying perfectly centered when source image was rotated. This would cause problems in projects like the clock sample.&lt;/p&gt;&lt;p&gt;A new visual aid was added in design to show the boundaries of the drop shadow, as shown below:&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAG-2010-07-19-05.png" /&gt;&lt;/p&gt;&lt;p&gt;If you installed version 1.0.1.0, you should update to this version for better results.&lt;/p&gt;</description>
	<pubDate>19 Jul 2010 19:26:12 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-imageex.php</link>
	<guid isPermaLink="false">EAC81BEC-DA1B-4FCF-89BB-18527315E96A</guid>
	</item>
	<item>
	<title>ImageEx Object updated to 1.0.1.0</title>
	<description>&lt;p&gt;The release &lt;span style="font-weight:bold;"&gt;1.0.1.0&lt;/span&gt; of the ImageEx object plugin brings smoother, and adjustable drop shadows:&lt;/p&gt;&lt;p&gt;You can now adjust the horizontal and vertical offset of the drop shadow, the opacity, and the dispersion (the softness of the shadow border).&lt;/p&gt;&lt;p&gt;Here is one example of the better control you have over the drop shadow:&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAG-2010-07-18-02.png" /&gt;&lt;/p&gt;&lt;p&gt;Available now on the product's &lt;a href="http://www.mindquake.com.br/ams-imageex.php"&gt;web page&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>19 Jul 2010 02:29:08 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-imageex.php</link>
	<guid isPermaLink="false">1AA3EA8D-0036-446B-8BB0-8454CBFAF3BC</guid>
	</item>
	<item>
	<title>ImageEx Object Plugin released!</title>
	<description>&lt;p&gt;This new object plugin for AutoPlay Media Studio 8.0 allows to rotate, scale and transform images, change the hue, saturation and lightness, the contrast and brightness, apply blur, or add a dynamic drop shadow.&lt;/p&gt;&lt;p&gt;The plugin is very useful if you need to display several similar images, that differ only in angle or size. Now you need to include the source image only once, and can apply the required transformation on the fly!&lt;/p&gt;&lt;p&gt;Unlike several other objects, this plugin allows you to see the effect and transformation you need directly in the development environment, without needing to preview your page first to see the results of your settings. This is a huge time safer, and helps you to achieve the results you need faster.&lt;/p&gt;&lt;p&gt;Here is just one sample of what this plugin can do:&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAG-2010-07-03-12.png" /&gt;&lt;/p&gt;&lt;p&gt;This image was rotated, had its contrast enhanced, and a drop shadow was added.&lt;/p&gt;&lt;p&gt;You can download the version 1.0.0.0 from the web site right now.&lt;/p&gt;</description>
	<pubDate>6 Jul 2010 23:34:45 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-imageex.php</link>
	<guid isPermaLink="false">20723C01-D2B7-4671-B7A7-21F4500BDAAA</guid>
	</item>
	<item>
	<title>Socket Object updated to 2.0.1.2</title>
	<description>If you are using the Socket Object with AutoPlay Media Studio 8.0, please update the plugin. The former build had an error in the digital certificate validation routine.</description>
	<pubDate>14 Jun 2010 02:51:54 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-socket.php</link>
	<guid isPermaLink="false">1C905D1A-D3A6-4776-B599-9CC2021177C9</guid>
	</item>
	<item>
	<title>Crypto Actions updated to 2.0.2.0</title>
	<description>&lt;p&gt;The new build of the Crypto Actions plugin now contains support for Rijndael (256-bit AES) encryption, compatible with the .NET Framework.&lt;/p&gt;&lt;p&gt;New functions: &lt;span style="font-weight:bold;"&gt;Crypto.RijndaelEncryptString()&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;Crypto.RijndaelDecryptString()&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-family:'courier new';font-size:11px;"&gt;-- create a 256-bit secret key from a table containing 32 bytes&lt;br /&gt;key = {};&lt;br /&gt;for i = 1, 32 do&lt;/span&gt;&lt;br /&gt; &lt;span style="font-family:'courier new';font-size:11px;"&gt;key[i] = i - 1;&lt;br /&gt;end&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:'courier new';font-size:11px;"&gt;-- create the initialization vector from a table with 16 bytes&lt;br /&gt;iv = {};&lt;br /&gt;for i = 1, 16 do&lt;/span&gt;&lt;br /&gt; &lt;span style="font-family:'courier new';font-size:11px;"&gt;iv[i] = i - 1;&lt;br /&gt;end&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:'courier new';font-size:11px;"&gt;source = &amp;quot;This is a test&amp;quot;;&lt;br /&gt;encoded = Crypto.RijndaelEncryptString(source, key, iv);&lt;br /&gt;Debug.Print(encoded .. &amp;quot;\r\n&amp;quot;);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:'courier new';font-size:11px;"&gt;decoded = Crypto.RijndaelDecryptString(encoded, key, iv);&lt;br /&gt;Debug.Print(decoded .. &amp;quot;\r\n&amp;quot;);&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Full documentation of the new functions are available in the &lt;a href="http://www.mindquake.com.br/files/ams/Crypto_Help.htm"&gt;help file&lt;/a&gt;. These new functions are available in the full version only, not in the evaluation.&lt;/p&gt;</description>
	<pubDate>9 Jun 2010 17:00:07 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-crypto.php</link>
	<guid isPermaLink="false">5578E2C4-85A2-4ED0-B973-53E1A425F9A9</guid>
	</item>
	<item>
	<title>.NET Framework 4.0 dependency module for MSI Factory</title>
	<description>&lt;p&gt;Based on the original .NET 3.5 module, as published by Indigo Rose, here are new modules for the current .NET Framework 4.0.&lt;/p&gt;&lt;p&gt;There are two detection modules in this package:&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;.NET 4.0 Include&lt;/span&gt; - assumes that you include the .NET 4.0 full package installer (dotNetFx40_Full_x86_x64.exe) in your bootstrapper, which will add 48.1 MB to your setup.&lt;/p&gt;&lt;p&gt;You can download the installer from here: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=0A391ABD-25C1-4FC0-919F-B21F31AB88B7"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=0A391ABD-25C1-4FC0-919F-B21F31AB88B7&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;.NET 4.0 Download&lt;/span&gt; - assumes that you download the web installer (dotNetFx40_Full_setup.exe) and that you place it on your own web server. At runtime, the bootstrapper will first download the web installer from your server, which will then download the required files for the detected platform from Microsoft and finally start the installation. This all can be done passively, so no user interaction is required.&lt;/p&gt;&lt;p&gt;You can download the web installer from here: &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Installation&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Download this file: &lt;a href="http://www.mindquake.com.br/files/msi/NET4Framework.zip"&gt;http://www.mindquake.com.br/files/msi/NET4Framework.zip&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Decompress the zip file in the &amp;quot;Bootstrap\Dependencies&amp;quot; sub folder of your MSI Factory installation. When you restart the Bootstrapper Designer, the two new modules will be available.&lt;/p&gt;&lt;p&gt;This dependency module is not officially supported by Indigo Rose. Use it at your own risk, and feel free to modify it to fit your needs better. Feedback is always welcome.&lt;/p&gt;</description>
	<pubDate>4 Jun 2010 17:04:11 GMT</pubDate>
	<link>http://www.indigorose.com/forums/threads/30046-Dependency-module-.NET-Framework-4.0</link>
	<guid isPermaLink="false">AE1ABB3B-E8EF-4951-91D3-097477EFB601</guid>
	</item>
	<item>
	<title>ODBC &amp; MySQL Actions plugins now compatible with AutoPlay Media Studio 8.0</title>
	<description>&lt;p&gt;The ODBC and MySQL Actions plugins were recompiled with the new version of Lua, as used in &lt;span style="font-weight:bold;"&gt;AutoPlay Media Studio 8.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;Database connectivity is available to users of AutoPlay Media Studio 8.0 through the LuaSQL extensions, however in certain cases, the use of actions plugins can make programming easier and more comfortable.&lt;/p&gt;&lt;p&gt;The MySQL was formerly part of the free Utilities bundle, but for Lua 5.1 is was added to the ODBC product. The cost was not changed, and upgrade to the current version is free for all former customers.&lt;/p&gt;&lt;p&gt;The current version is &lt;span style="font-weight:bold;"&gt;2.0.2.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;Details page in the AutoPlay Media Studio Addon and Plugin Directory:&lt;br /&gt;&lt;a href="http://www.autoplaymediastudio.com/detail/48/odbc-amp-mysql.html"&gt;http://www.autoplaymediastudio.com/detail/48/odbc-amp-mysql.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>1 Jun 2010 19:00:44 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-odbc.php</link>
	<guid isPermaLink="false">1DC6D819-3184-4F10-B6BF-E6B5142BF8B6</guid>
	</item>
	<item>
	<title>Crypto Actions plugin now compatible with AutoPlay Media Studio 8.0</title>
	<description>&lt;p&gt;The Socket Object plugin was recompiled with the new version of Lua, as used in &lt;span style="font-weight:bold;"&gt;AutoPlay Media Studio 8.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;The current version is &lt;span style="font-weight:bold;"&gt;2.0.1.1&lt;/span&gt; and the upgrade is free for all former customers.&lt;/p&gt;&lt;p&gt;Details page in the AutoPlay Media Studio Addon and Plugin Directory:&lt;br /&gt;&lt;a href="http://www.autoplaymediastudio.com/detail/44/socket.html"&gt;http://www.autoplaymediastudio.com/detail/44/socket.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>27 May 2010 18:52:38 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-crypto.php</link>
	<guid isPermaLink="false">8E1DCED4-FFE6-47B5-AB65-CA8C492F07C4</guid>
	</item>
	<item>
	<title>Socket Object plugin now compatible with AutoPlay Media Studio 8.0</title>
	<description>&lt;p&gt;The Socket Object plugin was recompiled with the new version of Lua, as used in &lt;span style="font-weight:bold;"&gt;AutoPlay Media Studio 8.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;The current version is &lt;span style="font-weight:bold;"&gt;2.0.1.1&lt;/span&gt; and the upgrade is free for all former customers.&lt;/p&gt;&lt;p&gt;Details page in the AutoPlay Media Studio Addon and Plugin Directory:&lt;br /&gt;&lt;a href="http://www.autoplaymediastudio.com/detail/44/socket.html"&gt;http://www.autoplaymediastudio.com/detail/44/socket.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>19 May 2010 15:00:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-socket.php</link>
	<guid isPermaLink="false">0E446637-87C1-43AF-9DDA-D3BC1CE4A18F</guid>
	</item>
	<item>
	<title>Example: Draw Poker game built with AutoPlay Media Studio</title>
	<description>&lt;p&gt;A simple draw poker game, where you are dealt five cards. You can hold any number of cards or draw new ones, attempting to get a winning hand. The game plays some sounds and shows simple animations, and can be controlled with the mouse or keyboard.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2010-05-14-01.jpg" /&gt;&lt;/p&gt;&lt;p&gt;The exported AutoPlay Media Studio project, without online play, can be retrieved from this URL:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.mindquake.com.br/files/ams/DrawPoker.apz"&gt;http://www.mindquake.com.br/files/ams/DrawPoker.apz&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The full game, with high score sent to an online database and user login capabilities, can be retrieved from this address:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.mindquake.com.br/files/ams/DrawPoker.exe"&gt;http://www.mindquake.com.br/files/ams/DrawPoker.exe&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Full details, and alternate download locations, can be found here:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.mindquake.com.br/ams.php#poker"&gt;http://www.mindquake.com.br/ams.php#poker&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The article of this example in the AutoPlay Media Studio Addon and Plugin Directory can be found here:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.autoplaymediastudio.com/detail/42/draw-poker.html"&gt;http://www.autoplaymediastudio.com/detail/42/draw-poker.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>14 May 2010 20:54:20 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams.php#poker</link>
	<guid isPermaLink="false">6AA9B0BC-ECD2-44FE-BB15-C0536CB9F7AF</guid>
	</item>
	<item>
	<title>Utilities for AutoPlay Media Studio now compatible with Lua 5.1</title>
	<description>&lt;p&gt;A new installer is available for the free plugin bundle for &lt;span style="font-weight:bold;"&gt;AutoPlay Media Studio 8.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;It contains the following:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Unicode Actions plugin, release 2.0.1.0&lt;/li&gt;&lt;li&gt;Math Actions plugin, release 2.0.1.0&lt;/li&gt;&lt;li&gt;FTPS Actions plugin, release 2.0.1.0&lt;/li&gt;&lt;li&gt;Page Turn transition, release 2.0.1.0&lt;/li&gt;&lt;li&gt;Shape page transition, release 2.0.1.0&lt;/li&gt;&lt;li&gt;Techsmith Camtasia codec detection&lt;/li&gt;&lt;li&gt;.NET Framework detection&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Note:&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;The MySQL Actions plugin is no longer part of the bundle, and is now shipping as part of the &lt;a href="http://www.mindquake.com.br/ams-odbc.php"&gt;ODBC Actions plugin&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;</description>
	<pubDate>28 Apr 2010 15:00:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/files/ams.php</link>
	</item>
	</channel></rss>
