<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs
title="__UP_title__"
description="A simple implementation of widely available anonymous web surfing tools."
category="tools"
directory_title="Anonymous Proxy Surfing"
render_inline="optional"
scrolling="false"
height="90"
screenshot="http://www.judegalligan.com/img/privacy_gadget.png"
thumbnail="http://www.judegalligan.com/img/privacy_gadget_thumb.png"
author="Jude Galligan"
author_email="judegalligan@gmail.com"
author_affiliation="na"
author_location="Houston, TX"
/>

<UserPref name="title" display_name="Title" required="false" default_value="Anonymous Surfing"/>

<Content type="html">

<![CDATA[
<script language="JavaScript">
		function addUrl__MODULE_ID__(proxy, name) {

			var choice
			for (var i=0; i<document.newUrlForm__MODULE_ID__.selectProxy__MODULE_ID__.length; i++)  {
				if (document.newUrlForm__MODULE_ID__.selectProxy__MODULE_ID__[i].checked)  {
				choice = document.newUrlForm__MODULE_ID__.selectProxy__MODULE_ID__[i].value
				}
			}
				window.open(choice + _trim(name));
		}
</script>

<style type="text/css">
</style>

<base target="_blank">

<!-- Anonymizer.com: http://anon.free.anonymizer.com/http://www.netfirms.com -->
<!-- Anonymouse.org: http://anonymouse.org/cgi-bin/anon-www.cgi/http://www.netfirms.com -->
<!-- Proxify.com: https://proxify.com/u?www.netfirms.com -->
<form name = "newUrlForm__MODULE_ID__" onSubmit = "javascript:addUrl__MODULE_ID__(document.newUrlForm__MODULE_ID__.selectProxy__MODULE_ID__.value, document.newUrlForm__MODULE_ID__.newUrlInput__MODULE_ID__.value)">
<table cellspacing=0>
  <tr>
  <td style='width:100%'>
	<input type=text name="newUrlInput__MODULE_ID__" value="http://" style='width:100%'>
  </td>
  <td>
	<input type=submit value="Go!">
  </td>
</tr>
<tr>
<td>
<input type="radio" name="selectProxy__MODULE_ID__" value="http://anon.free.anonymizer.com/" checked> Anonymizer.com<br>
<input type="radio" name="selectProxy__MODULE_ID__" value="http://anonymouse.org/cgi-bin/anon-www.cgi/"> Anonymouse.org<br>
<input type="radio" name="selectProxy__MODULE_ID__" value="https://proxify.com/u?"> Proxify.com
</td>
</tr>
</table>
</form>
<!-- End -->

]]>
</Content>


</Module>