[pal-cvs 3002] [746] sync up with latest data.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 12月 8日 (土) 06:12:10 JST


Revision: 746
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=746
Author:   shinsuke
Date:     2007-12-08 06:12:08 +0900 (Sat, 08 Dec 2007)

Log Message:
-----------
sync up with latest data.

Modified Paths:
--------------
    googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/portlet.xml
    googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/portlet.xml
    googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/portlet.xml
    googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/portlet.xml
    googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/portlet.xml
    googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/portlet.xml
    googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/portlet.xml
    googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/portlet.xml
    googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml
    googlegadgets/trunk/pom.xml
    googlegadgets/trunk/src/main/script/create_googlegadges.sh
    googlegadgets/trunk/src/main/script/create_portlet_desc.pl


-------------- next part --------------
Modified: googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/googlegadgets-communication/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 21:12:08 UTC (rev 746)
@@ -19,6 +19,39 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
 
+  <portlet id="GoogleTalkGadget">
+    <portlet-name>GoogleTalkGadget</portlet-name>
+    <display-name>Google Talk</display-name>
+    <description>Google Gadgets: Google Talk Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Google Talk</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/googletalk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/googletalk.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Google Talk</title>
+      <short-title>Google Talk</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="YahooMessengerGadget">
     <portlet-name>YahooMessengerGadget</portlet-name>
     <display-name>Yahoo! Messenger</display-name>
@@ -52,23 +85,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleTalkGadget">
-    <portlet-name>GoogleTalkGadget</portlet-name>
-    <display-name>Google Talk</display-name>
-    <description>Google Gadgets: Google Talk Gadget</description>
+  <portlet id="GoogleCalendarGadget">
+    <portlet-name>GoogleCalendarGadget</portlet-name>
+    <display-name>Google Calendar</display-name>
+    <description>Google Gadgets: Google Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Talk</value>
+      <value>Google Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/googletalk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar-for-your-site.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/googletalk.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/calendar-for-your-site.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -79,29 +112,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Talk</title>
-      <short-title>Google Talk</short-title>
+      <title>Google Calendar</title>
+      <short-title>Google Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MSNMessenger30Gadget">
-    <portlet-name>MSNMessenger30Gadget</portlet-name>
-    <display-name>MSN Messenger 3.0</display-name>
-    <description>Google Gadgets: MSN Messenger 3.0 Gadget</description>
+  <portlet id="ChatGadgetGadget">
+    <portlet-name>ChatGadgetGadget</portlet-name>
+    <display-name>Chat Gadget</display-name>
+    <description>Google Gadgets: Chat Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MSN Messenger 3.0</value>
+      <value>Chat Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ginorenardus.googlepages.com/msn.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aimx.com/ig/irc/chat3.1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ginorenardus.googlepages.com/msn.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aimx.com/ig/irc/chat3.1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -112,29 +145,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MSN Messenger 3.0</title>
-      <short-title>MSN Messenger 3.0</short-title>
+      <title>Chat Gadget</title>
+      <short-title>Chat Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DateIdeasGadget">
-    <portlet-name>DateIdeasGadget</portlet-name>
-    <display-name>Date Ideas</display-name>
-    <description>Google Gadgets: Date Ideas Gadget</description>
+  <portlet id="YahooMailGadget">
+    <portlet-name>YahooMailGadget</portlet-name>
+    <display-name>Yahoo Mail</display-name>
+    <description>Google Gadgets: Yahoo Mail Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Date Ideas</value>
+      <value>Yahoo Mail</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/dateideas.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~dchee/YahooMail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/dateideas.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~dchee/YahooMail.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -145,12 +178,276 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Date Ideas</title>
-      <short-title>Date Ideas</short-title>
+      <title>Yahoo Mail</title>
+      <short-title>Yahoo Mail</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="UniversaldictionaryGadget">
+    <portlet-name>UniversaldictionaryGadget</portlet-name>
+    <display-name>Universal dictionary</display-name>
+    <description>Google Gadgets: Universal dictionary Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Universal dictionary</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dicts.info/ud-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dicts.info/ud-gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Universal dictionary</title>
+      <short-title>Universal dictionary</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ConfuciusQuoteoftheDayGadget">
+    <portlet-name>ConfuciusQuoteoftheDayGadget</portlet-name>
+    <display-name>Confucius Quote of the Day</display-name>
+    <description>Google Gadgets: Confucius Quote of the Day Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Confucius Quote of the Day</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgetquotes.googlepages.com/confucius.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgetquotes.googlepages.com/confucius.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Confucius Quote of the Day</title>
+      <short-title>Confucius Quote of the Day</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="wEbmEssAgEsGadget">
+    <portlet-name>wEbmEssAgEsGadget</portlet-name>
+    <display-name>wEb mEssAgEs</display-name>
+    <description>Google Gadgets: wEb mEssAgEs Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>wEb mEssAgEs</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://etatus.googlepages.com/webmessages.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://etatus.googlepages.com/webmessages.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>wEb mEssAgEs</title>
+      <short-title>wEb mEssAgEs</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="FreeTextMessageGadget">
+    <portlet-name>FreeTextMessageGadget</portlet-name>
+    <display-name>Free Text Message</display-name>
+    <description>Google Gadgets: Free Text Message Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Free Text Message</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.txt2day.com/txt2day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.txt2day.com/txt2day.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Free Text Message</title>
+      <short-title>Free Text Message</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SlimRSSReaderGadget">
+    <portlet-name>SlimRSSReaderGadget</portlet-name>
+    <display-name>Slim RSS Reader</display-name>
+    <description>Google Gadgets: Slim RSS Reader Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Slim RSS Reader</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://1o4.jp/google/module/slim-reader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://1o4.jp/google/module/slim-reader.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Slim RSS Reader</title>
+      <short-title>Slim RSS Reader</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="HotmailGadget">
+    <portlet-name>HotmailGadget</portlet-name>
+    <display-name>Hotmail</display-name>
+    <description>Google Gadgets: Hotmail Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Hotmail</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googatrix.googlepages.com/HotmailGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googatrix.googlepages.com/HotmailGadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Hotmail</title>
+      <short-title>Hotmail</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ShoutGadget">
+    <portlet-name>ShoutGadget</portlet-name>
+    <display-name>Shout!</display-name>
+    <description>Google Gadgets: Shout! Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Shout!</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shout.gadgets.googlepages.com/shout.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shout.gadgets.googlepages.com/shout.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Shout!</title>
+      <short-title>Shout!</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="QuickEmailv2Gadget">
+    <portlet-name>QuickEmailv2Gadget</portlet-name>
+    <display-name>Quick Email v.2</display-name>
+    <description>Google Gadgets: Quick Email v.2 Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Quick Email v.2</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nycscrubs.com/gmodule/email_module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nycscrubs.com/gmodule/email_module.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Quick Email v.2</title>
+      <short-title>Quick Email v.2</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="AIMMessengerGadget">
     <portlet-name>AIMMessengerGadget</portlet-name>
     <display-name>AIM Messenger</display-name>
@@ -184,23 +481,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="TheOnlineYellowPagesGadget">
-    <portlet-name>TheOnlineYellowPagesGadget</portlet-name>
-    <display-name>The Online Yellow Pages</display-name>
-    <description>Google Gadgets: The Online Yellow Pages Gadget</description>
+  <portlet id="MSNMessenger30Gadget">
+    <portlet-name>MSNMessenger30Gadget</portlet-name>
+    <display-name>MSN Messenger 3.0</display-name>
+    <description>Google Gadgets: MSN Messenger 3.0 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Online Yellow Pages</value>
+      <value>MSN Messenger 3.0</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wherewhat.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ginorenardus.googlepages.com/msn.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wherewhat.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ginorenardus.googlepages.com/msn.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -211,29 +508,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Online Yellow Pages</title>
-      <short-title>The Online Yellow Pages</short-title>
+      <title>MSN Messenger 3.0</title>
+      <short-title>MSN Messenger 3.0</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChatGadgetGadget">
-    <portlet-name>ChatGadgetGadget</portlet-name>
-    <display-name>Chat Gadget</display-name>
-    <description>Google Gadgets: Chat Gadget Gadget</description>
+  <portlet id="DictionaryGadget">
+    <portlet-name>DictionaryGadget</portlet-name>
+    <display-name>Dictionary</display-name>
+    <description>Google Gadgets: Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Chat Gadget</value>
+      <value>Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aimx.com/ig/irc/chat3.1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://manikarthik84.googlepages.com/alldictgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aimx.com/ig/irc/chat3.1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://manikarthik84.googlepages.com/alldictgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -244,29 +541,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Chat Gadget</title>
-      <short-title>Chat Gadget</short-title>
+      <title>Dictionary</title>
+      <short-title>Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyWebCamGadget">
-    <portlet-name>MyWebCamGadget</portlet-name>
-    <display-name>My WebCam</display-name>
-    <description>Google Gadgets: My WebCam Gadget</description>
+  <portlet id="ThesaurusGadget">
+    <portlet-name>ThesaurusGadget</portlet-name>
+    <display-name>Thesaurus</display-name>
+    <description>Google Gadgets: Thesaurus Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My WebCam</value>
+      <value>Thesaurus</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/items%3Foid%3D11766777274779470112&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://clarksco.com/google/ThesaurusGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/items%3Foid%3D11766777274779470112</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://clarksco.com/google/ThesaurusGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -277,29 +574,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My WebCam</title>
-      <short-title>My WebCam</short-title>
+      <title>Thesaurus</title>
+      <short-title>Thesaurus</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChatinourchatroomGadget">
-    <portlet-name>ChatinourchatroomGadget</portlet-name>
-    <display-name>Chat in our chatroom</display-name>
-    <description>Google Gadgets: Chat in our chatroom Gadget</description>
+  <portlet id="BabelfishGadget">
+    <portlet-name>BabelfishGadget</portlet-name>
+    <display-name>Babelfish</display-name>
+    <description>Google Gadgets: Babelfish Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Chat in our chatroom</value>
+      <value>Babelfish</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.whitehaven.arnit.net/widgets/chat.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ginorenardus.googlepages.com/babelfish.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.whitehaven.arnit.net/widgets/chat.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ginorenardus.googlepages.com/babelfish.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -310,29 +607,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Chat in our chatroom</title>
-      <short-title>Chat in our chatroom</short-title>
+      <title>Babelfish</title>
+      <short-title>Babelfish</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouDecideAnsweranddiscussquestionsofthedayGadget">
-    <portlet-name>YouDecideAnsweranddiscussquestionsofthedayGadget</portlet-name>
-    <display-name>You Decide! Answer and discuss questions of the day.</display-name>
-    <description>Google Gadgets: You Decide! Answer and discuss questions of the day. Gadget</description>
+  <portlet id="GoogleCalendar1Gadget">
+    <portlet-name>GoogleCalendar1Gadget</portlet-name>
+    <display-name>Google Calendar</display-name>
+    <description>Google Gadgets: Google Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>You Decide! Answer and discuss questions of the day.</value>
+      <value>Google Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/poll.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/poll.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/calendar2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -343,29 +640,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>You Decide! Answer and discuss questions of the day.</title>
-      <short-title>You Decide! Answer and discuss questions of the day.</short-title>
+      <title>Google Calendar</title>
+      <short-title>Google Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SkypeGadget">
-    <portlet-name>SkypeGadget</portlet-name>
-    <display-name>Skype</display-name>
-    <description>Google Gadgets: Skype Gadget</description>
+  <portlet id="FitnessTipoftheDayGadget">
+    <portlet-name>FitnessTipoftheDayGadget</portlet-name>
+    <display-name>Fitness Tip of the Day</display-name>
+    <description>Google Gadgets: Fitness Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Skype</value>
+      <value>Fitness Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://yourjovi.googlepages.com/skype.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/fitness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://yourjovi.googlepages.com/skype.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/fitness.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -376,29 +673,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Skype</title>
-      <short-title>Skype</short-title>
+      <title>Fitness Tip of the Day</title>
+      <short-title>Fitness Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LocalChatGadgetGadget">
-    <portlet-name>LocalChatGadgetGadget</portlet-name>
-    <display-name>Local Chat Gadget</display-name>
-    <description>Google Gadgets: Local Chat Gadget Gadget</description>
+  <portlet id="mail2webcomGadget">
+    <portlet-name>mail2webcomGadget</portlet-name>
+    <display-name>mail2web.com</display-name>
+    <description>Google Gadgets: mail2web.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Local Chat Gadget</value>
+      <value>mail2web.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gootch2.googlepages.com/LocalChat4.0.0.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://services.mail2web.com/Gadgets/mail2web.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gootch2.googlepages.com/LocalChat4.0.0.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://services.mail2web.com/Gadgets/mail2web.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -409,29 +706,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Local Chat Gadget</title>
-      <short-title>Local Chat Gadget</short-title>
+      <title>mail2web.com</title>
+      <short-title>mail2web.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MessengerFXWebMessengerGadget">
-    <portlet-name>MessengerFXWebMessengerGadget</portlet-name>
-    <display-name>MessengerFX - Web Messenger</display-name>
-    <description>Google Gadgets: MessengerFX - Web Messenger Gadget</description>
+  <portlet id="MicrosoftOutlookGadget">
+    <portlet-name>MicrosoftOutlookGadget</portlet-name>
+    <display-name>Microsoft Outlook</display-name>
+    <description>Google Gadgets: Microsoft Outlook Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MessengerFX - Web Messenger</value>
+      <value>Microsoft Outlook</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www1.messengerfx.com/Clients/Google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andyast.googlepages.com/MSOutlookWidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www1.messengerfx.com/Clients/Google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andyast.googlepages.com/MSOutlookWidget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -442,29 +739,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MessengerFX - Web Messenger</title>
-      <short-title>MessengerFX - Web Messenger</short-title>
+      <title>Microsoft Outlook</title>
+      <short-title>Microsoft Outlook</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TranslationToolGadget">
-    <portlet-name>TranslationToolGadget</portlet-name>
-    <display-name>Translation Tool</display-name>
-    <description>Google Gadgets: Translation Tool Gadget</description>
+  <portlet id="CSLewisquotesGadget">
+    <portlet-name>CSLewisquotesGadget</portlet-name>
+    <display-name>C. S. Lewis quotes</display-name>
+    <description>Google Gadgets: C. S. Lewis quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Translation Tool</value>
+      <value>C. S. Lewis quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.radio-toolbar.com/translation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/lewis_c.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.radio-toolbar.com/translation.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/lewis_c.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -475,29 +772,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Translation Tool</title>
-      <short-title>Translation Tool</short-title>
+      <title>C. S. Lewis quotes</title>
+      <short-title>C. S. Lewis quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeGeoBasedChatGadget">
-    <portlet-name>FreeGeoBasedChatGadget</portlet-name>
-    <display-name>Free Geo-Based Chat</display-name>
-    <description>Google Gadgets: Free Geo-Based Chat Gadget</description>
+  <portlet id="DesktopChatGadget">
+    <portlet-name>DesktopChatGadget</portlet-name>
+    <display-name>Desktop Chat</display-name>
+    <description>Google Gadgets: Desktop Chat Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Geo-Based Chat</value>
+      <value>Desktop Chat</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.connectmap.com/cm/ggadget/cm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.livebug.com/gadget/chat.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.connectmap.com/cm/ggadget/cm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.livebug.com/gadget/chat.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -508,29 +805,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Geo-Based Chat</title>
-      <short-title>Free Geo-Based Chat</short-title>
+      <title>Desktop Chat</title>
+      <short-title>Desktop Chat</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CheckMailV092Gadget">
-    <portlet-name>CheckMailV092Gadget</portlet-name>
-    <display-name>CheckMail V0.9.2</display-name>
-    <description>Google Gadgets: CheckMail V0.9.2 Gadget</description>
+  <portlet id="RonaldReaganQuoteoftheDayGadget">
+    <portlet-name>RonaldReaganQuoteoftheDayGadget</portlet-name>
+    <display-name>Ronald Reagan Quote of the Day</display-name>
+    <description>Google Gadgets: Ronald Reagan Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CheckMail V0.9.2</value>
+      <value>Ronald Reagan Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.haraldsinger.de/checkmail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/ronald-reagan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.haraldsinger.de/checkmail.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/ronald-reagan.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -541,29 +838,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CheckMail V0.9.2</title>
-      <short-title>CheckMail V0.9.2</short-title>
+      <title>Ronald Reagan Quote of the Day</title>
+      <short-title>Ronald Reagan Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UniversaldictionaryGadget">
-    <portlet-name>UniversaldictionaryGadget</portlet-name>
-    <display-name>Universal dictionary</display-name>
-    <description>Google Gadgets: Universal dictionary Gadget</description>
+  <portlet id="PoliticalQuoteoftheDayGadget">
+    <portlet-name>PoliticalQuoteoftheDayGadget</portlet-name>
+    <display-name>Political Quote of the Day</display-name>
+    <description>Google Gadgets: Political Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Universal dictionary</value>
+      <value>Political Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dicts.info/ud-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/politics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dicts.info/ud-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/politics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -574,29 +871,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Universal dictionary</title>
-      <short-title>Universal dictionary</short-title>
+      <title>Political Quote of the Day</title>
+      <short-title>Political Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HealthTipoftheDayGadget">
-    <portlet-name>HealthTipoftheDayGadget</portlet-name>
-    <display-name>Health Tip of the Day.</display-name>
-    <description>Google Gadgets: Health Tip of the Day. Gadget</description>
+  <portlet id="MoneyandFinanceTipoftheDayGadget">
+    <portlet-name>MoneyandFinanceTipoftheDayGadget</portlet-name>
+    <display-name>Money and Finance Tip of th...</display-name>
+    <description>Google Gadgets: Money and Finance Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Health Tip of the Day.</value>
+      <value>Money and Finance Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/health-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/money/finance-money-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/health-tips.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/money/finance-money-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -607,29 +904,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Health Tip of the Day.</title>
-      <short-title>Health Tip of the Day.</short-title>
+      <title>Money and Finance Tip of the Day</title>
+      <short-title>Money and Finance Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleCalendarGadget">
-    <portlet-name>GoogleCalendarGadget</portlet-name>
-    <display-name>Google Calendar</display-name>
-    <description>Google Gadgets: Google Calendar Gadget</description>
+  <portlet id="AristotleQuoteoftheDayGadget">
+    <portlet-name>AristotleQuoteoftheDayGadget</portlet-name>
+    <display-name>Aristotle Quote of the Day</display-name>
+    <description>Google Gadgets: Aristotle Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Calendar</value>
+      <value>Aristotle Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar-for-your-site.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/aristotle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/calendar-for-your-site.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/aristotle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -640,29 +937,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Calendar</title>
-      <short-title>Google Calendar</short-title>
+      <title>Aristotle Quote of the Day</title>
+      <short-title>Aristotle Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GabblyChatGadget">
-    <portlet-name>GabblyChatGadget</portlet-name>
-    <display-name>Gabbly Chat</display-name>
-    <description>Google Gadgets: Gabbly Chat Gadget</description>
+  <portlet id="GoogleTalkButtonGadget">
+    <portlet-name>GoogleTalkButtonGadget</portlet-name>
+    <display-name>Google Talk Button</display-name>
+    <description>Google Gadgets: Google Talk Button Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gabbly Chat</value>
+      <value>Google Talk Button</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gamespotting.net/gabbly.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cyberop5.us/gtalkbutton4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gamespotting.net/gabbly.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cyberop5.us/gtalkbutton4.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -673,29 +970,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gabbly Chat</title>
-      <short-title>Gabbly Chat</short-title>
+      <title>Google Talk Button</title>
+      <short-title>Google Talk Button</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MapMyWordDictionaryGadget">
-    <portlet-name>MapMyWordDictionaryGadget</portlet-name>
-    <display-name>MapMyWord Dictionary</display-name>
-    <description>Google Gadgets: MapMyWord Dictionary Gadget</description>
+  <portlet id="BeautyTipoftheDayGadget">
+    <portlet-name>BeautyTipoftheDayGadget</portlet-name>
+    <display-name>Beauty Tip of the Day</display-name>
+    <description>Google Gadgets: Beauty Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MapMyWord Dictionary</value>
+      <value>Beauty Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vocabgrapher.com/mapmyword.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/beauty-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vocabgrapher.com/mapmyword.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/beauty-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -706,29 +1003,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MapMyWord Dictionary</title>
-      <short-title>MapMyWord Dictionary</short-title>
+      <title>Beauty Tip of the Day</title>
+      <short-title>Beauty Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyGoogleGroupsGadget">
-    <portlet-name>MyGoogleGroupsGadget</portlet-name>
-    <display-name>My Google Groups</display-name>
-    <description>Google Gadgets: My Google Groups Gadget</description>
+  <portlet id="JonStewartQuoteoftheDayGadget">
+    <portlet-name>JonStewartQuoteoftheDayGadget</portlet-name>
+    <display-name>Jon Stewart Quote of the Day</display-name>
+    <description>Google Gadgets: Jon Stewart Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Google Groups</value>
+      <value>Jon Stewart Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/mygroups.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/jon-stewart.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/mygroups.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/jon-stewart.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -739,29 +1036,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Google Groups</title>
-      <short-title>My Google Groups</short-title>
+      <title>Jon Stewart Quote of the Day</title>
+      <short-title>Jon Stewart Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RomanticQuoteoftheDayGadget">
-    <portlet-name>RomanticQuoteoftheDayGadget</portlet-name>
-    <display-name>Romantic Quote of the Day</display-name>
-    <description>Google Gadgets: Romantic Quote of the Day Gadget</description>
+  <portlet id="SkypeGadget">
+    <portlet-name>SkypeGadget</portlet-name>
+    <display-name>Skype</display-name>
+    <description>Google Gadgets: Skype Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Romantic Quote of the Day</value>
+      <value>Skype</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/love.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://yourjovi.googlepages.com/skype.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/love.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://yourjovi.googlepages.com/skype.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -772,29 +1069,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Romantic Quote of the Day</title>
-      <short-title>Romantic Quote of the Day</short-title>
+      <title>Skype</title>
+      <short-title>Skype</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ShoutGadget">
-    <portlet-name>ShoutGadget</portlet-name>
-    <display-name>Shout!</display-name>
-    <description>Google Gadgets: Shout! Gadget</description>
+  <portlet id="FriendshipQuoteoftheDayGadget">
+    <portlet-name>FriendshipQuoteoftheDayGadget</portlet-name>
+    <display-name>Friendship Quote of the Day</display-name>
+    <description>Google Gadgets: Friendship Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Shout!</value>
+      <value>Friendship Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shout.gadgets.googlepages.com/shout.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/friendship.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shout.gadgets.googlepages.com/shout.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/friendship.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -805,29 +1102,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Shout!</title>
-      <short-title>Shout!</short-title>
+      <title>Friendship Quote of the Day</title>
+      <short-title>Friendship Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RememberTheMilkGadget">
-    <portlet-name>RememberTheMilkGadget</portlet-name>
-    <display-name>Remember The Milk</display-name>
-    <description>Google Gadgets: Remember The Milk Gadget</description>
+  <portlet id="ReutersNewsinPicturesGadget">
+    <portlet-name>ReutersNewsinPicturesGadget</portlet-name>
+    <display-name>Reuters News in Pictures</display-name>
+    <description>Google Gadgets: Reuters News in Pictures Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Remember The Milk</value>
+      <value>Reuters News in Pictures</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rememberthemilk.com/services/modules/googleig/rtm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/reuters/news-in-pictures.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rememberthemilk.com/services/modules/googleig/rtm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/reuters/news-in-pictures.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -838,29 +1135,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Remember The Milk</title>
-      <short-title>Remember The Milk</short-title>
+      <title>Reuters News in Pictures</title>
+      <short-title>Reuters News in Pictures</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MeriamWebster39sDictionarySearchGadget">
-    <portlet-name>MeriamWebster39sDictionarySearchGadget</portlet-name>
-    <display-name>Meriam Webster&#39;s Dictionary Search</display-name>
-    <description>Google Gadgets: Meriam Webster&#39;s Dictionary Search Gadget</description>
+  <portlet id="HealthTipoftheDayGadget">
+    <portlet-name>HealthTipoftheDayGadget</portlet-name>
+    <display-name>Health Tip of the Day.</display-name>
+    <description>Google Gadgets: Health Tip of the Day. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Meriam Webster&#39;s Dictionary Search</value>
+      <value>Health Tip of the Day.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002139675427992011401/cse/imceyiayhfo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/health-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002139675427992011401/cse/imceyiayhfo/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/health-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -871,29 +1168,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Meriam Webster&#39;s Dictionary Search</title>
-      <short-title>Meriam Webster&#39;s Dictionary Search</short-title>
+      <title>Health Tip of the Day.</title>
+      <short-title>Health Tip of the Day.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BittyBrowserGadget">
-    <portlet-name>BittyBrowserGadget</portlet-name>
-    <display-name>Bitty Browser</display-name>
-    <description>Google Gadgets: Bitty Browser Gadget</description>
+  <portlet id="ThingstoPonderGadget">
+    <portlet-name>ThingstoPonderGadget</portlet-name>
+    <display-name>Things to Ponder</display-name>
+    <description>Google Gadgets: Things to Ponder Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bitty Browser</value>
+      <value>Things to Ponder</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bitty.com/ig/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/ponder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bitty.com/ig/</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/ponder.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -904,29 +1201,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bitty Browser</title>
-      <short-title>Bitty Browser</short-title>
+      <title>Things to Ponder</title>
+      <short-title>Things to Ponder</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AllQuotesinoneGadgetGadget">
-    <portlet-name>AllQuotesinoneGadgetGadget</portlet-name>
-    <display-name>All Quotes in one Gadget</display-name>
-    <description>Google Gadgets: All Quotes in one Gadget Gadget</description>
+  <portlet id="LocalChatGadgetGadget">
+    <portlet-name>LocalChatGadgetGadget</portlet-name>
+    <display-name>Local Chat Gadget</display-name>
+    <description>Google Gadgets: Local Chat Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>All Quotes in one Gadget</value>
+      <value>Local Chat Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gootch2.googlepages.com/LocalChat4.0.0.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/quotes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gootch2.googlepages.com/LocalChat4.0.0.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -937,29 +1234,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>All Quotes in one Gadget</title>
-      <short-title>All Quotes in one Gadget</short-title>
+      <title>Local Chat Gadget</title>
+      <short-title>Local Chat Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooMailGadget">
-    <portlet-name>YahooMailGadget</portlet-name>
-    <display-name>Yahoo Mail</display-name>
-    <description>Google Gadgets: Yahoo Mail Gadget</description>
+  <portlet id="GoogleDocsGadget">
+    <portlet-name>GoogleDocsGadget</portlet-name>
+    <display-name>Google Docs</display-name>
+    <description>Google Gadgets: Google Docs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo Mail</value>
+      <value>Google Docs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hadi.kopcak.googlepages.com/wapyahoo2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/docs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hadi.kopcak.googlepages.com/wapyahoo2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/docs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -970,29 +1267,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo Mail</title>
-      <short-title>Yahoo Mail</short-title>
+      <title>Google Docs</title>
+      <short-title>Google Docs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WordWebOnlineEnglishDictionaryandThesaurusGadget">
-    <portlet-name>WordWebOnlineEnglishDictionaryandThesaurusGadget</portlet-name>
-    <display-name>WordWeb Online English Dictionary and Thesaurus</display-name>
-    <description>Google Gadgets: WordWeb Online English Dictionary and Thesaurus Gadget</description>
+  <portlet id="HealthTipoftheDay1Gadget">
+    <portlet-name>HealthTipoftheDay1Gadget</portlet-name>
+    <display-name>Health Tip of the Day.</display-name>
+    <description>Google Gadgets: Health Tip of the Day. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WordWeb Online English Dictionary and Thesaurus</value>
+      <value>Health Tip of the Day.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wordwebonline.com/wordweb_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/health-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wordwebonline.com/wordweb_google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/gadget/health-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1003,29 +1300,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WordWeb Online English Dictionary and Thesaurus</title>
-      <short-title>WordWeb Online English Dictionary and Thesaurus</short-title>
+      <title>Health Tip of the Day.</title>
+      <short-title>Health Tip of the Day.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RonaldReaganQuoteoftheDayGadget">
-    <portlet-name>RonaldReaganQuoteoftheDayGadget</portlet-name>
-    <display-name>Ronald Reagan Quote of the Day</display-name>
-    <description>Google Gadgets: Ronald Reagan Quote of the Day Gadget</description>
+  <portlet id="RandomGoogleGadgetsGadget">
+    <portlet-name>RandomGoogleGadgetsGadget</portlet-name>
+    <display-name>Random Google Gadgets</display-name>
+    <description>Google Gadgets: Random Google Gadgets Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ronald Reagan Quote of the Day</value>
+      <value>Random Google Gadgets</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/ronald-reagan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/google-gadgets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/ronald-reagan.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/google-gadgets.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1036,29 +1333,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ronald Reagan Quote of the Day</title>
-      <short-title>Ronald Reagan Quote of the Day</short-title>
+      <title>Random Google Gadgets</title>
+      <short-title>Random Google Gadgets</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ALICEChatbotGadget">
-    <portlet-name>ALICEChatbotGadget</portlet-name>
-    <display-name>A.L.I.C.E. Chatbot</display-name>
-    <description>Google Gadgets: A.L.I.C.E. Chatbot Gadget</description>
+  <portlet id="MusicMoodforSkypeGadget">
+    <portlet-name>MusicMoodforSkypeGadget</portlet-name>
+    <display-name>Music Mood for Skype</display-name>
+    <description>Google Gadgets: Music Mood for Skype Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>A.L.I.C.E. Chatbot</value>
+      <value>Music Mood for Skype</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mit.edu/manus/www/gg/alicebot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tommysheu.myweb.hinet.net/music_mood_for_skype.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mit.edu/manus/www/gg/alicebot.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tommysheu.myweb.hinet.net/music_mood_for_skype.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1069,29 +1366,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>A.L.I.C.E. Chatbot</title>
-      <short-title>A.L.I.C.E. Chatbot</short-title>
+      <title>Music Mood for Skype</title>
+      <short-title>Music Mood for Skype</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuickEmailv2Gadget">
-    <portlet-name>QuickEmailv2Gadget</portlet-name>
-    <display-name>Quick Email v.2</display-name>
-    <description>Google Gadgets: Quick Email v.2 Gadget</description>
+  <portlet id="wEbmEssAgEsGLOBALGadget">
+    <portlet-name>wEbmEssAgEsGLOBALGadget</portlet-name>
+    <display-name>wEb mEssAgEs (GLOBAL)</display-name>
+    <description>Google Gadgets: wEb mEssAgEs (GLOBAL) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quick Email v.2</value>
+      <value>wEb mEssAgEs (GLOBAL)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nycscrubs.com/gmodule/email_module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://etatus.googlepages.com/webmessages_global.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nycscrubs.com/gmodule/email_module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://etatus.googlepages.com/webmessages_global.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1102,29 +1399,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quick Email v.2</title>
-      <short-title>Quick Email v.2</short-title>
+      <title>wEb mEssAgEs (GLOBAL)</title>
+      <short-title>wEb mEssAgEs (GLOBAL)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SendSMSwithSMSaliasGadget">
-    <portlet-name>SendSMSwithSMSaliasGadget</portlet-name>
-    <display-name>Send SMS with SMSalias</display-name>
-    <description>Google Gadgets: Send SMS with SMSalias Gadget</description>
+  <portlet id="HenryDavidThoreauquotesGadget">
+    <portlet-name>HenryDavidThoreauquotesGadget</portlet-name>
+    <display-name>Henry David Thoreau quotes</display-name>
+    <description>Google Gadgets: Henry David Thoreau quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Send SMS with SMSalias</value>
+      <value>Henry David Thoreau quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.smsalias.com/google/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/thoreau.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.smsalias.com/google/index.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/thoreau.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1135,29 +1432,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Send SMS with SMSalias</title>
-      <short-title>Send SMS with SMSalias</short-title>
+      <title>Henry David Thoreau quotes</title>
+      <short-title>Henry David Thoreau quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThewhowhatwherewhenwhyandhowsofJesseGadget">
-    <portlet-name>ThewhowhatwherewhenwhyandhowsofJesseGadget</portlet-name>
-    <display-name>The who what where when why and hows of Jesse</display-name>
-    <description>Google Gadgets: The who what where when why and hows of Jesse Gadget</description>
+  <portlet id="TranslationToolGadget">
+    <portlet-name>TranslationToolGadget</portlet-name>
+    <display-name>Translation Tool</display-name>
+    <description>Google Gadgets: Translation Tool Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The who what where when why and hows of Jesse</value>
+      <value>Translation Tool</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109443466214758281720%26mid%3D20%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.radio-toolbar.com/translation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D109443466214758281720%26mid%3D20%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.radio-toolbar.com/translation.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1168,29 +1465,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The who what where when why and hows of Jesse</title>
-      <short-title>The who what where when why and hows of Jesse</short-title>
+      <title>Translation Tool</title>
+      <short-title>Translation Tool</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UploadFileYouSendItGadget">
-    <portlet-name>UploadFileYouSendItGadget</portlet-name>
-    <display-name>Upload File - YouSendIt</display-name>
-    <description>Google Gadgets: Upload File - YouSendIt Gadget</description>
+  <portlet id="ItalianAudioWordoftheDayGadget">
+    <portlet-name>ItalianAudioWordoftheDayGadget</portlet-name>
+    <display-name>Italian - Audio Word of the...</display-name>
+    <description>Google Gadgets: Italian - Audio Word of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Upload File - YouSendIt</value>
+      <value>Italian - Audio Word of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yaba.com.br/danilo/gmodules/YouSendIt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/italian_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yaba.com.br/danilo/gmodules/YouSendIt.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/google_gadgets/italian_wotd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1201,29 +1498,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Upload File - YouSendIt</title>
-      <short-title>Upload File - YouSendIt</short-title>
+      <title>Italian - Audio Word of the Day</title>
+      <short-title>Italian - Audio Word of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LeadershipQuoteoftheDayGadget">
-    <portlet-name>LeadershipQuoteoftheDayGadget</portlet-name>
-    <display-name>Leadership Quote of the Day</display-name>
-    <description>Google Gadgets: Leadership Quote of the Day Gadget</description>
+  <portlet id="OnlineEnglishGrammarGadget">
+    <portlet-name>OnlineEnglishGrammarGadget</portlet-name>
+    <display-name>Online English Grammar</display-name>
+    <description>Google Gadgets: Online English Grammar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Leadership Quote of the Day</value>
+      <value>Online English Grammar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/leadership.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.english4today.com/gadgets/online_english_grammar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/leadership.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.english4today.com/gadgets/online_english_grammar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1234,29 +1531,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Leadership Quote of the Day</title>
-      <short-title>Leadership Quote of the Day</short-title>
+      <title>Online English Grammar</title>
+      <short-title>Online English Grammar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MydeliciousGadget">
-    <portlet-name>MydeliciousGadget</portlet-name>
-    <display-name>My del.icio.us</display-name>
-    <description>Google Gadgets: My del.icio.us Gadget</description>
+  <portlet id="WikipediaSearchGadget">
+    <portlet-name>WikipediaSearchGadget</portlet-name>
+    <display-name>Wikipedia Search</display-name>
+    <description>Google Gadgets: Wikipedia Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My del.icio.us</value>
+      <value>Wikipedia Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alexyoung.org/delicious0.1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://flore2003.googlepages.com/wikisearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alexyoung.org/delicious0.1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://flore2003.googlepages.com/wikisearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1267,29 +1564,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My del.icio.us</title>
-      <short-title>My del.icio.us</short-title>
+      <title>Wikipedia Search</title>
+      <short-title>Wikipedia Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OwnYourPhoneCustomRingtoneMakerGadget">
-    <portlet-name>OwnYourPhoneCustomRingtoneMakerGadget</portlet-name>
-    <display-name>OwnYourPhone: Custom Ringtone Maker</display-name>
-    <description>Google Gadgets: OwnYourPhone: Custom Ringtone Maker Gadget</description>
+  <portlet id="BeautyTipoftheDay1Gadget">
+    <portlet-name>BeautyTipoftheDay1Gadget</portlet-name>
+    <display-name>Beauty Tip of the Day</display-name>
+    <description>Google Gadgets: Beauty Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>OwnYourPhone: Custom Ringtone Maker</value>
+      <value>Beauty Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.OwnYourPhone.com/app/gadget_public.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/beauty-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.OwnYourPhone.com/app/gadget_public.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/beauty-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1300,29 +1597,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>OwnYourPhone: Custom Ringtone Maker</title>
-      <short-title>OwnYourPhone: Custom Ringtone Maker</short-title>
+      <title>Beauty Tip of the Day</title>
+      <short-title>Beauty Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ImpactDailyBiblePassagesGadget">
-    <portlet-name>ImpactDailyBiblePassagesGadget</portlet-name>
-    <display-name>Impact: Daily Bible Passages</display-name>
-    <description>Google Gadgets: Impact: Daily Bible Passages Gadget</description>
+  <portlet id="NationalGeographicPhotosGadget">
+    <portlet-name>NationalGeographicPhotosGadget</portlet-name>
+    <display-name>National Geographic Photos</display-name>
+    <description>Google Gadgets: National Geographic Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Impact: Daily Bible Passages</value>
+      <value>National Geographic Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.platform.impact.baulkobaps.com/resources/gadget_google/impact.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/nationalgeographic1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.platform.impact.baulkobaps.com/resources/gadget_google/impact.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/nationalgeographic1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1333,29 +1630,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Impact: Daily Bible Passages</title>
-      <short-title>Impact: Daily Bible Passages</short-title>
+      <title>National Geographic Photos</title>
+      <short-title>National Geographic Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreePhoneConferenceGadget">
-    <portlet-name>FreePhoneConferenceGadget</portlet-name>
-    <display-name>Free Phone Conference</display-name>
-    <description>Google Gadgets: Free Phone Conference Gadget</description>
+  <portlet id="EllenDegeneresJokesandQuotesGadget">
+    <portlet-name>EllenDegeneresJokesandQuotesGadget</portlet-name>
+    <display-name>Ellen Degeneres Jokes and Q...</display-name>
+    <description>Google Gadgets: Ellen Degeneres Jokes and Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Phone Conference</value>
+      <value>Ellen Degeneres Jokes and Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.connect12.com/gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tfrsnfr.googlepages.com/Ellen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.connect12.com/gg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tfrsnfr.googlepages.com/Ellen.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1366,29 +1663,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Phone Conference</title>
-      <short-title>Free Phone Conference</short-title>
+      <title>Ellen Degeneres Jokes and Quotes</title>
+      <short-title>Ellen Degeneres Jokes and Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AGadgettofetchawebsiteusingaproxyGadget">
-    <portlet-name>AGadgettofetchawebsiteusingaproxyGadget</portlet-name>
-    <display-name>A Gadget to fetch a website using a proxy</display-name>
-    <description>Google Gadgets: A Gadget to fetch a website using a proxy Gadget</description>
+  <portlet id="CallWaveTextMessagingGadget">
+    <portlet-name>CallWaveTextMessagingGadget</portlet-name>
+    <display-name>CallWave Text Messaging</display-name>
+    <description>Google Gadgets: CallWave Text Messaging Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>A Gadget to fetch a website using a proxy</value>
+      <value>CallWave Text Messaging</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web.ebuell.com/proxy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.callwave.com/widgets/googletextmessage.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web.ebuell.com/proxy.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.callwave.com/widgets/googletextmessage.aspx</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1399,29 +1696,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>A Gadget to fetch a website using a proxy</title>
-      <short-title>A Gadget to fetch a website using a proxy</short-title>
+      <title>CallWave Text Messaging</title>
+      <short-title>CallWave Text Messaging</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FamousRomanticQuotesGadget">
-    <portlet-name>FamousRomanticQuotesGadget</portlet-name>
-    <display-name>Famous Romantic Quotes</display-name>
-    <description>Google Gadgets: Famous Romantic Quotes Gadget</description>
+  <portlet id="MapofLocalGasPricesGadget">
+    <portlet-name>MapofLocalGasPricesGadget</portlet-name>
+    <display-name>Map of Local Gas Prices</display-name>
+    <description>Google Gadgets: Map of Local Gas Prices Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Famous Romantic Quotes</value>
+      <value>Map of Local Gas Prices</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/love-charles447.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/gas-prices/gas-prices.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/love-charles447.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/gas-prices/gas-prices.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1432,29 +1729,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Famous Romantic Quotes</title>
-      <short-title>Famous Romantic Quotes</short-title>
+      <title>Map of Local Gas Prices</title>
+      <short-title>Map of Local Gas Prices</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CreativeProOfficeGadget">
-    <portlet-name>CreativeProOfficeGadget</portlet-name>
-    <display-name>CreativePro Office</display-name>
-    <description>Google Gadgets: CreativePro Office Gadget</description>
+  <portlet id="BBCNewsFeedsGadget">
+    <portlet-name>BBCNewsFeedsGadget</portlet-name>
+    <display-name>BBC News Feeds</display-name>
+    <description>Google Gadgets: BBC News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CreativePro Office</value>
+      <value>BBC News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.creativeprooffice.com/widgets/CPOGoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/bbc-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.creativeprooffice.com/widgets/CPOGoogleGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/bbc-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1465,29 +1762,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CreativePro Office</title>
-      <short-title>CreativePro Office</short-title>
+      <title>BBC News Feeds</title>
+      <short-title>BBC News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThingstoPonderGadget">
-    <portlet-name>ThingstoPonderGadget</portlet-name>
-    <display-name>Things to Ponder</display-name>
-    <description>Google Gadgets: Things to Ponder Gadget</description>
+  <portlet id="YoumightbeaREDNECKifGadget">
+    <portlet-name>YoumightbeaREDNECKifGadget</portlet-name>
+    <display-name>You might be a REDNECK if...</display-name>
+    <description>Google Gadgets: You might be a REDNECK if... Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Things to Ponder</value>
+      <value>You might be a REDNECK if...</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/ponder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/foxworthy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/ponder.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/foxworthy.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1498,12 +1795,210 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Things to Ponder</title>
-      <short-title>Things to Ponder</short-title>
+      <title>You might be a REDNECK if...</title>
+      <short-title>You might be a REDNECK if...</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="SmileyoftheDayGadget">
+    <portlet-name>SmileyoftheDayGadget</portlet-name>
+    <display-name>Smiley of the Day</display-name>
+    <description>Google Gadgets: Smiley of the Day Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Smiley of the Day</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/smiley.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/smiley.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Smiley of the Day</title>
+      <short-title>Smiley of the Day</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="WordsofChristGadget">
+    <portlet-name>WordsofChristGadget</portlet-name>
+    <display-name>Words of Christ</display-name>
+    <description>Google Gadgets: Words of Christ Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Words of Christ</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/jesus-christ.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/jesus-christ.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Words of Christ</title>
+      <short-title>Words of Christ</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="YouDecideAnsweranddiscussquestionsofthedayGadget">
+    <portlet-name>YouDecideAnsweranddiscussquestionsofthedayGadget</portlet-name>
+    <display-name>You Decide! Answer and disc...</display-name>
+    <description>Google Gadgets: You Decide! Answer and discuss questions of the day. Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>You Decide! Answer and discuss questions of the day.</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/poll.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/poll.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>You Decide! Answer and discuss questions of the day.</title>
+      <short-title>You Decide! Answer and discuss questions of the day.</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MyWebCamGadget">
+    <portlet-name>MyWebCamGadget</portlet-name>
+    <display-name>My WebCam</display-name>
+    <description>Google Gadgets: My WebCam Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>My WebCam</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://72.22.64.51/webcam/wcm2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://72.22.64.51/webcam/wcm2.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>My WebCam</title>
+      <short-title>My WebCam</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SendWorldwideSMSGadget">
+    <portlet-name>SendWorldwideSMSGadget</portlet-name>
+    <display-name>Send Worldwide SMS</display-name>
+    <description>Google Gadgets: Send Worldwide SMS Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Send Worldwide SMS</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.mtatm.com/SendSMSGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.mtatm.com/SendSMSGadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Send Worldwide SMS</title>
+      <short-title>Send Worldwide SMS</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="OvidquotesGadget">
+    <portlet-name>OvidquotesGadget</portlet-name>
+    <display-name>Ovid quotes</display-name>
+    <description>Google Gadgets: Ovid quotes Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Ovid quotes</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/ovid.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/ovid.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Ovid quotes</title>
+      <short-title>Ovid quotes</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="miniMailGadget">
     <portlet-name>miniMailGadget</portlet-name>
     <display-name>miniMail</display-name>
@@ -1537,23 +2032,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="IPampDNSV01Gadget">
-    <portlet-name>IPampDNSV01Gadget</portlet-name>
-    <display-name>IP &amp; DNS V0.1</display-name>
-    <description>Google Gadgets: IP &amp; DNS V0.1 Gadget</description>
+  <portlet id="WoodyAllenQuoteoftheDayGadget">
+    <portlet-name>WoodyAllenQuoteoftheDayGadget</portlet-name>
+    <display-name>Woody Allen Quote of the Day</display-name>
+    <description>Google Gadgets: Woody Allen Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IP &amp; DNS V0.1</value>
+      <value>Woody Allen Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.haraldsinger.de/ip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgetquotes.googlepages.com/woody-allen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.haraldsinger.de/ip.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgetquotes.googlepages.com/woody-allen.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1564,29 +2059,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IP &amp; DNS V0.1</title>
-      <short-title>IP &amp; DNS V0.1</short-title>
+      <title>Woody Allen Quote of the Day</title>
+      <short-title>Woody Allen Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MapQuestDrivingDirectionsGadget">
-    <portlet-name>MapQuestDrivingDirectionsGadget</portlet-name>
-    <display-name>MapQuest Driving Directions</display-name>
-    <description>Google Gadgets: MapQuest Driving Directions Gadget</description>
+  <portlet id="ThesaurusSearchGadget">
+    <portlet-name>ThesaurusSearchGadget</portlet-name>
+    <display-name>Thesaurus Search</display-name>
+    <description>Google Gadgets: Thesaurus Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MapQuest Driving Directions</value>
+      <value>Thesaurus Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/mapquest.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/thesaurus.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/mapquest.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/thesaurus.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1597,29 +2092,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MapQuest Driving Directions</title>
-      <short-title>MapQuest Driving Directions</short-title>
+      <title>Thesaurus Search</title>
+      <short-title>Thesaurus Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TranslationsGadget">
-    <portlet-name>TranslationsGadget</portlet-name>
-    <display-name>Translations</display-name>
-    <description>Google Gadgets: Translations Gadget</description>
+  <portlet id="AristotleQuoteoftheDay1Gadget">
+    <portlet-name>AristotleQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Aristotle Quote of the Day</display-name>
+    <description>Google Gadgets: Aristotle Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Translations</value>
+      <value>Aristotle Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.translate-words.com/google/translate-words.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/aristotle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.translate-words.com/google/translate-words.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/aristotle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1630,29 +2125,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Translations</title>
-      <short-title>Translations</short-title>
+      <title>Aristotle Quote of the Day</title>
+      <short-title>Aristotle Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PodcastsenderGadget">
-    <portlet-name>PodcastsenderGadget</portlet-name>
-    <display-name>Podcastsender</display-name>
-    <description>Google Gadgets: Podcastsender Gadget</description>
+  <portlet id="QueekyMicropaintGadget">
+    <portlet-name>QueekyMicropaintGadget</portlet-name>
+    <display-name>Queeky Micropaint</display-name>
+    <description>Google Gadgets: Queeky Micropaint Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Podcastsender</value>
+      <value>Queeky Micropaint</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.podcastsender.com/googlexml.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.queeky.com/draw/lib/googlemod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.podcastsender.com/googlexml.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.queeky.com/draw/lib/googlemod.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1663,29 +2158,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Podcastsender</title>
-      <short-title>Podcastsender</short-title>
+      <title>Queeky Micropaint</title>
+      <short-title>Queeky Micropaint</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CallWaveFreeVisualVoicemailGadget">
-    <portlet-name>CallWaveFreeVisualVoicemailGadget</portlet-name>
-    <display-name>CallWave Free Visual Voicemail</display-name>
-    <description>Google Gadgets: CallWave Free Visual Voicemail Gadget</description>
+  <portlet id="Dictionary1Gadget">
+    <portlet-name>Dictionary1Gadget</portlet-name>
+    <display-name>Dictionary</display-name>
+    <description>Google Gadgets: Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CallWave Free Visual Voicemail</value>
+      <value>Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.callwave.com/widgets/Googlevoicemail.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mapyourancestors.com/gadgets/dictionary/dictgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.callwave.com/widgets/Googlevoicemail.aspx</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mapyourancestors.com/gadgets/dictionary/dictgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1696,29 +2191,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CallWave Free Visual Voicemail</title>
-      <short-title>CallWave Free Visual Voicemail</short-title>
+      <title>Dictionary</title>
+      <short-title>Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GSMwallpapercreatorGadget">
-    <portlet-name>GSMwallpapercreatorGadget</portlet-name>
-    <display-name>GSM wallpaper creator</display-name>
-    <description>Google Gadgets: GSM wallpaper creator Gadget</description>
+  <portlet id="NiccoloMachiavelliquotesGadget">
+    <portlet-name>NiccoloMachiavelliquotesGadget</portlet-name>
+    <display-name>Niccolo Machiavelli quotes</display-name>
+    <description>Google Gadgets: Niccolo Machiavelli quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GSM wallpaper creator</value>
+      <value>Niccolo Machiavelli quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://wpc.bartis.nl/api/wallpapercreator_en.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/machiavelli_n.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://wpc.bartis.nl/api/wallpapercreator_en.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/machiavelli_n.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1729,29 +2224,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GSM wallpaper creator</title>
-      <short-title>GSM wallpaper creator</short-title>
+      <title>Niccolo Machiavelli quotes</title>
+      <short-title>Niccolo Machiavelli quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EncryptMessageGadget">
-    <portlet-name>EncryptMessageGadget</portlet-name>
-    <display-name>Encrypt Message</display-name>
-    <description>Google Gadgets: Encrypt Message Gadget</description>
+  <portlet id="MoviesinTheatersFilteredbyRatingGadget">
+    <portlet-name>MoviesinTheatersFilteredbyRatingGadget</portlet-name>
+    <display-name>Movies in Theaters Filtered...</display-name>
+    <description>Google Gadgets: Movies in Theaters Filtered by Rating Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Encrypt Message</value>
+      <value>Movies in Theaters Filtered by Rating</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ejc.cryptography.googlepages.com/encryptmessage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/movies_new.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ejc.cryptography.googlepages.com/encryptmessage.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/movies_new.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1762,29 +2257,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Encrypt Message</title>
-      <short-title>Encrypt Message</short-title>
+      <title>Movies in Theaters Filtered by Rating</title>
+      <short-title>Movies in Theaters Filtered by Rating</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EbookSearchEngineGadget">
-    <portlet-name>EbookSearchEngineGadget</portlet-name>
-    <display-name>Ebook Search Engine</display-name>
-    <description>Google Gadgets: Ebook Search Engine Gadget</description>
+  <portlet id="RandomMovieQuotesGadget">
+    <portlet-name>RandomMovieQuotesGadget</portlet-name>
+    <display-name>Random Movie Quotes.</display-name>
+    <description>Google Gadgets: Random Movie Quotes. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ebook Search Engine</value>
+      <value>Random Movie Quotes.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/movie-quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/gadget/movie-quotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1795,29 +2290,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ebook Search Engine</title>
-      <short-title>Ebook Search Engine</short-title>
+      <title>Random Movie Quotes.</title>
+      <short-title>Random Movie Quotes.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YoumightbeaREDNECKifGadget">
-    <portlet-name>YoumightbeaREDNECKifGadget</portlet-name>
-    <display-name>You might be a REDNECK if...</display-name>
-    <description>Google Gadgets: You might be a REDNECK if... Gadget</description>
+  <portlet id="RushLimbaughquotesGadget">
+    <portlet-name>RushLimbaughquotesGadget</portlet-name>
+    <display-name>Rush Limbaugh quotes</display-name>
+    <description>Google Gadgets: Rush Limbaugh quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>You might be a REDNECK if...</value>
+      <value>Rush Limbaugh quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/foxworthy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/limbaugh_r.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/foxworthy.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/limbaugh_r.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1828,29 +2323,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>You might be a REDNECK if...</title>
-      <short-title>You might be a REDNECK if...</short-title>
+      <title>Rush Limbaugh quotes</title>
+      <short-title>Rush Limbaugh quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GREWordListGadget">
-    <portlet-name>GREWordListGadget</portlet-name>
-    <display-name>GRE Word List</display-name>
-    <description>Google Gadgets: GRE Word List Gadget</description>
+  <portlet id="MydeliciousGadget">
+    <portlet-name>MydeliciousGadget</portlet-name>
+    <display-name>My del.icio.us</display-name>
+    <description>Google Gadgets: My del.icio.us Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GRE Word List</value>
+      <value>My del.icio.us</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/gre.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alexyoung.org/delicious0.1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aruljohn.com/gadget/gre.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alexyoung.org/delicious0.1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1861,29 +2356,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GRE Word List</title>
-      <short-title>GRE Word List</short-title>
+      <title>My del.icio.us</title>
+      <short-title>My del.icio.us</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleTranslatealpha8Gadget">
-    <portlet-name>GoogleTranslatealpha8Gadget</portlet-name>
-    <display-name>Google Translate alpha 8</display-name>
-    <description>Google Gadgets: Google Translate alpha 8 Gadget</description>
+  <portlet id="MotherTeresaquotesGadget">
+    <portlet-name>MotherTeresaquotesGadget</portlet-name>
+    <display-name>Mother Teresa quotes</display-name>
+    <description>Google Gadgets: Mother Teresa quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Translate alpha 8</value>
+      <value>Mother Teresa quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chw2054.googlepages.com/Ggadget.chwtest.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/teresa_m.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chw2054.googlepages.com/Ggadget.chwtest.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/teresa_m.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1894,29 +2389,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Translate alpha 8</title>
-      <short-title>Google Translate alpha 8</short-title>
+      <title>Mother Teresa quotes</title>
+      <short-title>Mother Teresa quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FrenchDictionaryGadget">
-    <portlet-name>FrenchDictionaryGadget</portlet-name>
-    <display-name>French Dictionary</display-name>
-    <description>Google Gadgets: French Dictionary Gadget</description>
+  <portlet id="RomanticQuoteoftheDayGadget">
+    <portlet-name>RomanticQuoteoftheDayGadget</portlet-name>
+    <display-name>Romantic Quote of the Day</display-name>
+    <description>Google Gadgets: Romantic Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>French Dictionary</value>
+      <value>Romantic Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dict.sylang.com/en/xml/ggl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/love.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dict.sylang.com/en/xml/ggl.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/love.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1927,29 +2422,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>French Dictionary</title>
-      <short-title>French Dictionary</short-title>
+      <title>Romantic Quote of the Day</title>
+      <short-title>Romantic Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChatinChineseGadget">
-    <portlet-name>ChatinChineseGadget</portlet-name>
-    <display-name>Chat in Chinese</display-name>
-    <description>Google Gadgets: Chat in Chinese Gadget</description>
+  <portlet id="AlbertEinsteinquotesGadget">
+    <portlet-name>AlbertEinsteinquotesGadget</portlet-name>
+    <display-name>Albert Einstein quotes</display-name>
+    <description>Google Gadgets: Albert Einstein quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Chat in Chinese</value>
+      <value>Albert Einstein quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.parachat.cn/gg/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bbs.cnnas.com/igoogle/einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.parachat.cn/gg/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bbs.cnnas.com/igoogle/einstein.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1960,29 +2455,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Chat in Chinese</title>
-      <short-title>Chat in Chinese</short-title>
+      <title>Albert Einstein quotes</title>
+      <short-title>Albert Einstein quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LocalMissingChildrenGadget">
-    <portlet-name>LocalMissingChildrenGadget</portlet-name>
-    <display-name>Local Missing Children</display-name>
-    <description>Google Gadgets: Local Missing Children Gadget</description>
+  <portlet id="FamousRomanticQuotesGadget">
+    <portlet-name>FamousRomanticQuotesGadget</portlet-name>
+    <display-name>Famous Romantic Quotes</display-name>
+    <description>Google Gadgets: Famous Romantic Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Local Missing Children</value>
+      <value>Famous Romantic Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/missing-kids-local.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/love-charles447.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/missing-kids-local.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/love-charles447.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1993,29 +2488,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Local Missing Children</title>
-      <short-title>Local Missing Children</short-title>
+      <title>Famous Romantic Quotes</title>
+      <short-title>Famous Romantic Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChineseEnglishdictionaryGadget">
-    <portlet-name>ChineseEnglishdictionaryGadget</portlet-name>
-    <display-name>Chinese-English dictionary</display-name>
-    <description>Google Gadgets: Chinese-English dictionary Gadget</description>
+  <portlet id="GeorgeWBushQuoteoftheDayGadget">
+    <portlet-name>GeorgeWBushQuoteoftheDayGadget</portlet-name>
+    <display-name>George W Bush Quote of the Day</display-name>
+    <description>Google Gadgets: George W Bush Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Chinese-English dictionary</value>
+      <value>George W Bush Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://clearchinese.com/gadgets/dict.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/george-w-bush.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://clearchinese.com/gadgets/dict.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/george-w-bush.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2026,29 +2521,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Chinese-English dictionary</title>
-      <short-title>Chinese-English dictionary</short-title>
+      <title>George W Bush Quote of the Day</title>
+      <short-title>George W Bush Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JonStewartQuoteoftheDayGadget">
-    <portlet-name>JonStewartQuoteoftheDayGadget</portlet-name>
-    <display-name>Jon Stewart Quote of the Day</display-name>
-    <description>Google Gadgets: Jon Stewart Quote of the Day Gadget</description>
+  <portlet id="LadyChatbotGadget">
+    <portlet-name>LadyChatbotGadget</portlet-name>
+    <display-name>Lady Chatbot</display-name>
+    <description>Google Gadgets: Lady Chatbot Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Jon Stewart Quote of the Day</value>
+      <value>Lady Chatbot</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/jon-stewart.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.iupt.com/ai/ladychatbot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/jon-stewart.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.iupt.com/ai/ladychatbot.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2059,29 +2554,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Jon Stewart Quote of the Day</title>
-      <short-title>Jon Stewart Quote of the Day</short-title>
+      <title>Lady Chatbot</title>
+      <short-title>Lady Chatbot</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CDICTChineseEnglishDictionaryGadget">
-    <portlet-name>CDICTChineseEnglishDictionaryGadget</portlet-name>
-    <display-name>CDICT: Chinese-English Dictionary</display-name>
-    <description>Google Gadgets: CDICT: Chinese-English Dictionary Gadget</description>
+  <portlet id="PlaceaphonecallNikotalkGadget">
+    <portlet-name>PlaceaphonecallNikotalkGadget</portlet-name>
+    <display-name>Place a phone call - Nikotalk</display-name>
+    <description>Google Gadgets: Place a phone call - Nikotalk Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CDICT: Chinese-English Dictionary</value>
+      <value>Place a phone call - Nikotalk</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chunju.googlepages.com/cdict.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ljmsite.com/google/gadgets/nikotalk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chunju.googlepages.com/cdict.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ljmsite.com/google/gadgets/nikotalk.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2092,29 +2587,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CDICT: Chinese-English Dictionary</title>
-      <short-title>CDICT: Chinese-English Dictionary</short-title>
+      <title>Place a phone call - Nikotalk</title>
+      <short-title>Place a phone call - Nikotalk</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TranslateGadget">
-    <portlet-name>TranslateGadget</portlet-name>
-    <display-name>Translate</display-name>
-    <description>Google Gadgets: Translate Gadget</description>
+  <portlet id="SendSMSwithSMSaliasGadget">
+    <portlet-name>SendSMSwithSMSaliasGadget</portlet-name>
+    <display-name>Send SMS with SMSalias</display-name>
+    <description>Google Gadgets: Send SMS with SMSalias Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Translate</value>
+      <value>Send SMS with SMSalias</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://raphscallion.net/translate/translate.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.smsalias.com/google/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://raphscallion.net/translate/translate.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.smsalias.com/google/index.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2125,8 +2620,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Translate</title>
-      <short-title>Translate</short-title>
+      <title>Send SMS with SMSalias</title>
+      <short-title>Send SMS with SMSalias</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
@@ -2164,23 +2659,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="HotmailGadget">
-    <portlet-name>HotmailGadget</portlet-name>
-    <display-name>Hotmail</display-name>
-    <description>Google Gadgets: Hotmail Gadget</description>
+  <portlet id="RussianAudioWordoftheDayGadget">
+    <portlet-name>RussianAudioWordoftheDayGadget</portlet-name>
+    <display-name>Russian - Audio Word of the...</display-name>
+    <description>Google Gadgets: Russian - Audio Word of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hotmail</value>
+      <value>Russian - Audio Word of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googatrix.googlepages.com/HotmailGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/russian_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googatrix.googlepages.com/HotmailGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/google_gadgets/russian_wotd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2191,29 +2686,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hotmail</title>
-      <short-title>Hotmail</short-title>
+      <title>Russian - Audio Word of the Day</title>
+      <short-title>Russian - Audio Word of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BabelfishGadget">
-    <portlet-name>BabelfishGadget</portlet-name>
-    <display-name>Babelfish</display-name>
-    <description>Google Gadgets: Babelfish Gadget</description>
+  <portlet id="ScriptureVerseQuotesGadget">
+    <portlet-name>ScriptureVerseQuotesGadget</portlet-name>
+    <display-name>Scripture Verse Quotes</display-name>
+    <description>Google Gadgets: Scripture Verse Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Babelfish</value>
+      <value>Scripture Verse Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ginorenardus.googlepages.com/babelfish.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/scriptures.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ginorenardus.googlepages.com/babelfish.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/scriptures.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2224,29 +2719,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Babelfish</title>
-      <short-title>Babelfish</short-title>
+      <title>Scripture Verse Quotes</title>
+      <short-title>Scripture Verse Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ScriptureVerseQuotesGadget">
-    <portlet-name>ScriptureVerseQuotesGadget</portlet-name>
-    <display-name>Scripture Verse Quotes</display-name>
-    <description>Google Gadgets: Scripture Verse Quotes Gadget</description>
+  <portlet id="TheUSYellowPagesGadget">
+    <portlet-name>TheUSYellowPagesGadget</portlet-name>
+    <display-name>The US Yellow Pages</display-name>
+    <description>Google Gadgets: The US Yellow Pages Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Scripture Verse Quotes</value>
+      <value>The US Yellow Pages</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/scriptures.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wherewhat.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/scriptures.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wherewhat.com/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2257,29 +2752,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Scripture Verse Quotes</title>
-      <short-title>Scripture Verse Quotes</short-title>
+      <title>The US Yellow Pages</title>
+      <short-title>The US Yellow Pages</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MapofLocalGasPricesGadget">
-    <portlet-name>MapofLocalGasPricesGadget</portlet-name>
-    <display-name>Map of Local Gas Prices</display-name>
-    <description>Google Gadgets: Map of Local Gas Prices Gadget</description>
+  <portlet id="SlangO39TheDayGadget">
+    <portlet-name>SlangO39TheDayGadget</portlet-name>
+    <display-name>Slang O&#39; The Day</display-name>
+    <description>Google Gadgets: Slang O&#39; The Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Map of Local Gas Prices</value>
+      <value>Slang O&#39; The Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/gas-prices/gas-prices.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://slang.otheday.com/GoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/gas-prices/gas-prices.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://slang.otheday.com/GoogleGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2290,29 +2785,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Map of Local Gas Prices</title>
-      <short-title>Map of Local Gas Prices</short-title>
+      <title>Slang O&#39; The Day</title>
+      <short-title>Slang O&#39; The Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleTalkButtonGadget">
-    <portlet-name>GoogleTalkButtonGadget</portlet-name>
-    <display-name>Google Talk Button</display-name>
-    <description>Google Gadgets: Google Talk Button Gadget</description>
+  <portlet id="FreeGoSMSGadget">
+    <portlet-name>FreeGoSMSGadget</portlet-name>
+    <display-name>Free Go SMS</display-name>
+    <description>Google Gadgets: Free Go SMS Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Talk Button</value>
+      <value>Free Go SMS</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cyberop5.us/gtalkbutton4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rossoft.net:8080/gSMSWeb/gadgetdef/gsms_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cyberop5.us/gtalkbutton4.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rossoft.net:8080/gSMSWeb/gadgetdef/gsms_google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2323,29 +2818,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Talk Button</title>
-      <short-title>Google Talk Button</short-title>
+      <title>Free Go SMS</title>
+      <short-title>Free Go SMS</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlyLadyRemindersGadget">
-    <portlet-name>FlyLadyRemindersGadget</portlet-name>
-    <display-name>FlyLady Reminders</display-name>
-    <description>Google Gadgets: FlyLady Reminders Gadget</description>
+  <portlet id="SpanishPhraseoftheDAYWorldTravelorGadget">
+    <portlet-name>SpanishPhraseoftheDAYWorldTravelorGadget</portlet-name>
+    <display-name>Spanish Phrase of the DAY -...</display-name>
+    <description>Google Gadgets: Spanish Phrase of the DAY - World Travelor!! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FlyLady Reminders</value>
+      <value>Spanish Phrase of the DAY - World Travelor!!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/flylady.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://xyz220.googlepages.com/spanishtravel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/flylady.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://xyz220.googlepages.com/spanishtravel.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2356,29 +2851,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FlyLady Reminders</title>
-      <short-title>FlyLady Reminders</short-title>
+      <title>Spanish Phrase of the DAY - World Travelor!!</title>
+      <short-title>Spanish Phrase of the DAY - World Travelor!!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleDocsampSpreadsheetsGadget">
-    <portlet-name>GoogleDocsampSpreadsheetsGadget</portlet-name>
-    <display-name>Google Docs &amp; Spreadsheets</display-name>
-    <description>Google Gadgets: Google Docs &amp; Spreadsheets Gadget</description>
+  <portlet id="InspirationalthoughtsfromOprahGadget">
+    <portlet-name>InspirationalthoughtsfromOprahGadget</portlet-name>
+    <display-name>Inspirational thoughts from...</display-name>
+    <description>Google Gadgets: Inspirational thoughts from Oprah Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Docs &amp; Spreadsheets</value>
+      <value>Inspirational thoughts from Oprah</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/docs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mandybare.googlepages.com/Oprah.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/docs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mandybare.googlepages.com/Oprah.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2389,29 +2884,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Docs &amp; Spreadsheets</title>
-      <short-title>Google Docs &amp; Spreadsheets</short-title>
+      <title>Inspirational thoughts from Oprah</title>
+      <short-title>Inspirational thoughts from Oprah</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InspirationalthoughtsfromOprahGadget">
-    <portlet-name>InspirationalthoughtsfromOprahGadget</portlet-name>
-    <display-name>Inspirational thoughts from Oprah</display-name>
-    <description>Google Gadgets: Inspirational thoughts from Oprah Gadget</description>
+  <portlet id="RalphWaldoEmersonQuoteoftheDayGadget">
+    <portlet-name>RalphWaldoEmersonQuoteoftheDayGadget</portlet-name>
+    <display-name>Ralph Waldo Emerson Quote o...</display-name>
+    <description>Google Gadgets: Ralph Waldo Emerson Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Inspirational thoughts from Oprah</value>
+      <value>Ralph Waldo Emerson Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mandybare.googlepages.com/Oprah.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/emerson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mandybare.googlepages.com/Oprah.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/emerson.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2422,29 +2917,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Inspirational thoughts from Oprah</title>
-      <short-title>Inspirational thoughts from Oprah</short-title>
+      <title>Ralph Waldo Emerson Quote of the Day</title>
+      <short-title>Ralph Waldo Emerson Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomGoogleGadgetsGadget">
-    <portlet-name>RandomGoogleGadgetsGadget</portlet-name>
-    <display-name>Random Google Gadgets</display-name>
-    <description>Google Gadgets: Random Google Gadgets Gadget</description>
+  <portlet id="DateIdeasGadget">
+    <portlet-name>DateIdeasGadget</portlet-name>
+    <display-name>Date Ideas</display-name>
+    <description>Google Gadgets: Date Ideas Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Google Gadgets</value>
+      <value>Date Ideas</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/google-gadgets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/dateideas.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/google-gadgets.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/dateideas.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2455,29 +2950,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Google Gadgets</title>
-      <short-title>Random Google Gadgets</short-title>
+      <title>Date Ideas</title>
+      <short-title>Date Ideas</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ItalianAudioWordoftheDayGadget">
-    <portlet-name>ItalianAudioWordoftheDayGadget</portlet-name>
-    <display-name>Italian - Audio Word of the Day</display-name>
-    <description>Google Gadgets: Italian - Audio Word of the Day Gadget</description>
+  <portlet id="OwnYourPhoneCustomRingtoneMakerGadget">
+    <portlet-name>OwnYourPhoneCustomRingtoneMakerGadget</portlet-name>
+    <display-name>OwnYourPhone: Custom Ringto...</display-name>
+    <description>Google Gadgets: OwnYourPhone: Custom Ringtone Maker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Italian - Audio Word of the Day</value>
+      <value>OwnYourPhone: Custom Ringtone Maker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/italian_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.OwnYourPhone.com/app/gadget_public.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/google_gadgets/italian_wotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.OwnYourPhone.com/app/gadget_public.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2488,29 +2983,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Italian - Audio Word of the Day</title>
-      <short-title>Italian - Audio Word of the Day</short-title>
+      <title>OwnYourPhone: Custom Ringtone Maker</title>
+      <short-title>OwnYourPhone: Custom Ringtone Maker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FindSinglesinyourAreaGadget">
-    <portlet-name>FindSinglesinyourAreaGadget</portlet-name>
-    <display-name>Find Singles in your Area</display-name>
-    <description>Google Gadgets: Find Singles in your Area Gadget</description>
+  <portlet id="GoogleTranslationGadget">
+    <portlet-name>GoogleTranslationGadget</portlet-name>
+    <display-name>Google Translation</display-name>
+    <description>Google Gadgets: Google Translation Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Find Singles in your Area</value>
+      <value>Google Translation</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/singles.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://translateg.googlecode.com/svn/trunk/translateg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/gadget/singles.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://translateg.googlecode.com/svn/trunk/translateg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2521,29 +3016,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Find Singles in your Area</title>
-      <short-title>Find Singles in your Area</short-title>
+      <title>Google Translation</title>
+      <short-title>Google Translation</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SmileyoftheDayGadget">
-    <portlet-name>SmileyoftheDayGadget</portlet-name>
-    <display-name>Smiley of the Day</display-name>
-    <description>Google Gadgets: Smiley of the Day Gadget</description>
+  <portlet id="ConvertEnglishtoYodaSpeakGadget">
+    <portlet-name>ConvertEnglishtoYodaSpeakGadget</portlet-name>
+    <display-name>Convert English to Yoda-Speak</display-name>
+    <description>Google Gadgets: Convert English to Yoda-Speak Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Smiley of the Day</value>
+      <value>Convert English to Yoda-Speak</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/smiley.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yodaspeak.co.uk/webservice/yodagoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/smiley.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yodaspeak.co.uk/webservice/yodagoogle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2554,29 +3049,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Smiley of the Day</title>
-      <short-title>Smiley of the Day</short-title>
+      <title>Convert English to Yoda-Speak</title>
+      <short-title>Convert English to Yoda-Speak</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FitnessTipoftheDayGadget">
-    <portlet-name>FitnessTipoftheDayGadget</portlet-name>
-    <display-name>Fitness Tip of the Day</display-name>
-    <description>Google Gadgets: Fitness Tip of the Day Gadget</description>
+  <portlet id="AmericanProverboftheDayGadget">
+    <portlet-name>AmericanProverboftheDayGadget</portlet-name>
+    <display-name>American Proverb of the Day</display-name>
+    <description>Google Gadgets: American Proverb of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fitness Tip of the Day</value>
+      <value>American Proverb of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/fitness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgetquotes.googlepages.com/american-proverbs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/fitness.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgetquotes.googlepages.com/american-proverbs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2587,12 +3082,78 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fitness Tip of the Day</title>
-      <short-title>Fitness Tip of the Day</short-title>
+      <title>American Proverb of the Day</title>
+      <short-title>American Proverb of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="PhoneGnomeDialerGadget">
+    <portlet-name>PhoneGnomeDialerGadget</portlet-name>
+    <display-name>PhoneGnome Dialer</display-name>
+    <description>Google Gadgets: PhoneGnome Dialer Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>PhoneGnome Dialer</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://my.phonegnome.com/PhoneGnomeGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://my.phonegnome.com/PhoneGnomeGadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>PhoneGnome Dialer</title>
+      <short-title>PhoneGnome Dialer</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="LeadershipQuotesGadget">
+    <portlet-name>LeadershipQuotesGadget</portlet-name>
+    <display-name>Leadership Quotes</display-name>
+    <description>Google Gadgets: Leadership Quotes Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Leadership Quotes</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/leadership.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/leadership.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Leadership Quotes</title>
+      <short-title>Leadership Quotes</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="EnglishSpanishdictionaryGadget">
     <portlet-name>EnglishSpanishdictionaryGadget</portlet-name>
     <display-name>English Spanish dictionary</display-name>
@@ -2626,23 +3187,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="SpanishPhraseoftheDAYWorldTravelorGadget">
-    <portlet-name>SpanishPhraseoftheDAYWorldTravelorGadget</portlet-name>
-    <display-name>Spanish Phrase of the DAY - World Travelor!!</display-name>
-    <description>Google Gadgets: Spanish Phrase of the DAY - World Travelor!! Gadget</description>
+  <portlet id="ALICEChatbotGadget">
+    <portlet-name>ALICEChatbotGadget</portlet-name>
+    <display-name>A.L.I.C.E. Chatbot</display-name>
+    <description>Google Gadgets: A.L.I.C.E. Chatbot Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Spanish Phrase of the DAY - World Travelor!!</value>
+      <value>A.L.I.C.E. Chatbot</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://xyz220.googlepages.com/spanishtravel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mit.edu/manus/www/gg/alicebot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://xyz220.googlepages.com/spanishtravel.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mit.edu/manus/www/gg/alicebot.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2653,29 +3214,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Spanish Phrase of the DAY - World Travelor!!</title>
-      <short-title>Spanish Phrase of the DAY - World Travelor!!</short-title>
+      <title>A.L.I.C.E. Chatbot</title>
+      <short-title>A.L.I.C.E. Chatbot</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoneyandFinanceTipoftheDayGadget">
-    <portlet-name>MoneyandFinanceTipoftheDayGadget</portlet-name>
-    <display-name>Money and Finance Tip of the Day</display-name>
-    <description>Google Gadgets: Money and Finance Tip of the Day Gadget</description>
+  <portlet id="FlyLadyRemindersGadget">
+    <portlet-name>FlyLadyRemindersGadget</portlet-name>
+    <display-name>FlyLady Reminders</display-name>
+    <description>Google Gadgets: FlyLady Reminders Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Money and Finance Tip of the Day</value>
+      <value>FlyLady Reminders</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/money/finance-money-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/flylady.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/money/finance-money-tips.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/flylady.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2686,29 +3247,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Money and Finance Tip of the Day</title>
-      <short-title>Money and Finance Tip of the Day</short-title>
+      <title>FlyLady Reminders</title>
+      <short-title>FlyLady Reminders</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KoreanWordoftheDayGadget">
-    <portlet-name>KoreanWordoftheDayGadget</portlet-name>
-    <display-name>Korean - Word of the Day</display-name>
-    <description>Google Gadgets: Korean - Word of the Day Gadget</description>
+  <portlet id="FreePhoneConferenceGadget">
+    <portlet-name>FreePhoneConferenceGadget</portlet-name>
+    <display-name>Free Phone Conference</display-name>
+    <description>Google Gadgets: Free Phone Conference Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Korean - Word of the Day</value>
+      <value>Free Phone Conference</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/korean_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.connect12.com/gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/korean_wotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.connect12.com/gg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2719,29 +3280,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Korean - Word of the Day</title>
-      <short-title>Korean - Word of the Day</short-title>
+      <title>Free Phone Conference</title>
+      <short-title>Free Phone Conference</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleTranslatealphaGadget">
-    <portlet-name>GoogleTranslatealphaGadget</portlet-name>
-    <display-name>Google Translate alpha</display-name>
-    <description>Google Gadgets: Google Translate alpha Gadget</description>
+  <portlet id="MartinLutherKingJrQuoteoftheDayGadget">
+    <portlet-name>MartinLutherKingJrQuoteoftheDayGadget</portlet-name>
+    <display-name>Martin Luther King Jr. Quot...</display-name>
+    <description>Google Gadgets: Martin Luther King Jr. Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Translate alpha</value>
+      <value>Martin Luther King Jr. Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chw2054.googlepages.com/Ggadget.google.translate.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/martin-luther-king.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chw2054.googlepages.com/Ggadget.google.translate.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/martin-luther-king.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2752,29 +3313,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Translate alpha</title>
-      <short-title>Google Translate alpha</short-title>
+      <title>Martin Luther King Jr. Quote of the Day</title>
+      <short-title>Martin Luther King Jr. Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhoneGnomeDialerGadget">
-    <portlet-name>PhoneGnomeDialerGadget</portlet-name>
-    <display-name>PhoneGnome Dialer</display-name>
-    <description>Google Gadgets: PhoneGnome Dialer Gadget</description>
+  <portlet id="RandomCatoftheDayPhotosGadget">
+    <portlet-name>RandomCatoftheDayPhotosGadget</portlet-name>
+    <display-name>Random Cat of the Day Photos</display-name>
+    <description>Google Gadgets: Random Cat of the Day Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PhoneGnome Dialer</value>
+      <value>Random Cat of the Day Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://my.phonegnome.com/PhoneGnomeGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/animals/cat-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://my.phonegnome.com/PhoneGnomeGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/animals/cat-of-the-day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2785,29 +3346,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PhoneGnome Dialer</title>
-      <short-title>PhoneGnome Dialer</short-title>
+      <title>Random Cat of the Day Photos</title>
+      <short-title>Random Cat of the Day Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DrawingGadget">
-    <portlet-name>DrawingGadget</portlet-name>
-    <display-name>Drawing</display-name>
-    <description>Google Gadgets: Drawing Gadget</description>
+  <portlet id="EncyclopediaSearchGadget">
+    <portlet-name>EncyclopediaSearchGadget</portlet-name>
+    <display-name>Encyclopedia Search</display-name>
+    <description>Google Gadgets: Encyclopedia Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Drawing</value>
+      <value>Encyclopedia Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.queeky.com/draw/lib/googlemod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/encyclopedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.queeky.com/draw/lib/googlemod.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/encyclopedia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2818,29 +3379,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Drawing</title>
-      <short-title>Drawing</short-title>
+      <title>Encyclopedia Search</title>
+      <short-title>Encyclopedia Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NationalGeographicPhotosGadget">
-    <portlet-name>NationalGeographicPhotosGadget</portlet-name>
-    <display-name>National Geographic Photos</display-name>
-    <description>Google Gadgets: National Geographic Photos Gadget</description>
+  <portlet id="YahooMail1Gadget">
+    <portlet-name>YahooMail1Gadget</portlet-name>
+    <display-name>Yahoo Mail</display-name>
+    <description>Google Gadgets: Yahoo Mail Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>National Geographic Photos</value>
+      <value>Yahoo Mail</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/nationalgeographic1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hadi.kopcak.googlepages.com/wapyahoo2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/nationalgeographic1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hadi.kopcak.googlepages.com/wapyahoo2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2851,29 +3412,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>National Geographic Photos</title>
-      <short-title>National Geographic Photos</short-title>
+      <title>Yahoo Mail</title>
+      <short-title>Yahoo Mail</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="XfireWebMessengerGadget">
-    <portlet-name>XfireWebMessengerGadget</portlet-name>
-    <display-name>Xfire Web Messenger</display-name>
-    <description>Google Gadgets: Xfire Web Messenger Gadget</description>
+  <portlet id="RemindersfromGodGadget">
+    <portlet-name>RemindersfromGodGadget</portlet-name>
+    <display-name>Reminders from God</display-name>
+    <description>Google Gadgets: Reminders from God Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Xfire Web Messenger</value>
+      <value>Reminders from God</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://xfireplus.com/xfireplus/webmessenger/jfire.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/107853874984776220955/remindersFromGod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://xfireplus.com/xfireplus/webmessenger/jfire.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/107853874984776220955/remindersFromGod.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2884,29 +3445,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Xfire Web Messenger</title>
-      <short-title>Xfire Web Messenger</short-title>
+      <title>Reminders from God</title>
+      <short-title>Reminders from God</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SlimRSSReaderGadget">
-    <portlet-name>SlimRSSReaderGadget</portlet-name>
-    <display-name>Slim RSS Reader</display-name>
-    <description>Google Gadgets: Slim RSS Reader Gadget</description>
+  <portlet id="SmileyoftheDay1Gadget">
+    <portlet-name>SmileyoftheDay1Gadget</portlet-name>
+    <display-name>Smiley of the Day</display-name>
+    <description>Google Gadgets: Smiley of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Slim RSS Reader</value>
+      <value>Smiley of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://1o4.jp/google/module/slim-reader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/smiley.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://1o4.jp/google/module/slim-reader.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/smiley.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2917,29 +3478,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Slim RSS Reader</title>
-      <short-title>Slim RSS Reader</short-title>
+      <title>Smiley of the Day</title>
+      <short-title>Smiley of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyLocalTimegadgetGadget">
-    <portlet-name>MyLocalTimegadgetGadget</portlet-name>
-    <display-name>My Local Time gadget</display-name>
-    <description>Google Gadgets: My Local Time gadget Gadget</description>
+  <portlet id="OnlineTVRadiobyDJPetyGadget">
+    <portlet-name>OnlineTVRadiobyDJPetyGadget</portlet-name>
+    <display-name>Online TV-Radio - by DJ.Pety</display-name>
+    <description>Google Gadgets: Online TV-Radio - by DJ.Pety Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Local Time gadget</value>
+      <value>Online TV-Radio - by DJ.Pety</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web.ebuell.com/myclock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://users.cwi.hu/kgc-clan/radio_tv/rtv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web.ebuell.com/myclock.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://users.cwi.hu/kgc-clan/radio_tv/rtv.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2950,29 +3511,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Local Time gadget</title>
-      <short-title>My Local Time gadget</short-title>
+      <title>Online TV-Radio - by DJ.Pety</title>
+      <short-title>Online TV-Radio - by DJ.Pety</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NationalMissingChildrenAlertsGadget">
-    <portlet-name>NationalMissingChildrenAlertsGadget</portlet-name>
-    <display-name>National Missing Children Alerts</display-name>
-    <description>Google Gadgets: National Missing Children Alerts Gadget</description>
+  <portlet id="WordsofChrist1Gadget">
+    <portlet-name>WordsofChrist1Gadget</portlet-name>
+    <display-name>Words of Christ</display-name>
+    <description>Google Gadgets: Words of Christ Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>National Missing Children Alerts</value>
+      <value>Words of Christ</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/missing-kids.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/jesus-christ.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/missing-kids.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/jesus-christ.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2983,29 +3544,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>National Missing Children Alerts</title>
-      <short-title>National Missing Children Alerts</short-title>
+      <title>Words of Christ</title>
+      <short-title>Words of Christ</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OnlineEnglishGrammarGadget">
-    <portlet-name>OnlineEnglishGrammarGadget</portlet-name>
-    <display-name>Online English Grammar</display-name>
-    <description>Google Gadgets: Online English Grammar Gadget</description>
+  <portlet id="CheckMailV094Gadget">
+    <portlet-name>CheckMailV094Gadget</portlet-name>
+    <display-name>CheckMail V0.9.4</display-name>
+    <description>Google Gadgets: CheckMail V0.9.4 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Online English Grammar</value>
+      <value>CheckMail V0.9.4</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.english4today.com/gadgets/online_english_grammar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.haraldsinger.de/checkmail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.english4today.com/gadgets/online_english_grammar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.haraldsinger.de/checkmail.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3016,29 +3577,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Online English Grammar</title>
-      <short-title>Online English Grammar</short-title>
+      <title>CheckMail V0.9.4</title>
+      <short-title>CheckMail V0.9.4</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SlangO39TheDayGadget">
-    <portlet-name>SlangO39TheDayGadget</portlet-name>
-    <display-name>Slang O&#39; The Day</display-name>
-    <description>Google Gadgets: Slang O&#39; The Day Gadget</description>
+  <portlet id="MyWebCam1Gadget">
+    <portlet-name>MyWebCam1Gadget</portlet-name>
+    <display-name>My WebCam</display-name>
+    <description>Google Gadgets: My WebCam Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Slang O&#39; The Day</value>
+      <value>My WebCam</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://slang.otheday.com/GoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/items%3Foid%3D11766777274779470112&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://slang.otheday.com/GoogleGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/items%3Foid%3D11766777274779470112</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3049,29 +3610,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Slang O&#39; The Day</title>
-      <short-title>Slang O&#39; The Day</short-title>
+      <title>My WebCam</title>
+      <short-title>My WebCam</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ConvertEnglishtoYodaSpeakGadget">
-    <portlet-name>ConvertEnglishtoYodaSpeakGadget</portlet-name>
-    <display-name>Convert English to Yoda-Speak</display-name>
-    <description>Google Gadgets: Convert English to Yoda-Speak Gadget</description>
+  <portlet id="ParentingTipoftheDayGadget">
+    <portlet-name>ParentingTipoftheDayGadget</portlet-name>
+    <display-name>Parenting Tip of the Day</display-name>
+    <description>Google Gadgets: Parenting Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Convert English to Yoda-Speak</value>
+      <value>Parenting Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yodaspeak.co.uk/webservice/yodagoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/parenting.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yodaspeak.co.uk/webservice/yodagoogle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/parenting.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3082,29 +3643,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Convert English to Yoda-Speak</title>
-      <short-title>Convert English to Yoda-Speak</short-title>
+      <title>Parenting Tip of the Day</title>
+      <short-title>Parenting Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HealthTipoftheDay1Gadget">
-    <portlet-name>HealthTipoftheDay1Gadget</portlet-name>
-    <display-name>Health Tip of the Day.</display-name>
-    <description>Google Gadgets: Health Tip of the Day. Gadget</description>
+  <portlet id="CharlesDickensquotesGadget">
+    <portlet-name>CharlesDickensquotesGadget</portlet-name>
+    <display-name>Charles Dickens quotes</display-name>
+    <description>Google Gadgets: Charles Dickens quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Health Tip of the Day.</value>
+      <value>Charles Dickens quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/health-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/dickens.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/gadget/health-tips.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/dickens.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3115,29 +3676,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Health Tip of the Day.</title>
-      <short-title>Health Tip of the Day.</short-title>
+      <title>Charles Dickens quotes</title>
+      <short-title>Charles Dickens quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheMySpaceAlertsGadgetGadget">
-    <portlet-name>TheMySpaceAlertsGadgetGadget</portlet-name>
-    <display-name>The MySpace Alerts Gadget</display-name>
-    <description>Google Gadgets: The MySpace Alerts Gadget Gadget</description>
+  <portlet id="ForgivenessQuoteoftheDayGadget">
+    <portlet-name>ForgivenessQuoteoftheDayGadget</portlet-name>
+    <display-name>Forgiveness Quote of the Day</display-name>
+    <description>Google Gadgets: Forgiveness Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The MySpace Alerts Gadget</value>
+      <value>Forgiveness Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web.ebuell.com/myspace.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/forgiveness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web.ebuell.com/myspace.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/forgiveness.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3148,29 +3709,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The MySpace Alerts Gadget</title>
-      <short-title>The MySpace Alerts Gadget</short-title>
+      <title>Forgiveness Quote of the Day</title>
+      <short-title>Forgiveness Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LocalChatGadget1Gadget">
-    <portlet-name>LocalChatGadget1Gadget</portlet-name>
-    <display-name>Local Chat Gadget</display-name>
-    <description>Google Gadgets: Local Chat Gadget Gadget</description>
+  <portlet id="WordWebOnlineEnglishDictionaryandThesaurusGadget">
+    <portlet-name>WordWebOnlineEnglishDictionaryandThesaurusGadget</portlet-name>
+    <display-name>WordWeb Online English Dict...</display-name>
+    <description>Google Gadgets: WordWeb Online English Dictionary and Thesaurus Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Local Chat Gadget</value>
+      <value>WordWeb Online English Dictionary and Thesaurus</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.saskpersonals.com/ig/localchat4/LocalChat4.0.0.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wordwebonline.com/wordweb_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.saskpersonals.com/ig/localchat4/LocalChat4.0.0.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wordwebonline.com/wordweb_google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3181,29 +3742,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Local Chat Gadget</title>
-      <short-title>Local Chat Gadget</short-title>
+      <title>WordWeb Online English Dictionary and Thesaurus</title>
+      <short-title>WordWeb Online English Dictionary and Thesaurus</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PeopleFinderGadget">
-    <portlet-name>PeopleFinderGadget</portlet-name>
-    <display-name>People Finder</display-name>
-    <description>Google Gadgets: People Finder Gadget</description>
+  <portlet id="AbrahamLincolnQuoteoftheDayGadget">
+    <portlet-name>AbrahamLincolnQuoteoftheDayGadget</portlet-name>
+    <display-name>Abraham Lincoln Quote of th...</display-name>
+    <description>Google Gadgets: Abraham Lincoln Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>People Finder</value>
+      <value>Abraham Lincoln Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip.olsen.googlepages.com/peoplefinder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/abraham-lincoln.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip.olsen.googlepages.com/peoplefinder.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/abraham-lincoln.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3214,29 +3775,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>People Finder</title>
-      <short-title>People Finder</short-title>
+      <title>Abraham Lincoln Quote of the Day</title>
+      <short-title>Abraham Lincoln Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TeleMessageSMSSenderGadget">
-    <portlet-name>TeleMessageSMSSenderGadget</portlet-name>
-    <display-name>TeleMessage SMS Sender</display-name>
-    <description>Google Gadgets: TeleMessage SMS Sender Gadget</description>
+  <portlet id="MapQuestDrivingDirectionsGadget">
+    <portlet-name>MapQuestDrivingDirectionsGadget</portlet-name>
+    <display-name>MapQuest Driving Directions</display-name>
+    <description>Google Gadgets: MapQuest Driving Directions Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TeleMessage SMS Sender</value>
+      <value>MapQuest Driving Directions</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.telemessage.com/qsms/qsms.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/mapquest.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.telemessage.com/qsms/qsms.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/mapquest.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3247,29 +3808,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TeleMessage SMS Sender</title>
-      <short-title>TeleMessage SMS Sender</short-title>
+      <title>MapQuest Driving Directions</title>
+      <short-title>MapQuest Driving Directions</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RussianAudioWordoftheDayGadget">
-    <portlet-name>RussianAudioWordoftheDayGadget</portlet-name>
-    <display-name>Russian - Audio Word of the Day</display-name>
-    <description>Google Gadgets: Russian - Audio Word of the Day Gadget</description>
+  <portlet id="ChineseProverbquotesGadget">
+    <portlet-name>ChineseProverbquotesGadget</portlet-name>
+    <display-name>Chinese Proverb quotes</display-name>
+    <description>Google Gadgets: Chinese Proverb quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Russian - Audio Word of the Day</value>
+      <value>Chinese Proverb quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/russian_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/proverb_c.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/google_gadgets/russian_wotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/proverb_c.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3280,29 +3841,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Russian - Audio Word of the Day</title>
-      <short-title>Russian - Audio Word of the Day</short-title>
+      <title>Chinese Proverb quotes</title>
+      <short-title>Chinese Proverb quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WordsofChristGadget">
-    <portlet-name>WordsofChristGadget</portlet-name>
-    <display-name>Words of Christ</display-name>
-    <description>Google Gadgets: Words of Christ Gadget</description>
+  <portlet id="JustChatGadget">
+    <portlet-name>JustChatGadget</portlet-name>
+    <display-name>Just Chat</display-name>
+    <description>Google Gadgets: Just Chat Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Words of Christ</value>
+      <value>Just Chat</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/jesus-christ.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bunchball.com/modules/ig_justchat.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/jesus-christ.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bunchball.com/modules/ig_justchat.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3313,29 +3874,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Words of Christ</title>
-      <short-title>Words of Christ</short-title>
+      <title>Just Chat</title>
+      <short-title>Just Chat</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ReutersNewsinPicturesGadget">
-    <portlet-name>ReutersNewsinPicturesGadget</portlet-name>
-    <display-name>Reuters News in Pictures</display-name>
-    <description>Google Gadgets: Reuters News in Pictures Gadget</description>
+  <portlet id="ThomasPainequotesGadget">
+    <portlet-name>ThomasPainequotesGadget</portlet-name>
+    <display-name>Thomas Paine quotes</display-name>
+    <description>Google Gadgets: Thomas Paine quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Reuters News in Pictures</value>
+      <value>Thomas Paine quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/reuters/news-in-pictures.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/paine_t.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/reuters/news-in-pictures.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/paine_t.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3346,29 +3907,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Reuters News in Pictures</title>
-      <short-title>Reuters News in Pictures</short-title>
+      <title>Thomas Paine quotes</title>
+      <short-title>Thomas Paine quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GeoWhitePagescomGadget">
-    <portlet-name>GeoWhitePagescomGadget</portlet-name>
-    <display-name>GeoWhitePages.com</display-name>
-    <description>Google Gadgets: GeoWhitePages.com Gadget</description>
+  <portlet id="RobertBadenPowellquotesGadget">
+    <portlet-name>RobertBadenPowellquotesGadget</portlet-name>
+    <display-name>Robert Baden-Powell quotes</display-name>
+    <description>Google Gadgets: Robert Baden-Powell quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GeoWhitePages.com</value>
+      <value>Robert Baden-Powell quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geowhitepages.com/gadget/geowhitepages.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101666851522941697357/baden_powell01.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geowhitepages.com/gadget/geowhitepages.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101666851522941697357/baden_powell01.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3379,29 +3940,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GeoWhitePages.com</title>
-      <short-title>GeoWhitePages.com</short-title>
+      <title>Robert Baden-Powell quotes</title>
+      <short-title>Robert Baden-Powell quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThingstoPonder1Gadget">
-    <portlet-name>ThingstoPonder1Gadget</portlet-name>
-    <display-name>Things to Ponder</display-name>
-    <description>Google Gadgets: Things to Ponder Gadget</description>
+  <portlet id="AllQuotesinoneGadgetGadget">
+    <portlet-name>AllQuotesinoneGadgetGadget</portlet-name>
+    <display-name>All Quotes in one Gadget</display-name>
+    <description>Google Gadgets: All Quotes in one Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Things to Ponder</value>
+      <value>All Quotes in one Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/ponder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/ponder.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/quotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3412,29 +3973,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Things to Ponder</title>
-      <short-title>Things to Ponder</short-title>
+      <title>All Quotes in one Gadget</title>
+      <short-title>All Quotes in one Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SendSMSviaClickatellGadget">
-    <portlet-name>SendSMSviaClickatellGadget</portlet-name>
-    <display-name>Send SMS via Clickatell</display-name>
-    <description>Google Gadgets: Send SMS via Clickatell Gadget</description>
+  <portlet id="IPampDNSV03Gadget">
+    <portlet-name>IPampDNSV03Gadget</portlet-name>
+    <display-name>IP &amp; DNS V0.3</display-name>
+    <description>Google Gadgets: IP &amp; DNS V0.3 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Send SMS via Clickatell</value>
+      <value>IP &amp; DNS V0.3</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.designbynumbers.com.au/dbn/googlesms/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.haraldsinger.de/ip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.designbynumbers.com.au/dbn/googlesms/index.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.haraldsinger.de/ip.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3445,29 +4006,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Send SMS via Clickatell</title>
-      <short-title>Send SMS via Clickatell</short-title>
+      <title>IP &amp; DNS V0.3</title>
+      <short-title>IP &amp; DNS V0.3</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PodcastSearchGadget">
-    <portlet-name>PodcastSearchGadget</portlet-name>
-    <display-name>Podcast Search</display-name>
-    <description>Google Gadgets: Podcast Search Gadget</description>
+  <portlet id="AmericanProverboftheDay1Gadget">
+    <portlet-name>AmericanProverboftheDay1Gadget</portlet-name>
+    <display-name>American Proverb of the Day</display-name>
+    <description>Google Gadgets: American Proverb of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Podcast Search</value>
+      <value>American Proverb of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001905734512982322332/cse/hhpvmc69tlg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/american-proverbs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001905734512982322332/cse/hhpvmc69tlg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/american-proverbs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3478,29 +4039,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Podcast Search</title>
-      <short-title>Podcast Search</short-title>
+      <title>American Proverb of the Day</title>
+      <short-title>American Proverb of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Translate1Gadget">
-    <portlet-name>Translate1Gadget</portlet-name>
-    <display-name>Translate</display-name>
-    <description>Google Gadgets: Translate Gadget</description>
+  <portlet id="VagipeWebcamChatGadget">
+    <portlet-name>VagipeWebcamChatGadget</portlet-name>
+    <display-name>Vagipe Webcam Chat</display-name>
+    <description>Google Gadgets: Vagipe Webcam Chat Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Translate</value>
+      <value>Vagipe Webcam Chat</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rspeyer.googlepages.com/translate.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vagipe.com/chatgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rspeyer.googlepages.com/translate.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vagipe.com/chatgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3511,29 +4072,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Translate</title>
-      <short-title>Translate</short-title>
+      <title>Vagipe Webcam Chat</title>
+      <short-title>Vagipe Webcam Chat</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SecureRSSReaderGadget">
-    <portlet-name>SecureRSSReaderGadget</portlet-name>
-    <display-name>Secure RSS Reader</display-name>
-    <description>Google Gadgets: Secure RSS Reader Gadget</description>
+  <portlet id="EncylopediaGadget">
+    <portlet-name>EncylopediaGadget</portlet-name>
+    <display-name>Encylopedia</display-name>
+    <description>Google Gadgets: Encylopedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Secure RSS Reader</value>
+      <value>Encylopedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.myworklight.com/Google/WorkLightSecureRSSReader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117983967902558965038/allencyc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.myworklight.com/Google/WorkLightSecureRSSReader.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117983967902558965038/allencyc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3544,29 +4105,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Secure RSS Reader</title>
-      <short-title>Secure RSS Reader</short-title>
+      <title>Encylopedia</title>
+      <short-title>Encylopedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LearningEnglishGadget">
-    <portlet-name>LearningEnglishGadget</portlet-name>
-    <display-name>Learning English</display-name>
-    <description>Google Gadgets: Learning English Gadget</description>
+  <portlet id="GeorgeWBushquotesGadget">
+    <portlet-name>GeorgeWBushquotesGadget</portlet-name>
+    <display-name>George W. Bush quotes</display-name>
+    <description>Google Gadgets: George W. Bush quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Learning English</value>
+      <value>George W. Bush quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002457767606894027501/cse/q_i8bkcnfwy/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/bush.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002457767606894027501/cse/q_i8bkcnfwy/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/bush.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3577,29 +4138,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Learning English</title>
-      <short-title>Learning English</short-title>
+      <title>George W. Bush quotes</title>
+      <short-title>George W. Bush quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DeliciousBookmarksGadget">
-    <portlet-name>DeliciousBookmarksGadget</portlet-name>
-    <display-name>Del.icio.us Bookmarks</display-name>
-    <description>Google Gadgets: Del.icio.us Bookmarks Gadget</description>
+  <portlet id="CNNNewsPoliticsandLawGadget">
+    <portlet-name>CNNNewsPoliticsandLawGadget</portlet-name>
+    <display-name>CNN News: Politics and Law</display-name>
+    <description>Google Gadgets: CNN News: Politics and Law Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Del.icio.us Bookmarks</value>
+      <value>CNN News: Politics and Law</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www3.sympatico.ca/mjdresser/Delicious.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-pol.law.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www3.sympatico.ca/mjdresser/Delicious.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-pol.law.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3610,29 +4171,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Del.icio.us Bookmarks</title>
-      <short-title>Del.icio.us Bookmarks</short-title>
+      <title>CNN News: Politics and Law</title>
+      <short-title>CNN News: Politics and Law</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveJournalFriendsGadget">
-    <portlet-name>LiveJournalFriendsGadget</portlet-name>
-    <display-name>LiveJournal Friends</display-name>
-    <description>Google Gadgets: LiveJournal Friends Gadget</description>
+  <portlet id="GermanPersianGadget">
+    <portlet-name>GermanPersianGadget</portlet-name>
+    <display-name>German-Persian</display-name>
+    <description>Google Gadgets: German-Persian Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LiveJournal Friends</value>
+      <value>German-Persian</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://clayfoot.googlepages.com/LJFriends.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://persian.free-dict.de/persian.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://clayfoot.googlepages.com/LJFriends.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://persian.free-dict.de/persian.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3643,29 +4204,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LiveJournal Friends</title>
-      <short-title>LiveJournal Friends</short-title>
+      <title>German-Persian</title>
+      <short-title>German-Persian</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ImageShackHostingGadget">
-    <portlet-name>ImageShackHostingGadget</portlet-name>
-    <display-name>ImageShack Hosting</display-name>
-    <description>Google Gadgets: ImageShack Hosting Gadget</description>
+  <portlet id="GREWordListGadget">
+    <portlet-name>GREWordListGadget</portlet-name>
+    <display-name>GRE Word List</display-name>
+    <description>Google Gadgets: GRE Word List Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ImageShack Hosting</value>
+      <value>GRE Word List</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.grimmthething.com/googmods/Imageshack.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/gre.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.grimmthething.com/googmods/Imageshack.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aruljohn.com/gadget/gre.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3676,29 +4237,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ImageShack Hosting</title>
-      <short-title>ImageShack Hosting</short-title>
+      <title>GRE Word List</title>
+      <short-title>GRE Word List</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuickBlogGadget">
-    <portlet-name>QuickBlogGadget</portlet-name>
-    <display-name>Quick Blog</display-name>
-    <description>Google Gadgets: Quick Blog Gadget</description>
+  <portlet id="MapMyWordDictionaryGadget">
+    <portlet-name>MapMyWordDictionaryGadget</portlet-name>
+    <display-name>MapMyWord Dictionary</display-name>
+    <description>Google Gadgets: MapMyWord Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quick Blog</value>
+      <value>MapMyWord Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nthcolumn.pwp.blueyonder.co.uk/blogger.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vocabgrapher.com/mapmyword.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nthcolumn.pwp.blueyonder.co.uk/blogger.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vocabgrapher.com/mapmyword.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3709,29 +4270,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quick Blog</title>
-      <short-title>Quick Blog</short-title>
+      <title>MapMyWord Dictionary</title>
+      <short-title>MapMyWord Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OnlineTVRadiobyDJPetyGadget">
-    <portlet-name>OnlineTVRadiobyDJPetyGadget</portlet-name>
-    <display-name>Online TV-Radio - by DJ.Pety</display-name>
-    <description>Google Gadgets: Online TV-Radio - by DJ.Pety Gadget</description>
+  <portlet id="Socializerbyweb2announcercomGadget">
+    <portlet-name>Socializerbyweb2announcercomGadget</portlet-name>
+    <display-name>Socializer by web2announcer...</display-name>
+    <description>Google Gadgets: Socializer by web2announcer.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Online TV-Radio - by DJ.Pety</value>
+      <value>Socializer by web2announcer.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://users.cwi.hu/kgc-clan/radio_tv/rtv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web2announcer.com/gm/socializer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://users.cwi.hu/kgc-clan/radio_tv/rtv.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web2announcer.com/gm/socializer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3742,29 +4303,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Online TV-Radio - by DJ.Pety</title>
-      <short-title>Online TV-Radio - by DJ.Pety</short-title>
+      <title>Socializer by web2announcer.com</title>
+      <short-title>Socializer by web2announcer.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TinyPicImageUploadGadget">
-    <portlet-name>TinyPicImageUploadGadget</portlet-name>
-    <display-name>TinyPic Image Upload</display-name>
-    <description>Google Gadgets: TinyPic Image Upload Gadget</description>
+  <portlet id="SamuelGoldwynquotesGadget">
+    <portlet-name>SamuelGoldwynquotesGadget</portlet-name>
+    <display-name>Samuel Goldwyn quotes</display-name>
+    <description>Google Gadgets: Samuel Goldwyn quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TinyPic Image Upload</value>
+      <value>Samuel Goldwyn quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bigpixel.macintoshdevelopers.net/googlestuff/tinypic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/goldwyn.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bigpixel.macintoshdevelopers.net/googlestuff/tinypic.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/goldwyn.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3775,29 +4336,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TinyPic Image Upload</title>
-      <short-title>TinyPic Image Upload</short-title>
+      <title>Samuel Goldwyn quotes</title>
+      <short-title>Samuel Goldwyn quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AGadgettofetchawebsiteusingaproxy1Gadget">
-    <portlet-name>AGadgettofetchawebsiteusingaproxy1Gadget</portlet-name>
-    <display-name>A Gadget to fetch a website using a proxy</display-name>
-    <description>Google Gadgets: A Gadget to fetch a website using a proxy Gadget</description>
+  <portlet id="ESPNNewsGadget">
+    <portlet-name>ESPNNewsGadget</portlet-name>
+    <display-name>ESPN News</display-name>
+    <description>Google Gadgets: ESPN News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>A Gadget to fetch a website using a proxy</value>
+      <value>ESPN News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ebuell.com/gadgets/proxy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/espn-news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ebuell.com/gadgets/proxy.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/espn-news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3808,29 +4369,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>A Gadget to fetch a website using a proxy</title>
-      <short-title>A Gadget to fetch a website using a proxy</short-title>
+      <title>ESPN News</title>
+      <short-title>ESPN News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LadyChatbotGadget">
-    <portlet-name>LadyChatbotGadget</portlet-name>
-    <display-name>Lady Chatbot</display-name>
-    <description>Google Gadgets: Lady Chatbot Gadget</description>
+  <portlet id="WebSkypeGadget">
+    <portlet-name>WebSkypeGadget</portlet-name>
+    <display-name>WebSkype</display-name>
+    <description>Google Gadgets: WebSkype Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lady Chatbot</value>
+      <value>WebSkype</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.iupt.com/ai/ladychatbot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://yourjovi.googlepages.com/webskype.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.iupt.com/ai/ladychatbot.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://yourjovi.googlepages.com/webskype.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3841,29 +4402,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lady Chatbot</title>
-      <short-title>Lady Chatbot</short-title>
+      <title>WebSkype</title>
+      <short-title>WebSkype</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ProgramBoardEventsGadget">
-    <portlet-name>ProgramBoardEventsGadget</portlet-name>
-    <display-name>Program Board Events</display-name>
-    <description>Google Gadgets: Program Board Events Gadget</description>
+  <portlet id="VictorHugoquotesGadget">
+    <portlet-name>VictorHugoquotesGadget</portlet-name>
+    <display-name>Victor Hugo quotes</display-name>
+    <description>Google Gadgets: Victor Hugo quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Program Board Events</value>
+      <value>Victor Hugo quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pb.gmu.edu/google_events.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/hugo_v.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pb.gmu.edu/google_events.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/hugo_v.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3874,29 +4435,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Program Board Events</title>
-      <short-title>Program Board Events</short-title>
+      <title>Victor Hugo quotes</title>
+      <short-title>Victor Hugo quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CrossroadsPresbyterianChurchAudioGadget">
-    <portlet-name>CrossroadsPresbyterianChurchAudioGadget</portlet-name>
-    <display-name>Crossroads Presbyterian Church Audio</display-name>
-    <description>Google Gadgets: Crossroads Presbyterian Church Audio Gadget</description>
+  <portlet id="NewYorkTimesWorldNewsGadget">
+    <portlet-name>NewYorkTimesWorldNewsGadget</portlet-name>
+    <display-name>New York Times: World News</display-name>
+    <description>Google Gadgets: New York Times: World News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Crossroads Presbyterian Church Audio</value>
+      <value>New York Times: World News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.crossroadsfamily.com/googlegadget.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-world.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.crossroadsfamily.com/googlegadget.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-world.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3907,29 +4468,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Crossroads Presbyterian Church Audio</title>
-      <short-title>Crossroads Presbyterian Church Audio</short-title>
+      <title>New York Times: World News</title>
+      <short-title>New York Times: World News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuickBlog1Gadget">
-    <portlet-name>QuickBlog1Gadget</portlet-name>
-    <display-name>Quick Blog</display-name>
-    <description>Google Gadgets: Quick Blog Gadget</description>
+  <portlet id="LearningEnglishGadget">
+    <portlet-name>LearningEnglishGadget</portlet-name>
+    <display-name>Learning English</display-name>
+    <description>Google Gadgets: Learning English Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quick Blog</value>
+      <value>Learning English</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1143177/D14659907763554374015&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002457767606894027501/cse/q_i8bkcnfwy/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1143177/D14659907763554374015</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002457767606894027501/cse/q_i8bkcnfwy/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3940,29 +4501,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quick Blog</title>
-      <short-title>Quick Blog</short-title>
+      <title>Learning English</title>
+      <short-title>Learning English</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DictionarySearchGadget">
-    <portlet-name>DictionarySearchGadget</portlet-name>
-    <display-name>Dictionary Search</display-name>
-    <description>Google Gadgets: Dictionary Search Gadget</description>
+  <portlet id="DrSeussquotesGadget">
+    <portlet-name>DrSeussquotesGadget</portlet-name>
+    <display-name>Dr. Seuss quotes</display-name>
+    <description>Google Gadgets: Dr. Seuss quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dictionary Search</value>
+      <value>Dr. Seuss quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/dictionary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/seuss_d.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/dictionary.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/seuss_d.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3973,29 +4534,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dictionary Search</title>
-      <short-title>Dictionary Search</short-title>
+      <title>Dr. Seuss quotes</title>
+      <short-title>Dr. Seuss quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooMail1Gadget">
-    <portlet-name>YahooMail1Gadget</portlet-name>
-    <display-name>Yahoo Mail</display-name>
-    <description>Google Gadgets: Yahoo Mail Gadget</description>
+  <portlet id="NewsKeywordSearchGadget">
+    <portlet-name>NewsKeywordSearchGadget</portlet-name>
+    <display-name>News Keyword Search</display-name>
+    <description>Google Gadgets: News Keyword Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo Mail</value>
+      <value>News Keyword Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~dchee/YahooMail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~dchee/YahooMail.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4006,29 +4567,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo Mail</title>
-      <short-title>Yahoo Mail</short-title>
+      <title>News Keyword Search</title>
+      <short-title>News Keyword Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MacGadget">
-    <portlet-name>MacGadget</portlet-name>
-    <display-name>.Mac</display-name>
-    <description>Google Gadgets: .Mac Gadget</description>
+  <portlet id="JayLenoquotesGadget">
+    <portlet-name>JayLenoquotesGadget</portlet-name>
+    <display-name>Jay Leno quotes</display-name>
+    <description>Google Gadgets: Jay Leno quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>.Mac</value>
+      <value>Jay Leno quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alexander.atallah.googlepages.com/dotMacGadgetv11.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/leno_j.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alexander.atallah.googlepages.com/dotMacGadgetv11.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/leno_j.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4039,29 +4600,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>.Mac</title>
-      <short-title>.Mac</short-title>
+      <title>Jay Leno quotes</title>
+      <short-title>Jay Leno quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BillCosbyJokesandThoughtsGadget">
-    <portlet-name>BillCosbyJokesandThoughtsGadget</portlet-name>
-    <display-name>Bill Cosby Jokes and Thoughts</display-name>
-    <description>Google Gadgets: Bill Cosby Jokes and Thoughts Gadget</description>
+  <portlet id="Dictionary2Gadget">
+    <portlet-name>Dictionary2Gadget</portlet-name>
+    <display-name>Dictionary</display-name>
+    <description>Google Gadgets: Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bill Cosby Jokes and Thoughts</value>
+      <value>Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/cosby.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/dictgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/cosby.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/dictgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4072,29 +4633,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bill Cosby Jokes and Thoughts</title>
-      <short-title>Bill Cosby Jokes and Thoughts</short-title>
+      <title>Dictionary</title>
+      <short-title>Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooMyWeb20BookmarksGadget">
-    <portlet-name>YahooMyWeb20BookmarksGadget</portlet-name>
-    <display-name>Yahoo! My Web 2.0 Bookmarks</display-name>
-    <description>Google Gadgets: Yahoo! My Web 2.0 Bookmarks Gadget</description>
+  <portlet id="SirFrancisBaconquotesGadget">
+    <portlet-name>SirFrancisBaconquotesGadget</portlet-name>
+    <display-name>Sir Francis Bacon quotes</display-name>
+    <description>Google Gadgets: Sir Francis Bacon quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo! My Web 2.0 Bookmarks</value>
+      <value>Sir Francis Bacon quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://R.S.Javalgekar.googlepages.com/YMW2Bookmarks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/bacon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://R.S.Javalgekar.googlepages.com/YMW2Bookmarks.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/bacon.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4105,29 +4666,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo! My Web 2.0 Bookmarks</title>
-      <short-title>Yahoo! My Web 2.0 Bookmarks</short-title>
+      <title>Sir Francis Bacon quotes</title>
+      <short-title>Sir Francis Bacon quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SmileyoftheMomentGadget">
-    <portlet-name>SmileyoftheMomentGadget</portlet-name>
-    <display-name>Smiley of the Moment</display-name>
-    <description>Google Gadgets: Smiley of the Moment Gadget</description>
+  <portlet id="NewYorkTimesTechnologyGadget">
+    <portlet-name>NewYorkTimesTechnologyGadget</portlet-name>
+    <display-name>New York Times: Technology</display-name>
+    <description>Google Gadgets: New York Times: Technology Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Smiley of the Moment</value>
+      <value>New York Times: Technology</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/smiley/smiley.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-tech.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/smiley/smiley.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-tech.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4138,29 +4699,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Smiley of the Moment</title>
-      <short-title>Smiley of the Moment</short-title>
+      <title>New York Times: Technology</title>
+      <short-title>New York Times: Technology</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LookWAYupdictionaryGadget">
-    <portlet-name>LookWAYupdictionaryGadget</portlet-name>
-    <display-name>LookWAYup dictionary</display-name>
-    <description>Google Gadgets: LookWAYup dictionary Gadget</description>
+  <portlet id="EbookSearchEngineGadget">
+    <portlet-name>EbookSearchEngineGadget</portlet-name>
+    <display-name>Ebook Search Engine</display-name>
+    <description>Google Gadgets: Ebook Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LookWAYup dictionary</value>
+      <value>Ebook Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lookwayup.com/free/LWUgmodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lookwayup.com/free/LWUgmodule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4171,29 +4732,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LookWAYup dictionary</title>
-      <short-title>LookWAYup dictionary</short-title>
+      <title>Ebook Search Engine</title>
+      <short-title>Ebook Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ForgivenessQuoteoftheDayGadget">
-    <portlet-name>ForgivenessQuoteoftheDayGadget</portlet-name>
-    <display-name>Forgiveness Quote of the Day</display-name>
-    <description>Google Gadgets: Forgiveness Quote of the Day Gadget</description>
+  <portlet id="SamuelJohnsonquotesGadget">
+    <portlet-name>SamuelJohnsonquotesGadget</portlet-name>
+    <display-name>Samuel Johnson quotes</display-name>
+    <description>Google Gadgets: Samuel Johnson quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Forgiveness Quote of the Day</value>
+      <value>Samuel Johnson quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/forgiveness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/johnson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/forgiveness.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/johnson.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4204,29 +4765,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Forgiveness Quote of the Day</title>
-      <short-title>Forgiveness Quote of the Day</short-title>
+      <title>Samuel Johnson quotes</title>
+      <short-title>Samuel Johnson quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PromtOnlineTranslatorGadget">
-    <portlet-name>PromtOnlineTranslatorGadget</portlet-name>
-    <display-name>Promt Online Translator</display-name>
-    <description>Google Gadgets: Promt Online Translator Gadget</description>
+  <portlet id="ConfuciusQuoteoftheDay1Gadget">
+    <portlet-name>ConfuciusQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Confucius Quote of the Day</display-name>
+    <description>Google Gadgets: Confucius Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Promt Online Translator</value>
+      <value>Confucius Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.translate.ru/forms/google_gadget/PromtTranslator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/confucius.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.translate.ru/forms/google_gadget/PromtTranslator.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/confucius.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4237,29 +4798,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Promt Online Translator</title>
-      <short-title>Promt Online Translator</short-title>
+      <title>Confucius Quote of the Day</title>
+      <short-title>Confucius Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Johan39sphotoblogmoduleGadget">
-    <portlet-name>Johan39sphotoblogmoduleGadget</portlet-name>
-    <display-name>Johan&#39;s photoblog module</display-name>
-    <description>Google Gadgets: Johan&#39;s photoblog module Gadget</description>
+  <portlet id="Dictionary3Gadget">
+    <portlet-name>Dictionary3Gadget</portlet-name>
+    <display-name>Dictionary</display-name>
+    <description>Google Gadgets: Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Johan&#39;s photoblog module</value>
+      <value>Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.infa.fi/~jhjerlin/widget.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://manikarthik84.googlepages.com/cambgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.infa.fi/~jhjerlin/widget.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://manikarthik84.googlepages.com/cambgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4270,29 +4831,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Johan&#39;s photoblog module</title>
-      <short-title>Johan&#39;s photoblog module</short-title>
+      <title>Dictionary</title>
+      <short-title>Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheGordaenGadgetGadget">
-    <portlet-name>TheGordaenGadgetGadget</portlet-name>
-    <display-name>The Gordaen Gadget</display-name>
-    <description>Google Gadgets: The Gordaen Gadget Gadget</description>
+  <portlet id="AmericanProverbquotesGadget">
+    <portlet-name>AmericanProverbquotesGadget</portlet-name>
+    <display-name>American Proverb quotes</display-name>
+    <description>Google Gadgets: American Proverb quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Gordaen Gadget</value>
+      <value>American Proverb quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gordaen.com/miscellaneous/gordaenGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/proverb_a.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gordaen.com/miscellaneous/gordaenGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/proverb_a.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4303,29 +4864,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Gordaen Gadget</title>
-      <short-title>The Gordaen Gadget</short-title>
+      <title>American Proverb quotes</title>
+      <short-title>American Proverb quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EncyclopediaSearchGadget">
-    <portlet-name>EncyclopediaSearchGadget</portlet-name>
-    <display-name>Encyclopedia Search</display-name>
-    <description>Google Gadgets: Encyclopedia Search Gadget</description>
+  <portlet id="JustNotRightPodcastGadget">
+    <portlet-name>JustNotRightPodcastGadget</portlet-name>
+    <display-name>Just Not Right Podcast</display-name>
+    <description>Google Gadgets: Just Not Right Podcast Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Encyclopedia Search</value>
+      <value>Just Not Right Podcast</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/encyclopedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wtv-zone.com/Jakebay/ctlwidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/encyclopedia.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wtv-zone.com/Jakebay/ctlwidget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4336,29 +4897,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Encyclopedia Search</title>
-      <short-title>Encyclopedia Search</short-title>
+      <title>Just Not Right Podcast</title>
+      <short-title>Just Not Right Podcast</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyGoogleGroupsTopicsGadget">
-    <portlet-name>MyGoogleGroupsTopicsGadget</portlet-name>
-    <display-name>My Google Groups Topics</display-name>
-    <description>Google Gadgets: My Google Groups Topics Gadget</description>
+  <portlet id="YahooNewsTechnologyGadget">
+    <portlet-name>YahooNewsTechnologyGadget</portlet-name>
+    <display-name>Yahoo! News: Technology</display-name>
+    <description>Google Gadgets: Yahoo! News: Technology Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Google Groups Topics</value>
+      <value>Yahoo! News: Technology</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/mytopics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-tech.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/mytopics.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-tech.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4369,29 +4930,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Google Groups Topics</title>
-      <short-title>My Google Groups Topics</short-title>
+      <title>Yahoo! News: Technology</title>
+      <short-title>Yahoo! News: Technology</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeTextMessageGadget">
-    <portlet-name>FreeTextMessageGadget</portlet-name>
-    <display-name>Free Text Message</display-name>
-    <description>Google Gadgets: Free Text Message Gadget</description>
+  <portlet id="MessengerFXWebMessengerGadget">
+    <portlet-name>MessengerFXWebMessengerGadget</portlet-name>
+    <display-name>MessengerFX - Web Messenger</display-name>
+    <description>Google Gadgets: MessengerFX - Web Messenger Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Text Message</value>
+      <value>MessengerFX - Web Messenger</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.txt2day.com/txt2day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www1.messengerfx.com/Clients/Google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.txt2day.com/txt2day.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www1.messengerfx.com/Clients/Google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4402,29 +4963,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Text Message</title>
-      <short-title>Free Text Message</short-title>
+      <title>MessengerFX - Web Messenger</title>
+      <short-title>MessengerFX - Web Messenger</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PoliticalQuoteoftheDayGadget">
-    <portlet-name>PoliticalQuoteoftheDayGadget</portlet-name>
-    <display-name>Political Quote of the Day</display-name>
-    <description>Google Gadgets: Political Quote of the Day Gadget</description>
+  <portlet id="RushLimbaughquotes1Gadget">
+    <portlet-name>RushLimbaughquotes1Gadget</portlet-name>
+    <display-name>Rush Limbaugh quotes</display-name>
+    <description>Google Gadgets: Rush Limbaugh quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Political Quote of the Day</value>
+      <value>Rush Limbaugh quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/politics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/limbaugh_r.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/politics.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/limbaugh_r.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4435,29 +4996,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Political Quote of the Day</title>
-      <short-title>Political Quote of the Day</short-title>
+      <title>Rush Limbaugh quotes</title>
+      <short-title>Rush Limbaugh quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Collin39sMiniMailGadget">
-    <portlet-name>Collin39sMiniMailGadget</portlet-name>
-    <display-name>Collin&#39;s MiniMail</display-name>
-    <description>Google Gadgets: Collin&#39;s MiniMail Gadget</description>
+  <portlet id="WaltDisneyQuoteoftheDayGadget">
+    <portlet-name>WaltDisneyQuoteoftheDayGadget</portlet-name>
+    <display-name>Walt Disney Quote of the Day</display-name>
+    <description>Google Gadgets: Walt Disney Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Collin&#39;s MiniMail</value>
+      <value>Walt Disney Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freewebs.com/encryptionandsecurity/sendmail.txt&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/walt-disney.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freewebs.com/encryptionandsecurity/sendmail.txt</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/walt-disney.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4468,29 +5029,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Collin&#39;s MiniMail</title>
-      <short-title>Collin&#39;s MiniMail</short-title>
+      <title>Walt Disney Quote of the Day</title>
+      <short-title>Walt Disney Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PinDaxHeadlineBoardGadget">
-    <portlet-name>PinDaxHeadlineBoardGadget</portlet-name>
-    <display-name>PinDax Headline Board</display-name>
-    <description>Google Gadgets: PinDax Headline Board Gadget</description>
+  <portlet id="RememberTheMilkGadget">
+    <portlet-name>RememberTheMilkGadget</portlet-name>
+    <display-name>Remember The Milk</display-name>
+    <description>Google Gadgets: Remember The Milk Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PinDax Headline Board</value>
+      <value>Remember The Milk</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pindax.com/miniBoardXML.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rememberthemilk.com/services/modules/googleig/rtm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pindax.com/miniBoardXML.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rememberthemilk.com/services/modules/googleig/rtm.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4501,29 +5062,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PinDax Headline Board</title>
-      <short-title>PinDax Headline Board</short-title>
+      <title>Remember The Milk</title>
+      <short-title>Remember The Milk</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NationalGeographicPhotos1Gadget">
-    <portlet-name>NationalGeographicPhotos1Gadget</portlet-name>
-    <display-name>National Geographic Photos</display-name>
-    <description>Google Gadgets: National Geographic Photos Gadget</description>
+  <portlet id="GRESATWordsoftheDayGadget">
+    <portlet-name>GRESATWordsoftheDayGadget</portlet-name>
+    <display-name>GRE SAT Words of the Day</display-name>
+    <description>Google Gadgets: GRE SAT Words of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>National Geographic Photos</value>
+      <value>GRE SAT Words of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/nationalgeographic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106291651664259497117/cozyenglish_wod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/nationalgeographic.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106291651664259497117/cozyenglish_wod.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4534,29 +5095,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>National Geographic Photos</title>
-      <short-title>National Geographic Photos</short-title>
+      <title>GRE SAT Words of the Day</title>
+      <short-title>GRE SAT Words of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyWebCam1Gadget">
-    <portlet-name>MyWebCam1Gadget</portlet-name>
-    <display-name>My WebCam</display-name>
-    <description>Google Gadgets: My WebCam Gadget</description>
+  <portlet id="AristotleQuoteoftheDay2Gadget">
+    <portlet-name>AristotleQuoteoftheDay2Gadget</portlet-name>
+    <display-name>Aristotle Quote of the Day</display-name>
+    <description>Google Gadgets: Aristotle Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My WebCam</value>
+      <value>Aristotle Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://72.22.64.51/webcam/wcm2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/aristotle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://72.22.64.51/webcam/wcm2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/aristotle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4567,29 +5128,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My WebCam</title>
-      <short-title>My WebCam</short-title>
+      <title>Aristotle Quote of the Day</title>
+      <short-title>Aristotle Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AbrahamLincolnQuoteoftheDayGadget">
-    <portlet-name>AbrahamLincolnQuoteoftheDayGadget</portlet-name>
-    <display-name>Abraham Lincoln Quote of the Day</display-name>
-    <description>Google Gadgets: Abraham Lincoln Quote of the Day Gadget</description>
+  <portlet id="CountdowntoMonthlyEventGadget">
+    <portlet-name>CountdowntoMonthlyEventGadget</portlet-name>
+    <display-name>Countdown to Monthly Event</display-name>
+    <description>Google Gadgets: Countdown to Monthly Event Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Abraham Lincoln Quote of the Day</value>
+      <value>Countdown to Monthly Event</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/abraham-lincoln.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/countdown_xthyday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/abraham-lincoln.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/countdown_xthyday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4600,29 +5161,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Abraham Lincoln Quote of the Day</title>
-      <short-title>Abraham Lincoln Quote of the Day</short-title>
+      <title>Countdown to Monthly Event</title>
+      <short-title>Countdown to Monthly Event</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TIMEQuoteoftheDayGadget">
-    <portlet-name>TIMEQuoteoftheDayGadget</portlet-name>
-    <display-name>TIME Quote of the Day</display-name>
-    <description>Google Gadgets: TIME Quote of the Day Gadget</description>
+  <portlet id="SirFrancisBaconQuoteoftheDayGadget">
+    <portlet-name>SirFrancisBaconQuoteoftheDayGadget</portlet-name>
+    <display-name>Sir Francis Bacon Quote of ...</display-name>
+    <description>Google Gadgets: Sir Francis Bacon Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TIME Quote of the Day</value>
+      <value>Sir Francis Bacon Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/cnn/time-quote-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/bacon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/cnn/time-quote-of-the-day.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/bacon.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4633,29 +5194,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TIME Quote of the Day</title>
-      <short-title>TIME Quote of the Day</short-title>
+      <title>Sir Francis Bacon Quote of the Day</title>
+      <short-title>Sir Francis Bacon Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FancyPantsyRSSSearchandFilterGadget">
-    <portlet-name>FancyPantsyRSSSearchandFilterGadget</portlet-name>
-    <display-name>Fancy-Pantsy RSS Search and Filter</display-name>
-    <description>Google Gadgets: Fancy-Pantsy RSS Search and Filter Gadget</description>
+  <portlet id="BlogdriveTemplatesGadget">
+    <portlet-name>BlogdriveTemplatesGadget</portlet-name>
+    <display-name>Blogdrive Templates</display-name>
+    <description>Google Gadgets: Blogdrive Templates Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fancy-Pantsy RSS Search and Filter</value>
+      <value>Blogdrive Templates</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jack.sankey.googlepages.com/RSSfilter_current.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jack.sankey.googlepages.com/RSSfilter_current.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4666,29 +5227,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fancy-Pantsy RSS Search and Filter</title>
-      <short-title>Fancy-Pantsy RSS Search and Filter</short-title>
+      <title>Blogdrive Templates</title>
+      <short-title>Blogdrive Templates</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GreekBlogsSearchEngineGadget">
-    <portlet-name>GreekBlogsSearchEngineGadget</portlet-name>
-    <display-name>Greek Blogs Search Engine</display-name>
-    <description>Google Gadgets: Greek Blogs Search Engine Gadget</description>
+  <portlet id="JerrySeinfeldquotesGadget">
+    <portlet-name>JerrySeinfeldquotesGadget</portlet-name>
+    <display-name>Jerry Seinfeld quotes</display-name>
+    <description>Google Gadgets: Jerry Seinfeld quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Greek Blogs Search Engine</value>
+      <value>Jerry Seinfeld quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/001811651856122118421/cse/kclaghsbst0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/seinfeld_j.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/001811651856122118421/cse/kclaghsbst0/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/seinfeld_j.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4699,29 +5260,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Greek Blogs Search Engine</title>
-      <short-title>Greek Blogs Search Engine</short-title>
+      <title>Jerry Seinfeld quotes</title>
+      <short-title>Jerry Seinfeld quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MapMyWordDictionary1Gadget">
-    <portlet-name>MapMyWordDictionary1Gadget</portlet-name>
-    <display-name>MapMyWord Dictionary</display-name>
-    <description>Google Gadgets: MapMyWord Dictionary Gadget</description>
+  <portlet id="PeopleFinderGadget">
+    <portlet-name>PeopleFinderGadget</portlet-name>
+    <display-name>People Finder</display-name>
+    <description>Google Gadgets: People Finder Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MapMyWord Dictionary</value>
+      <value>People Finder</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sakunkoo.googlepages.com/mgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/peoplefinder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sakunkoo.googlepages.com/mgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/peoplefinder.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4732,29 +5293,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MapMyWord Dictionary</title>
-      <short-title>MapMyWord Dictionary</short-title>
+      <title>People Finder</title>
+      <short-title>People Finder</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Socializerbyweb2announcercomGadget">
-    <portlet-name>Socializerbyweb2announcercomGadget</portlet-name>
-    <display-name>Socializer by web2announcer.com</display-name>
-    <description>Google Gadgets: Socializer by web2announcer.com Gadget</description>
+  <portlet id="TheWeatherChannelGadget">
+    <portlet-name>TheWeatherChannelGadget</portlet-name>
+    <display-name>The Weather Channel</display-name>
+    <description>Google Gadgets: The Weather Channel Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Socializer by web2announcer.com</value>
+      <value>The Weather Channel</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web2announcer.com/gm/socializer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/weatherchannel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web2announcer.com/gm/socializer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/weatherchannel.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4765,29 +5326,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Socializer by web2announcer.com</title>
-      <short-title>Socializer by web2announcer.com</short-title>
+      <title>The Weather Channel</title>
+      <short-title>The Weather Channel</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BrazilMissingChildrenAlertsGadget">
-    <portlet-name>BrazilMissingChildrenAlertsGadget</portlet-name>
-    <display-name>Brazil Missing Children Alerts</display-name>
-    <description>Google Gadgets: Brazil Missing Children Alerts Gadget</description>
+  <portlet id="AbrahamLincolnQuoteoftheDay1Gadget">
+    <portlet-name>AbrahamLincolnQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Abraham Lincoln Quote of th...</display-name>
+    <description>Google Gadgets: Abraham Lincoln Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Brazil Missing Children Alerts</value>
+      <value>Abraham Lincoln Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/missing-kids/brasil/missing-kids.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.1.googlepages.com/abraham-lincoln.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/missing-kids/brasil/missing-kids.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.1.googlepages.com/abraham-lincoln.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4798,29 +5359,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Brazil Missing Children Alerts</title>
-      <short-title>Brazil Missing Children Alerts</short-title>
+      <title>Abraham Lincoln Quote of the Day</title>
+      <short-title>Abraham Lincoln Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChatNetworkGadget">
-    <portlet-name>ChatNetworkGadget</portlet-name>
-    <display-name>Chat Network</display-name>
-    <description>Google Gadgets: Chat Network Gadget</description>
+  <portlet id="ChatinChineseGadget">
+    <portlet-name>ChatinChineseGadget</portlet-name>
+    <display-name>Chat in Chinese</display-name>
+    <description>Google Gadgets: Chat in Chinese Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Chat Network</value>
+      <value>Chat in Chinese</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chat.parachat.com/gg/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.parachat.cn/gg/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chat.parachat.com/gg/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.parachat.cn/gg/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4831,29 +5392,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Chat Network</title>
-      <short-title>Chat Network</short-title>
+      <title>Chat in Chinese</title>
+      <short-title>Chat in Chinese</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OrkutBirthdaysGadget">
-    <portlet-name>OrkutBirthdaysGadget</portlet-name>
-    <display-name>Orkut Birthdays</display-name>
-    <description>Google Gadgets: Orkut Birthdays Gadget</description>
+  <portlet id="JKRowlingquotesGadget">
+    <portlet-name>JKRowlingquotesGadget</portlet-name>
+    <display-name>J. K. Rowling quotes</display-name>
+    <description>Google Gadgets: J. K. Rowling quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Orkut Birthdays</value>
+      <value>J. K. Rowling quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/orkut_bdays.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/rowling.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/orkut_bdays.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/rowling.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4864,29 +5425,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Orkut Birthdays</title>
-      <short-title>Orkut Birthdays</short-title>
+      <title>J. K. Rowling quotes</title>
+      <short-title>J. K. Rowling quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CallWaveFreeVisualVoicemail1Gadget">
-    <portlet-name>CallWaveFreeVisualVoicemail1Gadget</portlet-name>
-    <display-name>CallWave Free Visual Voicemail</display-name>
-    <description>Google Gadgets: CallWave Free Visual Voicemail Gadget</description>
+  <portlet id="NewYorkTimesBusinessGadget">
+    <portlet-name>NewYorkTimesBusinessGadget</portlet-name>
+    <display-name>New York Times: Business</display-name>
+    <description>Google Gadgets: New York Times: Business Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CallWave Free Visual Voicemail</value>
+      <value>New York Times: Business</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.callwave.com/widgets/googlevoicemail.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-business.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.callwave.com/widgets/googlevoicemail.aspx</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-business.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4897,29 +5458,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CallWave Free Visual Voicemail</title>
-      <short-title>CallWave Free Visual Voicemail</short-title>
+      <title>New York Times: Business</title>
+      <short-title>New York Times: Business</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WorldPopulationandLandCountGadget">
-    <portlet-name>WorldPopulationandLandCountGadget</portlet-name>
-    <display-name>World Population and Land Count</display-name>
-    <description>Google Gadgets: World Population and Land Count Gadget</description>
+  <portlet id="JaneAustenquotesGadget">
+    <portlet-name>JaneAustenquotesGadget</portlet-name>
+    <display-name>Jane Austen quotes</display-name>
+    <description>Google Gadgets: Jane Austen quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>World Population and Land Count</value>
+      <value>Jane Austen quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/world-population.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/austen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/world-population.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/austen.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4930,29 +5491,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>World Population and Land Count</title>
-      <short-title>World Population and Land Count</short-title>
+      <title>Jane Austen quotes</title>
+      <short-title>Jane Austen quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ICQStatusCheckGadget">
-    <portlet-name>ICQStatusCheckGadget</portlet-name>
-    <display-name>ICQ Status Check</display-name>
-    <description>Google Gadgets: ICQ Status Check Gadget</description>
+  <portlet id="GeorgeWillquotesGadget">
+    <portlet-name>GeorgeWillquotesGadget</portlet-name>
+    <display-name>George Will quotes</display-name>
+    <description>Google Gadgets: George Will quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ICQ Status Check</value>
+      <value>George Will quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.pages.at/mariusknaust/icqstatuscheck/icqstatuscheck.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/will_g.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.pages.at/mariusknaust/icqstatuscheck/icqstatuscheck.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/will_g.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4963,29 +5524,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ICQ Status Check</title>
-      <short-title>ICQ Status Check</short-title>
+      <title>George Will quotes</title>
+      <short-title>George Will quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RMailGadget">
-    <portlet-name>RMailGadget</portlet-name>
-    <display-name>RMail</display-name>
-    <description>Google Gadgets: RMail Gadget</description>
+  <portlet id="LeadershipQuotes1Gadget">
+    <portlet-name>LeadershipQuotes1Gadget</portlet-name>
+    <display-name>Leadership Quotes</display-name>
+    <description>Google Gadgets: Leadership Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RMail</value>
+      <value>Leadership Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lab.rss-world.info/google-homepage/r-mail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/leadership.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lab.rss-world.info/google-homepage/r-mail.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/leadership.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4996,29 +5557,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RMail</title>
-      <short-title>RMail</short-title>
+      <title>Leadership Quotes</title>
+      <short-title>Leadership Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SMSviaTeleMessageGadget">
-    <portlet-name>SMSviaTeleMessageGadget</portlet-name>
-    <display-name>SMS via TeleMessage</display-name>
-    <description>Google Gadgets: SMS via TeleMessage Gadget</description>
+  <portlet id="AristotlequotesGadget">
+    <portlet-name>AristotlequotesGadget</portlet-name>
+    <display-name>Aristotle quotes</display-name>
+    <description>Google Gadgets: Aristotle quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SMS via TeleMessage</value>
+      <value>Aristotle quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.telemessage.com/oplugin/beta/tm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/aristotle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.telemessage.com/oplugin/beta/tm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/aristotle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5029,29 +5590,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SMS via TeleMessage</title>
-      <short-title>SMS via TeleMessage</short-title>
+      <title>Aristotle quotes</title>
+      <short-title>Aristotle quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RalphWaldoEmersonQuoteoftheDayGadget">
-    <portlet-name>RalphWaldoEmersonQuoteoftheDayGadget</portlet-name>
-    <display-name>Ralph Waldo Emerson Quote of the Day</display-name>
-    <description>Google Gadgets: Ralph Waldo Emerson Quote of the Day Gadget</description>
+  <portlet id="AmericanProverboftheDay2Gadget">
+    <portlet-name>AmericanProverboftheDay2Gadget</portlet-name>
+    <display-name>American Proverb of the Day</display-name>
+    <description>Google Gadgets: American Proverb of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ralph Waldo Emerson Quote of the Day</value>
+      <value>American Proverb of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/emerson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/american-proverbs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/emerson.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/american-proverbs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5062,29 +5623,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ralph Waldo Emerson Quote of the Day</title>
-      <short-title>Ralph Waldo Emerson Quote of the Day</short-title>
+      <title>American Proverb of the Day</title>
+      <short-title>American Proverb of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ComvozGadget">
-    <portlet-name>ComvozGadget</portlet-name>
-    <display-name>Comvoz</display-name>
-    <description>Google Gadgets: Comvoz Gadget</description>
+  <portlet id="WilliamPennquotesGadget">
+    <portlet-name>WilliamPennquotesGadget</portlet-name>
+    <display-name>William Penn quotes</display-name>
+    <description>Google Gadgets: William Penn quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Comvoz</value>
+      <value>William Penn quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://galdub10.100webspace.net/comvoz/comvoz.xml.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/penn_w.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://galdub10.100webspace.net/comvoz/comvoz.xml.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/penn_w.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5095,29 +5656,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Comvoz</title>
-      <short-title>Comvoz</short-title>
+      <title>William Penn quotes</title>
+      <short-title>William Penn quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlogdriveFavoritesGadget">
-    <portlet-name>BlogdriveFavoritesGadget</portlet-name>
-    <display-name>Blogdrive Favorites</display-name>
-    <description>Google Gadgets: Blogdrive Favorites Gadget</description>
+  <portlet id="ActivityoftheDayGadget">
+    <portlet-name>ActivityoftheDayGadget</portlet-name>
+    <display-name>Activity of the Day</display-name>
+    <description>Google Gadgets: Activity of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Blogdrive Favorites</value>
+      <value>Activity of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://design.blogdrive.com/scripts/google/blogdrive-favorites.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://waiteforit.googlepages.com/activityoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://design.blogdrive.com/scripts/google/blogdrive-favorites.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://waiteforit.googlepages.com/activityoftheday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5128,29 +5689,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Blogdrive Favorites</title>
-      <short-title>Blogdrive Favorites</short-title>
+      <title>Activity of the Day</title>
+      <short-title>Activity of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SpanishWordoftheDayGadget">
-    <portlet-name>SpanishWordoftheDayGadget</portlet-name>
-    <display-name>Spanish - Word of the Day</display-name>
-    <description>Google Gadgets: Spanish - Word of the Day Gadget</description>
+  <portlet id="PlatoquotesGadget">
+    <portlet-name>PlatoquotesGadget</portlet-name>
+    <display-name>Plato quotes</display-name>
+    <description>Google Gadgets: Plato quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Spanish - Word of the Day</value>
+      <value>Plato quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/spanish_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/plato.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/google_gadgets/spanish_wotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/plato.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5161,29 +5722,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Spanish - Word of the Day</title>
-      <short-title>Spanish - Word of the Day</short-title>
+      <title>Plato quotes</title>
+      <short-title>Plato quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DesktopChatGadget">
-    <portlet-name>DesktopChatGadget</portlet-name>
-    <display-name>Desktop Chat</display-name>
-    <description>Google Gadgets: Desktop Chat Gadget</description>
+  <portlet id="TerryPratchettquotesGadget">
+    <portlet-name>TerryPratchettquotesGadget</portlet-name>
+    <display-name>Terry Pratchett quotes</display-name>
+    <description>Google Gadgets: Terry Pratchett quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Desktop Chat</value>
+      <value>Terry Pratchett quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.livebug.com/gadget/chat.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/pratchett_t.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.livebug.com/gadget/chat.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/pratchett_t.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5194,29 +5755,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Desktop Chat</title>
-      <short-title>Desktop Chat</short-title>
+      <title>Terry Pratchett quotes</title>
+      <short-title>Terry Pratchett quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlogdriveTemplatesGadget">
-    <portlet-name>BlogdriveTemplatesGadget</portlet-name>
-    <display-name>Blogdrive Templates</display-name>
-    <description>Google Gadgets: Blogdrive Templates Gadget</description>
+  <portlet id="HenryWadsworthLongfellowquotesGadget">
+    <portlet-name>HenryWadsworthLongfellowquotesGadget</portlet-name>
+    <display-name>Henry Wadsworth Longfellow ...</display-name>
+    <description>Google Gadgets: Henry Wadsworth Longfellow quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Blogdrive Templates</value>
+      <value>Henry Wadsworth Longfellow quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/longfellow_h.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/longfellow_h.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5227,29 +5788,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Blogdrive Templates</title>
-      <short-title>Blogdrive Templates</short-title>
+      <title>Henry Wadsworth Longfellow quotes</title>
+      <short-title>Henry Wadsworth Longfellow quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ParentingTipoftheDayGadget">
-    <portlet-name>ParentingTipoftheDayGadget</portlet-name>
-    <display-name>Parenting Tip of the Day</display-name>
-    <description>Google Gadgets: Parenting Tip of the Day Gadget</description>
+  <portlet id="RonaldReaganquotesGadget">
+    <portlet-name>RonaldReaganquotesGadget</portlet-name>
+    <display-name>Ronald Reagan quotes</display-name>
+    <description>Google Gadgets: Ronald Reagan quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Parenting Tip of the Day</value>
+      <value>Ronald Reagan quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/parenting.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/reagan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/parenting.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/reagan.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5260,29 +5821,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Parenting Tip of the Day</title>
-      <short-title>Parenting Tip of the Day</short-title>
+      <title>Ronald Reagan quotes</title>
+      <short-title>Ronald Reagan quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WordReferencecomDictionariesGadget">
-    <portlet-name>WordReferencecomDictionariesGadget</portlet-name>
-    <display-name>WordReference.com Dictionaries</display-name>
-    <description>Google Gadgets: WordReference.com Dictionaries Gadget</description>
+  <portlet id="CNNNewsBlogsGadget">
+    <portlet-name>CNNNewsBlogsGadget</portlet-name>
+    <display-name>CNN News: Blogs</display-name>
+    <description>Google Gadgets: CNN News: Blogs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WordReference.com Dictionaries</value>
+      <value>CNN News: Blogs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wordreference.com/tools/ggGadgets/WRgadget_en.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-blog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wordreference.com/tools/ggGadgets/WRgadget_en.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-blog.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5293,29 +5854,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WordReference.com Dictionaries</title>
-      <short-title>WordReference.com Dictionaries</short-title>
+      <title>CNN News: Blogs</title>
+      <short-title>CNN News: Blogs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SendlargefileswithMembaVelodocGadget">
-    <portlet-name>SendlargefileswithMembaVelodocGadget</portlet-name>
-    <display-name>Send large files with Memba Velodoc</display-name>
-    <description>Google Gadgets: Send large files with Memba Velodoc Gadget</description>
+  <portlet id="StephenColbertQuoteoftheDayGadget">
+    <portlet-name>StephenColbertQuoteoftheDayGadget</portlet-name>
+    <display-name>Stephen Colbert Quote of th...</display-name>
+    <description>Google Gadgets: Stephen Colbert Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Send large files with Memba Velodoc</value>
+      <value>Stephen Colbert Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.velodoc.net/gadgets/google/velodoc.gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/colbert.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.velodoc.net/gadgets/google/velodoc.gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/colbert.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5326,29 +5887,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Send large files with Memba Velodoc</title>
-      <short-title>Send large files with Memba Velodoc</short-title>
+      <title>Stephen Colbert Quote of the Day</title>
+      <short-title>Stephen Colbert Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchOpenCourseWareFromvariousUniversitiesGadget">
-    <portlet-name>SearchOpenCourseWareFromvariousUniversitiesGadget</portlet-name>
-    <display-name>Search Open Course Ware From various Universities</display-name>
-    <description>Google Gadgets: Search Open Course Ware From various Universities Gadget</description>
+  <portlet id="SlickDealsnetTopDealsGadget">
+    <portlet-name>SlickDealsnetTopDealsGadget</portlet-name>
+    <display-name>SlickDeals.net Top Deals</display-name>
+    <description>Google Gadgets: SlickDeals.net Top Deals Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search Open Course Ware From various Universities</value>
+      <value>SlickDeals.net Top Deals</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pspxworld.com/opencontentonline.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/slickdeals-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pspxworld.com/opencontentonline.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/slickdeals-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5359,29 +5920,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search Open Course Ware From various Universities</title>
-      <short-title>Search Open Course Ware From various Universities</short-title>
+      <title>SlickDeals.net Top Deals</title>
+      <short-title>SlickDeals.net Top Deals</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BabylonTranslationBoxGadget">
-    <portlet-name>BabylonTranslationBoxGadget</portlet-name>
-    <display-name>Babylon Translation Box</display-name>
-    <description>Google Gadgets: Babylon Translation Box Gadget</description>
+  <portlet id="TeleMessageSMSSenderGadget">
+    <portlet-name>TeleMessageSMSSenderGadget</portlet-name>
+    <display-name>TeleMessage SMS Sender</display-name>
+    <description>Google Gadgets: TeleMessage SMS Sender Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Babylon Translation Box</value>
+      <value>TeleMessage SMS Sender</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/babylon/babylon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.telemessage.com/qsms/qsms.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/babylon/babylon.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.telemessage.com/qsms/qsms.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5392,29 +5953,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Babylon Translation Box</title>
-      <short-title>Babylon Translation Box</short-title>
+      <title>TeleMessage SMS Sender</title>
+      <short-title>TeleMessage SMS Sender</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InterestingPhotosoftheDayGadget">
-    <portlet-name>InterestingPhotosoftheDayGadget</portlet-name>
-    <display-name>Interesting Photos of the Day</display-name>
-    <description>Google Gadgets: Interesting Photos of the Day Gadget</description>
+  <portlet id="HenryDavidThoreauQuoteoftheDayGadget">
+    <portlet-name>HenryDavidThoreauQuoteoftheDayGadget</portlet-name>
+    <display-name>Henry David Thoreau Quote o...</display-name>
+    <description>Google Gadgets: Henry David Thoreau Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Interesting Photos of the Day</value>
+      <value>Henry David Thoreau Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/beauty.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/thoreau.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/beauty.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/thoreau.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5425,29 +5986,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Interesting Photos of the Day</title>
-      <short-title>Interesting Photos of the Day</short-title>
+      <title>Henry David Thoreau Quote of the Day</title>
+      <short-title>Henry David Thoreau Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DaayuPhotoampVideoSharingGadget">
-    <portlet-name>DaayuPhotoampVideoSharingGadget</portlet-name>
-    <display-name>Daayu Photo &amp; Video Sharing</display-name>
-    <description>Google Gadgets: Daayu Photo &amp; Video Sharing Gadget</description>
+  <portlet id="PressReleasesGadget">
+    <portlet-name>PressReleasesGadget</portlet-name>
+    <display-name>Press Releases</display-name>
+    <description>Google Gadgets: Press Releases Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daayu Photo &amp; Video Sharing</value>
+      <value>Press Releases</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.daayu.com/GoogleModule/Daayu.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/pressrelease.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.daayu.com/GoogleModule/Daayu.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/pressrelease.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5458,29 +6019,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daayu Photo &amp; Video Sharing</title>
-      <short-title>Daayu Photo &amp; Video Sharing</short-title>
+      <title>Press Releases</title>
+      <short-title>Press Releases</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Who39sonSocceresqueGadget">
-    <portlet-name>Who39sonSocceresqueGadget</portlet-name>
-    <display-name>Who&#39;s on Socceresque</display-name>
-    <description>Google Gadgets: Who&#39;s on Socceresque Gadget</description>
+  <portlet id="BobDylanquotesGadget">
+    <portlet-name>BobDylanquotesGadget</portlet-name>
+    <display-name>Bob Dylan quotes</display-name>
+    <description>Google Gadgets: Bob Dylan quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Who&#39;s on Socceresque</value>
+      <value>Bob Dylan quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.socceresque.com/gadgets/online.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/dylan_b.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.socceresque.com/gadgets/online.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/dylan_b.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5491,29 +6052,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Who&#39;s on Socceresque</title>
-      <short-title>Who&#39;s on Socceresque</short-title>
+      <title>Bob Dylan quotes</title>
+      <short-title>Bob Dylan quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheGoodBlogsGadget">
-    <portlet-name>TheGoodBlogsGadget</portlet-name>
-    <display-name>TheGoodBlogs</display-name>
-    <description>Google Gadgets: TheGoodBlogs Gadget</description>
+  <portlet id="MapQuestDrivingDirections1Gadget">
+    <portlet-name>MapQuestDrivingDirections1Gadget</portlet-name>
+    <display-name>MapQuest Driving Directions</display-name>
+    <description>Google Gadgets: MapQuest Driving Directions Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TheGoodBlogs</value>
+      <value>MapQuest Driving Directions</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://plugins.thegoodblogs.com/google-ig/thegoodblogs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/mapquest.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://plugins.thegoodblogs.com/google-ig/thegoodblogs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/mapquest.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5524,29 +6085,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TheGoodBlogs</title>
-      <short-title>TheGoodBlogs</short-title>
+      <title>MapQuest Driving Directions</title>
+      <short-title>MapQuest Driving Directions</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SmileyoftheDay1Gadget">
-    <portlet-name>SmileyoftheDay1Gadget</portlet-name>
-    <display-name>Smiley of the Day</display-name>
-    <description>Google Gadgets: Smiley of the Day Gadget</description>
+  <portlet id="WordsofWisdomGadget">
+    <portlet-name>WordsofWisdomGadget</portlet-name>
+    <display-name>Words of Wisdom</display-name>
+    <description>Google Gadgets: Words of Wisdom Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Smiley of the Day</value>
+      <value>Words of Wisdom</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/smiley.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.1.googlepages.com/words-of-wisdom.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/smiley.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.1.googlepages.com/words-of-wisdom.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5557,29 +6118,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Smiley of the Day</title>
-      <short-title>Smiley of the Day</short-title>
+      <title>Words of Wisdom</title>
+      <short-title>Words of Wisdom</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="43ThingsGadget">
-    <portlet-name>43ThingsGadget</portlet-name>
-    <display-name>43 Things</display-name>
-    <description>Google Gadgets: 43 Things Gadget</description>
+  <portlet id="DisneyCharacteroftheDayGadget">
+    <portlet-name>DisneyCharacteroftheDayGadget</portlet-name>
+    <display-name>Disney Character of the Day</display-name>
+    <description>Google Gadgets: Disney Character of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>43 Things</value>
+      <value>Disney Character of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/calebegg42/43things.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/disney-character-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/calebegg42/43things.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/disney-character-of-the-day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5590,29 +6151,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>43 Things</title>
-      <short-title>43 Things</short-title>
+      <title>Disney Character of the Day</title>
+      <short-title>Disney Character of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeGoSMSGadget">
-    <portlet-name>FreeGoSMSGadget</portlet-name>
-    <display-name>Free Go SMS</display-name>
-    <description>Google Gadgets: Free Go SMS Gadget</description>
+  <portlet id="NewYorkTimesTheaterGadget">
+    <portlet-name>NewYorkTimesTheaterGadget</portlet-name>
+    <display-name>New York Times: Theater</display-name>
+    <description>Google Gadgets: New York Times: Theater Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Go SMS</value>
+      <value>New York Times: Theater</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rossoft.net:8080/gSMSWeb/gadgetdef/gsms_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-theater.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rossoft.net:8080/gSMSWeb/gadgetdef/gsms_google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-theater.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5623,29 +6184,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Go SMS</title>
-      <short-title>Free Go SMS</short-title>
+      <title>New York Times: Theater</title>
+      <short-title>New York Times: Theater</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FriendshipQuoteoftheDayGadget">
-    <portlet-name>FriendshipQuoteoftheDayGadget</portlet-name>
-    <display-name>Friendship Quote of the Day</display-name>
-    <description>Google Gadgets: Friendship Quote of the Day Gadget</description>
+  <portlet id="MeriamWebster39sDictionarySearchGadget">
+    <portlet-name>MeriamWebster39sDictionarySearchGadget</portlet-name>
+    <display-name>Meriam Webster&#39;s Dictio...</display-name>
+    <description>Google Gadgets: Meriam Webster&#39;s Dictionary Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Friendship Quote of the Day</value>
+      <value>Meriam Webster&#39;s Dictionary Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/friendship.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002139675427992011401/cse/imceyiayhfo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/friendship.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002139675427992011401/cse/imceyiayhfo/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5656,29 +6217,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Friendship Quote of the Day</title>
-      <short-title>Friendship Quote of the Day</short-title>
+      <title>Meriam Webster&#39;s Dictionary Search</title>
+      <short-title>Meriam Webster&#39;s Dictionary Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooIridiumFlaresGadget">
-    <portlet-name>YahooIridiumFlaresGadget</portlet-name>
-    <display-name>Yahoo! Iridium Flares</display-name>
-    <description>Google Gadgets: Yahoo! Iridium Flares Gadget</description>
+  <portlet id="NationalGeographicPhotos1Gadget">
+    <portlet-name>NationalGeographicPhotos1Gadget</portlet-name>
+    <display-name>National Geographic Photos</display-name>
+    <description>Google Gadgets: National Geographic Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo! Iridium Flares</value>
+      <value>National Geographic Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.crossroads-coffeehouse.org/iridium.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/nationalgeographic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.crossroads-coffeehouse.org/iridium.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/nationalgeographic.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5689,29 +6250,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo! Iridium Flares</title>
-      <short-title>Yahoo! Iridium Flares</short-title>
+      <title>National Geographic Photos</title>
+      <short-title>National Geographic Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SendlargefileswithMembaVelodoc1Gadget">
-    <portlet-name>SendlargefileswithMembaVelodoc1Gadget</portlet-name>
-    <display-name>Send large files with Memba Velodoc</display-name>
-    <description>Google Gadgets: Send large files with Memba Velodoc Gadget</description>
+  <portlet id="KahlilGibranquotesGadget">
+    <portlet-name>KahlilGibranquotesGadget</portlet-name>
+    <display-name>Kahlil Gibran quotes</display-name>
+    <description>Google Gadgets: Kahlil Gibran quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Send large files with Memba Velodoc</value>
+      <value>Kahlil Gibran quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.velodoc.net/Gadgets/Google/Velodoc.Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/gibran.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.velodoc.net/Gadgets/Google/Velodoc.Gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/gibran.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5722,29 +6283,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Send large files with Memba Velodoc</title>
-      <short-title>Send large files with Memba Velodoc</short-title>
+      <title>Kahlil Gibran quotes</title>
+      <short-title>Kahlil Gibran quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MusicianSearchGadget">
-    <portlet-name>MusicianSearchGadget</portlet-name>
-    <display-name>Musician Search</display-name>
-    <description>Google Gadgets: Musician Search Gadget</description>
+  <portlet id="AesopquotesGadget">
+    <portlet-name>AesopquotesGadget</portlet-name>
+    <display-name>Aesop quotes</display-name>
+    <description>Google Gadgets: Aesop quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Musician Search</value>
+      <value>Aesop quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ebandbuilder.com/gadget/MusicianSearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/aesop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ebandbuilder.com/gadget/MusicianSearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/aesop.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5755,29 +6316,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Musician Search</title>
-      <short-title>Musician Search</short-title>
+      <title>Aesop quotes</title>
+      <short-title>Aesop quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IndonesianWordoftheDayGadget">
-    <portlet-name>IndonesianWordoftheDayGadget</portlet-name>
-    <display-name>Indonesian - Word of the Day</display-name>
-    <description>Google Gadgets: Indonesian - Word of the Day Gadget</description>
+  <portlet id="DisneyCharacteroftheDay1Gadget">
+    <portlet-name>DisneyCharacteroftheDay1Gadget</portlet-name>
+    <display-name>Disney Character of the Day</display-name>
+    <description>Google Gadgets: Disney Character of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Indonesian - Word of the Day</value>
+      <value>Disney Character of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/indonesian_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/disney-character-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/google_gadgets/indonesian_wotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/disney-character-of-the-day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5788,29 +6349,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Indonesian - Word of the Day</title>
-      <short-title>Indonesian - Word of the Day</short-title>
+      <title>Disney Character of the Day</title>
+      <short-title>Disney Character of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomMovieQuotesGadget">
-    <portlet-name>RandomMovieQuotesGadget</portlet-name>
-    <display-name>Random Movie Quotes.</display-name>
-    <description>Google Gadgets: Random Movie Quotes. Gadget</description>
+  <portlet id="RonaldReaganQuoteoftheDay1Gadget">
+    <portlet-name>RonaldReaganQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Ronald Reagan Quote of the Day</display-name>
+    <description>Google Gadgets: Ronald Reagan Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Movie Quotes.</value>
+      <value>Ronald Reagan Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/movie-quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/ronald-reagan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/gadget/movie-quotes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/ronald-reagan.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5821,29 +6382,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Movie Quotes.</title>
-      <short-title>Random Movie Quotes.</short-title>
+      <title>Ronald Reagan Quote of the Day</title>
+      <short-title>Ronald Reagan Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NabaztagFoodGadget">
-    <portlet-name>NabaztagFoodGadget</portlet-name>
-    <display-name>Nabaztag Food</display-name>
-    <description>Google Gadgets: Nabaztag Food Gadget</description>
+  <portlet id="NewYorkTimesEducationGadget">
+    <portlet-name>NewYorkTimesEducationGadget</portlet-name>
+    <display-name>New York Times: Education</display-name>
+    <description>Google Gadgets: New York Times: Education Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nabaztag Food</value>
+      <value>New York Times: Education</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nabzfood.com/nv/nabzfood.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-education.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nabzfood.com/nv/nabzfood.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-education.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5854,29 +6415,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nabaztag Food</title>
-      <short-title>Nabaztag Food</short-title>
+      <title>New York Times: Education</title>
+      <short-title>New York Times: Education</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GetYourAnswerGadget">
-    <portlet-name>GetYourAnswerGadget</portlet-name>
-    <display-name>Get Your Answer</display-name>
-    <description>Google Gadgets: Get Your Answer Gadget</description>
+  <portlet id="LordByronquotesGadget">
+    <portlet-name>LordByronquotesGadget</portlet-name>
+    <display-name>Lord Byron quotes</display-name>
+    <description>Google Gadgets: Lord Byron quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Get Your Answer</value>
+      <value>Lord Byron quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/search3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/byron_l.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/search3.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/byron_l.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5887,29 +6448,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Get Your Answer</title>
-      <short-title>Get Your Answer</short-title>
+      <title>Lord Byron quotes</title>
+      <short-title>Lord Byron quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FacebookGadget">
-    <portlet-name>FacebookGadget</portlet-name>
-    <display-name>Facebook</display-name>
-    <description>Google Gadgets: Facebook Gadget</description>
+  <portlet id="ThomasJeffersonquotesGadget">
+    <portlet-name>ThomasJeffersonquotesGadget</portlet-name>
+    <display-name>Thomas Jefferson quotes</display-name>
+    <description>Google Gadgets: Thomas Jefferson quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Facebook</value>
+      <value>Thomas Jefferson quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fb.blueeclipsedesign.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/jefferson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fb.blueeclipsedesign.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/jefferson.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5920,29 +6481,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Facebook</title>
-      <short-title>Facebook</short-title>
+      <title>Thomas Jefferson quotes</title>
+      <short-title>Thomas Jefferson quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GermanPersianGadget">
-    <portlet-name>GermanPersianGadget</portlet-name>
-    <display-name>German-Persian</display-name>
-    <description>Google Gadgets: German-Persian Gadget</description>
+  <portlet id="FlyLadyReminders1Gadget">
+    <portlet-name>FlyLadyReminders1Gadget</portlet-name>
+    <display-name>FlyLady Reminders</display-name>
+    <description>Google Gadgets: FlyLady Reminders Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>German-Persian</value>
+      <value>FlyLady Reminders</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://persian.free-dict.de/persian.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/flylady.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://persian.free-dict.de/persian.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/flylady.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5953,29 +6514,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>German-Persian</title>
-      <short-title>German-Persian</short-title>
+      <title>FlyLady Reminders</title>
+      <short-title>FlyLady Reminders</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MBudgetFreeSMSGadget">
-    <portlet-name>MBudgetFreeSMSGadget</portlet-name>
-    <display-name>MBudget Free SMS</display-name>
-    <description>Google Gadgets: MBudget Free SMS Gadget</description>
+  <portlet id="ESPNNBANewsGadget">
+    <portlet-name>ESPNNBANewsGadget</portlet-name>
+    <display-name>ESPN NBA News</display-name>
+    <description>Google Gadgets: ESPN NBA News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MBudget Free SMS</value>
+      <value>ESPN NBA News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mbm.metaphor.ch/m-budget-mobile/stat/downloads/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/espn-nbanews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mbm.metaphor.ch/m-budget-mobile/stat/downloads/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/espn-nbanews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5986,29 +6547,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MBudget Free SMS</title>
-      <short-title>MBudget Free SMS</short-title>
+      <title>ESPN NBA News</title>
+      <short-title>ESPN NBA News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MongoliandictionaryGadget">
-    <portlet-name>MongoliandictionaryGadget</portlet-name>
-    <display-name>Mongolian dictionary</display-name>
-    <description>Google Gadgets: Mongolian dictionary Gadget</description>
+  <portlet id="Dictionary4Gadget">
+    <portlet-name>Dictionary4Gadget</portlet-name>
+    <display-name>Dictionary</display-name>
+    <description>Google Gadgets: Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mongolian dictionary</value>
+      <value>Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bywav.com/dictionary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chooosethis.googlepages.com/cambgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bywav.com/dictionary.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chooosethis.googlepages.com/cambgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6019,29 +6580,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mongolian dictionary</title>
-      <short-title>Mongolian dictionary</short-title>
+      <title>Dictionary</title>
+      <short-title>Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GotoMsgGadget">
-    <portlet-name>GotoMsgGadget</portlet-name>
-    <display-name>GotoMsg</display-name>
-    <description>Google Gadgets: GotoMsg Gadget</description>
+  <portlet id="ConfidenceQuotesGadget">
+    <portlet-name>ConfidenceQuotesGadget</portlet-name>
+    <display-name>Confidence Quotes</display-name>
+    <description>Google Gadgets: Confidence Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GotoMsg</value>
+      <value>Confidence Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gotomsg.com/goog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_confidence.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gotomsg.com/goog.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_confidence.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6052,29 +6613,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GotoMsg</title>
-      <short-title>GotoMsg</short-title>
+      <title>Confidence Quotes</title>
+      <short-title>Confidence Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TodayinHistoryGadget">
-    <portlet-name>TodayinHistoryGadget</portlet-name>
-    <display-name>Today in History</display-name>
-    <description>Google Gadgets: Today in History Gadget</description>
+  <portlet id="PodcastsenderGadget">
+    <portlet-name>PodcastsenderGadget</portlet-name>
+    <display-name>Podcastsender</display-name>
+    <description>Google Gadgets: Podcastsender Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Today in History</value>
+      <value>Podcastsender</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/todayinhistory.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.podcastsender.com/googlexml.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/todayinhistory.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.podcastsender.com/googlexml.asp</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6085,29 +6646,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Today in History</title>
-      <short-title>Today in History</short-title>
+      <title>Podcastsender</title>
+      <short-title>Podcastsender</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GREWordoftheDayGadget">
-    <portlet-name>GREWordoftheDayGadget</portlet-name>
-    <display-name>GRE Word of the Day</display-name>
-    <description>Google Gadgets: GRE Word of the Day Gadget</description>
+  <portlet id="TrumpQuoteoftheDayGadget">
+    <portlet-name>TrumpQuoteoftheDayGadget</portlet-name>
+    <display-name>Trump Quote of the Day</display-name>
+    <description>Google Gadgets: Trump Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GRE Word of the Day</value>
+      <value>Trump Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vocabgrapher.com/grewordoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/trump.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vocabgrapher.com/grewordoftheday.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/trump.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6118,29 +6679,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GRE Word of the Day</title>
-      <short-title>GRE Word of the Day</short-title>
+      <title>Trump Quote of the Day</title>
+      <short-title>Trump Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MemotooContactsWorldMapGadget">
-    <portlet-name>MemotooContactsWorldMapGadget</portlet-name>
-    <display-name>Memotoo - Contacts World Map</display-name>
-    <description>Google Gadgets: Memotoo - Contacts World Map Gadget</description>
+  <portlet id="VictorHugoquotes1Gadget">
+    <portlet-name>VictorHugoquotes1Gadget</portlet-name>
+    <display-name>Victor Hugo quotes</display-name>
+    <description>Google Gadgets: Victor Hugo quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Memotoo - Contacts World Map</value>
+      <value>Victor Hugo quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.memotoo.com/googleIgContactsMap.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/hugo_v.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.memotoo.com/googleIgContactsMap.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/hugo_v.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6151,29 +6712,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Memotoo - Contacts World Map</title>
-      <short-title>Memotoo - Contacts World Map</short-title>
+      <title>Victor Hugo quotes</title>
+      <short-title>Victor Hugo quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PlaceaphonecallNikotalkGadget">
-    <portlet-name>PlaceaphonecallNikotalkGadget</portlet-name>
-    <display-name>Place a phone call - Nikotalk</display-name>
-    <description>Google Gadgets: Place a phone call - Nikotalk Gadget</description>
+  <portlet id="HLMenckenquotesGadget">
+    <portlet-name>HLMenckenquotesGadget</portlet-name>
+    <display-name>H. L. Mencken quotes</display-name>
+    <description>Google Gadgets: H. L. Mencken quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Place a phone call - Nikotalk</value>
+      <value>H. L. Mencken quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ljmsite.com/google/gadgets/nikotalk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/mencken.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ljmsite.com/google/gadgets/nikotalk.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/mencken.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6184,29 +6745,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Place a phone call - Nikotalk</title>
-      <short-title>Place a phone call - Nikotalk</short-title>
+      <title>H. L. Mencken quotes</title>
+      <short-title>H. L. Mencken quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OrkutNewsGadget">
-    <portlet-name>OrkutNewsGadget</portlet-name>
-    <display-name>Orkut News</display-name>
-    <description>Google Gadgets: Orkut News Gadget</description>
+  <portlet id="CNNTabbedRSSNewsFeedsGadget">
+    <portlet-name>CNNTabbedRSSNewsFeedsGadget</portlet-name>
+    <display-name>CNN Tabbed RSS News Feeds</display-name>
+    <description>Google Gadgets: CNN Tabbed RSS News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Orkut News</value>
+      <value>CNN Tabbed RSS News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pthegroup.googlepages.com/OrkutNews.XML&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/cnn-news-customized-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pthegroup.googlepages.com/OrkutNews.XML</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/cnn-news-customized-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6217,29 +6778,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Orkut News</title>
-      <short-title>Orkut News</short-title>
+      <title>CNN Tabbed RSS News Feeds</title>
+      <short-title>CNN Tabbed RSS News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RoundsGadget">
-    <portlet-name>RoundsGadget</portlet-name>
-    <display-name>Rounds</display-name>
-    <description>Google Gadgets: Rounds Gadget</description>
+  <portlet id="LizzieGoesBacktoSchoolGadget">
+    <portlet-name>LizzieGoesBacktoSchoolGadget</portlet-name>
+    <display-name>Lizzie Goes Back to School!!</display-name>
+    <description>Google Gadgets: Lizzie Goes Back to School!! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rounds</value>
+      <value>Lizzie Goes Back to School!!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zeen.co.uk/rounds/rounds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114531475926805607858%26mid%3D106%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zeen.co.uk/rounds/rounds.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114531475926805607858%26mid%3D106%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6250,29 +6811,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rounds</title>
-      <short-title>Rounds</short-title>
+      <title>Lizzie Goes Back to School!!</title>
+      <short-title>Lizzie Goes Back to School!!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BeaconGadget">
-    <portlet-name>BeaconGadget</portlet-name>
-    <display-name>Beacon</display-name>
-    <description>Google Gadgets: Beacon Gadget</description>
+  <portlet id="EuripidesquotesGadget">
+    <portlet-name>EuripidesquotesGadget</portlet-name>
+    <display-name>Euripides quotes</display-name>
+    <description>Google Gadgets: Euripides quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Beacon</value>
+      <value>Euripides quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/beacon/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/euripides.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/beacon/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/euripides.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6283,29 +6844,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Beacon</title>
-      <short-title>Beacon</short-title>
+      <title>Euripides quotes</title>
+      <short-title>Euripides quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlueorganizerslideshowGadget">
-    <portlet-name>BlueorganizerslideshowGadget</portlet-name>
-    <display-name>Blueorganizer slideshow</display-name>
-    <description>Google Gadgets: Blueorganizer slideshow Gadget</description>
+  <portlet id="YahooNewsBusinessGadget">
+    <portlet-name>YahooNewsBusinessGadget</portlet-name>
+    <display-name>Yahoo! News: Business</display-name>
+    <description>Google Gadgets: Yahoo! News: Business Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Blueorganizer slideshow</value>
+      <value>Yahoo! News: Business</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://s3.amazonaws.com/blueorganizer/shared/google/slideshow.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-business.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://s3.amazonaws.com/blueorganizer/shared/google/slideshow.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-business.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6316,29 +6877,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Blueorganizer slideshow</title>
-      <short-title>Blueorganizer slideshow</short-title>
+      <title>Yahoo! News: Business</title>
+      <short-title>Yahoo! News: Business</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchCiteULikeGadget">
-    <portlet-name>SearchCiteULikeGadget</portlet-name>
-    <display-name>Search CiteULike</display-name>
-    <description>Google Gadgets: Search CiteULike Gadget</description>
+  <portlet id="BobHopequotesGadget">
+    <portlet-name>BobHopequotesGadget</portlet-name>
+    <display-name>Bob Hope quotes</display-name>
+    <description>Google Gadgets: Bob Hope quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search CiteULike</value>
+      <value>Bob Hope quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rapadura.googlecode.com/files/citeulike.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/hope_b.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rapadura.googlecode.com/files/citeulike.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/hope_b.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6349,29 +6910,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search CiteULike</title>
-      <short-title>Search CiteULike</short-title>
+      <title>Bob Hope quotes</title>
+      <short-title>Bob Hope quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="deliciousBookmarksGadget">
-    <portlet-name>deliciousBookmarksGadget</portlet-name>
-    <display-name>del.icio.us Bookmarks</display-name>
-    <description>Google Gadgets: del.icio.us Bookmarks Gadget</description>
+  <portlet id="GoogleCalendar2Gadget">
+    <portlet-name>GoogleCalendar2Gadget</portlet-name>
+    <display-name>Google Calendar</display-name>
+    <description>Google Gadgets: Google Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>del.icio.us Bookmarks</value>
+      <value>Google Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://R.S.Javalgekar.googlepages.com/DeliciousBookmarks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/102987979486349397678/hello.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://R.S.Javalgekar.googlepages.com/DeliciousBookmarks.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/102987979486349397678/hello.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6382,29 +6943,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>del.icio.us Bookmarks</title>
-      <short-title>del.icio.us Bookmarks</short-title>
+      <title>Google Calendar</title>
+      <short-title>Google Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PickUpLinesGadget">
-    <portlet-name>PickUpLinesGadget</portlet-name>
-    <display-name>Pick Up Lines</display-name>
-    <description>Google Gadgets: Pick Up Lines Gadget</description>
+  <portlet id="Who39sonSocceresqueGadget">
+    <portlet-name>Who39sonSocceresqueGadget</portlet-name>
+    <display-name>Who&#39;s on Socceresque</display-name>
+    <description>Google Gadgets: Who&#39;s on Socceresque Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pick Up Lines</value>
+      <value>Who&#39;s on Socceresque</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/pickuplines.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.socceresque.com/gadgets/online.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/pickuplines.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.socceresque.com/gadgets/online.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6415,29 +6976,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pick Up Lines</title>
-      <short-title>Pick Up Lines</short-title>
+      <title>Who&#39;s on Socceresque</title>
+      <short-title>Who&#39;s on Socceresque</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MartinLutherKingJrQuoteoftheDayGadget">
-    <portlet-name>MartinLutherKingJrQuoteoftheDayGadget</portlet-name>
-    <display-name>Martin Luther King Jr. Quote of the Day</display-name>
-    <description>Google Gadgets: Martin Luther King Jr. Quote of the Day Gadget</description>
+  <portlet id="RobertFrostquotesGadget">
+    <portlet-name>RobertFrostquotesGadget</portlet-name>
+    <display-name>Robert Frost quotes</display-name>
+    <description>Google Gadgets: Robert Frost quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Martin Luther King Jr. Quote of the Day</value>
+      <value>Robert Frost quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/martin-luther-king.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/frost.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/martin-luther-king.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/frost.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6448,29 +7009,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Martin Luther King Jr. Quote of the Day</title>
-      <short-title>Martin Luther King Jr. Quote of the Day</short-title>
+      <title>Robert Frost quotes</title>
+      <short-title>Robert Frost quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LinkedInSearchEngineGadget">
-    <portlet-name>LinkedInSearchEngineGadget</portlet-name>
-    <display-name>LinkedIn Search Engine</display-name>
-    <description>Google Gadgets: LinkedIn Search Engine Gadget</description>
+  <portlet id="SirWinstonChurchillquotesGadget">
+    <portlet-name>SirWinstonChurchillquotesGadget</portlet-name>
+    <display-name>Sir Winston Churchill quotes</display-name>
+    <description>Google Gadgets: Sir Winston Churchill quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LinkedIn Search Engine</value>
+      <value>Sir Winston Churchill quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/013973300718844459208/cse/eihyr7mwxkg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/churchill.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/013973300718844459208/cse/eihyr7mwxkg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/churchill.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6481,29 +7042,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LinkedIn Search Engine</title>
-      <short-title>LinkedIn Search Engine</short-title>
+      <title>Sir Winston Churchill quotes</title>
+      <short-title>Sir Winston Churchill quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyLocalTimegadget1Gadget">
-    <portlet-name>MyLocalTimegadget1Gadget</portlet-name>
-    <display-name>My Local Time gadget</display-name>
-    <description>Google Gadgets: My Local Time gadget Gadget</description>
+  <portlet id="JohnFKennedyquotesGadget">
+    <portlet-name>JohnFKennedyquotesGadget</portlet-name>
+    <display-name>John F. Kennedy quotes</display-name>
+    <description>Google Gadgets: John F. Kennedy quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Local Time gadget</value>
+      <value>John F. Kennedy quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ebuell.com/gadgets/myclock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/kennedy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ebuell.com/gadgets/myclock.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/kennedy.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6514,29 +7075,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Local Time gadget</title>
-      <short-title>My Local Time gadget</short-title>
+      <title>John F. Kennedy quotes</title>
+      <short-title>John F. Kennedy quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArticleDiggercomFreshArticlesGadget">
-    <portlet-name>ArticleDiggercomFreshArticlesGadget</portlet-name>
-    <display-name>ArticleDigger.com Fresh Articles</display-name>
-    <description>Google Gadgets: ArticleDigger.com Fresh Articles Gadget</description>
+  <portlet id="SirWinstonChurchillquotes1Gadget">
+    <portlet-name>SirWinstonChurchillquotes1Gadget</portlet-name>
+    <display-name>Sir Winston Churchill quotes</display-name>
+    <description>Google Gadgets: Sir Winston Churchill quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ArticleDigger.com Fresh Articles</value>
+      <value>Sir Winston Churchill quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.articledigger.com/gadgets/google/articledigger.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/churchill.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.articledigger.com/gadgets/google/articledigger.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/churchill.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6547,29 +7108,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ArticleDigger.com Fresh Articles</title>
-      <short-title>ArticleDigger.com Fresh Articles</short-title>
+      <title>Sir Winston Churchill quotes</title>
+      <short-title>Sir Winston Churchill quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AnnouncementsfromAustinTXGadget">
-    <portlet-name>AnnouncementsfromAustinTXGadget</portlet-name>
-    <display-name>Announcements from Austin, TX</display-name>
-    <description>Google Gadgets: Announcements from Austin, TX Gadget</description>
+  <portlet id="ProgramBoardEventsGadget">
+    <portlet-name>ProgramBoardEventsGadget</portlet-name>
+    <display-name>Program Board Events</display-name>
+    <description>Google Gadgets: Program Board Events Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Announcements from Austin, TX</value>
+      <value>Program Board Events</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thedailyfunpages.com/gadget/volumeone.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pb.gmu.edu/google_events.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thedailyfunpages.com/gadget/volumeone.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pb.gmu.edu/google_events.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6580,29 +7141,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Announcements from Austin, TX</title>
-      <short-title>Announcements from Austin, TX</short-title>
+      <title>Program Board Events</title>
+      <short-title>Program Board Events</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GetDefinitionGadget">
-    <portlet-name>GetDefinitionGadget</portlet-name>
-    <display-name>Get Definition !</display-name>
-    <description>Google Gadgets: Get Definition ! Gadget</description>
+  <portlet id="LocalMissingChildrenGadget">
+    <portlet-name>LocalMissingChildrenGadget</portlet-name>
+    <display-name>Local Missing Children</display-name>
+    <description>Google Gadgets: Local Missing Children Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Get Definition !</value>
+      <value>Local Missing Children</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.get-definition.com/getdefinition.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/missing-kids-local.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.get-definition.com/getdefinition.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/missing-kids-local.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6613,29 +7174,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Get Definition !</title>
-      <short-title>Get Definition !</short-title>
+      <title>Local Missing Children</title>
+      <short-title>Local Missing Children</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CommunicationGadget">
-    <portlet-name>CommunicationGadget</portlet-name>
-    <display-name>Communication</display-name>
-    <description>Google Gadgets: Communication Gadget</description>
+  <portlet id="EncyclopediaBritannicaSearchGadget">
+    <portlet-name>EncyclopediaBritannicaSearchGadget</portlet-name>
+    <display-name>Encyclopedia Britannica Search</display-name>
+    <description>Google Gadgets: Encyclopedia Britannica Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Communication</value>
+      <value>Encyclopedia Britannica Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://danew.net.googlepages.com/naverkin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/britannica-encyclopedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://danew.net.googlepages.com/naverkin.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/britannica-encyclopedia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6646,29 +7207,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Communication</title>
-      <short-title>Communication</short-title>
+      <title>Encyclopedia Britannica Search</title>
+      <short-title>Encyclopedia Britannica Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThesaurusSearchGadget">
-    <portlet-name>ThesaurusSearchGadget</portlet-name>
-    <display-name>Thesaurus Search</display-name>
-    <description>Google Gadgets: Thesaurus Search Gadget</description>
+  <portlet id="EncyclopediaGadget">
+    <portlet-name>EncyclopediaGadget</portlet-name>
+    <display-name>Encyclopedia</display-name>
+    <description>Google Gadgets: Encyclopedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Thesaurus Search</value>
+      <value>Encyclopedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/thesaurus.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chooosethis.googlepages.com/allencyc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/thesaurus.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chooosethis.googlepages.com/allencyc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6679,29 +7240,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Thesaurus Search</title>
-      <short-title>Thesaurus Search</short-title>
+      <title>Encyclopedia</title>
+      <short-title>Encyclopedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="mail2webcomGadget">
-    <portlet-name>mail2webcomGadget</portlet-name>
-    <display-name>mail2web.com</display-name>
-    <description>Google Gadgets: mail2web.com Gadget</description>
+  <portlet id="BBCNewsFeeds1Gadget">
+    <portlet-name>BBCNewsFeeds1Gadget</portlet-name>
+    <display-name>BBC News Feeds</display-name>
+    <description>Google Gadgets: BBC News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>mail2web.com</value>
+      <value>BBC News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://services.mail2web.com/Gadgets/mail2web.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.1.googlepages.com/bbc-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://services.mail2web.com/Gadgets/mail2web.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.1.googlepages.com/bbc-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6712,29 +7273,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>mail2web.com</title>
-      <short-title>mail2web.com</short-title>
+      <title>BBC News Feeds</title>
+      <short-title>BBC News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchCiteULike1Gadget">
-    <portlet-name>SearchCiteULike1Gadget</portlet-name>
-    <display-name>Search CiteULike</display-name>
-    <description>Google Gadgets: Search CiteULike Gadget</description>
+  <portlet id="SpanishWordofthedayGadget">
+    <portlet-name>SpanishWordofthedayGadget</portlet-name>
+    <display-name>Spanish Word of the day</display-name>
+    <description>Google Gadgets: Spanish Word of the day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search CiteULike</value>
+      <value>Spanish Word of the day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lrlucena.googlepages.com/citeulike.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bjgadgets.googlepages.com/spanish.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lrlucena.googlepages.com/citeulike.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bjgadgets.googlepages.com/spanish.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6745,29 +7306,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search CiteULike</title>
-      <short-title>Search CiteULike</short-title>
+      <title>Spanish Word of the day</title>
+      <short-title>Spanish Word of the day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EncyclopediaBritannicaSearchGadget">
-    <portlet-name>EncyclopediaBritannicaSearchGadget</portlet-name>
-    <display-name>Encyclopedia Britannica Search</display-name>
-    <description>Google Gadgets: Encyclopedia Britannica Search Gadget</description>
+  <portlet id="JosephSmithJrQuoteoftheDayGadget">
+    <portlet-name>JosephSmithJrQuoteoftheDayGadget</portlet-name>
+    <display-name>Joseph Smith Jr. Quote of t...</display-name>
+    <description>Google Gadgets: Joseph Smith Jr. Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Encyclopedia Britannica Search</value>
+      <value>Joseph Smith Jr. Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/britannica-encyclopedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/joseph-smith.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/britannica-encyclopedia.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/joseph-smith.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6778,29 +7339,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Encyclopedia Britannica Search</title>
-      <short-title>Encyclopedia Britannica Search</short-title>
+      <title>Joseph Smith Jr. Quote of the Day</title>
+      <short-title>Joseph Smith Jr. Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SendWorldwideSMSGadget">
-    <portlet-name>SendWorldwideSMSGadget</portlet-name>
-    <display-name>Send Worldwide SMS</display-name>
-    <description>Google Gadgets: Send Worldwide SMS Gadget</description>
+  <portlet id="BobHopequotes1Gadget">
+    <portlet-name>BobHopequotes1Gadget</portlet-name>
+    <display-name>Bob Hope quotes</display-name>
+    <description>Google Gadgets: Bob Hope quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Send Worldwide SMS</value>
+      <value>Bob Hope quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.mtatm.com/SendSMSGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/hope_b.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.mtatm.com/SendSMSGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/hope_b.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6811,29 +7372,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Send Worldwide SMS</title>
-      <short-title>Send Worldwide SMS</short-title>
+      <title>Bob Hope quotes</title>
+      <short-title>Bob Hope quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OmgiliDiscussionsSearchGadget">
-    <portlet-name>OmgiliDiscussionsSearchGadget</portlet-name>
-    <display-name>Omgili Discussions Search</display-name>
-    <description>Google Gadgets: Omgili Discussions Search Gadget</description>
+  <portlet id="me2DAYPostingGadget">
+    <portlet-name>me2DAYPostingGadget</portlet-name>
+    <display-name>me2DAY Posting</display-name>
+    <description>Google Gadgets: me2DAY Posting Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Omgili Discussions Search</value>
+      <value>me2DAY Posting</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.omgili.com/gadgets/Omgili.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://create74.com/_dev/igoogle/_me2day_posting_.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.omgili.com/gadgets/Omgili.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://create74.com/_dev/igoogle/_me2day_posting_.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6844,29 +7405,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Omgili Discussions Search</title>
-      <short-title>Omgili Discussions Search</short-title>
+      <title>me2DAY Posting</title>
+      <short-title>me2DAY Posting</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CallWaveFreeTextMessagingGadget">
-    <portlet-name>CallWaveFreeTextMessagingGadget</portlet-name>
-    <display-name>CallWave Free Text Messaging</display-name>
-    <description>Google Gadgets: CallWave Free Text Messaging Gadget</description>
+  <portlet id="WordsofWisdom1Gadget">
+    <portlet-name>WordsofWisdom1Gadget</portlet-name>
+    <display-name>Words of Wisdom</display-name>
+    <description>Google Gadgets: Words of Wisdom Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CallWave Free Text Messaging</value>
+      <value>Words of Wisdom</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.callwave.com/widgets/googletextmessage.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/words-of-wisdom.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.callwave.com/widgets/googletextmessage.aspx</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/words-of-wisdom.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6877,29 +7438,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CallWave Free Text Messaging</title>
-      <short-title>CallWave Free Text Messaging</short-title>
+      <title>Words of Wisdom</title>
+      <short-title>Words of Wisdom</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JustNotRightPodcastGadget">
-    <portlet-name>JustNotRightPodcastGadget</portlet-name>
-    <display-name>Just Not Right Podcast</display-name>
-    <description>Google Gadgets: Just Not Right Podcast Gadget</description>
+  <portlet id="CarlSandburgquotesGadget">
+    <portlet-name>CarlSandburgquotesGadget</portlet-name>
+    <display-name>Carl Sandburg quotes</display-name>
+    <description>Google Gadgets: Carl Sandburg quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Just Not Right Podcast</value>
+      <value>Carl Sandburg quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wtv-zone.com/Jakebay/ctlwidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/sandburg_c.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wtv-zone.com/Jakebay/ctlwidget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/sandburg_c.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6910,29 +7471,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Just Not Right Podcast</title>
-      <short-title>Just Not Right Podcast</short-title>
+      <title>Carl Sandburg quotes</title>
+      <short-title>Carl Sandburg quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MapMyWordDictionary2Gadget">
-    <portlet-name>MapMyWordDictionary2Gadget</portlet-name>
-    <display-name>MapMyWord Dictionary</display-name>
-    <description>Google Gadgets: MapMyWord Dictionary Gadget</description>
+  <portlet id="FirstNumbercheapcallsGadget">
+    <portlet-name>FirstNumbercheapcallsGadget</portlet-name>
+    <display-name>First Number - cheap calls</display-name>
+    <description>Google Gadgets: First Number - cheap calls Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MapMyWord Dictionary</value>
+      <value>First Number - cheap calls</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mapmyword.googlepages.com/mapmyword.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.firstnumber.co.uk/gg/cheapcalls.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mapmyword.googlepages.com/mapmyword.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.firstnumber.co.uk/gg/cheapcalls.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6943,29 +7504,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MapMyWord Dictionary</title>
-      <short-title>MapMyWord Dictionary</short-title>
+      <title>First Number - cheap calls</title>
+      <short-title>First Number - cheap calls</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooBuzzIndexMoversOverallGadget">
-    <portlet-name>YahooBuzzIndexMoversOverallGadget</portlet-name>
-    <display-name>Yahoo! Buzz Index Movers Overall.</display-name>
-    <description>Google Gadgets: Yahoo! Buzz Index Movers Overall. Gadget</description>
+  <portlet id="MapQuestDrivingDirections2Gadget">
+    <portlet-name>MapQuestDrivingDirections2Gadget</portlet-name>
+    <display-name>MapQuest Driving Directions</display-name>
+    <description>Google Gadgets: MapQuest Driving Directions Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo! Buzz Index Movers Overall.</value>
+      <value>MapQuest Driving Directions</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/yahoo-buzz-search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/mapquest2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/gadget/yahoo-buzz-search.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/mapquest2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6976,29 +7537,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo! Buzz Index Movers Overall.</title>
-      <short-title>Yahoo! Buzz Index Movers Overall.</short-title>
+      <title>MapQuest Driving Directions</title>
+      <short-title>MapQuest Driving Directions</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JosephSmithJrQuoteoftheDayGadget">
-    <portlet-name>JosephSmithJrQuoteoftheDayGadget</portlet-name>
-    <display-name>Joseph Smith Jr. Quote of the Day</display-name>
-    <description>Google Gadgets: Joseph Smith Jr. Quote of the Day Gadget</description>
+  <portlet id="HughMacleodquotesGadget">
+    <portlet-name>HughMacleodquotesGadget</portlet-name>
+    <display-name>Hugh Macleod quotes</display-name>
+    <description>Google Gadgets: Hugh Macleod quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Joseph Smith Jr. Quote of the Day</value>
+      <value>Hugh Macleod quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/joseph-smith.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/macleod_h.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/joseph-smith.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/macleod_h.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7009,29 +7570,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Joseph Smith Jr. Quote of the Day</title>
-      <short-title>Joseph Smith Jr. Quote of the Day</short-title>
+      <title>Hugh Macleod quotes</title>
+      <short-title>Hugh Macleod quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArcoirisTVenglishGadget">
-    <portlet-name>ArcoirisTVenglishGadget</portlet-name>
-    <display-name>ArcoirisTV - english</display-name>
-    <description>Google Gadgets: ArcoirisTV - english Gadget</description>
+  <portlet id="AmericanProverboftheDay3Gadget">
+    <portlet-name>AmericanProverboftheDay3Gadget</portlet-name>
+    <display-name>American Proverb of the Day</display-name>
+    <description>Google Gadgets: American Proverb of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ArcoirisTV - english</value>
+      <value>American Proverb of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://en.arcoiris.tv/search_box/google/arcoiris_en_sm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.1.googlepages.com/american-proverbs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://en.arcoiris.tv/search_box/google/arcoiris_en_sm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.1.googlepages.com/american-proverbs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7042,29 +7603,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ArcoirisTV - english</title>
-      <short-title>ArcoirisTV - english</short-title>
+      <title>American Proverb of the Day</title>
+      <short-title>American Proverb of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Xbox360RandomFriendGadget">
-    <portlet-name>Xbox360RandomFriendGadget</portlet-name>
-    <display-name>Xbox 360 Random Friend</display-name>
-    <description>Google Gadgets: Xbox 360 Random Friend Gadget</description>
+  <portlet id="AlbertEinsteinquotes1Gadget">
+    <portlet-name>AlbertEinsteinquotes1Gadget</portlet-name>
+    <display-name>Albert Einstein quotes</display-name>
+    <description>Google Gadgets: Albert Einstein quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Xbox 360 Random Friend</value>
+      <value>Albert Einstein quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.360friendspot.com/ff/api/ff-Google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.360friendspot.com/ff/api/ff-Google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/einstein.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7075,29 +7636,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Xbox 360 Random Friend</title>
-      <short-title>Xbox 360 Random Friend</short-title>
+      <title>Albert Einstein quotes</title>
+      <short-title>Albert Einstein quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DemonoidGadget">
-    <portlet-name>DemonoidGadget</portlet-name>
-    <display-name>Demonoid</display-name>
-    <description>Google Gadgets: Demonoid Gadget</description>
+  <portlet id="GeorgeBernardShawquotesGadget">
+    <portlet-name>GeorgeBernardShawquotesGadget</portlet-name>
+    <display-name>George Bernard Shaw quotes</display-name>
+    <description>Google Gadgets: George Bernard Shaw quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Demonoid</value>
+      <value>George Bernard Shaw quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.booksout.com/torrentsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/shaw.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.booksout.com/torrentsearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/shaw.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7108,29 +7669,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Demonoid</title>
-      <short-title>Demonoid</short-title>
+      <title>George Bernard Shaw quotes</title>
+      <short-title>George Bernard Shaw quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="blawgleGadget">
-    <portlet-name>blawgleGadget</portlet-name>
-    <display-name>blawgle</display-name>
-    <description>Google Gadgets: blawgle Gadget</description>
+  <portlet id="HenryFordquotesGadget">
+    <portlet-name>HenryFordquotesGadget</portlet-name>
+    <display-name>Henry Ford quotes</display-name>
+    <description>Google Gadgets: Henry Ford quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>blawgle</value>
+      <value>Henry Ford quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012802228971852518514/cse/ud44smghk3u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/ford_h.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012802228971852518514/cse/ud44smghk3u/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/ford_h.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7141,29 +7702,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>blawgle</title>
-      <short-title>blawgle</short-title>
+      <title>Henry Ford quotes</title>
+      <short-title>Henry Ford quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Oprah39sQuoteoftheDayInspirationalThoughtsGadget">
-    <portlet-name>Oprah39sQuoteoftheDayInspirationalThoughtsGadget</portlet-name>
-    <display-name>Oprah&#39;s Quote of the Day - Inspirational Thoughts</display-name>
-    <description>Google Gadgets: Oprah&#39;s Quote of the Day - Inspirational Thoughts Gadget</description>
+  <portlet id="MemotooContactsWorldMapGadget">
+    <portlet-name>MemotooContactsWorldMapGadget</portlet-name>
+    <display-name>Memotoo - Contacts World Map</display-name>
+    <description>Google Gadgets: Memotoo - Contacts World Map Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Oprah&#39;s Quote of the Day - Inspirational Thoughts</value>
+      <value>Memotoo - Contacts World Map</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://xyz220.googlepages.com/oprah.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.memotoo.com/googleIgContactsMap.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://xyz220.googlepages.com/oprah.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.memotoo.com/googleIgContactsMap.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7174,29 +7735,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Oprah&#39;s Quote of the Day - Inspirational Thoughts</title>
-      <short-title>Oprah&#39;s Quote of the Day - Inspirational Thoughts</short-title>
+      <title>Memotoo - Contacts World Map</title>
+      <short-title>Memotoo - Contacts World Map</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WindowsLiveMailGadget">
-    <portlet-name>WindowsLiveMailGadget</portlet-name>
-    <display-name>Windows Live Mail</display-name>
-    <description>Google Gadgets: Windows Live Mail Gadget</description>
+  <portlet id="NewsinSportsGadget">
+    <portlet-name>NewsinSportsGadget</portlet-name>
+    <display-name>News in Sports</display-name>
+    <description>Google Gadgets: News in Sports Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Windows Live Mail</value>
+      <value>News in Sports</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rcubed79.googlepages.com/wapwindowslivemail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rcubed79.googlepages.com/wapwindowslivemail.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/sports.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7207,29 +7768,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Windows Live Mail</title>
-      <short-title>Windows Live Mail</short-title>
+      <title>News in Sports</title>
+      <short-title>News in Sports</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Translate2Gadget">
-    <portlet-name>Translate2Gadget</portlet-name>
-    <display-name>Translate</display-name>
-    <description>Google Gadgets: Translate Gadget</description>
+  <portlet id="StephenColbertQuoteoftheDay1Gadget">
+    <portlet-name>StephenColbertQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Stephen Colbert Quote of th...</display-name>
+    <description>Google Gadgets: Stephen Colbert Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Translate</value>
+      <value>Stephen Colbert Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.raphscallion.net/translate/translate.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/colbert.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.raphscallion.net/translate/translate.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/colbert.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7240,29 +7801,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Translate</title>
-      <short-title>Translate</short-title>
+      <title>Stephen Colbert Quote of the Day</title>
+      <short-title>Stephen Colbert Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeTextMessagingGadget">
-    <portlet-name>FreeTextMessagingGadget</portlet-name>
-    <display-name>Free Text Messaging</display-name>
-    <description>Google Gadgets: Free Text Messaging Gadget</description>
+  <portlet id="PlatoQuoteoftheDayGadget">
+    <portlet-name>PlatoQuoteoftheDayGadget</portlet-name>
+    <display-name>Plato Quote of the Day</display-name>
+    <description>Google Gadgets: Plato Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Text Messaging</value>
+      <value>Plato Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/textmessage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/plato.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freewebtown.com/theweather/googlegadgets/textmessage.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/plato.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7273,29 +7834,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Text Messaging</title>
-      <short-title>Free Text Messaging</short-title>
+      <title>Plato Quote of the Day</title>
+      <short-title>Plato Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SMSSenderusingTeleMessageGadget">
-    <portlet-name>SMSSenderusingTeleMessageGadget</portlet-name>
-    <display-name>SMS Sender using TeleMessage</display-name>
-    <description>Google Gadgets: SMS Sender using TeleMessage Gadget</description>
+  <portlet id="ESPNNHLNewsGadget">
+    <portlet-name>ESPNNHLNewsGadget</portlet-name>
+    <display-name>ESPN NHL News</display-name>
+    <description>Google Gadgets: ESPN NHL News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SMS Sender using TeleMessage</value>
+      <value>ESPN NHL News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.telemessage.com/oplugin/beta/module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/espn-nhlnews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.telemessage.com/oplugin/beta/module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/espn-nhlnews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7306,29 +7867,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SMS Sender using TeleMessage</title>
-      <short-title>SMS Sender using TeleMessage</short-title>
+      <title>ESPN NHL News</title>
+      <short-title>ESPN NHL News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChatnapChatGameGadget">
-    <portlet-name>ChatnapChatGameGadget</portlet-name>
-    <display-name>Chatnap: Chat Game</display-name>
-    <description>Google Gadgets: Chatnap: Chat Game Gadget</description>
+  <portlet id="CommunicationGadget">
+    <portlet-name>CommunicationGadget</portlet-name>
+    <display-name>Communication</display-name>
+    <description>Google Gadgets: Communication Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Chatnap: Chat Game</value>
+      <value>Communication</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.chatnap.com/chatnap/module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://danew.net.googlepages.com/naverkin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.chatnap.com/chatnap/module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://danew.net.googlepages.com/naverkin.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7339,29 +7900,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Chatnap: Chat Game</title>
-      <short-title>Chatnap: Chat Game</short-title>
+      <title>Communication</title>
+      <short-title>Communication</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SLUGTagsGadget">
-    <portlet-name>SLUGTagsGadget</portlet-name>
-    <display-name>SLUG Tags</display-name>
-    <description>Google Gadgets: SLUG Tags Gadget</description>
+  <portlet id="PondSceneGadget">
+    <portlet-name>PondSceneGadget</portlet-name>
+    <display-name>Pond Scene</display-name>
+    <description>Google Gadgets: Pond Scene Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SLUG Tags</value>
+      <value>Pond Scene</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.slug.ch/syndicate/google/cloud.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://financemyidea.com/pond.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.slug.ch/syndicate/google/cloud.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://financemyidea.com/pond.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7372,29 +7933,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SLUG Tags</title>
-      <short-title>SLUG Tags</short-title>
+      <title>Pond Scene</title>
+      <short-title>Pond Scene</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BloglinesNotifierGadget">
-    <portlet-name>BloglinesNotifierGadget</portlet-name>
-    <display-name>Bloglines Notifier</display-name>
-    <description>Google Gadgets: Bloglines Notifier Gadget</description>
+  <portlet id="RandomCatoftheDayPhotos1Gadget">
+    <portlet-name>RandomCatoftheDayPhotos1Gadget</portlet-name>
+    <display-name>Random Cat of the Day Photos</display-name>
+    <description>Google Gadgets: Random Cat of the Day Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bloglines Notifier</value>
+      <value>Random Cat of the Day Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.melalouise.net/notifier.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/cat-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.melalouise.net/notifier.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/cat-of-the-day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7405,29 +7966,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bloglines Notifier</title>
-      <short-title>Bloglines Notifier</short-title>
+      <title>Random Cat of the Day Photos</title>
+      <short-title>Random Cat of the Day Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhotofromjokerGadget">
-    <portlet-name>PhotofromjokerGadget</portlet-name>
-    <display-name>Photo from joker</display-name>
-    <description>Google Gadgets: Photo from joker Gadget</description>
+  <portlet id="DictionarycomandWordwebdictionariesGadget">
+    <portlet-name>DictionarycomandWordwebdictionariesGadget</portlet-name>
+    <display-name>Dictionary.com and Wordweb ...</display-name>
+    <description>Google Gadgets: Dictionary.com and Wordweb dictionaries Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Photo from joker</value>
+      <value>Dictionary.com and Wordweb dictionaries</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://joker.art.pl/google/joker_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://manikarthik84.googlepages.com/dictword.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://joker.art.pl/google/joker_photo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://manikarthik84.googlepages.com/dictword.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7438,29 +7999,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Photo from joker</title>
-      <short-title>Photo from joker</short-title>
+      <title>Dictionary.com and Wordweb dictionaries</title>
+      <short-title>Dictionary.com and Wordweb dictionaries</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RexsmsGadget">
-    <portlet-name>RexsmsGadget</portlet-name>
-    <display-name>Rexsms</display-name>
-    <description>Google Gadgets: Rexsms Gadget</description>
+  <portlet id="ConanO39BrienquotesGadget">
+    <portlet-name>ConanO39BrienquotesGadget</portlet-name>
+    <display-name>Conan O&#39;Brien quotes</display-name>
+    <description>Google Gadgets: Conan O&#39;Brien quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rexsms</value>
+      <value>Conan O&#39;Brien quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rexsms.com/myrexsms.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/obrien_c.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rexsms.com/myrexsms.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/obrien_c.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7471,29 +8032,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rexsms</title>
-      <short-title>Rexsms</short-title>
+      <title>Conan O&#39;Brien quotes</title>
+      <short-title>Conan O&#39;Brien quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OrkutScrapsGadget">
-    <portlet-name>OrkutScrapsGadget</portlet-name>
-    <display-name>Orkut Scraps</display-name>
-    <description>Google Gadgets: Orkut Scraps Gadget</description>
+  <portlet id="GREWordoftheDayGadget">
+    <portlet-name>GREWordoftheDayGadget</portlet-name>
+    <display-name>GRE Word of the Day</display-name>
+    <description>Google Gadgets: GRE Word of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Orkut Scraps</value>
+      <value>GRE Word of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mvmweb.com/orkut_scraps.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vocabgrapher.com/grewordoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mvmweb.com/orkut_scraps.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vocabgrapher.com/grewordoftheday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7504,29 +8065,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Orkut Scraps</title>
-      <short-title>Orkut Scraps</short-title>
+      <title>GRE Word of the Day</title>
+      <short-title>GRE Word of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BloglinesNotifier1Gadget">
-    <portlet-name>BloglinesNotifier1Gadget</portlet-name>
-    <display-name>Bloglines Notifier</display-name>
-    <description>Google Gadgets: Bloglines Notifier Gadget</description>
+  <portlet id="Dictionary5Gadget">
+    <portlet-name>Dictionary5Gadget</portlet-name>
+    <display-name>Dictionary</display-name>
+    <description>Google Gadgets: Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bloglines Notifier</value>
+      <value>Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.richt.co.uk/modules/BloglinesNotifier.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aagadgets.googlepages.com/alldictgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.richt.co.uk/modules/BloglinesNotifier.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aagadgets.googlepages.com/alldictgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7537,29 +8098,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bloglines Notifier</title>
-      <short-title>Bloglines Notifier</short-title>
+      <title>Dictionary</title>
+      <short-title>Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleAddoftheDayGadget">
-    <portlet-name>GoogleAddoftheDayGadget</portlet-name>
-    <display-name>Google Add of the Day</display-name>
-    <description>Google Gadgets: Google Add of the Day Gadget</description>
+  <portlet id="DeDictDictionaryGadget">
+    <portlet-name>DeDictDictionaryGadget</portlet-name>
+    <display-name>DeDict Dictionary</display-name>
+    <description>Google Gadgets: DeDict Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Add of the Day</value>
+      <value>DeDict Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fredsmith9.googlepages.com/googleadd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sevenpie.net/dedict.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fredsmith9.googlepages.com/googleadd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sevenpie.net/dedict.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7570,29 +8131,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Add of the Day</title>
-      <short-title>Google Add of the Day</short-title>
+      <title>DeDict Dictionary</title>
+      <short-title>DeDict Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KoreanWordoftheDay1Gadget">
-    <portlet-name>KoreanWordoftheDay1Gadget</portlet-name>
-    <display-name>Korean - Word of the Day</display-name>
-    <description>Google Gadgets: Korean - Word of the Day Gadget</description>
+  <portlet id="GeorgeBernardShawquotes1Gadget">
+    <portlet-name>GeorgeBernardShawquotes1Gadget</portlet-name>
+    <display-name>George Bernard Shaw quotes</display-name>
+    <description>Google Gadgets: George Bernard Shaw quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Korean - Word of the Day</value>
+      <value>George Bernard Shaw quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/korean_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/shaw.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/google_gadgets/korean_wotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/shaw.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7603,29 +8164,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Korean - Word of the Day</title>
-      <short-title>Korean - Word of the Day</short-title>
+      <title>George Bernard Shaw quotes</title>
+      <short-title>George Bernard Shaw quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlogFeederGadget">
-    <portlet-name>BlogFeederGadget</portlet-name>
-    <display-name>BlogFeeder</display-name>
-    <description>Google Gadgets: BlogFeeder Gadget</description>
+  <portlet id="RobertFrostquotes1Gadget">
+    <portlet-name>RobertFrostquotes1Gadget</portlet-name>
+    <display-name>Robert Frost quotes</display-name>
+    <description>Google Gadgets: Robert Frost quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BlogFeeder</value>
+      <value>Robert Frost quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cs.washington.edu/homes/brianngo/gadgets/blogfeeder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/frost.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cs.washington.edu/homes/brianngo/gadgets/blogfeeder.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/frost.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7636,29 +8197,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BlogFeeder</title>
-      <short-title>BlogFeeder</short-title>
+      <title>Robert Frost quotes</title>
+      <short-title>Robert Frost quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AnnaNicoleSmithQuotesGadget">
-    <portlet-name>AnnaNicoleSmithQuotesGadget</portlet-name>
-    <display-name>Anna Nicole Smith Quotes</display-name>
-    <description>Google Gadgets: Anna Nicole Smith Quotes Gadget</description>
+  <portlet id="TitusMacciusPlautusquotesGadget">
+    <portlet-name>TitusMacciusPlautusquotesGadget</portlet-name>
+    <display-name>Titus Maccius Plautus quotes</display-name>
+    <description>Google Gadgets: Titus Maccius Plautus quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Anna Nicole Smith Quotes</value>
+      <value>Titus Maccius Plautus quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dannielynnbirkhead.net/ans/ans.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/plautus_t.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dannielynnbirkhead.net/ans/ans.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/plautus_t.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7669,29 +8230,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Anna Nicole Smith Quotes</title>
-      <short-title>Anna Nicole Smith Quotes</short-title>
+      <title>Titus Maccius Plautus quotes</title>
+      <short-title>Titus Maccius Plautus quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Goo360voiceGadget">
-    <portlet-name>Goo360voiceGadget</portlet-name>
-    <display-name>Goo360voice</display-name>
-    <description>Google Gadgets: Goo360voice Gadget</description>
+  <portlet id="ChatNetworkGadget">
+    <portlet-name>ChatNetworkGadget</portlet-name>
+    <display-name>Chat Network</display-name>
+    <description>Google Gadgets: Chat Network Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Goo360voice</value>
+      <value>Chat Network</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://users.pandora.be/tuned-belgium/GooMGC/Goo360voice.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chat.parachat.com/gg/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://users.pandora.be/tuned-belgium/GooMGC/Goo360voice.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chat.parachat.com/gg/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7702,29 +8263,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Goo360voice</title>
-      <short-title>Goo360voice</short-title>
+      <title>Chat Network</title>
+      <short-title>Chat Network</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooMail2Gadget">
-    <portlet-name>YahooMail2Gadget</portlet-name>
-    <display-name>Yahoo Mail</display-name>
-    <description>Google Gadgets: Yahoo Mail Gadget</description>
+  <portlet id="NewYorkTimesJobsGadget">
+    <portlet-name>NewYorkTimesJobsGadget</portlet-name>
+    <display-name>New York Times: Jobs</display-name>
+    <description>Google Gadgets: New York Times: Jobs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo Mail</value>
+      <value>New York Times: Jobs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://albert.barcelo.frigole.googlepages.com/YahooMail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-jobs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://albert.barcelo.frigole.googlepages.com/YahooMail.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-jobs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7735,29 +8296,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo Mail</title>
-      <short-title>Yahoo Mail</short-title>
+      <title>New York Times: Jobs</title>
+      <short-title>New York Times: Jobs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VirtualStockMarketGadget">
-    <portlet-name>VirtualStockMarketGadget</portlet-name>
-    <display-name>Virtual Stock Market</display-name>
-    <description>Google Gadgets: Virtual Stock Market Gadget</description>
+  <portlet id="ESPNNFLNewsGadget">
+    <portlet-name>ESPNNFLNewsGadget</portlet-name>
+    <display-name>ESPN NFL News</display-name>
+    <description>Google Gadgets: ESPN NFL News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Virtual Stock Market</value>
+      <value>ESPN NFL News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mitanshu.garg.googlepages.com/stock_rates.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/espn-nflnews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mitanshu.garg.googlepages.com/stock_rates.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/espn-nflnews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7768,29 +8329,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Virtual Stock Market</title>
-      <short-title>Virtual Stock Market</short-title>
+      <title>ESPN NFL News</title>
+      <short-title>ESPN NFL News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MorfixEnglishGadget">
-    <portlet-name>MorfixEnglishGadget</portlet-name>
-    <display-name>Morfix (English)</display-name>
-    <description>Google Gadgets: Morfix (English) Gadget</description>
+  <portlet id="ESPNGolfGadget">
+    <portlet-name>ESPNGolfGadget</portlet-name>
+    <display-name>ESPN Golf</display-name>
+    <description>Google Gadgets: ESPN Golf Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Morfix (English)</value>
+      <value>ESPN Golf</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jeremyglassenberg.com/morfixEnglish.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/espn-golf.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jeremyglassenberg.com/morfixEnglish.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/espn-golf.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7801,29 +8362,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Morfix (English)</title>
-      <short-title>Morfix (English)</short-title>
+      <title>ESPN Golf</title>
+      <short-title>ESPN Golf</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="tablondeanuncioscomTrabajoyEmpleoGadget">
-    <portlet-name>tablondeanuncioscomTrabajoyEmpleoGadget</portlet-name>
-    <display-name>tablondeanuncios.com - Trabajo y Empleo</display-name>
-    <description>Google Gadgets: tablondeanuncios.com - Trabajo y Empleo Gadget</description>
+  <portlet id="SophoclesquotesGadget">
+    <portlet-name>SophoclesquotesGadget</portlet-name>
+    <display-name>Sophocles quotes</display-name>
+    <description>Google Gadgets: Sophocles quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>tablondeanuncios.com - Trabajo y Empleo</value>
+      <value>Sophocles quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tablondeanuncios.com/rss/gadget/empleo.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/sophocles.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tablondeanuncios.com/rss/gadget/empleo.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/sophocles.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7834,29 +8395,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>tablondeanuncios.com - Trabajo y Empleo</title>
-      <short-title>tablondeanuncios.com - Trabajo y Empleo</short-title>
+      <title>Sophocles quotes</title>
+      <short-title>Sophocles quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DateetheureenlanguecorseGadget">
-    <portlet-name>DateetheureenlanguecorseGadget</portlet-name>
-    <display-name>Date et heure en langue corse</display-name>
-    <description>Google Gadgets: Date et heure en langue corse Gadget</description>
+  <portlet id="PromtOnlineTranslatorGadget">
+    <portlet-name>PromtOnlineTranslatorGadget</portlet-name>
+    <display-name>Promt Online Translator</display-name>
+    <description>Google Gadgets: Promt Online Translator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Date et heure en langue corse</value>
+      <value>Promt Online Translator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://infogerer.free.fr/da_he_co_rg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.translate.ru/forms/google_gadget/PromtTranslator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://infogerer.free.fr/da_he_co_rg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.translate.ru/forms/google_gadget/PromtTranslator.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7867,29 +8428,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Date et heure en langue corse</title>
-      <short-title>Date et heure en langue corse</short-title>
+      <title>Promt Online Translator</title>
+      <short-title>Promt Online Translator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="wwwracheevruGadget">
-    <portlet-name>wwwracheevruGadget</portlet-name>
-    <display-name>www racheev ru</display-name>
-    <description>Google Gadgets: www racheev ru Gadget</description>
+  <portlet id="SenecaquotesGadget">
+    <portlet-name>SenecaquotesGadget</portlet-name>
+    <display-name>Seneca quotes</display-name>
+    <description>Google Gadgets: Seneca quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>www racheev ru</value>
+      <value>Seneca quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.racheev.ru/rss/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/seneca.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.racheev.ru/rss/google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/seneca.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7900,29 +8461,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>www racheev ru</title>
-      <short-title>www racheev ru</short-title>
+      <title>Seneca quotes</title>
+      <short-title>Seneca quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Motorediricercacollaborativodell39osservatorioeLearningAlmaTwoGadget">
-    <portlet-name>Motorediricercacollaborativodell39osservatorioeLearningAlmaTwoGadget</portlet-name>
-    <display-name>Motore di ricerca collaborativo dell&#39;osservatorio e-Learning Alma Two</display-name>
-    <description>Google Gadgets: Motore di ricerca collaborativo dell&#39;osservatorio e-Learning Alma Two Gadget</description>
+  <portlet id="GreekBlogsSearchEngineGadget">
+    <portlet-name>GreekBlogsSearchEngineGadget</portlet-name>
+    <display-name>Greek Blogs Search Engine</display-name>
+    <description>Google Gadgets: Greek Blogs Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Motore di ricerca collaborativo dell&#39;osservatorio e-Learning Alma Two</value>
+      <value>Greek Blogs Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010815202701978415972/cse/bbkemuq3qo8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/001811651856122118421/cse/kclaghsbst0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010815202701978415972/cse/bbkemuq3qo8/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/001811651856122118421/cse/kclaghsbst0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7933,29 +8494,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Motore di ricerca collaborativo dell&#39;osservatorio e-Learning Alma Two</title>
-      <short-title>Motore di ricerca collaborativo dell&#39;osservatorio e-Learning Alma Two</short-title>
+      <title>Greek Blogs Search Engine</title>
+      <short-title>Greek Blogs Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MSNMessengerIMGadget">
-    <portlet-name>MSNMessengerIMGadget</portlet-name>
-    <display-name>MSN Messenger (IM)</display-name>
-    <description>Google Gadgets: MSN Messenger (IM) Gadget</description>
+  <portlet id="AlexanderPopequotesGadget">
+    <portlet-name>AlexanderPopequotesGadget</portlet-name>
+    <display-name>Alexander Pope quotes</display-name>
+    <description>Google Gadgets: Alexander Pope quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MSN Messenger (IM)</value>
+      <value>Alexander Pope quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/msn.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/pope_a.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/msn.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/pope_a.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7966,29 +8527,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MSN Messenger (IM)</title>
-      <short-title>MSN Messenger (IM)</short-title>
+      <title>Alexander Pope quotes</title>
+      <short-title>Alexander Pope quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MemotooMyAddressBookGadget">
-    <portlet-name>MemotooMyAddressBookGadget</portlet-name>
-    <display-name>Memotoo - My Address Book</display-name>
-    <description>Google Gadgets: Memotoo - My Address Book Gadget</description>
+  <portlet id="PlatoQuoteoftheDay1Gadget">
+    <portlet-name>PlatoQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Plato Quote of the Day</display-name>
+    <description>Google Gadgets: Plato Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Memotoo - My Address Book</value>
+      <value>Plato Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.memotoo.com/googleIgContacts.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/plato.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.memotoo.com/googleIgContacts.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/plato.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7999,29 +8560,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Memotoo - My Address Book</title>
-      <short-title>Memotoo - My Address Book</short-title>
+      <title>Plato Quote of the Day</title>
+      <short-title>Plato Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ODTRSSServisiGadget">
-    <portlet-name>ODTRSSServisiGadget</portlet-name>
-    <display-name>ODT? RSS Servisi</display-name>
-    <description>Google Gadgets: ODT? RSS Servisi Gadget</description>
+  <portlet id="FamousPoemsGadget">
+    <portlet-name>FamousPoemsGadget</portlet-name>
+    <display-name>Famous Poems</display-name>
+    <description>Google Gadgets: Famous Poems Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ODT? RSS Servisi</value>
+      <value>Famous Poems</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://test.metu.edu.tr/mustafa/odtu_rss_beslemeler.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/poems.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://test.metu.edu.tr/mustafa/odtu_rss_beslemeler.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/poems.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8032,29 +8593,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ODT? RSS Servisi</title>
-      <short-title>ODT? RSS Servisi</short-title>
+      <title>Famous Poems</title>
+      <short-title>Famous Poems</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DivulgazioneScientificaitGadget">
-    <portlet-name>DivulgazioneScientificaitGadget</portlet-name>
-    <display-name>DivulgazioneScientifica.it</display-name>
-    <description>Google Gadgets: DivulgazioneScientifica.it Gadget</description>
+  <portlet id="SocratesQuoteoftheDayGadget">
+    <portlet-name>SocratesQuoteoftheDayGadget</portlet-name>
+    <display-name>Socrates Quote of the Day</display-name>
+    <description>Google Gadgets: Socrates Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DivulgazioneScientifica.it</value>
+      <value>Socrates Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.greedybrain.com/divulgazione/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgetquotes.googlepages.com/socrates.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.greedybrain.com/divulgazione/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgetquotes.googlepages.com/socrates.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8065,29 +8626,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DivulgazioneScientifica.it</title>
-      <short-title>DivulgazioneScientifica.it</short-title>
+      <title>Socrates Quote of the Day</title>
+      <short-title>Socrates Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="itszlkGadget">
-    <portlet-name>itszlkGadget</portlet-name>
-    <display-name>it? s?zl?k</display-name>
-    <description>Google Gadgets: it? s?zl?k Gadget</description>
+  <portlet id="BeautyTipoftheDay2Gadget">
+    <portlet-name>BeautyTipoftheDay2Gadget</portlet-name>
+    <display-name>Beauty Tip of the Day</display-name>
+    <description>Google Gadgets: Beauty Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>it? s?zl?k</value>
+      <value>Beauty Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.itusozluk.com/xml/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/beauty-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.itusozluk.com/xml/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/beauty-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8098,29 +8659,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>it? s?zl?k</title>
-      <short-title>it? s?zl?k</short-title>
+      <title>Beauty Tip of the Day</title>
+      <short-title>Beauty Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NoticiasTechNowGadget">
-    <portlet-name>NoticiasTechNowGadget</portlet-name>
-    <display-name>Noticias TechNow</display-name>
-    <description>Google Gadgets: Noticias TechNow Gadget</description>
+  <portlet id="Dictionary6Gadget">
+    <portlet-name>Dictionary6Gadget</portlet-name>
+    <display-name>Dictionary</display-name>
+    <description>Google Gadgets: Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Noticias TechNow</value>
+      <value>Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.technow.com.ar/noticias/rss2.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mapyourancestors.com/gadgets/dictionary/dictionary-reference.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.technow.com.ar/noticias/rss2.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mapyourancestors.com/gadgets/dictionary/dictionary-reference.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8131,29 +8692,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Noticias TechNow</title>
-      <short-title>Noticias TechNow</short-title>
+      <title>Dictionary</title>
+      <short-title>Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebcamsNederlandGadget">
-    <portlet-name>WebcamsNederlandGadget</portlet-name>
-    <display-name>Webcams Nederland</display-name>
-    <description>Google Gadgets: Webcams Nederland Gadget</description>
+  <portlet id="MalcolmXquotesGadget">
+    <portlet-name>MalcolmXquotesGadget</portlet-name>
+    <display-name>Malcolm X quotes</display-name>
+    <description>Google Gadgets: Malcolm X quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Webcams Nederland</value>
+      <value>Malcolm X quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.nl/widget/cammapnl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/malcolm_x.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.nl/widget/cammapnl.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/malcolm_x.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8164,29 +8725,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Webcams Nederland</title>
-      <short-title>Webcams Nederland</short-title>
+      <title>Malcolm X quotes</title>
+      <short-title>Malcolm X quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AytoroquetasGadget">
-    <portlet-name>AytoroquetasGadget</portlet-name>
-    <display-name>Aytoroquetas</display-name>
-    <description>Google Gadgets: Aytoroquetas Gadget</description>
+  <portlet id="deliciousBookmarksGadget">
+    <portlet-name>deliciousBookmarksGadget</portlet-name>
+    <display-name>del.icio.us Bookmarks</display-name>
+    <description>Google Gadgets: del.icio.us Bookmarks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Aytoroquetas</value>
+      <value>del.icio.us Bookmarks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/004737228579410860693/cse/6jgqcm0-guq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://R.S.Javalgekar.googlepages.com/DeliciousBookmarks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/004737228579410860693/cse/6jgqcm0-guq/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://R.S.Javalgekar.googlepages.com/DeliciousBookmarks.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8197,29 +8758,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Aytoroquetas</title>
-      <short-title>Aytoroquetas</short-title>
+      <title>del.icio.us Bookmarks</title>
+      <short-title>del.icio.us Bookmarks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArcoirisTVGadget">
-    <portlet-name>ArcoirisTVGadget</portlet-name>
-    <display-name>ArcoirisTV</display-name>
-    <description>Google Gadgets: ArcoirisTV Gadget</description>
+  <portlet id="AmbroseBiercequotesGadget">
+    <portlet-name>AmbroseBiercequotesGadget</portlet-name>
+    <display-name>Ambrose Bierce quotes</display-name>
+    <description>Google Gadgets: Ambrose Bierce quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ArcoirisTV</value>
+      <value>Ambrose Bierce quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.arcoiris.tv/download/google/arcoiris_it.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/bierce.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.arcoiris.tv/download/google/arcoiris_it.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/bierce.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8230,29 +8791,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ArcoirisTV</title>
-      <short-title>ArcoirisTV</short-title>
+      <title>Ambrose Bierce quotes</title>
+      <short-title>Ambrose Bierce quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TorpedoBrasilTelecomGadget">
-    <portlet-name>TorpedoBrasilTelecomGadget</portlet-name>
-    <display-name>Torpedo Brasil Telecom</display-name>
-    <description>Google Gadgets: Torpedo Brasil Telecom Gadget</description>
+  <portlet id="RMailGadget">
+    <portlet-name>RMailGadget</portlet-name>
+    <display-name>RMail</display-name>
+    <description>Google Gadgets: RMail Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Torpedo Brasil Telecom</value>
+      <value>RMail</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kurama.youko.br.googlepages.com/brtelecom.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lab.rss-world.info/google-homepage/r-mail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kurama.youko.br.googlepages.com/brtelecom.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lab.rss-world.info/google-homepage/r-mail.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8263,29 +8824,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Torpedo Brasil Telecom</title>
-      <short-title>Torpedo Brasil Telecom</short-title>
+      <title>RMail</title>
+      <short-title>RMail</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DeutschPersischGadget">
-    <portlet-name>DeutschPersischGadget</portlet-name>
-    <display-name>Deutsch-Persisch</display-name>
-    <description>Google Gadgets: Deutsch-Persisch Gadget</description>
+  <portlet id="NewYorkTimesHomeandGardenGadget">
+    <portlet-name>NewYorkTimesHomeandGardenGadget</portlet-name>
+    <display-name>New York Times: Home and Ga...</display-name>
+    <description>Google Gadgets: New York Times: Home and Garden Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Deutsch-Persisch</value>
+      <value>New York Times: Home and Garden</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://farsi.free-dict.de/farsi.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-garden.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://farsi.free-dict.de/farsi.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-garden.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8296,29 +8857,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Deutsch-Persisch</title>
-      <short-title>Deutsch-Persisch</short-title>
+      <title>New York Times: Home and Garden</title>
+      <short-title>New York Times: Home and Garden</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MasastSohbetTrkeChatOdasGadget">
-    <portlet-name>MasastSohbetTrkeChatOdasGadget</portlet-name>
-    <display-name>Masa?st? Sohbet - T?rk?e Chat Odas </display-name>
-    <description>Google Gadgets: Masa?st? Sohbet - T?rk?e Chat Odas  Gadget</description>
+  <portlet id="LookWAYupdictionaryGadget">
+    <portlet-name>LookWAYupdictionaryGadget</portlet-name>
+    <display-name>LookWAYup dictionary</display-name>
+    <description>Google Gadgets: LookWAYup dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Masa?st? Sohbet - T?rk?e Chat Odas </value>
+      <value>LookWAYup dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/sohbet.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lookwayup.com/free/LWUgmodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/sohbet.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lookwayup.com/free/LWUgmodule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8329,29 +8890,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Masa?st? Sohbet - T?rk?e Chat Odas </title>
-      <short-title>Masa?st? Sohbet - T?rk?e Chat Odas </short-title>
+      <title>LookWAYup dictionary</title>
+      <short-title>LookWAYup dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArcoirisTV1Gadget">
-    <portlet-name>ArcoirisTV1Gadget</portlet-name>
-    <display-name>ArcoirisTV</display-name>
-    <description>Google Gadgets: ArcoirisTV Gadget</description>
+  <portlet id="ShakespeareQuoteoftheDayGadget">
+    <portlet-name>ShakespeareQuoteoftheDayGadget</portlet-name>
+    <display-name>Shakespeare Quote of the Day</display-name>
+    <description>Google Gadgets: Shakespeare Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ArcoirisTV</value>
+      <value>Shakespeare Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.arcoiris.tv/download/google/arcoiris_small_it.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgetquotes.googlepages.com/shakespeare.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.arcoiris.tv/download/google/arcoiris_small_it.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgetquotes.googlepages.com/shakespeare.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8362,29 +8923,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ArcoirisTV</title>
-      <short-title>ArcoirisTV</short-title>
+      <title>Shakespeare Quote of the Day</title>
+      <short-title>Shakespeare Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NoticiasdeComunicacionesWorldGadget">
-    <portlet-name>NoticiasdeComunicacionesWorldGadget</portlet-name>
-    <display-name>Noticias de Comunicaciones World</display-name>
-    <description>Google Gadgets: Noticias de Comunicaciones World Gadget</description>
+  <portlet id="JKRowlingquotes1Gadget">
+    <portlet-name>JKRowlingquotes1Gadget</portlet-name>
+    <display-name>J. K. Rowling quotes</display-name>
+    <description>Google Gadgets: J. K. Rowling quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Noticias de Comunicaciones World</value>
+      <value>J. K. Rowling quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.idg.es/gadgets/comunicaciones.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/rowling.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.idg.es/gadgets/comunicaciones.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/rowling.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8395,29 +8956,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Noticias de Comunicaciones World</title>
-      <short-title>Noticias de Comunicaciones World</short-title>
+      <title>J. K. Rowling quotes</title>
+      <short-title>J. K. Rowling quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InternetyWeb20Gadget">
-    <portlet-name>InternetyWeb20Gadget</portlet-name>
-    <display-name>Internet y Web 2.0</display-name>
-    <description>Google Gadgets: Internet y Web 2.0 Gadget</description>
+  <portlet id="BenjaminFranklinquotesGadget">
+    <portlet-name>BenjaminFranklinquotesGadget</portlet-name>
+    <display-name>Benjamin Franklin quotes</display-name>
+    <description>Google Gadgets: Benjamin Franklin quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Internet y Web 2.0</value>
+      <value>Benjamin Franklin quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001860472264719247168/cse/3194aolpu80/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/franklin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001860472264719247168/cse/3194aolpu80/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/franklin.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8428,29 +8989,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Internet y Web 2.0</title>
-      <short-title>Internet y Web 2.0</short-title>
+      <title>Benjamin Franklin quotes</title>
+      <short-title>Benjamin Franklin quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FrasearcomFrasesdoDiaGadget">
-    <portlet-name>FrasearcomFrasesdoDiaGadget</portlet-name>
-    <display-name>Frasear.com - Frases do Dia</display-name>
-    <description>Google Gadgets: Frasear.com - Frases do Dia Gadget</description>
+  <portlet id="NewYorkTimesNationalGadget">
+    <portlet-name>NewYorkTimesNationalGadget</portlet-name>
+    <display-name>New York Times: National</display-name>
+    <description>Google Gadgets: New York Times: National Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Frasear.com - Frases do Dia</value>
+      <value>New York Times: National</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.frasear.com/web/Citacoes/rss/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-national.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.frasear.com/web/Citacoes/rss/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-national.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8461,29 +9022,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Frasear.com - Frases do Dia</title>
-      <short-title>Frasear.com - Frases do Dia</short-title>
+      <title>New York Times: National</title>
+      <short-title>New York Times: National</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DrivingDirectionsGadget">
-    <portlet-name>DrivingDirectionsGadget</portlet-name>
-    <display-name>Driving Directions</display-name>
-    <description>Google Gadgets: Driving Directions Gadget</description>
+  <portlet id="Dictionary7Gadget">
+    <portlet-name>Dictionary7Gadget</portlet-name>
+    <display-name>Dictionary</display-name>
+    <description>Google Gadgets: Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Driving Directions</value>
+      <value>Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/google-maps.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mapyourancestors.com/gadgets/dictionary/multi-dictionary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/google-maps.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mapyourancestors.com/gadgets/dictionary/multi-dictionary.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8494,29 +9055,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Driving Directions</title>
-      <short-title>Driving Directions</short-title>
+      <title>Dictionary</title>
+      <short-title>Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="hittasenummerupplysningenpntetGadget">
-    <portlet-name>hittasenummerupplysningenpntetGadget</portlet-name>
-    <display-name>hitta.se - nummerupplysningen p? n?tet</display-name>
-    <description>Google Gadgets: hitta.se - nummerupplysningen p? n?tet Gadget</description>
+  <portlet id="BBCNewsFeeds2Gadget">
+    <portlet-name>BBCNewsFeeds2Gadget</portlet-name>
+    <display-name>BBC News Feeds</display-name>
+    <description>Google Gadgets: BBC News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>hitta.se - nummerupplysningen p? n?tet</value>
+      <value>BBC News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitta.se/googlegadget/googlehitta.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/bbc-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitta.se/googlegadget/googlehitta.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/bbc-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8527,29 +9088,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>hitta.se - nummerupplysningen p? n?tet</title>
-      <short-title>hitta.se - nummerupplysningen p? n?tet</short-title>
+      <title>BBC News Feeds</title>
+      <short-title>BBC News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KelimelerYetseGadget">
-    <portlet-name>KelimelerYetseGadget</portlet-name>
-    <display-name>Kelimeler Yetse</display-name>
-    <description>Google Gadgets: Kelimeler Yetse Gadget</description>
+  <portlet id="Dictionary8Gadget">
+    <portlet-name>Dictionary8Gadget</portlet-name>
+    <display-name>Dictionary</display-name>
+    <description>Google Gadgets: Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Kelimeler Yetse</value>
+      <value>Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kelimeleryetse.com/gadget.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bjgadgets.googlepages.com/alldictgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kelimeleryetse.com/gadget.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bjgadgets.googlepages.com/alldictgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8560,29 +9121,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Kelimeler Yetse</title>
-      <short-title>Kelimeler Yetse</short-title>
+      <title>Dictionary</title>
+      <short-title>Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TurkishEnglishGermanDictionaryGadget">
-    <portlet-name>TurkishEnglishGermanDictionaryGadget</portlet-name>
-    <display-name>Turkish-English-German Dictionary</display-name>
-    <description>Google Gadgets: Turkish-English-German Dictionary Gadget</description>
+  <portlet id="ScriptureVerseQuotes1Gadget">
+    <portlet-name>ScriptureVerseQuotes1Gadget</portlet-name>
+    <display-name>Scripture Verse Quotes</display-name>
+    <description>Google Gadgets: Scripture Verse Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Turkish-English-German Dictionary</value>
+      <value>Scripture Verse Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mustafasa.googlepages.com/seslisozluk_ms.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/scriptures.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mustafasa.googlepages.com/seslisozluk_ms.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/scriptures.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8593,29 +9154,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Turkish-English-German Dictionary</title>
-      <short-title>Turkish-English-German Dictionary</short-title>
+      <title>Scripture Verse Quotes</title>
+      <short-title>Scripture Verse Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BuscnRAEGadget">
-    <portlet-name>BuscnRAEGadget</portlet-name>
-    <display-name>Busc?n R.A.E.</display-name>
-    <description>Google Gadgets: Busc?n R.A.E. Gadget</description>
+  <portlet id="OprahQuoteoftheDayGadget">
+    <portlet-name>OprahQuoteoftheDayGadget</portlet-name>
+    <display-name>Oprah Quote of the Day</display-name>
+    <description>Google Gadgets: Oprah Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Busc?n R.A.E.</value>
+      <value>Oprah Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ditman.googlepages.com/rae.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/oprah-winfrey.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ditman.googlepages.com/rae.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/oprah-winfrey.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8626,29 +9187,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Busc?n R.A.E.</title>
-      <short-title>Busc?n R.A.E.</short-title>
+      <title>Oprah Quote of the Day</title>
+      <short-title>Oprah Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CriticameCineGadget">
-    <portlet-name>CriticameCineGadget</portlet-name>
-    <display-name>Criticame Cine</display-name>
-    <description>Google Gadgets: Criticame Cine Gadget</description>
+  <portlet id="Platoquotes1Gadget">
+    <portlet-name>Platoquotes1Gadget</portlet-name>
+    <display-name>Plato quotes</display-name>
+    <description>Google Gadgets: Plato quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Criticame Cine</value>
+      <value>Plato quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://criticame.buendias.com/gadget/criticamecinegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/plato.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://criticame.buendias.com/gadget/criticamecinegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/plato.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8659,29 +9220,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Criticame Cine</title>
-      <short-title>Criticame Cine</short-title>
+      <title>Plato quotes</title>
+      <short-title>Plato quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IMLingoTextMessagingShorthandandEmoticonsGadget">
-    <portlet-name>IMLingoTextMessagingShorthandandEmoticonsGadget</portlet-name>
-    <display-name>IM Lingo, Text Messaging Shorthand and Emoticons</display-name>
-    <description>Google Gadgets: IM Lingo, Text Messaging Shorthand and Emoticons Gadget</description>
+  <portlet id="AbrahamLincolnquotesGadget">
+    <portlet-name>AbrahamLincolnquotesGadget</portlet-name>
+    <display-name>Abraham Lincoln quotes</display-name>
+    <description>Google Gadgets: Abraham Lincoln quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IM Lingo, Text Messaging Shorthand and Emoticons</value>
+      <value>Abraham Lincoln quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/im-instant-message-lingo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/abraham_lincoln.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/im-instant-message-lingo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/abraham_lincoln.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8692,29 +9253,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IM Lingo, Text Messaging Shorthand and Emoticons</title>
-      <short-title>IM Lingo, Text Messaging Shorthand and Emoticons</short-title>
+      <title>Abraham Lincoln quotes</title>
+      <short-title>Abraham Lincoln quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CONFIRMEOGadget">
-    <portlet-name>CONFIRMEOGadget</portlet-name>
-    <display-name>CONFIRMEO</display-name>
-    <description>Google Gadgets: CONFIRMEO Gadget</description>
+  <portlet id="ThomasJeffersonquotes1Gadget">
+    <portlet-name>ThomasJeffersonquotes1Gadget</portlet-name>
+    <display-name>Thomas Jefferson quotes</display-name>
+    <description>Google Gadgets: Thomas Jefferson quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CONFIRMEO</value>
+      <value>Thomas Jefferson quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.confirmeo.com/google/googlemodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/jefferson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.confirmeo.com/google/googlemodule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/jefferson.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8725,29 +9286,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CONFIRMEO</title>
-      <short-title>CONFIRMEO</short-title>
+      <title>Thomas Jefferson quotes</title>
+      <short-title>Thomas Jefferson quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TurkishDictionaryGadget">
-    <portlet-name>TurkishDictionaryGadget</portlet-name>
-    <display-name>Turkish Dictionary</display-name>
-    <description>Google Gadgets: Turkish Dictionary Gadget</description>
+  <portlet id="VirgilquotesGadget">
+    <portlet-name>VirgilquotesGadget</portlet-name>
+    <display-name>Virgil quotes</display-name>
+    <description>Google Gadgets: Virgil quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Turkish Dictionary</value>
+      <value>Virgil quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mustafasa.googlepages.com/eksisozluk1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/virgil.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mustafasa.googlepages.com/eksisozluk1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/virgil.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8758,29 +9319,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Turkish Dictionary</title>
-      <short-title>Turkish Dictionary</short-title>
+      <title>Virgil quotes</title>
+      <short-title>Virgil quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LectivaNetGadget">
-    <portlet-name>LectivaNetGadget</portlet-name>
-    <display-name>Lectiva.Net</display-name>
-    <description>Google Gadgets: Lectiva.Net Gadget</description>
+  <portlet id="GeorgeSantayanaquotesGadget">
+    <portlet-name>GeorgeSantayanaquotesGadget</portlet-name>
+    <display-name>George Santayana quotes</display-name>
+    <description>Google Gadgets: George Santayana quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lectiva.Net</value>
+      <value>George Santayana quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lectiva.googlepages.com/LectivaCoursesSearcherIII.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/santayana.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lectiva.googlepages.com/LectivaCoursesSearcherIII.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/santayana.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8791,29 +9352,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lectiva.Net</title>
-      <short-title>Lectiva.Net</short-title>
+      <title>George Santayana quotes</title>
+      <short-title>George Santayana quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FREESMSGadget">
-    <portlet-name>FREESMSGadget</portlet-name>
-    <display-name>FREE SMS</display-name>
-    <description>Google Gadgets: FREE SMS Gadget</description>
+  <portlet id="ParentingTipoftheDay1Gadget">
+    <portlet-name>ParentingTipoftheDay1Gadget</portlet-name>
+    <display-name>Parenting Tip of the Day</display-name>
+    <description>Google Gadgets: Parenting Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FREE SMS</value>
+      <value>Parenting Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.migrooman.de/sms/sms.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/parenting.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.migrooman.de/sms/sms.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/parenting.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8824,29 +9385,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FREE SMS</title>
-      <short-title>FREE SMS</short-title>
+      <title>Parenting Tip of the Day</title>
+      <short-title>Parenting Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VertalenWoordenGadget">
-    <portlet-name>VertalenWoordenGadget</portlet-name>
-    <display-name>Vertalen Woorden</display-name>
-    <description>Google Gadgets: Vertalen Woorden Gadget</description>
+  <portlet id="CharlesDickensquotes1Gadget">
+    <portlet-name>CharlesDickensquotes1Gadget</portlet-name>
+    <display-name>Charles Dickens quotes</display-name>
+    <description>Google Gadgets: Charles Dickens quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Vertalen Woorden</value>
+      <value>Charles Dickens quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vertaalwoord.nl/google/vertaalwoord.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/dickens.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vertaalwoord.nl/google/vertaalwoord.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/dickens.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8857,29 +9418,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Vertalen Woorden</title>
-      <short-title>Vertalen Woorden</short-title>
+      <title>Charles Dickens quotes</title>
+      <short-title>Charles Dickens quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NuagedlicieuxGadget">
-    <portlet-name>NuagedlicieuxGadget</portlet-name>
-    <display-name>Nuage d?licieux</display-name>
-    <description>Google Gadgets: Nuage d?licieux Gadget</description>
+  <portlet id="CNNNewsFeedsGadget">
+    <portlet-name>CNNNewsFeedsGadget</portlet-name>
+    <display-name>CNN News Feeds</display-name>
+    <description>Google Gadgets: CNN News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nuage d?licieux</value>
+      <value>CNN News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://infogerer.free.fr/nua_deli_rg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/cnn-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://infogerer.free.fr/nua_deli_rg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/cnn-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8890,29 +9451,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nuage d?licieux</title>
-      <short-title>Nuage d?licieux</short-title>
+      <title>CNN News Feeds</title>
+      <short-title>CNN News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DicionrioespanholWordReferencecomGadget">
-    <portlet-name>DicionrioespanholWordReferencecomGadget</portlet-name>
-    <display-name>Dicion?rio espanhol WordReference.com</display-name>
-    <description>Google Gadgets: Dicion?rio espanhol WordReference.com Gadget</description>
+  <portlet id="GilbertKChestertonquotesGadget">
+    <portlet-name>GilbertKChestertonquotesGadget</portlet-name>
+    <display-name>Gilbert K. Chesterton quotes</display-name>
+    <description>Google Gadgets: Gilbert K. Chesterton quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dicion?rio espanhol WordReference.com</value>
+      <value>Gilbert K. Chesterton quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wordreference.com/tools/ggGadgets/WRgadget_pt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/chesterton_g.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wordreference.com/tools/ggGadgets/WRgadget_pt.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/chesterton_g.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8923,29 +9484,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dicion?rio espanhol WordReference.com</title>
-      <short-title>Dicion?rio espanhol WordReference.com</short-title>
+      <title>Gilbert K. Chesterton quotes</title>
+      <short-title>Gilbert K. Chesterton quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="writeKAMalayalamTransliteratorGadget">
-    <portlet-name>writeKAMalayalamTransliteratorGadget</portlet-name>
-    <display-name>writeKA Malayalam Transliterator</display-name>
-    <description>Google Gadgets: writeKA Malayalam Transliterator Gadget</description>
+  <portlet id="WordsofWisdom2Gadget">
+    <portlet-name>WordsofWisdom2Gadget</portlet-name>
+    <display-name>Words of Wisdom</display-name>
+    <description>Google Gadgets: Words of Wisdom Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>writeKA Malayalam Transliterator</value>
+      <value>Words of Wisdom</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.writeka.com/google_mod/wgm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/words-of-wisdom.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.writeka.com/google_mod/wgm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/words-of-wisdom.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8956,29 +9517,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>writeKA Malayalam Transliterator</title>
-      <short-title>writeKA Malayalam Transliterator</short-title>
+      <title>Words of Wisdom</title>
+      <short-title>Words of Wisdom</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleCalendar1Gadget">
-    <portlet-name>GoogleCalendar1Gadget</portlet-name>
-    <display-name>Google Calendar</display-name>
-    <description>Google Gadgets: Google Calendar Gadget</description>
+  <portlet id="HealthTipoftheDay2Gadget">
+    <portlet-name>HealthTipoftheDay2Gadget</portlet-name>
+    <display-name>Health Tip of the Day</display-name>
+    <description>Google Gadgets: Health Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Calendar</value>
+      <value>Health Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/health_tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/calendar2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/health_tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8989,29 +9550,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Calendar</title>
-      <short-title>Google Calendar</short-title>
+      <title>Health Tip of the Day</title>
+      <short-title>Health Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JAGJustAnotherGoodieGadget">
-    <portlet-name>JAGJustAnotherGoodieGadget</portlet-name>
-    <display-name>JAG : Just Another Goodie</display-name>
-    <description>Google Gadgets: JAG : Just Another Goodie Gadget</description>
+  <portlet id="ForgivenessQuoteoftheDay1Gadget">
+    <portlet-name>ForgivenessQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Forgiveness Quote of the Day</display-name>
+    <description>Google Gadgets: Forgiveness Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>JAG : Just Another Goodie</value>
+      <value>Forgiveness Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jags.gq.nu/jags.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/forgiveness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jags.gq.nu/jags.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/forgiveness.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9022,29 +9583,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>JAG : Just Another Goodie</title>
-      <short-title>JAG : Just Another Goodie</short-title>
+      <title>Forgiveness Quote of the Day</title>
+      <short-title>Forgiveness Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MSNMessengerGadget">
-    <portlet-name>MSNMessengerGadget</portlet-name>
-    <display-name>MSN Messenger</display-name>
-    <description>Google Gadgets: MSN Messenger Gadget</description>
+  <portlet id="NewMoviesonDVDandVHSFilteredbyMovieRatingGadget">
+    <portlet-name>NewMoviesonDVDandVHSFilteredbyMovieRatingGadget</portlet-name>
+    <display-name>New Movies on DVD and VHS F...</display-name>
+    <description>Google Gadgets: New Movies on DVD and VHS Filtered by Movie Rating Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MSN Messenger</value>
+      <value>New Movies on DVD and VHS Filtered by Movie Rating</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://vgadgets.googlepages.com/msnmessenger.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/movies_dvd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://vgadgets.googlepages.com/msnmessenger.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/movies_dvd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9055,29 +9616,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MSN Messenger</title>
-      <short-title>MSN Messenger</short-title>
+      <title>New Movies on DVD and VHS Filtered by Movie Rating</title>
+      <short-title>New Movies on DVD and VHS Filtered by Movie Rating</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JustChatGadget">
-    <portlet-name>JustChatGadget</portlet-name>
-    <display-name>Just Chat</display-name>
-    <description>Google Gadgets: Just Chat Gadget</description>
+  <portlet id="OprahQuoteoftheDay1Gadget">
+    <portlet-name>OprahQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Oprah Quote of the Day</display-name>
+    <description>Google Gadgets: Oprah Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Just Chat</value>
+      <value>Oprah Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bunchball.com/modules/ig_justchat.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/oprah-winfrey.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bunchball.com/modules/ig_justchat.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/oprah-winfrey.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9088,29 +9649,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Just Chat</title>
-      <short-title>Just Chat</short-title>
+      <title>Oprah Quote of the Day</title>
+      <short-title>Oprah Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OrkutScraps1Gadget">
-    <portlet-name>OrkutScraps1Gadget</portlet-name>
-    <display-name>Orkut Scraps</display-name>
-    <description>Google Gadgets: Orkut Scraps Gadget</description>
+  <portlet id="WaltDisneyQuoteoftheDay1Gadget">
+    <portlet-name>WaltDisneyQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Walt Disney Quote of the Day</display-name>
+    <description>Google Gadgets: Walt Disney Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Orkut Scraps</value>
+      <value>Walt Disney Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andreamaral.v10.com.br/scraps_orkut.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/walt-disney.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andreamaral.v10.com.br/scraps_orkut.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/walt-disney.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9121,29 +9682,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Orkut Scraps</title>
-      <short-title>Orkut Scraps</short-title>
+      <title>Walt Disney Quote of the Day</title>
+      <short-title>Walt Disney Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TurkishEnglishDictionaryGadget">
-    <portlet-name>TurkishEnglishDictionaryGadget</portlet-name>
-    <display-name>Turkish-English Dictionary</display-name>
-    <description>Google Gadgets: Turkish-English Dictionary Gadget</description>
+  <portlet id="SamuelJohnsonquotes1Gadget">
+    <portlet-name>SamuelJohnsonquotes1Gadget</portlet-name>
+    <display-name>Samuel Johnson quotes</display-name>
+    <description>Google Gadgets: Samuel Johnson quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Turkish-English Dictionary</value>
+      <value>Samuel Johnson quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bilgisayardersi34.googlepages.com/seslisozluk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/johnson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bilgisayardersi34.googlepages.com/seslisozluk.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/johnson.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9154,29 +9715,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Turkish-English Dictionary</title>
-      <short-title>Turkish-English Dictionary</short-title>
+      <title>Samuel Johnson quotes</title>
+      <short-title>Samuel Johnson quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooMessenger1Gadget">
-    <portlet-name>YahooMessenger1Gadget</portlet-name>
-    <display-name>Yahoo Messenger</display-name>
-    <description>Google Gadgets: Yahoo Messenger Gadget</description>
+  <portlet id="NewYorkTimesHealthGadget">
+    <portlet-name>NewYorkTimesHealthGadget</portlet-name>
+    <display-name>New York Times: Health</display-name>
+    <description>Google Gadgets: New York Times: Health Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo Messenger</value>
+      <value>New York Times: Health</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://vgadgets.googlepages.com/yahoomessenger.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-health.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://vgadgets.googlepages.com/yahoomessenger.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-health.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9187,29 +9748,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo Messenger</title>
-      <short-title>Yahoo Messenger</short-title>
+      <title>New York Times: Health</title>
+      <short-title>New York Times: Health</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AOLMessengerGadget">
-    <portlet-name>AOLMessengerGadget</portlet-name>
-    <display-name>AOL Messenger</display-name>
-    <description>Google Gadgets: AOL Messenger Gadget</description>
+  <portlet id="ICQStatusCheckGadget">
+    <portlet-name>ICQStatusCheckGadget</portlet-name>
+    <display-name>ICQ Status Check</display-name>
+    <description>Google Gadgets: ICQ Status Check Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AOL Messenger</value>
+      <value>ICQ Status Check</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://vgadgets.googlepages.com/aolmessenger.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.pages.at/mariusknaust/icqstatuscheck/icqstatuscheck.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://vgadgets.googlepages.com/aolmessenger.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.pages.at/mariusknaust/icqstatuscheck/icqstatuscheck.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9220,11 +9781,143 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AOL Messenger</title>
-      <short-title>AOL Messenger</short-title>
+      <title>ICQ Status Check</title>
+      <short-title>ICQ Status Check</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="InterestingPhotosoftheDayGadget">
+    <portlet-name>InterestingPhotosoftheDayGadget</portlet-name>
+    <display-name>Interesting Photos of the Day</display-name>
+    <description>Google Gadgets: Interesting Photos of the Day Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Interesting Photos of the Day</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/interesting-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/interesting-photos.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Interesting Photos of the Day</title>
+      <short-title>Interesting Photos of the Day</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="TerryPratchettquotes1Gadget">
+    <portlet-name>TerryPratchettquotes1Gadget</portlet-name>
+    <display-name>Terry Pratchett quotes</display-name>
+    <description>Google Gadgets: Terry Pratchett quotes Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Terry Pratchett quotes</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/pratchett_t.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/pratchett_t.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Terry Pratchett quotes</title>
+      <short-title>Terry Pratchett quotes</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MarcusAureliusAntoninusquotesGadget">
+    <portlet-name>MarcusAureliusAntoninusquotesGadget</portlet-name>
+    <display-name>Marcus Aurelius Antoninus q...</display-name>
+    <description>Google Gadgets: Marcus Aurelius Antoninus quotes Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Marcus Aurelius Antoninus quotes</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/antoninus_m.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/antoninus_m.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Marcus Aurelius Antoninus quotes</title>
+      <short-title>Marcus Aurelius Antoninus quotes</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="HomerquotesGadget">
+    <portlet-name>HomerquotesGadget</portlet-name>
+    <display-name>Homer quotes</display-name>
+    <description>Google Gadgets: Homer quotes Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Homer quotes</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/homer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/homer.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Homer quotes</title>
+      <short-title>Homer quotes</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
 </portlet-app>
 

Modified: googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/googlegadgets-finance/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 21:12:08 UTC (rev 746)
@@ -19,23 +19,23 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
 
-  <portlet id="StockPortfolioGadget">
-    <portlet-name>StockPortfolioGadget</portlet-name>
-    <display-name>Stock Portfolio</display-name>
-    <description>Google Gadgets: Stock Portfolio Gadget</description>
+  <portlet id="CurrencyConverterGadget">
+    <portlet-name>CurrencyConverterGadget</portlet-name>
+    <display-name>Currency Converter</display-name>
+    <description>Google Gadgets: Currency Converter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Stock Portfolio</value>
+      <value>Currency Converter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sav74sac.googlepages.com/portfolio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.donalobrien.net/apps/google/currency.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sav74sac.googlepages.com/portfolio.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.donalobrien.net/apps/google/currency.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -46,12 +46,144 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Stock Portfolio</title>
-      <short-title>Stock Portfolio</short-title>
+      <title>Currency Converter</title>
+      <short-title>Currency Converter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="StockChartGadget">
+    <portlet-name>StockChartGadget</portlet-name>
+    <display-name>StockChart</display-name>
+    <description>Google Gadgets: StockChart Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>StockChart</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://stockchartgadget.googlepages.com/stockchart.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://stockchartgadget.googlepages.com/stockchart.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>StockChart</title>
+      <short-title>StockChart</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="BombayStockExchangeBSEIndexGadget">
+    <portlet-name>BombayStockExchangeBSEIndexGadget</portlet-name>
+    <display-name>Bombay Stock Exchange (BSE)...</display-name>
+    <description>Google Gadgets: Bombay Stock Exchange (BSE) Index Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Bombay Stock Exchange (BSE) Index</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://orawiz.googlepages.com/bseidx.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://orawiz.googlepages.com/bseidx.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Bombay Stock Exchange (BSE) Index</title>
+      <short-title>Bombay Stock Exchange (BSE) Index</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CommoditiesMarketGadget">
+    <portlet-name>CommoditiesMarketGadget</portlet-name>
+    <display-name>Commodities Market</display-name>
+    <description>Google Gadgets: Commodities Market Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Commodities Market</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/commodities/commodities.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/commodities/commodities.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Commodities Market</title>
+      <short-title>Commodities Market</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MoneyTipoftheDayGadget">
+    <portlet-name>MoneyTipoftheDayGadget</portlet-name>
+    <display-name>Money Tip of the Day</display-name>
+    <description>Google Gadgets: Money Tip of the Day Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Money Tip of the Day</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/finance-money-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/finance-money-tips.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Money Tip of the Day</title>
+      <short-title>Money Tip of the Day</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="LoanCalculatorGadget">
     <portlet-name>LoanCalculatorGadget</portlet-name>
     <display-name>Loan Calculator</display-name>
@@ -85,6 +217,138 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="StockTickerGadget">
+    <portlet-name>StockTickerGadget</portlet-name>
+    <display-name>Stock Ticker</display-name>
+    <description>Google Gadgets: Stock Ticker Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Stock Ticker</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/z202.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://padmanijain.googlepages.com/z202.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Stock Ticker</title>
+      <short-title>Stock Ticker</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MortgageAndRealEstateNewsGadget">
+    <portlet-name>MortgageAndRealEstateNewsGadget</portlet-name>
+    <display-name>Mortgage And Real Estate News</display-name>
+    <description>Google Gadgets: Mortgage And Real Estate News Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Mortgage And Real Estate News</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Mortgage And Real Estate News</title>
+      <short-title>Mortgage And Real Estate News</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="GoogleFinanceMarketSummaryGadget">
+    <portlet-name>GoogleFinanceMarketSummaryGadget</portlet-name>
+    <display-name>Google Finance Market Summary</display-name>
+    <description>Google Gadgets: Google Finance Market Summary Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Google Finance Market Summary</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kodey.com/modules/google_market_summary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kodey.com/modules/google_market_summary.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Google Finance Market Summary</title>
+      <short-title>Google Finance Market Summary</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="StockPortfolioGadget">
+    <portlet-name>StockPortfolioGadget</portlet-name>
+    <display-name>Stock Portfolio</display-name>
+    <description>Google Gadgets: Stock Portfolio Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Stock Portfolio</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sav74sac.googlepages.com/portfolio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sav74sac.googlepages.com/portfolio.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Stock Portfolio</title>
+      <short-title>Stock Portfolio</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="StockQuoteGadget">
     <portlet-name>StockQuoteGadget</portlet-name>
     <display-name>StockQuote</display-name>
@@ -118,23 +382,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="MoneysmartzBestSitesGadget">
-    <portlet-name>MoneysmartzBestSitesGadget</portlet-name>
-    <display-name>Moneysmartz Best Sites</display-name>
-    <description>Google Gadgets: Moneysmartz Best Sites Gadget</description>
+  <portlet id="ICICIExchangeRateGadget">
+    <portlet-name>ICICIExchangeRateGadget</portlet-name>
+    <display-name>ICICI Exchange Rate</display-name>
+    <description>Google Gadgets: ICICI Exchange Rate Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Moneysmartz Best Sites</value>
+      <value>ICICI Exchange Rate</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011718444822997206515/cse/zb4wkccmyfi/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ravikumar.datla.googlepages.com/ICICI-Exchange-Rate.txt&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011718444822997206515/cse/zb4wkccmyfi/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ravikumar.datla.googlepages.com/ICICI-Exchange-Rate.txt</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -145,29 +409,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Moneysmartz Best Sites</title>
-      <short-title>Moneysmartz Best Sites</short-title>
+      <title>ICICI Exchange Rate</title>
+      <short-title>ICICI Exchange Rate</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgageAndRealEstateNewsGadget">
-    <portlet-name>MortgageAndRealEstateNewsGadget</portlet-name>
-    <display-name>Mortgage And Real Estate News</display-name>
-    <description>Google Gadgets: Mortgage And Real Estate News Gadget</description>
+  <portlet id="MortgagePaymentCalculatorGadget">
+    <portlet-name>MortgagePaymentCalculatorGadget</portlet-name>
+    <display-name>Mortgage Payment Calculator</display-name>
+    <description>Google Gadgets: Mortgage Payment Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage And Real Estate News</value>
+      <value>Mortgage Payment Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/MRW5.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/MRW5.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -178,24 +442,90 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage And Real Estate News</title>
-      <short-title>Mortgage And Real Estate News</short-title>
+      <title>Mortgage Payment Calculator</title>
+      <short-title>Mortgage Payment Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RealEstateGadget">
-    <portlet-name>RealEstateGadget</portlet-name>
-    <display-name>Real Estate</display-name>
-    <description>Google Gadgets: Real Estate Gadget</description>
+  <portlet id="FOREXToolsToTradeCurrenciesGadget">
+    <portlet-name>FOREXToolsToTradeCurrenciesGadget</portlet-name>
+    <display-name>FOREX Tools To Trade Curren...</display-name>
+    <description>Google Gadgets: FOREX Tools To Trade Currencies Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Real Estate</value>
+      <value>FOREX Tools To Trade Currencies</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ac-markets.com/forex/forextools.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ac-markets.com/forex/forextools.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>FOREX Tools To Trade Currencies</title>
+      <short-title>FOREX Tools To Trade Currencies</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="LoanCalculator1Gadget">
+    <portlet-name>LoanCalculator1Gadget</portlet-name>
+    <display-name>Loan Calculator</display-name>
+    <description>Google Gadgets: Loan Calculator Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Loan Calculator</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.abgcomp.co.uk/gadgets/loan_calculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.abgcomp.co.uk/gadgets/loan_calculator.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Loan Calculator</title>
+      <short-title>Loan Calculator</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="TheRealEstateCalendarGadget">
+    <portlet-name>TheRealEstateCalendarGadget</portlet-name>
+    <display-name>The Real Estate Calendar</display-name>
+    <description>Google Gadgets: The Real Estate Calendar Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>The Real Estate Calendar</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
       <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/RealestateCalendarGoogle.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
@@ -211,29 +541,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Real Estate</title>
-      <short-title>Real Estate</short-title>
+      <title>The Real Estate Calendar</title>
+      <short-title>The Real Estate Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BombayStockExchangeBSEIndexGadget">
-    <portlet-name>BombayStockExchangeBSEIndexGadget</portlet-name>
-    <display-name>Bombay Stock Exchange (BSE) Index</display-name>
-    <description>Google Gadgets: Bombay Stock Exchange (BSE) Index Gadget</description>
+  <portlet id="MoneyandFinanceTipoftheDayGadget">
+    <portlet-name>MoneyandFinanceTipoftheDayGadget</portlet-name>
+    <display-name>Money and Finance Tip of th...</display-name>
+    <description>Google Gadgets: Money and Finance Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bombay Stock Exchange (BSE) Index</value>
+      <value>Money and Finance Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://orawiz.googlepages.com/bseidx.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/money/finance-money-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://orawiz.googlepages.com/bseidx.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/money/finance-money-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -244,29 +574,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bombay Stock Exchange (BSE) Index</title>
-      <short-title>Bombay Stock Exchange (BSE) Index</short-title>
+      <title>Money and Finance Tip of the Day</title>
+      <short-title>Money and Finance Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StockChartGadget">
-    <portlet-name>StockChartGadget</portlet-name>
-    <display-name>StockChart</display-name>
-    <description>Google Gadgets: StockChart Gadget</description>
+  <portlet id="MortgageRateWatchDetailedGadget">
+    <portlet-name>MortgageRateWatchDetailedGadget</portlet-name>
+    <display-name>Mortgage Rate Watch - Detailed</display-name>
+    <description>Google Gadgets: Mortgage Rate Watch - Detailed Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>StockChart</value>
+      <value>Mortgage Rate Watch - Detailed</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://stockchartgadget.googlepages.com/stockchart.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/mrw3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://stockchartgadget.googlepages.com/stockchart.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/mrw3.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -277,12 +607,78 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>StockChart</title>
-      <short-title>StockChart</short-title>
+      <title>Mortgage Rate Watch - Detailed</title>
+      <short-title>Mortgage Rate Watch - Detailed</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="FreeForeclosureSearchGadget">
+    <portlet-name>FreeForeclosureSearchGadget</portlet-name>
+    <display-name>Free Foreclosure Search</display-name>
+    <description>Google Gadgets: Free Foreclosure Search Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Free Foreclosure Search</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.netremote.com/rss/foreclosure.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.netremote.com/rss/foreclosure.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Free Foreclosure Search</title>
+      <short-title>Free Foreclosure Search</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="GoogleFinanceSectorSummaryGadget">
+    <portlet-name>GoogleFinanceSectorSummaryGadget</portlet-name>
+    <display-name>Google Finance Sector Summary</display-name>
+    <description>Google Gadgets: Google Finance Sector Summary Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Google Finance Sector Summary</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kodey.com/modules/google_sector_summary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kodey.com/modules/google_sector_summary.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Google Finance Sector Summary</title>
+      <short-title>Google Finance Sector Summary</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="LiveGoldGadget">
     <portlet-name>LiveGoldGadget</portlet-name>
     <display-name>Live Gold</display-name>
@@ -316,23 +712,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="CurrencyConverterGadget">
-    <portlet-name>CurrencyConverterGadget</portlet-name>
-    <display-name>Currency Converter</display-name>
-    <description>Google Gadgets: Currency Converter Gadget</description>
+  <portlet id="StocksMakingtheNewsGadget">
+    <portlet-name>StocksMakingtheNewsGadget</portlet-name>
+    <display-name>Stocks Making the News</display-name>
+    <description>Google Gadgets: Stocks Making the News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Currency Converter</value>
+      <value>Stocks Making the News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.donalobrien.net/apps/google/currency.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.financialrealtime.com/scgoog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.donalobrien.net/apps/google/currency.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.financialrealtime.com/scgoog.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -343,29 +739,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Currency Converter</title>
-      <short-title>Currency Converter</short-title>
+      <title>Stocks Making the News</title>
+      <short-title>Stocks Making the News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StrategicallySpeakingGadget">
-    <portlet-name>StrategicallySpeakingGadget</portlet-name>
-    <display-name>Strategically Speaking</display-name>
-    <description>Google Gadgets: Strategically Speaking Gadget</description>
+  <portlet id="MortgageRateWatchBasicGadget">
+    <portlet-name>MortgageRateWatchBasicGadget</portlet-name>
+    <display-name>Mortgage Rate Watch - Basic</display-name>
+    <description>Google Gadgets: Mortgage Rate Watch - Basic Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Strategically Speaking</value>
+      <value>Mortgage Rate Watch - Basic</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mystrategicplan.com/strategic-plan/strategy-feed-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/mrw2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mystrategicplan.com/strategic-plan/strategy-feed-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/mrw2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -376,29 +772,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Strategically Speaking</title>
-      <short-title>Strategically Speaking</short-title>
+      <title>Mortgage Rate Watch - Basic</title>
+      <short-title>Mortgage Rate Watch - Basic</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CommoditiesMarketGadget">
-    <portlet-name>CommoditiesMarketGadget</portlet-name>
-    <display-name>Commodities Market</display-name>
-    <description>Google Gadgets: Commodities Market Gadget</description>
+  <portlet id="StrategicallySpeakingGadget">
+    <portlet-name>StrategicallySpeakingGadget</portlet-name>
+    <display-name>Strategically Speaking</display-name>
+    <description>Google Gadgets: Strategically Speaking Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Commodities Market</value>
+      <value>Strategically Speaking</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/commodities/commodities.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mystrategicplan.com/strategic-plan/strategy-feed-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/commodities/commodities.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mystrategicplan.com/strategic-plan/strategy-feed-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -409,29 +805,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Commodities Market</title>
-      <short-title>Commodities Market</short-title>
+      <title>Strategically Speaking</title>
+      <short-title>Strategically Speaking</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HomeBusinessLivingGadget">
-    <portlet-name>HomeBusinessLivingGadget</portlet-name>
-    <display-name>Home Business Living</display-name>
-    <description>Google Gadgets: Home Business Living Gadget</description>
+  <portlet id="TheStreetcomRatingsGadget">
+    <portlet-name>TheStreetcomRatingsGadget</portlet-name>
+    <display-name>TheStreet.com - Ratings</display-name>
+    <description>Google Gadgets: TheStreet.com - Ratings Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Home Business Living</value>
+      <value>TheStreet.com - Ratings</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.homebusinessliving.ws/gadgets/google/homebusinessliving.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thestreet.com/ig/ratings.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.homebusinessliving.ws/gadgets/google/homebusinessliving.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thestreet.com/ig/ratings.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -442,8 +838,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Home Business Living</title>
-      <short-title>Home Business Living</short-title>
+      <title>TheStreet.com - Ratings</title>
+      <short-title>TheStreet.com - Ratings</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
@@ -481,23 +877,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgageRateWatchDetailedGadget">
-    <portlet-name>MortgageRateWatchDetailedGadget</portlet-name>
-    <display-name>Mortgage Rate Watch - Detailed</display-name>
-    <description>Google Gadgets: Mortgage Rate Watch - Detailed Gadget</description>
+  <portlet id="GoogleFinanceTopMoversGadget">
+    <portlet-name>GoogleFinanceTopMoversGadget</portlet-name>
+    <display-name>Google Finance Top Movers</display-name>
+    <description>Google Gadgets: Google Finance Top Movers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage Rate Watch - Detailed</value>
+      <value>Google Finance Top Movers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/MRW3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kodey.com/modules/google_top_movers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/MRW3.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kodey.com/modules/google_top_movers.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -508,8 +904,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage Rate Watch - Detailed</title>
-      <short-title>Mortgage Rate Watch - Detailed</short-title>
+      <title>Google Finance Top Movers</title>
+      <short-title>Google Finance Top Movers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
@@ -547,23 +943,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="AutoLeasevsLoanCalculatorGadget">
-    <portlet-name>AutoLeasevsLoanCalculatorGadget</portlet-name>
-    <display-name>Auto Lease vs Loan Calculator  </display-name>
-    <description>Google Gadgets: Auto Lease vs Loan Calculator   Gadget</description>
+  <portlet id="DILAWRIManagementTipsGadget">
+    <portlet-name>DILAWRIManagementTipsGadget</portlet-name>
+    <display-name>DILAWRI ? Management Tips</display-name>
+    <description>Google Gadgets: DILAWRI ? Management Tips Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Auto Lease vs Loan Calculator  </value>
+      <value>DILAWRI ? Management Tips</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/lease_vs_loan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dilawri.com/gadgets/dilawri.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/lease_vs_loan.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dilawri.com/gadgets/dilawri.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -574,29 +970,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Auto Lease vs Loan Calculator  </title>
-      <short-title>Auto Lease vs Loan Calculator  </short-title>
+      <title>DILAWRI ? Management Tips</title>
+      <short-title>DILAWRI ? Management Tips</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoneyTipoftheDayGadget">
-    <portlet-name>MoneyTipoftheDayGadget</portlet-name>
-    <display-name>Money Tip of the Day</display-name>
-    <description>Google Gadgets: Money Tip of the Day Gadget</description>
+  <portlet id="WealthManagementGadget">
+    <portlet-name>WealthManagementGadget</portlet-name>
+    <display-name>Wealth Management</display-name>
+    <description>Google Gadgets: Wealth Management Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Money Tip of the Day</value>
+      <value>Wealth Management</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/finance-money-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pitchlet.net/google_pitchlet.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/finance-money-tips.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pitchlet.net/google_pitchlet.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -607,29 +1003,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Money Tip of the Day</title>
-      <short-title>Money Tip of the Day</short-title>
+      <title>Wealth Management</title>
+      <short-title>Wealth Management</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FOREXtoolsfortradingcurrenciesGadget">
-    <portlet-name>FOREXtoolsfortradingcurrenciesGadget</portlet-name>
-    <display-name>FOREX tools for trading currencies</display-name>
-    <description>Google Gadgets: FOREX tools for trading currencies Gadget</description>
+  <portlet id="StockMarketCountdownGadget">
+    <portlet-name>StockMarketCountdownGadget</portlet-name>
+    <display-name>Stock Market Countdown</display-name>
+    <description>Google Gadgets: Stock Market Countdown Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FOREX tools for trading currencies</value>
+      <value>Stock Market Countdown</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ac-markets.com/forex/forextools.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://woodmonger.googlepages.com/MarketCountdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ac-markets.com/forex/forextools.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://woodmonger.googlepages.com/MarketCountdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -640,29 +1036,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FOREX tools for trading currencies</title>
-      <short-title>FOREX tools for trading currencies</short-title>
+      <title>Stock Market Countdown</title>
+      <short-title>Stock Market Countdown</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DebtEliminationCalculatorGoldStarLendingGadget">
-    <portlet-name>DebtEliminationCalculatorGoldStarLendingGadget</portlet-name>
-    <display-name>Debt Elimination Calculator -  Gold Star Lending</display-name>
-    <description>Google Gadgets: Debt Elimination Calculator -  Gold Star Lending Gadget</description>
+  <portlet id="MoneysmartzBestSitesGadget">
+    <portlet-name>MoneysmartzBestSitesGadget</portlet-name>
+    <display-name>Moneysmartz Best Sites</display-name>
+    <description>Google Gadgets: Moneysmartz Best Sites Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Debt Elimination Calculator -  Gold Star Lending</value>
+      <value>Moneysmartz Best Sites</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/debtelmin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011718444822997206515/cse/zb4wkccmyfi/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/debtelmin.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011718444822997206515/cse/zb4wkccmyfi/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -673,29 +1069,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Debt Elimination Calculator -  Gold Star Lending</title>
-      <short-title>Debt Elimination Calculator -  Gold Star Lending</short-title>
+      <title>Moneysmartz Best Sites</title>
+      <short-title>Moneysmartz Best Sites</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StockMarketCountdownGadget">
-    <portlet-name>StockMarketCountdownGadget</portlet-name>
-    <display-name>Stock Market Countdown</display-name>
-    <description>Google Gadgets: Stock Market Countdown Gadget</description>
+  <portlet id="FusionChartsGoogleGadgetGadget">
+    <portlet-name>FusionChartsGoogleGadgetGadget</portlet-name>
+    <display-name>FusionCharts Google Gadget</display-name>
+    <description>Google Gadgets: FusionCharts Google Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Stock Market Countdown</value>
+      <value>FusionCharts Google Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://woodmonger.googlepages.com/MarketCountdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fusioncharts.googlecode.com/svn/trunk/fusioncharts.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://woodmonger.googlepages.com/MarketCountdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fusioncharts.googlecode.com/svn/trunk/fusioncharts.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -706,29 +1102,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Stock Market Countdown</title>
-      <short-title>Stock Market Countdown</short-title>
+      <title>FusionCharts Google Gadget</title>
+      <short-title>FusionCharts Google Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FusionChartsGoogleGadgetGadget">
-    <portlet-name>FusionChartsGoogleGadgetGadget</portlet-name>
-    <display-name>FusionCharts Google Gadget</display-name>
-    <description>Google Gadgets: FusionCharts Google Gadget Gadget</description>
+  <portlet id="EXCELShortcutsGadget">
+    <portlet-name>EXCELShortcutsGadget</portlet-name>
+    <display-name>EXCEL Shortcuts</display-name>
+    <description>Google Gadgets: EXCEL Shortcuts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FusionCharts Google Gadget</value>
+      <value>EXCEL Shortcuts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fusioncharts.googlecode.com/svn/trunk/fusioncharts.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/excel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fusioncharts.googlecode.com/svn/trunk/fusioncharts.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/excel.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -739,29 +1135,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FusionCharts Google Gadget</title>
-      <short-title>FusionCharts Google Gadget</short-title>
+      <title>EXCEL Shortcuts</title>
+      <short-title>EXCEL Shortcuts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ICICIExchangeRateGadget">
-    <portlet-name>ICICIExchangeRateGadget</portlet-name>
-    <display-name>ICICI Exchange Rate</display-name>
-    <description>Google Gadgets: ICICI Exchange Rate Gadget</description>
+  <portlet id="MyPortfolioStockQuoteChartGadget">
+    <portlet-name>MyPortfolioStockQuoteChartGadget</portlet-name>
+    <display-name>My Portfolio Stock Quote Chart</display-name>
+    <description>Google Gadgets: My Portfolio Stock Quote Chart Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ICICI Exchange Rate</value>
+      <value>My Portfolio Stock Quote Chart</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ravikumar.datla.googlepages.com/ICICI-Exchange-Rate.txt&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tigersyard.com/gadgets/stock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ravikumar.datla.googlepages.com/ICICI-Exchange-Rate.txt</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tigersyard.com/gadgets/stock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -772,12 +1168,144 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ICICI Exchange Rate</title>
-      <short-title>ICICI Exchange Rate</short-title>
+      <title>My Portfolio Stock Quote Chart</title>
+      <short-title>My Portfolio Stock Quote Chart</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="MortgageRateWatchGadget">
+    <portlet-name>MortgageRateWatchGadget</portlet-name>
+    <display-name>Mortgage Rate Watch</display-name>
+    <description>Google Gadgets: Mortgage Rate Watch Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Mortgage Rate Watch</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/RateWatch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/RateWatch.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Mortgage Rate Watch</title>
+      <short-title>Mortgage Rate Watch</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CrudeOilWatch11Gadget">
+    <portlet-name>CrudeOilWatch11Gadget</portlet-name>
+    <display-name>Crude Oil Watch 1.1</display-name>
+    <description>Google Gadgets: Crude Oil Watch 1.1 Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Crude Oil Watch 1.1</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1008324/1104166718592086295&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1008324/1104166718592086295</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Crude Oil Watch 1.1</title>
+      <short-title>Crude Oil Watch 1.1</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MoneyControlPortfolioGadget">
+    <portlet-name>MoneyControlPortfolioGadget</portlet-name>
+    <display-name>MoneyControl Portfolio</display-name>
+    <description>Google Gadgets: MoneyControl Portfolio Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>MoneyControl Portfolio</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/118190450049634749485/mc_portfolio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/118190450049634749485/mc_portfolio.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>MoneyControl Portfolio</title>
+      <short-title>MoneyControl Portfolio</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MoneyandFinanceTipoftheDay1Gadget">
+    <portlet-name>MoneyandFinanceTipoftheDay1Gadget</portlet-name>
+    <display-name>Money and Finance Tip of th...</display-name>
+    <description>Google Gadgets: Money and Finance Tip of the Day Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Money and Finance Tip of the Day</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/finance-money-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/finance-money-tips.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Money and Finance Tip of the Day</title>
+      <short-title>Money and Finance Tip of the Day</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="CurrencyCalculatorIDCMSGadget">
     <portlet-name>CurrencyCalculatorIDCMSGadget</portlet-name>
     <display-name>Currency Calculator IDCMS</display-name>
@@ -811,23 +1339,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgageRateWatchBasicGadget">
-    <portlet-name>MortgageRateWatchBasicGadget</portlet-name>
-    <display-name>Mortgage Rate Watch - Basic</display-name>
-    <description>Google Gadgets: Mortgage Rate Watch - Basic Gadget</description>
+  <portlet id="ARMMaximumPossiblePayoutComparisonCalculatorGoldStarLendingGadget">
+    <portlet-name>ARMMaximumPossiblePayoutComparisonCalculatorGoldStarLendingGadget</portlet-name>
+    <display-name>ARM  Maximum  Possible Payo...</display-name>
+    <description>Google Gadgets: ARM  Maximum  Possible Payout Comparison Calculator -  Gold Star Lending Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage Rate Watch - Basic</value>
+      <value>ARM  Maximum  Possible Payout Comparison Calculator -  Gold Star Lending</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/mrw2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/arm_max_payout_comp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/mrw2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/arm_max_payout_comp.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -838,29 +1366,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage Rate Watch - Basic</title>
-      <short-title>Mortgage Rate Watch - Basic</short-title>
+      <title>ARM  Maximum  Possible Payout Comparison Calculator -  Gold Star Lending</title>
+      <short-title>ARM  Maximum  Possible Payout Comparison Calculator -  Gold Star Lending</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CramerholicHeadlinesGadget">
-    <portlet-name>CramerholicHeadlinesGadget</portlet-name>
-    <display-name>Cramerholic Headlines</display-name>
-    <description>Google Gadgets: Cramerholic Headlines Gadget</description>
+  <portlet id="CondoListingGadget">
+    <portlet-name>CondoListingGadget</portlet-name>
+    <display-name>Condo Listing</display-name>
+    <description>Google Gadgets: Condo Listing Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cramerholic Headlines</value>
+      <value>Condo Listing</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://webninjainc.com/gadget/start.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://wli.proj.googlepages.com/GetDataLiveParamLive2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://webninjainc.com/gadget/start.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://wli.proj.googlepages.com/GetDataLiveParamLive2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -871,29 +1399,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cramerholic Headlines</title>
-      <short-title>Cramerholic Headlines</short-title>
+      <title>Condo Listing</title>
+      <short-title>Condo Listing</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LoanCalculator1Gadget">
-    <portlet-name>LoanCalculator1Gadget</portlet-name>
-    <display-name>Loan Calculator</display-name>
-    <description>Google Gadgets: Loan Calculator Gadget</description>
+  <portlet id="AutoLeasePaymentCalculatorbyBizCalcscomGadget">
+    <portlet-name>AutoLeasePaymentCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Auto Lease Payment Calculat...</display-name>
+    <description>Google Gadgets: Auto Lease Payment Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Loan Calculator</value>
+      <value>Auto Lease Payment Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.abgcomp.co.uk/gadgets/loan_calculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Lease-Payment.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.abgcomp.co.uk/gadgets/loan_calculator.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Lease-Payment.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -904,29 +1432,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Loan Calculator</title>
-      <short-title>Loan Calculator</short-title>
+      <title>Auto Lease Payment Calculator by BizCalcs.com</title>
+      <short-title>Auto Lease Payment Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SecondLifeEconomyGadget">
-    <portlet-name>SecondLifeEconomyGadget</portlet-name>
-    <display-name>Second Life Economy</display-name>
-    <description>Google Gadgets: Second Life Economy Gadget</description>
+  <portlet id="DebtEliminationSchedulerbyBizCalcscomGadget">
+    <portlet-name>DebtEliminationSchedulerbyBizCalcscomGadget</portlet-name>
+    <display-name>Debt Elimination Scheduler ...</display-name>
+    <description>Google Gadgets: Debt Elimination Scheduler by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Second Life Economy</value>
+      <value>Debt Elimination Scheduler by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.counttheworld.com/gadgets/ldollars.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Debt-Elimination.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.counttheworld.com/gadgets/ldollars.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Debt-Elimination.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -937,29 +1465,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Second Life Economy</title>
-      <short-title>Second Life Economy</short-title>
+      <title>Debt Elimination Scheduler by BizCalcs.com</title>
+      <short-title>Debt Elimination Scheduler by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CoinpriceinformationGadget">
-    <portlet-name>CoinpriceinformationGadget</portlet-name>
-    <display-name>Coin price information.</display-name>
-    <description>Google Gadgets: Coin price information. Gadget</description>
+  <portlet id="MyBSENSEStocksGadget">
+    <portlet-name>MyBSENSEStocksGadget</portlet-name>
+    <display-name>My BSE-NSE Stocks</display-name>
+    <description>Google Gadgets: My BSE-NSE Stocks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Coin price information.</value>
+      <value>My BSE-NSE Stocks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://coin.blixenkrone.com/my/gadgets/coinauc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/115964082140481649472/myStocks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://coin.blixenkrone.com/my/gadgets/coinauc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/115964082140481649472/myStocks.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -970,29 +1498,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Coin price information.</title>
-      <short-title>Coin price information.</short-title>
+      <title>My BSE-NSE Stocks</title>
+      <short-title>My BSE-NSE Stocks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AIREconomicEventsCalendarGadget">
-    <portlet-name>AIREconomicEventsCalendarGadget</portlet-name>
-    <display-name>AIR - Economic Events Calendar</display-name>
-    <description>Google Gadgets: AIR - Economic Events Calendar Gadget</description>
+  <portlet id="ProsperWatchGadget">
+    <portlet-name>ProsperWatchGadget</portlet-name>
+    <display-name>Prosper Watch</display-name>
+    <description>Google Gadgets: Prosper Watch Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AIR - Economic Events Calendar</value>
+      <value>Prosper Watch</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.appliedinvestmentresearch.com/air_mods/calendar/air_calendar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.matthewpaulmoore.com/google/ig/ProsperWatch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.appliedinvestmentresearch.com/air_mods/calendar/air_calendar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.matthewpaulmoore.com/google/ig/ProsperWatch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1003,29 +1531,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AIR - Economic Events Calendar</title>
-      <short-title>AIR - Economic Events Calendar</short-title>
+      <title>Prosper Watch</title>
+      <short-title>Prosper Watch</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PersonalFinanceBlogSearchGadget">
-    <portlet-name>PersonalFinanceBlogSearchGadget</portlet-name>
-    <display-name>Personal Finance Blog Search</display-name>
-    <description>Google Gadgets: Personal Finance Blog Search Gadget</description>
+  <portlet id="StockTipOfTheWeekGadget">
+    <portlet-name>StockTipOfTheWeekGadget</portlet-name>
+    <display-name>Stock Tip Of The Week</display-name>
+    <description>Google Gadgets: Stock Tip Of The Week Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Personal Finance Blog Search</value>
+      <value>Stock Tip Of The Week</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010911282418697221076/cse/i2hdhrumoj8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/115681779716563342425/Stock_Tip_Of_The_Week.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010911282418697221076/cse/i2hdhrumoj8/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/115681779716563342425/Stock_Tip_Of_The_Week.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1036,29 +1564,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Personal Finance Blog Search</title>
-      <short-title>Personal Finance Blog Search</short-title>
+      <title>Stock Tip Of The Week</title>
+      <short-title>Stock Tip Of The Week</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BusinessDictionaryGadget">
-    <portlet-name>BusinessDictionaryGadget</portlet-name>
-    <display-name>Business Dictionary</display-name>
-    <description>Google Gadgets: Business Dictionary Gadget</description>
+  <portlet id="WarrenBuffettFinanceQuotesGadget">
+    <portlet-name>WarrenBuffettFinanceQuotesGadget</portlet-name>
+    <display-name>Warren Buffett Finance Quotes</display-name>
+    <description>Google Gadgets: Warren Buffett Finance Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Business Dictionary</value>
+      <value>Warren Buffett Finance Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.businessdictionary.com/gadget.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mediawink.googlepages.com/quotes_finance_warren_buffett.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.businessdictionary.com/gadget.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mediawink.googlepages.com/quotes_finance_warren_buffett.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1069,29 +1597,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Business Dictionary</title>
-      <short-title>Business Dictionary</short-title>
+      <title>Warren Buffett Finance Quotes</title>
+      <short-title>Warren Buffett Finance Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InteractievewisselkoersenGadget">
-    <portlet-name>InteractievewisselkoersenGadget</portlet-name>
-    <display-name>Interactieve wisselkoersen</display-name>
-    <description>Google Gadgets: Interactieve wisselkoersen Gadget</description>
+  <portlet id="NYMEXMarketDataGadget">
+    <portlet-name>NYMEXMarketDataGadget</portlet-name>
+    <display-name>NYMEX Market Data</display-name>
+    <description>Google Gadgets: NYMEX Market Data Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Interactieve wisselkoersen</value>
+      <value>NYMEX Market Data</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://money.technetium.be/google_interactive.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mylinuxisp.com/~blawrence/NYMEX.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://money.technetium.be/google_interactive.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mylinuxisp.com/~blawrence/NYMEX.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1102,29 +1630,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Interactieve wisselkoersen</title>
-      <short-title>Interactieve wisselkoersen</short-title>
+      <title>NYMEX Market Data</title>
+      <short-title>NYMEX Market Data</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FinanceWikiGadget">
-    <portlet-name>FinanceWikiGadget</portlet-name>
-    <display-name>FinanceWiki</display-name>
-    <description>Google Gadgets: FinanceWiki Gadget</description>
+  <portlet id="StockportfolioGadget">
+    <portlet-name>StockportfolioGadget</portlet-name>
+    <display-name>Stock portfolio</display-name>
+    <description>Google Gadgets: Stock portfolio Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FinanceWiki</value>
+      <value>Stock portfolio</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.isb.unizh.ch/financewiki/finance.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cnybroe.googlepages.com/portfolio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.isb.unizh.ch/financewiki/finance.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cnybroe.googlepages.com/portfolio.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1135,29 +1663,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FinanceWiki</title>
-      <short-title>FinanceWiki</short-title>
+      <title>Stock portfolio</title>
+      <short-title>Stock portfolio</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FranchisingNetworkGadget">
-    <portlet-name>FranchisingNetworkGadget</portlet-name>
-    <display-name>Franchising Network</display-name>
-    <description>Google Gadgets: Franchising Network Gadget</description>
+  <portlet id="EconomicsSearchEngineGadget">
+    <portlet-name>EconomicsSearchEngineGadget</portlet-name>
+    <display-name>Economics Search Engine</display-name>
+    <description>Google Gadgets: Economics Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Franchising Network</value>
+      <value>Economics Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.franchising-network.de/feed.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018123512344280340302/cse/tqa4kiqukzs/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.franchising-network.de/feed.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/018123512344280340302/cse/tqa4kiqukzs/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1168,29 +1696,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Franchising Network</title>
-      <short-title>Franchising Network</short-title>
+      <title>Economics Search Engine</title>
+      <short-title>Economics Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleFinanceSectorSummaryGadget">
-    <portlet-name>GoogleFinanceSectorSummaryGadget</portlet-name>
-    <display-name>Google Finance Sector Summary</display-name>
-    <description>Google Gadgets: Google Finance Sector Summary Gadget</description>
+  <portlet id="GFStockPortfolioMonitorGadget">
+    <portlet-name>GFStockPortfolioMonitorGadget</portlet-name>
+    <display-name>GF Stock Portfolio Monitor</display-name>
+    <description>Google Gadgets: GF Stock Portfolio Monitor Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Finance Sector Summary</value>
+      <value>GF Stock Portfolio Monitor</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kodey.com/modules/google_sector_summary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gglets.googlepages.com/gf-portfolio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kodey.com/modules/google_sector_summary.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gglets.googlepages.com/gf-portfolio.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1201,29 +1729,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Finance Sector Summary</title>
-      <short-title>Google Finance Sector Summary</short-title>
+      <title>GF Stock Portfolio Monitor</title>
+      <short-title>GF Stock Portfolio Monitor</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeForeclosureSearchGadget">
-    <portlet-name>FreeForeclosureSearchGadget</portlet-name>
-    <display-name>Free Foreclosure Search</display-name>
-    <description>Google Gadgets: Free Foreclosure Search Gadget</description>
+  <portlet id="MyWayTheEntrepreneurNetworkGadget">
+    <portlet-name>MyWayTheEntrepreneurNetworkGadget</portlet-name>
+    <display-name>My Way, The Entrepreneur Ne...</display-name>
+    <description>Google Gadgets: My Way, The Entrepreneur Network Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Foreclosure Search</value>
+      <value>My Way, The Entrepreneur Network</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.netremote.com/rss/foreclosure.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007128276799695000480/cse/1diwjra87ho/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.netremote.com/rss/foreclosure.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/007128276799695000480/cse/1diwjra87ho/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1234,29 +1762,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Foreclosure Search</title>
-      <short-title>Free Foreclosure Search</short-title>
+      <title>My Way, The Entrepreneur Network</title>
+      <short-title>My Way, The Entrepreneur Network</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NYMEXMarketDataGadget">
-    <portlet-name>NYMEXMarketDataGadget</portlet-name>
-    <display-name>NYMEX Market Data</display-name>
-    <description>Google Gadgets: NYMEX Market Data Gadget</description>
+  <portlet id="MortgageRateWatchbyQuickenLoansGadget">
+    <portlet-name>MortgageRateWatchbyQuickenLoansGadget</portlet-name>
+    <display-name>Mortgage Rate Watch by Quic...</display-name>
+    <description>Google Gadgets: Mortgage Rate Watch by Quicken Loans Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NYMEX Market Data</value>
+      <value>Mortgage Rate Watch by Quicken Loans</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mylinuxisp.com/~blawrence/NYMEX.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.quickenloans.com/media/xml/ql/rateWatch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mylinuxisp.com/~blawrence/NYMEX.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.quickenloans.com/media/xml/ql/rateWatch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1267,29 +1795,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NYMEX Market Data</title>
-      <short-title>NYMEX Market Data</short-title>
+      <title>Mortgage Rate Watch by Quicken Loans</title>
+      <short-title>Mortgage Rate Watch by Quicken Loans</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleFinanceMarketSummaryGadget">
-    <portlet-name>GoogleFinanceMarketSummaryGadget</portlet-name>
-    <display-name>Google Finance Market Summary</display-name>
-    <description>Google Gadgets: Google Finance Market Summary Gadget</description>
+  <portlet id="TradingQuestionOfTheDayGadget">
+    <portlet-name>TradingQuestionOfTheDayGadget</portlet-name>
+    <display-name>Trading Question Of The Day</display-name>
+    <description>Google Gadgets: Trading Question Of The Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Finance Market Summary</value>
+      <value>Trading Question Of The Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kodey.com/modules/google_market_summary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/115681779716563342425/Trading_Question_Of_The_Day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kodey.com/modules/google_market_summary.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/115681779716563342425/Trading_Question_Of_The_Day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1300,29 +1828,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Finance Market Summary</title>
-      <short-title>Google Finance Market Summary</short-title>
+      <title>Trading Question Of The Day</title>
+      <short-title>Trading Question Of The Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgageRateWatchbyQuickenLoansGadget">
-    <portlet-name>MortgageRateWatchbyQuickenLoansGadget</portlet-name>
-    <display-name>Mortgage Rate Watch by Quicken Loans</display-name>
-    <description>Google Gadgets: Mortgage Rate Watch by Quicken Loans Gadget</description>
+  <portlet id="StocksGadget">
+    <portlet-name>StocksGadget</portlet-name>
+    <display-name>Stocks</display-name>
+    <description>Google Gadgets: Stocks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage Rate Watch by Quicken Loans</value>
+      <value>Stocks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.quickenloans.com/media/xml/ql/rateWatch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://itsyoursite.googlepages.com/Stock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.quickenloans.com/media/xml/ql/rateWatch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://itsyoursite.googlepages.com/Stock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1333,29 +1861,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage Rate Watch by Quicken Loans</title>
-      <short-title>Mortgage Rate Watch by Quicken Loans</short-title>
+      <title>Stocks</title>
+      <short-title>Stocks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgageRateWatchDetailed1Gadget">
-    <portlet-name>MortgageRateWatchDetailed1Gadget</portlet-name>
-    <display-name>Mortgage Rate Watch - Detailed</display-name>
-    <description>Google Gadgets: Mortgage Rate Watch - Detailed Gadget</description>
+  <portlet id="XeequaPartnerandAllianceDirectoryGadget">
+    <portlet-name>XeequaPartnerandAllianceDirectoryGadget</portlet-name>
+    <display-name>Xeequa Partner and Alliance...</display-name>
+    <description>Google Gadgets: Xeequa Partner and Alliance Directory Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage Rate Watch - Detailed</value>
+      <value>Xeequa Partner and Alliance Directory</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/mrw3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://xeequa.com/gadgets/xeequapartner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/mrw3.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://xeequa.com/gadgets/xeequapartner.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1366,29 +1894,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage Rate Watch - Detailed</title>
-      <short-title>Mortgage Rate Watch - Detailed</short-title>
+      <title>Xeequa Partner and Alliance Directory</title>
+      <short-title>Xeequa Partner and Alliance Directory</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoneyandFinanceTipoftheDayGadget">
-    <portlet-name>MoneyandFinanceTipoftheDayGadget</portlet-name>
-    <display-name>Money and Finance Tip of the Day</display-name>
-    <description>Google Gadgets: Money and Finance Tip of the Day Gadget</description>
+  <portlet id="QUICKBOOKSShortcutsGadget">
+    <portlet-name>QUICKBOOKSShortcutsGadget</portlet-name>
+    <display-name>QUICKBOOKS Shortcuts</display-name>
+    <description>Google Gadgets: QUICKBOOKS Shortcuts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Money and Finance Tip of the Day</value>
+      <value>QUICKBOOKS Shortcuts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/money/finance-money-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/quickbooks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/money/finance-money-tips.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/quickbooks.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1399,29 +1927,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Money and Finance Tip of the Day</title>
-      <short-title>Money and Finance Tip of the Day</short-title>
+      <title>QUICKBOOKS Shortcuts</title>
+      <short-title>QUICKBOOKS Shortcuts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CrudeOilWatch11Gadget">
-    <portlet-name>CrudeOilWatch11Gadget</portlet-name>
-    <display-name>Crude Oil Watch 1.1</display-name>
-    <description>Google Gadgets: Crude Oil Watch 1.1 Gadget</description>
+  <portlet id="AutoPaymentCalculatorbyBizCalcscomGadget">
+    <portlet-name>AutoPaymentCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Auto Payment Calculator by ...</display-name>
+    <description>Google Gadgets: Auto Payment Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Crude Oil Watch 1.1</value>
+      <value>Auto Payment Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1008324/1104166718592086295&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Auto-Payment.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1008324/1104166718592086295</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Auto-Payment.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1432,29 +1960,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Crude Oil Watch 1.1</title>
-      <short-title>Crude Oil Watch 1.1</short-title>
+      <title>Auto Payment Calculator by BizCalcs.com</title>
+      <short-title>Auto Payment Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgagePaymentCalculatorGadget">
-    <portlet-name>MortgagePaymentCalculatorGadget</portlet-name>
-    <display-name>Mortgage Payment Calculator</display-name>
-    <description>Google Gadgets: Mortgage Payment Calculator Gadget</description>
+  <portlet id="UnitedStatesNationalDebtClockGadget">
+    <portlet-name>UnitedStatesNationalDebtClockGadget</portlet-name>
+    <display-name>United States National Debt...</display-name>
+    <description>Google Gadgets: United States National Debt Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage Payment Calculator</value>
+      <value>United States National Debt Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/MRW5.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://buenavistastudios.com/bvs/toolbox/xml/debt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/MRW5.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://buenavistastudios.com/bvs/toolbox/xml/debt.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1465,29 +1993,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage Payment Calculator</title>
-      <short-title>Mortgage Payment Calculator</short-title>
+      <title>United States National Debt Clock</title>
+      <short-title>United States National Debt Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StocksMakingtheNewsGadget">
-    <portlet-name>StocksMakingtheNewsGadget</portlet-name>
-    <display-name>Stocks Making the News</display-name>
-    <description>Google Gadgets: Stocks Making the News Gadget</description>
+  <portlet id="XeequaPartnerandAllianceDirectory1Gadget">
+    <portlet-name>XeequaPartnerandAllianceDirectory1Gadget</portlet-name>
+    <display-name>Xeequa Partner and Alliance...</display-name>
+    <description>Google Gadgets: Xeequa Partner and Alliance Directory Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Stocks Making the News</value>
+      <value>Xeequa Partner and Alliance Directory</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.financialrealtime.com/scgoog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.xeequa.com/Gadgets/xeequapartner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.financialrealtime.com/scgoog.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.xeequa.com/Gadgets/xeequapartner.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1498,29 +2026,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Stocks Making the News</title>
-      <short-title>Stocks Making the News</short-title>
+      <title>Xeequa Partner and Alliance Directory</title>
+      <short-title>Xeequa Partner and Alliance Directory</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgageRateWatchGadget">
-    <portlet-name>MortgageRateWatchGadget</portlet-name>
-    <display-name>Mortgage Rate Watch</display-name>
-    <description>Google Gadgets: Mortgage Rate Watch Gadget</description>
+  <portlet id="MortgagePaymentComparisonCalculatorbyBizCalcscomGadget">
+    <portlet-name>MortgagePaymentComparisonCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Mortgage Payment Comparison...</display-name>
+    <description>Google Gadgets: Mortgage Payment Comparison Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage Rate Watch</value>
+      <value>Mortgage Payment Comparison Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/RateWatch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/compare-mortgage-payments.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/RateWatch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/compare-mortgage-payments.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1531,29 +2059,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage Rate Watch</title>
-      <short-title>Mortgage Rate Watch</short-title>
+      <title>Mortgage Payment Comparison Calculator by BizCalcs.com</title>
+      <short-title>Mortgage Payment Comparison Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="USGlobalInvestors39InvestorAlertGadget">
-    <portlet-name>USGlobalInvestors39InvestorAlertGadget</portlet-name>
-    <display-name>U.S. Global Investors&#39; Investor Alert</display-name>
-    <description>Google Gadgets: U.S. Global Investors&#39; Investor Alert Gadget</description>
+  <portlet id="GoldStarLendingCalculatorCreditCardEqualPaymentsGadget">
+    <portlet-name>GoldStarLendingCalculatorCreditCardEqualPaymentsGadget</portlet-name>
+    <display-name>Gold Star Lending Calculato...</display-name>
+    <description>Google Gadgets: Gold Star Lending Calculator - Credit Card Equal Payments Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>U.S. Global Investors&#39; Investor Alert</value>
+      <value>Gold Star Lending Calculator - Credit Card Equal Payments</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.usfunds.com/alert/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/compare_equal_mortgage_payments.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.usfunds.com/alert/index.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/compare_equal_mortgage_payments.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1564,29 +2092,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>U.S. Global Investors&#39; Investor Alert</title>
-      <short-title>U.S. Global Investors&#39; Investor Alert</short-title>
+      <title>Gold Star Lending Calculator - Credit Card Equal Payments</title>
+      <short-title>Gold Star Lending Calculator - Credit Card Equal Payments</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyWayTheEntrepreneurNetworkGadget">
-    <portlet-name>MyWayTheEntrepreneurNetworkGadget</portlet-name>
-    <display-name>My Way, The Entrepreneur Network</display-name>
-    <description>Google Gadgets: My Way, The Entrepreneur Network Gadget</description>
+  <portlet id="WealthManagement1Gadget">
+    <portlet-name>WealthManagement1Gadget</portlet-name>
+    <display-name>Wealth Management</display-name>
+    <description>Google Gadgets: Wealth Management Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Way, The Entrepreneur Network</value>
+      <value>Wealth Management</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007128276799695000480/cse/1diwjra87ho/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pitchlet.net/gpitchlet.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/007128276799695000480/cse/1diwjra87ho/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pitchlet.net/gpitchlet.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1597,29 +2125,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Way, The Entrepreneur Network</title>
-      <short-title>My Way, The Entrepreneur Network</short-title>
+      <title>Wealth Management</title>
+      <short-title>Wealth Management</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UnitedStatesNationalDebtClockGadget">
-    <portlet-name>UnitedStatesNationalDebtClockGadget</portlet-name>
-    <display-name>United States National Debt Clock</display-name>
-    <description>Google Gadgets: United States National Debt Clock Gadget</description>
+  <portlet id="BusinessDictionaryGadget">
+    <portlet-name>BusinessDictionaryGadget</portlet-name>
+    <display-name>Business Dictionary</display-name>
+    <description>Google Gadgets: Business Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>United States National Debt Clock</value>
+      <value>Business Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://buenavistastudios.com/bvs/toolbox/xml/debt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.businessdictionary.com/gadget.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://buenavistastudios.com/bvs/toolbox/xml/debt.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.businessdictionary.com/gadget.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1630,29 +2158,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>United States National Debt Clock</title>
-      <short-title>United States National Debt Clock</short-title>
+      <title>Business Dictionary</title>
+      <short-title>Business Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OnlinepctradingInetdataGadget">
-    <portlet-name>OnlinepctradingInetdataGadget</portlet-name>
-    <display-name>Onlinepctrading (Inet data)</display-name>
-    <description>Google Gadgets: Onlinepctrading (Inet data) Gadget</description>
+  <portlet id="CogStreamTechnologyDemoGadget">
+    <portlet-name>CogStreamTechnologyDemoGadget</portlet-name>
+    <display-name>CogStream? Technology Demo</display-name>
+    <description>Google Gadgets: CogStream? Technology Demo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Onlinepctrading (Inet data)</value>
+      <value>CogStream? Technology Demo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.onlinepctrading.com/widget/realtimequote.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cognethos.com/cognethos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.onlinepctrading.com/widget/realtimequote.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cognethos.com/cognethos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1663,29 +2191,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Onlinepctrading (Inet data)</title>
-      <short-title>Onlinepctrading (Inet data)</short-title>
+      <title>CogStream? Technology Demo</title>
+      <short-title>CogStream? Technology Demo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ProsperWatchGadget">
-    <portlet-name>ProsperWatchGadget</portlet-name>
-    <display-name>Prosper Watch</display-name>
-    <description>Google Gadgets: Prosper Watch Gadget</description>
+  <portlet id="FinanceTipoftheDayGadget">
+    <portlet-name>FinanceTipoftheDayGadget</portlet-name>
+    <display-name>Finance Tip of the Day</display-name>
+    <description>Google Gadgets: Finance Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Prosper Watch</value>
+      <value>Finance Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.matthewpaulmoore.com/google/ig/ProsperWatch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/ramsey.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.matthewpaulmoore.com/google/ig/ProsperWatch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://radgadget.googlepages.com/ramsey.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1696,29 +2224,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Prosper Watch</title>
-      <short-title>Prosper Watch</short-title>
+      <title>Finance Tip of the Day</title>
+      <short-title>Finance Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Investolution40dayForecastDowJonesGadget">
-    <portlet-name>Investolution40dayForecastDowJonesGadget</portlet-name>
-    <display-name>Investolution 40 day Forecast: DowJones</display-name>
-    <description>Google Gadgets: Investolution 40 day Forecast: DowJones Gadget</description>
+  <portlet id="StockWidgetsChartsPortfolioGadget">
+    <portlet-name>StockWidgetsChartsPortfolioGadget</portlet-name>
+    <display-name>StockWidgets - Charts Portf...</display-name>
+    <description>Google Gadgets: StockWidgets - Charts Portfolio Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Investolution 40 day Forecast: DowJones</value>
+      <value>StockWidgets - Charts Portfolio</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/DowJones_forecast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.stockwidgets.net/stockwidgets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investolution.com/feeds/DowJones_forecast.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.stockwidgets.net/stockwidgets.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1729,29 +2257,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Investolution 40 day Forecast: DowJones</title>
-      <short-title>Investolution 40 day Forecast: DowJones</short-title>
+      <title>StockWidgets - Charts Portfolio</title>
+      <short-title>StockWidgets - Charts Portfolio</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgagePaymentComparisonCalculatorbyBizCalcscomGadget">
-    <portlet-name>MortgagePaymentComparisonCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Mortgage Payment Comparison Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Mortgage Payment Comparison Calculator by BizCalcs.com Gadget</description>
+  <portlet id="CoinpriceinformationGadget">
+    <portlet-name>CoinpriceinformationGadget</portlet-name>
+    <display-name>Coin price information.</display-name>
+    <description>Google Gadgets: Coin price information. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage Payment Comparison Calculator by BizCalcs.com</value>
+      <value>Coin price information.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/compare-mortgage-payments.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://coin.blixenkrone.com/my/gadgets/coinauc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/compare-mortgage-payments.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://coin.blixenkrone.com/my/gadgets/coinauc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1762,29 +2290,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage Payment Comparison Calculator by BizCalcs.com</title>
-      <short-title>Mortgage Payment Comparison Calculator by BizCalcs.com</short-title>
+      <title>Coin price information.</title>
+      <short-title>Coin price information.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CuriousCatInvestingandEconomicsSearchGadget">
-    <portlet-name>CuriousCatInvestingandEconomicsSearchGadget</portlet-name>
-    <display-name>Curious Cat Investing and Economics Search</display-name>
-    <description>Google Gadgets: Curious Cat Investing and Economics Search Gadget</description>
+  <portlet id="CreditCardEqualPaymentCalculatorbyBizCalcscomGadget">
+    <portlet-name>CreditCardEqualPaymentCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Credit Card Equal Payment C...</display-name>
+    <description>Google Gadgets: Credit Card Equal Payment Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Curious Cat Investing and Economics Search</value>
+      <value>Credit Card Equal Payment Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002278424765197393586/cse/h357tvljti4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/credit-card-equal-payment.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002278424765197393586/cse/h357tvljti4/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/credit-card-equal-payment.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1795,29 +2323,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Curious Cat Investing and Economics Search</title>
-      <short-title>Curious Cat Investing and Economics Search</short-title>
+      <title>Credit Card Equal Payment Calculator by BizCalcs.com</title>
+      <short-title>Credit Card Equal Payment Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Investolution40dayForecastNYSEGadget">
-    <portlet-name>Investolution40dayForecastNYSEGadget</portlet-name>
-    <display-name>Investolution 40 day Forecast: NYSE</display-name>
-    <description>Google Gadgets: Investolution 40 day Forecast: NYSE Gadget</description>
+  <portlet id="GMStockv11Gadget">
+    <portlet-name>GMStockv11Gadget</portlet-name>
+    <display-name>GMStock v1.1</display-name>
+    <description>Google Gadgets: GMStock v1.1 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Investolution 40 day Forecast: NYSE</value>
+      <value>GMStock v1.1</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/NYSE_forecast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miawork.com/GoogleGadgets/GMStock/GMStock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investolution.com/feeds/NYSE_forecast.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miawork.com/GoogleGadgets/GMStock/GMStock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1828,29 +2356,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Investolution 40 day Forecast: NYSE</title>
-      <short-title>Investolution 40 day Forecast: NYSE</short-title>
+      <title>GMStock v1.1</title>
+      <short-title>GMStock v1.1</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ISESentimentIndexISEEGadget">
-    <portlet-name>ISESentimentIndexISEEGadget</portlet-name>
-    <display-name>ISE Sentiment Index (ISEE)</display-name>
-    <description>Google Gadgets: ISE Sentiment Index (ISEE) Gadget</description>
+  <portlet id="MoneyControlWatchListGadget">
+    <portlet-name>MoneyControlWatchListGadget</portlet-name>
+    <display-name>MoneyControl Watch List</display-name>
+    <description>Google Gadgets: MoneyControl Watch List Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ISE Sentiment Index (ISEE)</value>
+      <value>MoneyControl Watch List</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.iseoptions.com/isee_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://idrisb4u.googlepages.com/mc_watchlist.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.iseoptions.com/isee_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://idrisb4u.googlepages.com/mc_watchlist.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1861,29 +2389,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ISE Sentiment Index (ISEE)</title>
-      <short-title>ISE Sentiment Index (ISEE)</short-title>
+      <title>MoneyControl Watch List</title>
+      <short-title>MoneyControl Watch List</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ARMMaximumPossiblePayoutComparisonCalculatorGoldStarLendingGadget">
-    <portlet-name>ARMMaximumPossiblePayoutComparisonCalculatorGoldStarLendingGadget</portlet-name>
-    <display-name>ARM  Maximum  Possible Payout Comparison Calculator -  Gold Star Lending</display-name>
-    <description>Google Gadgets: ARM  Maximum  Possible Payout Comparison Calculator -  Gold Star Lending Gadget</description>
+  <portlet id="ExistingAutoLoanPayoffCalculatorbyBizCalcscomGadget">
+    <portlet-name>ExistingAutoLoanPayoffCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Existing Auto Loan Payoff C...</display-name>
+    <description>Google Gadgets: Existing Auto Loan Payoff Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ARM  Maximum  Possible Payout Comparison Calculator -  Gold Star Lending</value>
+      <value>Existing Auto Loan Payoff Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/arm_max_payout_comp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Auto-Existing-Loan-Payoff.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/arm_max_payout_comp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Auto-Existing-Loan-Payoff.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1894,29 +2422,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ARM  Maximum  Possible Payout Comparison Calculator -  Gold Star Lending</title>
-      <short-title>ARM  Maximum  Possible Payout Comparison Calculator -  Gold Star Lending</short-title>
+      <title>Existing Auto Loan Payoff Calculator by BizCalcs.com</title>
+      <short-title>Existing Auto Loan Payoff Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BalancetoLimitRatioCalculatorGoldStarLendingGadget">
-    <portlet-name>BalancetoLimitRatioCalculatorGoldStarLendingGadget</portlet-name>
-    <display-name>Balance to Limit Ratio Calculator -  Gold Star Lending</display-name>
-    <description>Google Gadgets: Balance to Limit Ratio Calculator -  Gold Star Lending Gadget</description>
+  <portlet id="JesseLivermoreQuotesGadget">
+    <portlet-name>JesseLivermoreQuotesGadget</portlet-name>
+    <display-name>Jesse Livermore Quotes</display-name>
+    <description>Google Gadgets: Jesse Livermore Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Balance to Limit Ratio Calculator -  Gold Star Lending</value>
+      <value>Jesse Livermore Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/balance_to_limit_ratio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mediawink.googlepages.com/quotes_finance_jesse_livermore.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/balance_to_limit_ratio.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mediawink.googlepages.com/quotes_finance_jesse_livermore.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1927,29 +2455,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Balance to Limit Ratio Calculator -  Gold Star Lending</title>
-      <short-title>Balance to Limit Ratio Calculator -  Gold Star Lending</short-title>
+      <title>Jesse Livermore Quotes</title>
+      <short-title>Jesse Livermore Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DILAWRIManagementTipsGadget">
-    <portlet-name>DILAWRIManagementTipsGadget</portlet-name>
-    <display-name>DILAWRI ? Management Tips</display-name>
-    <description>Google Gadgets: DILAWRI ? Management Tips Gadget</description>
+  <portlet id="iNVESTORFACTSGewinnerVerliererGadget">
+    <portlet-name>iNVESTORFACTSGewinnerVerliererGadget</portlet-name>
+    <display-name>iNVESTOR-FACTS Gewinner / V...</display-name>
+    <description>Google Gadgets: iNVESTOR-FACTS Gewinner / Verlierer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DILAWRI ? Management Tips</value>
+      <value>iNVESTOR-FACTS Gewinner / Verlierer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dilawri.com/gadgets/dilawri.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_topflop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dilawri.com/gadgets/dilawri.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_topflop.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1960,29 +2488,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DILAWRI ? Management Tips</title>
-      <short-title>DILAWRI ? Management Tips</short-title>
+      <title>iNVESTOR-FACTS Gewinner / Verlierer</title>
+      <short-title>iNVESTOR-FACTS Gewinner / Verlierer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CCBalanceToLimitRatioCalculatorbyBizCalcscomGadget">
-    <portlet-name>CCBalanceToLimitRatioCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>CC Balance To Limit Ratio Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: CC Balance To Limit Ratio Calculator by BizCalcs.com Gadget</description>
+  <portlet id="OnlinepctradingInetdataGadget">
+    <portlet-name>OnlinepctradingInetdataGadget</portlet-name>
+    <display-name>Onlinepctrading (Inet data)</display-name>
+    <description>Google Gadgets: Onlinepctrading (Inet data) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CC Balance To Limit Ratio Calculator by BizCalcs.com</value>
+      <value>Onlinepctrading (Inet data)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/balance-to-limit-ratio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.onlinepctrading.com/widget/realtimequote.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/balance-to-limit-ratio.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.onlinepctrading.com/widget/realtimequote.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1993,29 +2521,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CC Balance To Limit Ratio Calculator by BizCalcs.com</title>
-      <short-title>CC Balance To Limit Ratio Calculator by BizCalcs.com</short-title>
+      <title>Onlinepctrading (Inet data)</title>
+      <short-title>Onlinepctrading (Inet data)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CommoditiesMarket1Gadget">
-    <portlet-name>CommoditiesMarket1Gadget</portlet-name>
-    <display-name>Commodities Market</display-name>
-    <description>Google Gadgets: Commodities Market Gadget</description>
+  <portlet id="USGlobalInvestors39InvestorAlertGadget">
+    <portlet-name>USGlobalInvestors39InvestorAlertGadget</portlet-name>
+    <display-name>U.S. Global Investors&#39; ...</display-name>
+    <description>Google Gadgets: U.S. Global Investors&#39; Investor Alert Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Commodities Market</value>
+      <value>U.S. Global Investors&#39; Investor Alert</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlewidgets.net/commodities/commodities.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.usfunds.com/alert/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlewidgets.net/commodities/commodities.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.usfunds.com/alert/index.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2026,29 +2554,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Commodities Market</title>
-      <short-title>Commodities Market</short-title>
+      <title>U.S. Global Investors&#39; Investor Alert</title>
+      <short-title>U.S. Global Investors&#39; Investor Alert</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CondoListingGadget">
-    <portlet-name>CondoListingGadget</portlet-name>
-    <display-name>Condo Listing</display-name>
-    <description>Google Gadgets: Condo Listing Gadget</description>
+  <portlet id="AutoLeasevsLoanCalculatorGadget">
+    <portlet-name>AutoLeasevsLoanCalculatorGadget</portlet-name>
+    <display-name>Auto Lease vs Loan Calculat...</display-name>
+    <description>Google Gadgets: Auto Lease vs Loan Calculator   Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Condo Listing</value>
+      <value>Auto Lease vs Loan Calculator  </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://wli.proj.googlepages.com/GetDataLiveParamLive2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/lease_vs_loan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://wli.proj.googlepages.com/GetDataLiveParamLive2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/lease_vs_loan.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2059,29 +2587,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Condo Listing</title>
-      <short-title>Condo Listing</short-title>
+      <title>Auto Lease vs Loan Calculator  </title>
+      <short-title>Auto Lease vs Loan Calculator  </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StockTickerGadget">
-    <portlet-name>StockTickerGadget</portlet-name>
-    <display-name>Stock Ticker</display-name>
-    <description>Google Gadgets: Stock Ticker Gadget</description>
+  <portlet id="AutoAffordabilityCalculatorbyBizCalcscomGadget">
+    <portlet-name>AutoAffordabilityCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Auto Affordability Calculat...</display-name>
+    <description>Google Gadgets: Auto Affordability Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Stock Ticker</value>
+      <value>Auto Affordability Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/z202.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Auto-Affordability.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://padmanijain.googlepages.com/z202.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Auto-Affordability.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2092,29 +2620,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Stock Ticker</title>
-      <short-title>Stock Ticker</short-title>
+      <title>Auto Affordability Calculator by BizCalcs.com</title>
+      <short-title>Auto Affordability Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TippingMonkeyKingoftheHillGadget">
-    <portlet-name>TippingMonkeyKingoftheHillGadget</portlet-name>
-    <display-name>Tipping Monkey King-of-the-Hill</display-name>
-    <description>Google Gadgets: Tipping Monkey King-of-the-Hill Gadget</description>
+  <portlet id="FranchisingNetworkGadget">
+    <portlet-name>FranchisingNetworkGadget</portlet-name>
+    <display-name>Franchising Network</display-name>
+    <description>Google Gadgets: Franchising Network Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tipping Monkey King-of-the-Hill</value>
+      <value>Franchising Network</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tippingmonkey.com/apps/widget.aspx%3Fmode%3Dgoogle&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.franchising-network.de/feed.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tippingmonkey.com/apps/widget.aspx%3Fmode%3Dgoogle</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.franchising-network.de/feed.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2125,29 +2653,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tipping Monkey King-of-the-Hill</title>
-      <short-title>Tipping Monkey King-of-the-Hill</short-title>
+      <title>Franchising Network</title>
+      <short-title>Franchising Network</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CogStreamTechnologyDemoGadget">
-    <portlet-name>CogStreamTechnologyDemoGadget</portlet-name>
-    <display-name>CogStream? Technology Demo</display-name>
-    <description>Google Gadgets: CogStream? Technology Demo Gadget</description>
+  <portlet id="CompareAutoPaymentsCalculatorbyBizCalcscomGadget">
+    <portlet-name>CompareAutoPaymentsCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Compare Auto Payments Calcu...</display-name>
+    <description>Google Gadgets: Compare Auto Payments Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CogStream? Technology Demo</value>
+      <value>Compare Auto Payments Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cognethos.com/cognethos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Compare-Auto-Payments.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cognethos.com/cognethos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Compare-Auto-Payments.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2158,29 +2686,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CogStream? Technology Demo</title>
-      <short-title>CogStream? Technology Demo</short-title>
+      <title>Compare Auto Payments Calculator by BizCalcs.com</title>
+      <short-title>Compare Auto Payments Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iNVESTORFACTSWhrungsRechnerGadget">
-    <portlet-name>iNVESTORFACTSWhrungsRechnerGadget</portlet-name>
-    <display-name>iNVESTOR-FACTS W?hrungs-Rechner</display-name>
-    <description>Google Gadgets: iNVESTOR-FACTS W?hrungs-Rechner Gadget</description>
+  <portlet id="BernardBaruchQuotesGadget">
+    <portlet-name>BernardBaruchQuotesGadget</portlet-name>
+    <display-name>Bernard Baruch Quotes</display-name>
+    <description>Google Gadgets: Bernard Baruch Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iNVESTOR-FACTS W?hrungs-Rechner</value>
+      <value>Bernard Baruch Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_waehrungsrechner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_finance_bernard_baruch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_waehrungsrechner.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_finance_bernard_baruch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2191,29 +2719,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iNVESTOR-FACTS W?hrungs-Rechner</title>
-      <short-title>iNVESTOR-FACTS W?hrungs-Rechner</short-title>
+      <title>Bernard Baruch Quotes</title>
+      <short-title>Bernard Baruch Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EconomicsSearchEngineGadget">
-    <portlet-name>EconomicsSearchEngineGadget</portlet-name>
-    <display-name>Economics Search Engine</display-name>
-    <description>Google Gadgets: Economics Search Engine Gadget</description>
+  <portlet id="MoneyandFinanceTipoftheDay2Gadget">
+    <portlet-name>MoneyandFinanceTipoftheDay2Gadget</portlet-name>
+    <display-name>Money and Finance Tip of th...</display-name>
+    <description>Google Gadgets: Money and Finance Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Economics Search Engine</value>
+      <value>Money and Finance Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018123512344280340302/cse/tqa4kiqukzs/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/finance-money-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/018123512344280340302/cse/tqa4kiqukzs/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/finance-money-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2224,29 +2752,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Economics Search Engine</title>
-      <short-title>Economics Search Engine</short-title>
+      <title>Money and Finance Tip of the Day</title>
+      <short-title>Money and Finance Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DebtEliminationSchedulerbyBizCalcscomGadget">
-    <portlet-name>DebtEliminationSchedulerbyBizCalcscomGadget</portlet-name>
-    <display-name>Debt Elimination Scheduler by BizCalcs.com</display-name>
-    <description>Google Gadgets: Debt Elimination Scheduler by BizCalcs.com Gadget</description>
+  <portlet id="MyTSPPortfolioGadget">
+    <portlet-name>MyTSPPortfolioGadget</portlet-name>
+    <display-name>My TSP Portfolio</display-name>
+    <description>Google Gadgets: My TSP Portfolio Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Debt Elimination Scheduler by BizCalcs.com</value>
+      <value>My TSP Portfolio</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Debt-Elimination.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mytspportfolio.googlepages.com/mytspportfolio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Debt-Elimination.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mytspportfolio.googlepages.com/mytspportfolio.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2257,29 +2785,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Debt Elimination Scheduler by BizCalcs.com</title>
-      <short-title>Debt Elimination Scheduler by BizCalcs.com</short-title>
+      <title>My TSP Portfolio</title>
+      <short-title>My TSP Portfolio</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CreditCardEqualPaymentCalculatorbyBizCalcscomGadget">
-    <portlet-name>CreditCardEqualPaymentCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Credit Card Equal Payment Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Credit Card Equal Payment Calculator by BizCalcs.com Gadget</description>
+  <portlet id="LiveForexQuotesGadget">
+    <portlet-name>LiveForexQuotesGadget</portlet-name>
+    <display-name>Live Forex Quotes</display-name>
+    <description>Google Gadgets: Live Forex Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Credit Card Equal Payment Calculator by BizCalcs.com</value>
+      <value>Live Forex Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/credit-card-equal-payment.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fxuniversal.com/quotesgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/credit-card-equal-payment.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fxuniversal.com/quotesgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2290,29 +2818,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Credit Card Equal Payment Calculator by BizCalcs.com</title>
-      <short-title>Credit Card Equal Payment Calculator by BizCalcs.com</short-title>
+      <title>Live Forex Quotes</title>
+      <short-title>Live Forex Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Investolution40dayForecastNasdaqGadget">
-    <portlet-name>Investolution40dayForecastNasdaqGadget</portlet-name>
-    <display-name>Investolution 40 day Forecast: Nasdaq</display-name>
-    <description>Google Gadgets: Investolution 40 day Forecast: Nasdaq Gadget</description>
+  <portlet id="GlobalGiantsGadget">
+    <portlet-name>GlobalGiantsGadget</portlet-name>
+    <display-name>Global Giants</display-name>
+    <description>Google Gadgets: Global Giants Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Investolution 40 day Forecast: Nasdaq</value>
+      <value>Global Giants</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/Nasdaq_forecast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.globalgiants.com/GoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investolution.com/feeds/Nasdaq_forecast.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.globalgiants.com/GoogleGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2323,29 +2851,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Investolution 40 day Forecast: Nasdaq</title>
-      <short-title>Investolution 40 day Forecast: Nasdaq</short-title>
+      <title>Global Giants</title>
+      <short-title>Global Giants</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BeautyTipoftheDayGadget">
-    <portlet-name>BeautyTipoftheDayGadget</portlet-name>
-    <display-name>Beauty Tip of the Day</display-name>
-    <description>Google Gadgets: Beauty Tip of the Day Gadget</description>
+  <portlet id="CurrencyConverter1Gadget">
+    <portlet-name>CurrencyConverter1Gadget</portlet-name>
+    <display-name>Currency Converter</display-name>
+    <description>Google Gadgets: Currency Converter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Beauty Tip of the Day</value>
+      <value>Currency Converter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/ramsey.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mikenikles.googlepages.com/currency.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://radgadget.googlepages.com/ramsey.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mikenikles.googlepages.com/currency.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2356,29 +2884,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Beauty Tip of the Day</title>
-      <short-title>Beauty Tip of the Day</short-title>
+      <title>Currency Converter</title>
+      <short-title>Currency Converter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iNVESTORFACTSGewinnerVerliererGadget">
-    <portlet-name>iNVESTORFACTSGewinnerVerliererGadget</portlet-name>
-    <display-name>iNVESTOR-FACTS Gewinner / Verlierer</display-name>
-    <description>Google Gadgets: iNVESTOR-FACTS Gewinner / Verlierer Gadget</description>
+  <portlet id="businessandfinancequotesGadget">
+    <portlet-name>businessandfinancequotesGadget</portlet-name>
+    <display-name>business and finance quotes</display-name>
+    <description>Google Gadgets: business and finance quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iNVESTOR-FACTS Gewinner / Verlierer</value>
+      <value>business and finance quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_topflop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104342713065235422482/business_finance.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_topflop.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/104342713065235422482/business_finance.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2389,29 +2917,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iNVESTOR-FACTS Gewinner / Verlierer</title>
-      <short-title>iNVESTOR-FACTS Gewinner / Verlierer</short-title>
+      <title>business and finance quotes</title>
+      <short-title>business and finance quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SECFilingscomFreeRealTimeSECFilingsGadget">
-    <portlet-name>SECFilingscomFreeRealTimeSECFilingsGadget</portlet-name>
-    <display-name>SECFilings.com - Free Real-Time SEC Filings</display-name>
-    <description>Google Gadgets: SECFilings.com - Free Real-Time SEC Filings Gadget</description>
+  <portlet id="AutoLeasevsLoanCalculatorbyBizCalcscomGadget">
+    <portlet-name>AutoLeasevsLoanCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Auto Lease vs Loan Calculat...</display-name>
+    <description>Google Gadgets: Auto Lease vs Loan Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SECFilings.com - Free Real-Time SEC Filings</value>
+      <value>Auto Lease vs Loan Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.secfilings.com/google/gadget/ticker_5.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Lease-vs-Loan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.secfilings.com/google/gadget/ticker_5.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Lease-vs-Loan.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2422,12 +2950,177 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SECFilings.com - Free Real-Time SEC Filings</title>
-      <short-title>SECFilings.com - Free Real-Time SEC Filings</short-title>
+      <title>Auto Lease vs Loan Calculator by BizCalcs.com</title>
+      <short-title>Auto Lease vs Loan Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="CuriousCatInvestingandEconomicsSearchGadget">
+    <portlet-name>CuriousCatInvestingandEconomicsSearchGadget</portlet-name>
+    <display-name>Curious Cat Investing and E...</display-name>
+    <description>Google Gadgets: Curious Cat Investing and Economics Search Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Curious Cat Investing and Economics Search</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002278424765197393586/cse/h357tvljti4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002278424765197393586/cse/h357tvljti4/gadget</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Curious Cat Investing and Economics Search</title>
+      <short-title>Curious Cat Investing and Economics Search</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PortfolioRebalancingGadget">
+    <portlet-name>PortfolioRebalancingGadget</portlet-name>
+    <display-name>Portfolio Rebalancing</display-name>
+    <description>Google Gadgets: Portfolio Rebalancing Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Portfolio Rebalancing</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.macroaxis.com/google_portfolio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.macroaxis.com/google_portfolio.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Portfolio Rebalancing</title>
+      <short-title>Portfolio Rebalancing</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CCBalanceToLimitRatioCalculatorbyBizCalcscomGadget">
+    <portlet-name>CCBalanceToLimitRatioCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>CC Balance To Limit Ratio C...</display-name>
+    <description>Google Gadgets: CC Balance To Limit Ratio Calculator by BizCalcs.com Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>CC Balance To Limit Ratio Calculator by BizCalcs.com</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/balance-to-limit-ratio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/balance-to-limit-ratio.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>CC Balance To Limit Ratio Calculator by BizCalcs.com</title>
+      <short-title>CC Balance To Limit Ratio Calculator by BizCalcs.com</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="AustralianStockExchangeGadget">
+    <portlet-name>AustralianStockExchangeGadget</portlet-name>
+    <display-name>Australian Stock Exchange</display-name>
+    <description>Google Gadgets: Australian Stock Exchange Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Australian Stock Exchange</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://davidhong.id.au/public/google/asx.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://davidhong.id.au/public/google/asx.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Australian Stock Exchange</title>
+      <short-title>Australian Stock Exchange</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="iNVESTORFACTSWhrungsRechnerGadget">
+    <portlet-name>iNVESTORFACTSWhrungsRechnerGadget</portlet-name>
+    <display-name>iNVESTOR-FACTS W?hrungs-Rec...</display-name>
+    <description>Google Gadgets: iNVESTOR-FACTS W?hrungs-Rechner Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>iNVESTOR-FACTS W?hrungs-Rechner</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_waehrungsrechner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_waehrungsrechner.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>iNVESTOR-FACTS W?hrungs-Rechner</title>
+      <short-title>iNVESTOR-FACTS W?hrungs-Rechner</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="SmallBusinessGadget">
     <portlet-name>SmallBusinessGadget</portlet-name>
     <display-name>Small Business</display-name>
@@ -2461,23 +3154,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="LeaseMileageCalculatorGadget">
-    <portlet-name>LeaseMileageCalculatorGadget</portlet-name>
-    <display-name>Lease Mileage Calculator</display-name>
-    <description>Google Gadgets: Lease Mileage Calculator Gadget</description>
+  <portlet id="SectorsummaryGadget">
+    <portlet-name>SectorsummaryGadget</portlet-name>
+    <display-name>Sector summary</display-name>
+    <description>Google Gadgets: Sector summary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lease Mileage Calculator</value>
+      <value>Sector summary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/lease_mileage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/finance_sectorsummary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/lease_mileage.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/finance_sectorsummary.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2488,29 +3181,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lease Mileage Calculator</title>
-      <short-title>Lease Mileage Calculator</short-title>
+      <title>Sector summary</title>
+      <short-title>Sector summary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CompareAutoPaymentsCalculatorbyBizCalcscomGadget">
-    <portlet-name>CompareAutoPaymentsCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Compare Auto Payments Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Compare Auto Payments Calculator by BizCalcs.com Gadget</description>
+  <portlet id="MoneyTipoftheDay1Gadget">
+    <portlet-name>MoneyTipoftheDay1Gadget</portlet-name>
+    <display-name>Money Tip of the Day</display-name>
+    <description>Google Gadgets: Money Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Compare Auto Payments Calculator by BizCalcs.com</value>
+      <value>Money Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Compare-Auto-Payments.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.googlepages.com/finance-money-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Compare-Auto-Payments.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.googlepages.com/finance-money-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2521,29 +3214,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Compare Auto Payments Calculator by BizCalcs.com</title>
-      <short-title>Compare Auto Payments Calculator by BizCalcs.com</short-title>
+      <title>Money Tip of the Day</title>
+      <short-title>Money Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoldStarLendingCalculatorCreditCardEqualPaymentsGadget">
-    <portlet-name>GoldStarLendingCalculatorCreditCardEqualPaymentsGadget</portlet-name>
-    <display-name>Gold Star Lending Calculator - Credit Card Equal Payments</display-name>
-    <description>Google Gadgets: Gold Star Lending Calculator - Credit Card Equal Payments Gadget</description>
+  <portlet id="CurrencyRatesGadget">
+    <portlet-name>CurrencyRatesGadget</portlet-name>
+    <display-name>Currency Rates</display-name>
+    <description>Google Gadgets: Currency Rates Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gold Star Lending Calculator - Credit Card Equal Payments</value>
+      <value>Currency Rates</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/compare_equal_mortgage_payments.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.counttheworld.com/gadgets/currency_rates.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/compare_equal_mortgage_payments.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.counttheworld.com/gadgets/currency_rates.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2554,29 +3247,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gold Star Lending Calculator - Credit Card Equal Payments</title>
-      <short-title>Gold Star Lending Calculator - Credit Card Equal Payments</short-title>
+      <title>Currency Rates</title>
+      <short-title>Currency Rates</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AustralianStockExchangeGadget">
-    <portlet-name>AustralianStockExchangeGadget</portlet-name>
-    <display-name>Australian Stock Exchange</display-name>
-    <description>Google Gadgets: Australian Stock Exchange Gadget</description>
+  <portlet id="WealthManagement2Gadget">
+    <portlet-name>WealthManagement2Gadget</portlet-name>
+    <display-name>Wealth Management</display-name>
+    <description>Google Gadgets: Wealth Management Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Australian Stock Exchange</value>
+      <value>Wealth Management</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://davidhong.id.au/public/google/asx.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.macroaxis.com/gpitchlet.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://davidhong.id.au/public/google/asx.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.macroaxis.com/gpitchlet.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2587,29 +3280,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Australian Stock Exchange</title>
-      <short-title>Australian Stock Exchange</short-title>
+      <title>Wealth Management</title>
+      <short-title>Wealth Management</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EXCELShortcutsGadget">
-    <portlet-name>EXCELShortcutsGadget</portlet-name>
-    <display-name>EXCEL Shortcuts</display-name>
-    <description>Google Gadgets: EXCEL Shortcuts Gadget</description>
+  <portlet id="StockPortfolio1Gadget">
+    <portlet-name>StockPortfolio1Gadget</portlet-name>
+    <display-name>Stock Portfolio</display-name>
+    <description>Google Gadgets: Stock Portfolio Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>EXCEL Shortcuts</value>
+      <value>Stock Portfolio</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/excel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://stevevinsac.googlepages.com/portfolio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/excel.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://stevevinsac.googlepages.com/portfolio.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2620,29 +3313,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>EXCEL Shortcuts</title>
-      <short-title>EXCEL Shortcuts</short-title>
+      <title>Stock Portfolio</title>
+      <short-title>Stock Portfolio</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Investolution40dayForecastDAXGadget">
-    <portlet-name>Investolution40dayForecastDAXGadget</portlet-name>
-    <display-name>Investolution 40 day Forecast: DAX</display-name>
-    <description>Google Gadgets: Investolution 40 day Forecast: DAX Gadget</description>
+  <portlet id="3rdFridayCountdownGadget">
+    <portlet-name>3rdFridayCountdownGadget</portlet-name>
+    <display-name>3rd Friday Countdown</display-name>
+    <description>Google Gadgets: 3rd Friday Countdown Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Investolution 40 day Forecast: DAX</value>
+      <value>3rd Friday Countdown</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/DAX_forecast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investolution.com/feeds/DAX_forecast.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2653,12 +3346,144 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Investolution 40 day Forecast: DAX</title>
-      <short-title>Investolution 40 day Forecast: DAX</short-title>
+      <title>3rd Friday Countdown</title>
+      <short-title>3rd Friday Countdown</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="LeaseMileageCalculatorGadget">
+    <portlet-name>LeaseMileageCalculatorGadget</portlet-name>
+    <display-name>Lease Mileage Calculator</display-name>
+    <description>Google Gadgets: Lease Mileage Calculator Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Lease Mileage Calculator</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/lease_mileage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/lease_mileage.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Lease Mileage Calculator</title>
+      <short-title>Lease Mileage Calculator</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PersonalFinanceBlogSearchGadget">
+    <portlet-name>PersonalFinanceBlogSearchGadget</portlet-name>
+    <display-name>Personal Finance Blog Search</display-name>
+    <description>Google Gadgets: Personal Finance Blog Search Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Personal Finance Blog Search</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010911282418697221076/cse/i2hdhrumoj8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010911282418697221076/cse/i2hdhrumoj8/gadget</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Personal Finance Blog Search</title>
+      <short-title>Personal Finance Blog Search</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="DebtEliminationCalculatorGoldStarLendingGadget">
+    <portlet-name>DebtEliminationCalculatorGoldStarLendingGadget</portlet-name>
+    <display-name>Debt Elimination Calculator...</display-name>
+    <description>Google Gadgets: Debt Elimination Calculator -  Gold Star Lending Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Debt Elimination Calculator -  Gold Star Lending</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/debtelmin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/debtelmin.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Debt Elimination Calculator -  Gold Star Lending</title>
+      <short-title>Debt Elimination Calculator -  Gold Star Lending</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="NationalStockExchangeNSELiveStockQuoteGadget">
+    <portlet-name>NationalStockExchangeNSELiveStockQuoteGadget</portlet-name>
+    <display-name>National Stock Exchange(NSE...</display-name>
+    <description>Google Gadgets: National Stock Exchange(NSE) Live Stock Quote Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>National Stock Exchange(NSE) Live Stock Quote</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101637250884850863033/NSEPrices5.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101637250884850863033/NSEPrices5.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>National Stock Exchange(NSE) Live Stock Quote</title>
+      <short-title>National Stock Exchange(NSE) Live Stock Quote</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="AllFinancialMattersGadget">
     <portlet-name>AllFinancialMattersGadget</portlet-name>
     <display-name>All Financial Matters</display-name>
@@ -2692,23 +3517,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveForexQuotesGadget">
-    <portlet-name>LiveForexQuotesGadget</portlet-name>
-    <display-name>Live Forex Quotes</display-name>
-    <description>Google Gadgets: Live Forex Quotes Gadget</description>
+  <portlet id="AutoLeasePaymentComparisonCalculatorbyBizCalcscomGadget">
+    <portlet-name>AutoLeasePaymentComparisonCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Auto Lease Payment Comparis...</display-name>
+    <description>Google Gadgets: Auto Lease Payment Comparison Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Live Forex Quotes</value>
+      <value>Auto Lease Payment Comparison Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fxuniversal.com/quotesgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Compare-Lease-Payments.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fxuniversal.com/quotesgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Compare-Lease-Payments.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2719,29 +3544,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Live Forex Quotes</title>
-      <short-title>Live Forex Quotes</short-title>
+      <title>Auto Lease Payment Comparison Calculator by BizCalcs.com</title>
+      <short-title>Auto Lease Payment Comparison Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AdjustableRateMortgageARMPaymentComparisonCalculatorbyBizCalcscomGadget">
-    <portlet-name>AdjustableRateMortgageARMPaymentComparisonCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com Gadget</description>
+  <portlet id="SecondLifeEconomyGadget">
+    <portlet-name>SecondLifeEconomyGadget</portlet-name>
+    <display-name>Second Life Economy</display-name>
+    <description>Google Gadgets: Second Life Economy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com</value>
+      <value>Second Life Economy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/compare-arms.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.counttheworld.com/gadgets/ldollars.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/compare-arms.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.counttheworld.com/gadgets/ldollars.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2752,12 +3577,45 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com</title>
-      <short-title>Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com</short-title>
+      <title>Second Life Economy</title>
+      <short-title>Second Life Economy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="ExistingAutoLoanAnalysisCalculatorbyBizCalcscomGadget">
+    <portlet-name>ExistingAutoLoanAnalysisCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Existing Auto Loan Analysis...</display-name>
+    <description>Google Gadgets: Existing Auto Loan Analysis Calculator by BizCalcs.com Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Existing Auto Loan Analysis Calculator by BizCalcs.com</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Auto-Existing-Loan-Analysis.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Auto-Existing-Loan-Analysis.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Existing Auto Loan Analysis Calculator by BizCalcs.com</title>
+      <short-title>Existing Auto Loan Analysis Calculator by BizCalcs.com</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="CrudeOilWatch111Gadget">
     <portlet-name>CrudeOilWatch111Gadget</portlet-name>
     <display-name>Crude Oil Watch 1.1</display-name>
@@ -2791,23 +3649,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="AutoAffordabilityCalculatorbyBizCalcscomGadget">
-    <portlet-name>AutoAffordabilityCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Auto Affordability Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Auto Affordability Calculator by BizCalcs.com Gadget</description>
+  <portlet id="JohnJackBogleFinanceQuotesGadget">
+    <portlet-name>JohnJackBogleFinanceQuotesGadget</portlet-name>
+    <display-name>John (Jack) Bogle Finance Q...</display-name>
+    <description>Google Gadgets: John (Jack) Bogle Finance Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Auto Affordability Calculator by BizCalcs.com</value>
+      <value>John (Jack) Bogle Finance Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Auto-Affordability.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mediawink.googlepages.com/quotes_finance_john_bogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Auto-Affordability.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mediawink.googlepages.com/quotes_finance_john_bogle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2818,29 +3676,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Auto Affordability Calculator by BizCalcs.com</title>
-      <short-title>Auto Affordability Calculator by BizCalcs.com</short-title>
+      <title>John (Jack) Bogle Finance Quotes</title>
+      <short-title>John (Jack) Bogle Finance Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GlobalGiantsGadget">
-    <portlet-name>GlobalGiantsGadget</portlet-name>
-    <display-name>Global Giants</display-name>
-    <description>Google Gadgets: Global Giants Gadget</description>
+  <portlet id="AdjustableRateMortgageARMPaymentComparisonCalculatorbyBizCalcscomGadget">
+    <portlet-name>AdjustableRateMortgageARMPaymentComparisonCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Adjustable Rate Mortgage (A...</display-name>
+    <description>Google Gadgets: Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Global Giants</value>
+      <value>Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.globalgiants.com/GoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/compare-arms.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.globalgiants.com/GoogleGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/compare-arms.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2851,29 +3709,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Global Giants</title>
-      <short-title>Global Giants</short-title>
+      <title>Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com</title>
+      <short-title>Adjustable Rate Mortgage (ARM) Payment Comparison Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyTSPPortfolioGadget">
-    <portlet-name>MyTSPPortfolioGadget</portlet-name>
-    <display-name>My TSP Portfolio</display-name>
-    <description>Google Gadgets: My TSP Portfolio Gadget</description>
+  <portlet id="BalancetoLimitRatioCalculatorGoldStarLendingGadget">
+    <portlet-name>BalancetoLimitRatioCalculatorGoldStarLendingGadget</portlet-name>
+    <display-name>Balance to Limit Ratio Calc...</display-name>
+    <description>Google Gadgets: Balance to Limit Ratio Calculator -  Gold Star Lending Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My TSP Portfolio</value>
+      <value>Balance to Limit Ratio Calculator -  Gold Star Lending</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mytspportfolio.googlepages.com/mytspportfolio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/balance_to_limit_ratio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mytspportfolio.googlepages.com/mytspportfolio.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/balance_to_limit_ratio.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2884,29 +3742,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My TSP Portfolio</title>
-      <short-title>My TSP Portfolio</short-title>
+      <title>Balance to Limit Ratio Calculator -  Gold Star Lending</title>
+      <short-title>Balance to Limit Ratio Calculator -  Gold Star Lending</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CurrencyRatesGadget">
-    <portlet-name>CurrencyRatesGadget</portlet-name>
-    <display-name>Currency Rates</display-name>
-    <description>Google Gadgets: Currency Rates Gadget</description>
+  <portlet id="MortgageRateWatchDetailed1Gadget">
+    <portlet-name>MortgageRateWatchDetailed1Gadget</portlet-name>
+    <display-name>Mortgage Rate Watch - Detailed</display-name>
+    <description>Google Gadgets: Mortgage Rate Watch - Detailed Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Currency Rates</value>
+      <value>Mortgage Rate Watch - Detailed</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.counttheworld.com/gadgets/currency_rates.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/MRW3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.counttheworld.com/gadgets/currency_rates.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/MRW3.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2917,29 +3775,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Currency Rates</title>
-      <short-title>Currency Rates</short-title>
+      <title>Mortgage Rate Watch - Detailed</title>
+      <short-title>Mortgage Rate Watch - Detailed</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="eFinancialAffiliatesGadget">
-    <portlet-name>eFinancialAffiliatesGadget</portlet-name>
-    <display-name>e-Financial Affiliates</display-name>
-    <description>Google Gadgets: e-Financial Affiliates Gadget</description>
+  <portlet id="FinancialQuotesbyJimCramerGadget">
+    <portlet-name>FinancialQuotesbyJimCramerGadget</portlet-name>
+    <display-name>Financial Quotes by Jim Cramer</display-name>
+    <description>Google Gadgets: Financial Quotes by Jim Cramer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>e-Financial Affiliates</value>
+      <value>Financial Quotes by Jim Cramer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.e-financialaffiliates.com/gmod/gmod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_finance_jim_cramer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.e-financialaffiliates.com/gmod/gmod.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_finance_jim_cramer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2950,12 +3808,111 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>e-Financial Affiliates</title>
-      <short-title>e-Financial Affiliates</short-title>
+      <title>Financial Quotes by Jim Cramer</title>
+      <short-title>Financial Quotes by Jim Cramer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="PeterLynchFinanceQuotesGadget">
+    <portlet-name>PeterLynchFinanceQuotesGadget</portlet-name>
+    <display-name>Peter Lynch Finance Quotes</display-name>
+    <description>Google Gadgets: Peter Lynch Finance Quotes Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Peter Lynch Finance Quotes</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mediawink.googlepages.com/quotes_finance_peter_lynch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mediawink.googlepages.com/quotes_finance_peter_lynch.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Peter Lynch Finance Quotes</title>
+      <short-title>Peter Lynch Finance Quotes</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="DAXforecastbyInvestolutionGadget">
+    <portlet-name>DAXforecastbyInvestolutionGadget</portlet-name>
+    <display-name>DAX forecast by Investolution</display-name>
+    <description>Google Gadgets: DAX forecast by Investolution Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>DAX forecast by Investolution</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/DAX_forecast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investolution.com/feeds/DAX_forecast.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>DAX forecast by Investolution</title>
+      <short-title>DAX forecast by Investolution</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="BuxferTrackYourMoneyGadget">
+    <portlet-name>BuxferTrackYourMoneyGadget</portlet-name>
+    <display-name>Buxfer: Track Your Money</display-name>
+    <description>Google Gadgets: Buxfer: Track Your Money Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Buxfer: Track Your Money</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.buxfer.com/public/buxfer-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.buxfer.com/public/buxfer-gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Buxfer: Track Your Money</title>
+      <short-title>Buxfer: Track Your Money</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="MarketataGlanceGadget">
     <portlet-name>MarketataGlanceGadget</portlet-name>
     <display-name>Market at a Glance</display-name>
@@ -2989,23 +3946,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="CurrencyCalculatorIDCMS1Gadget">
-    <portlet-name>CurrencyCalculatorIDCMS1Gadget</portlet-name>
-    <display-name>Currency Calculator IDCMS</display-name>
-    <description>Google Gadgets: Currency Calculator IDCMS Gadget</description>
+  <portlet id="ISESentimentIndexISEEGadget">
+    <portlet-name>ISESentimentIndexISEEGadget</portlet-name>
+    <display-name>ISE Sentiment Index (ISEE)</display-name>
+    <description>Google Gadgets: ISE Sentiment Index (ISEE) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Currency Calculator IDCMS</value>
+      <value>ISE Sentiment Index (ISEE)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.idc-ms.net/gadgets/currency.html&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.iseoptions.com/isee_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.idc-ms.net/gadgets/currency.html</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.iseoptions.com/isee_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3016,29 +3973,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Currency Calculator IDCMS</title>
-      <short-title>Currency Calculator IDCMS</short-title>
+      <title>ISE Sentiment Index (ISEE)</title>
+      <short-title>ISE Sentiment Index (ISEE)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QUICKBOOKSShortcutsGadget">
-    <portlet-name>QUICKBOOKSShortcutsGadget</portlet-name>
-    <display-name>QUICKBOOKS Shortcuts</display-name>
-    <description>Google Gadgets: QUICKBOOKS Shortcuts Gadget</description>
+  <portlet id="OrglexNewsfromyourVerticalsGadget">
+    <portlet-name>OrglexNewsfromyourVerticalsGadget</portlet-name>
+    <display-name>Orglex News from your Verti...</display-name>
+    <description>Google Gadgets: Orglex News from your Verticals Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>QUICKBOOKS Shortcuts</value>
+      <value>Orglex News from your Verticals</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/quickbooks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.orglex.com/site_media/xml/orglex.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/quickbooks.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.orglex.com/site_media/xml/orglex.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3049,15 +4006,279 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>QUICKBOOKS Shortcuts</title>
-      <short-title>QUICKBOOKS Shortcuts</short-title>
+      <title>Orglex News from your Verticals</title>
+      <short-title>Orglex News from your Verticals</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="YStockHKv10Gadget">
+    <portlet-name>YStockHKv10Gadget</portlet-name>
+    <display-name>YStockHK v1.0</display-name>
+    <description>Google Gadgets: YStockHK v1.0 Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>YStockHK v1.0</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miawork.com/GoogleGadgets/YStockHK/YStockHK.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miawork.com/GoogleGadgets/YStockHK/YStockHK.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>YStockHK v1.0</title>
+      <short-title>YStockHK v1.0</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="HomeBusinessLivingGadget">
+    <portlet-name>HomeBusinessLivingGadget</portlet-name>
+    <display-name>Home Business Living</display-name>
+    <description>Google Gadgets: Home Business Living Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Home Business Living</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.homebusinessliving.ws/gadgets/google/homebusinessliving.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.homebusinessliving.ws/gadgets/google/homebusinessliving.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Home Business Living</title>
+      <short-title>Home Business Living</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="EMICalculatorGadget">
+    <portlet-name>EMICalculatorGadget</portlet-name>
+    <display-name>EMI Calculator</display-name>
+    <description>Google Gadgets: EMI Calculator Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>EMI Calculator</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104457600273190576828/ReducingEMI.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/104457600273190576828/ReducingEMI.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>EMI Calculator</title>
+      <short-title>EMI Calculator</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="KEBExchangeGadget">
+    <portlet-name>KEBExchangeGadget</portlet-name>
+    <display-name>KEB Exchange</display-name>
+    <description>Google Gadgets: KEB Exchange Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>KEB Exchange</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/115185647600020399189/keb_exchange_rates.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/115185647600020399189/keb_exchange_rates.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>KEB Exchange</title>
+      <short-title>KEB Exchange</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="DowJonesforecastbyInvestolutionGadget">
+    <portlet-name>DowJonesforecastbyInvestolutionGadget</portlet-name>
+    <display-name>DowJones forecast by Invest...</display-name>
+    <description>Google Gadgets: DowJones forecast by Investolution Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>DowJones forecast by Investolution</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/DowJones_forecast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investolution.com/feeds/DowJones_forecast.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>DowJones forecast by Investolution</title>
+      <short-title>DowJones forecast by Investolution</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="eFinancialAffiliatesGadget">
+    <portlet-name>eFinancialAffiliatesGadget</portlet-name>
+    <display-name>e-Financial Affiliates</display-name>
+    <description>Google Gadgets: e-Financial Affiliates Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>e-Financial Affiliates</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.e-financialaffiliates.com/gmod/gmod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.e-financialaffiliates.com/gmod/gmod.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>e-Financial Affiliates</title>
+      <short-title>e-Financial Affiliates</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="HowLongUntilMyLoanIsPaidOffGadget">
+    <portlet-name>HowLongUntilMyLoanIsPaidOffGadget</portlet-name>
+    <display-name>How Long Until My Loan Is P...</display-name>
+    <description>Google Gadgets: How Long Until My Loan Is Paid Off? Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>How Long Until My Loan Is Paid Off?</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/105968557496205896063/det02.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/105968557496205896063/det02.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>How Long Until My Loan Is Paid Off?</title>
+      <short-title>How Long Until My Loan Is Paid Off?</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="NasdaqforecastbyInvestolutionGadget">
+    <portlet-name>NasdaqforecastbyInvestolutionGadget</portlet-name>
+    <display-name>Nasdaq forecast by Investol...</display-name>
+    <description>Google Gadgets: Nasdaq forecast by Investolution Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Nasdaq forecast by Investolution</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/Nasdaq_forecast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investolution.com/feeds/Nasdaq_forecast.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Nasdaq forecast by Investolution</title>
+      <short-title>Nasdaq forecast by Investolution</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="StockquotesfromGoogleandYahooGadget">
     <portlet-name>StockquotesfromGoogleandYahooGadget</portlet-name>
-    <display-name>Stock quotes from Google and Yahoo</display-name>
+    <display-name>Stock quotes from Google an...</display-name>
     <description>Google Gadgets: Stock quotes from Google and Yahoo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
@@ -3088,23 +4309,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="BuxferTrackYourMoneyGadget">
-    <portlet-name>BuxferTrackYourMoneyGadget</portlet-name>
-    <display-name>Buxfer: Track Your Money</display-name>
-    <description>Google Gadgets: Buxfer: Track Your Money Gadget</description>
+  <portlet id="SECFilingscomFreeRealTimeSECFilingsGadget">
+    <portlet-name>SECFilingscomFreeRealTimeSECFilingsGadget</portlet-name>
+    <display-name>SECFilings.com - Free Real-...</display-name>
+    <description>Google Gadgets: SECFilings.com - Free Real-Time SEC Filings Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Buxfer: Track Your Money</value>
+      <value>SECFilings.com - Free Real-Time SEC Filings</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.buxfer.com/public/buxfer-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.secfilings.com/google/gadget/ticker_5.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.buxfer.com/public/buxfer-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.secfilings.com/google/gadget/ticker_5.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3115,12 +4336,210 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Buxfer: Track Your Money</title>
-      <short-title>Buxfer: Track Your Money</short-title>
+      <title>SECFilings.com - Free Real-Time SEC Filings</title>
+      <short-title>SECFilings.com - Free Real-Time SEC Filings</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="WealthManagement3Gadget">
+    <portlet-name>WealthManagement3Gadget</portlet-name>
+    <display-name>Wealth Management</display-name>
+    <description>Google Gadgets: Wealth Management Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Wealth Management</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.macroaxis.com/google_pitchlet.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.macroaxis.com/google_pitchlet.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Wealth Management</title>
+      <short-title>Wealth Management</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="RSIValuesGadget">
+    <portlet-name>RSIValuesGadget</portlet-name>
+    <display-name>RSI Values</display-name>
+    <description>Google Gadgets: RSI Values Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>RSI Values</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106588662834541482757/RSI.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106588662834541482757/RSI.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>RSI Values</title>
+      <short-title>RSI Values</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CramerholicHeadlinesGadget">
+    <portlet-name>CramerholicHeadlinesGadget</portlet-name>
+    <display-name>Cramerholic Headlines</display-name>
+    <description>Google Gadgets: Cramerholic Headlines Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Cramerholic Headlines</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://webninjainc.com/gadget/start.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://webninjainc.com/gadget/start.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Cramerholic Headlines</title>
+      <short-title>Cramerholic Headlines</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CurrencyCalculatorIDCMS1Gadget">
+    <portlet-name>CurrencyCalculatorIDCMS1Gadget</portlet-name>
+    <display-name>Currency Calculator IDCMS</display-name>
+    <description>Google Gadgets: Currency Calculator IDCMS Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Currency Calculator IDCMS</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.idc-ms.net/gadgets/currency.html&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.idc-ms.net/gadgets/currency.html</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Currency Calculator IDCMS</title>
+      <short-title>Currency Calculator IDCMS</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="TopmoversGadget">
+    <portlet-name>TopmoversGadget</portlet-name>
+    <display-name>Top movers</display-name>
+    <description>Google Gadgets: Top movers Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Top movers</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/finance_topmovers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/finance_topmovers.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Top movers</title>
+      <short-title>Top movers</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="TippingMonkeyKingoftheHillGadget">
+    <portlet-name>TippingMonkeyKingoftheHillGadget</portlet-name>
+    <display-name>Tipping Monkey King-of-the-...</display-name>
+    <description>Google Gadgets: Tipping Monkey King-of-the-Hill Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Tipping Monkey King-of-the-Hill</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tippingmonkey.com/apps/widget.aspx%3Fmode%3Dgoogle&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tippingmonkey.com/apps/widget.aspx%3Fmode%3Dgoogle</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Tipping Monkey King-of-the-Hill</title>
+      <short-title>Tipping Monkey King-of-the-Hill</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="SalesTechnologyGadget">
     <portlet-name>SalesTechnologyGadget</portlet-name>
     <display-name>Sales Technology</display-name>
@@ -3154,6 +4573,204 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="NYSEforecastbyInvestolutionGadget">
+    <portlet-name>NYSEforecastbyInvestolutionGadget</portlet-name>
+    <display-name>NYSE forecast by Investolution</display-name>
+    <description>Google Gadgets: NYSE forecast by Investolution Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>NYSE forecast by Investolution</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investolution.com/feeds/NYSE_forecast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investolution.com/feeds/NYSE_forecast.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>NYSE forecast by Investolution</title>
+      <short-title>NYSE forecast by Investolution</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="Edy3005821495Gadget">
+    <portlet-name>Edy3005821495Gadget</portlet-name>
+    <display-name>Edy&#30058;&#21495;</display-name>
+    <description>Google Gadgets: Edy&#30058;&#21495; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Edy&#30058;&#21495;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.beatrek.com/src/edy_no_scanner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.beatrek.com/src/edy_no_scanner.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Edy&#30058;&#21495;</title>
+      <short-title>Edy&#30058;&#21495;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="BovespaGadget">
+    <portlet-name>BovespaGadget</portlet-name>
+    <display-name>Bovespa</display-name>
+    <description>Google Gadgets: Bovespa Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Bovespa</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://igmodulos.googlepages.com/bovespa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://igmodulos.googlepages.com/bovespa.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Bovespa</title>
+      <short-title>Bovespa</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="24hrYenGadget">
+    <portlet-name>24hrYenGadget</portlet-name>
+    <display-name>24hr Yen</display-name>
+    <description>Google Gadgets: 24hr Yen Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>24hr Yen</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jack.palmadesso.googlepages.com/LiveYEN.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jack.palmadesso.googlepages.com/LiveYEN.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>24hr Yen</title>
+      <short-title>24hr Yen</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="JournalatWirtschaftundGeldGadget">
+    <portlet-name>JournalatWirtschaftundGeldGadget</portlet-name>
+    <display-name>Journal.at Wirtschaft und Geld</display-name>
+    <description>Google Gadgets: Journal.at Wirtschaft und Geld Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Journal.at Wirtschaft und Geld</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tripple.net/contator/rssxmlgadget.asp%3Fnewsfeed%3DJournal.at%2BWirtschaft%2Bund%2BGeld&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tripple.net/contator/rssxmlgadget.asp%3Fnewsfeed%3DJournal.at%2BWirtschaft%2Bund%2BGeld</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Journal.at Wirtschaft und Geld</title>
+      <short-title>Journal.at Wirtschaft und Geld</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="iNVESTORFACTSMarktbilderGadget">
+    <portlet-name>iNVESTORFACTSMarktbilderGadget</portlet-name>
+    <display-name>iNVESTOR-FACTS Marktbilder</display-name>
+    <description>Google Gadgets: iNVESTOR-FACTS Marktbilder Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>iNVESTOR-FACTS Marktbilder</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_marktbilder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_marktbilder.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>iNVESTOR-FACTS Marktbilder</title>
+      <short-title>iNVESTOR-FACTS Marktbilder</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="KIESKEURIGKoopgidsGadget">
     <portlet-name>KIESKEURIGKoopgidsGadget</portlet-name>
     <display-name>KIESKEURIG Koopgids</display-name>
@@ -3166,11 +4783,11 @@
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://images.kieskeurig.nl/images/googlegadgets/kieskeurigsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://images.kieskeurig.nl/images/googlegadgets/kk_fullsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://images.kieskeurig.nl/images/googlegadgets/kieskeurigsearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://images.kieskeurig.nl/images/googlegadgets/kk_fullsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3187,23 +4804,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="iNVESTORFACTSBrsenZeitungGadget">
-    <portlet-name>iNVESTORFACTSBrsenZeitungGadget</portlet-name>
-    <display-name>iNVESTOR-FACTS - B?rsen-Zeitung</display-name>
-    <description>Google Gadgets: iNVESTOR-FACTS - B?rsen-Zeitung Gadget</description>
+  <portlet id="10481085107610771082108910991085107710761074108010781080108410861089109010Gadget">
+    <portlet-name>10481085107610771082108910991085107710761074108010781080108410861089109010Gadget</portlet-name>
+    <display-name>&#1048;&#1085;&#1076;&#1077...</display-name>
+    <description>Google Gadgets: &#1048;&#1085;&#1076;&#1077;&#1082;&#1089;&#1099; &#1085;&#1077;&#1076;&#1074;&#1080;&#1078;&#1080;&#1084;&#1086;&#1089;&#1090;&#1080; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iNVESTOR-FACTS - B?rsen-Zeitung</value>
+      <value>&#1048;&#1085;&#1076;&#1077;&#1082;&#1089;&#1099; &#1085;&#1077;&#1076;&#1074;&#1080;&#1078;&#1080;&#1084;&#1086;&#1089;&#1090;&#1080;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_bz.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://data.miel.ru/gadgets/mielproto10.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_bz.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://data.miel.ru/gadgets/mielproto10.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3214,29 +4831,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iNVESTOR-FACTS - B?rsen-Zeitung</title>
-      <short-title>iNVESTOR-FACTS - B?rsen-Zeitung</short-title>
+      <title>&#1048;&#1085;&#1076;&#1077;&#1082;&#1089;&#1099; &#1085;&#1077;&#1076;&#1074;&#1080;&#1078;&#1080;&#1084;&#1086;&#1089;&#1090;&#1080;</title>
+      <short-title>&#1048;&#1085;&#1076;&#1077;&#1082;&#1089;&#1099; &#1085;&#1077;&#1076;&#1074;&#1080;&#1078;&#1080;&#1084;&#1086;&#1089;&#1090;&#1080;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DvizKurueviricisiGadget">
-    <portlet-name>DvizKurueviricisiGadget</portlet-name>
-    <display-name>D?viz Kuru ?eviricisi</display-name>
-    <description>Google Gadgets: D?viz Kuru ?eviricisi Gadget</description>
+  <portlet id="10501091108810891074107210831102109010621041Gadget">
+    <portlet-name>10501091108810891074107210831102109010621041Gadget</portlet-name>
+    <display-name>&#1050;&#1091;&#1088;&#1089...</display-name>
+    <description>Google Gadgets: &#1050;&#1091;&#1088;&#1089; &#1074;&#1072;&#1083;&#1102;&#1090; &#1062;&#1041; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>D?viz Kuru ?eviricisi</value>
+      <value>&#1050;&#1091;&#1088;&#1089; &#1074;&#1072;&#1083;&#1102;&#1090; &#1062;&#1041;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/doviz.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://giss.ru/stuff/cbrf.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/doviz.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://giss.ru/stuff/cbrf.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3247,29 +4864,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>D?viz Kuru ?eviricisi</title>
-      <short-title>D?viz Kuru ?eviricisi</short-title>
+      <title>&#1050;&#1091;&#1088;&#1089; &#1074;&#1072;&#1083;&#1102;&#1090; &#1062;&#1041;</title>
+      <short-title>&#1050;&#1091;&#1088;&#1089; &#1074;&#1072;&#1083;&#1102;&#1090; &#1062;&#1041;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="starttradingdeGadget">
-    <portlet-name>starttradingdeGadget</portlet-name>
-    <display-name>start-trading.de</display-name>
-    <description>Google Gadgets: start-trading.de Gadget</description>
+  <portlet id="Yahoo32929240662535125976Gadget">
+    <portlet-name>Yahoo32929240662535125976Gadget</portlet-name>
+    <display-name>Yahoo!-&#32929;&#24066;&#25...</display-name>
+    <description>Google Gadgets: Yahoo!-&#32929;&#24066;&#25351;&#25976; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>start-trading.de</value>
+      <value>Yahoo!-&#32929;&#24066;&#25351;&#25976;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.start-trading.de/start-trading-signal.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bawbaw.deep.tw/yahoo_finance/yahoo_finance.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.start-trading.de/start-trading-signal.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bawbaw.deep.tw/yahoo_finance/yahoo_finance.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3280,29 +4897,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>start-trading.de</title>
-      <short-title>start-trading.de</short-title>
+      <title>Yahoo!-&#32929;&#24066;&#25351;&#25976;</title>
+      <short-title>Yahoo!-&#32929;&#24066;&#25351;&#25976;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CursuriGadget">
-    <portlet-name>CursuriGadget</portlet-name>
-    <display-name>Cursuri</display-name>
-    <description>Google Gadgets: Cursuri Gadget</description>
+  <portlet id="TrsminutosparaosucessoGadget">
+    <portlet-name>TrsminutosparaosucessoGadget</portlet-name>
+    <display-name>Tr?s minutos para o sucesso</display-name>
+    <description>Google Gadgets: Tr?s minutos para o sucesso Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cursuri</value>
+      <value>Tr?s minutos para o sucesso</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://infovalutar.ro/gadBNR.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/tresminutos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://infovalutar.ro/gadBNR.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/tresminutos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3313,29 +4930,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cursuri</title>
-      <short-title>Cursuri</short-title>
+      <title>Tr?s minutos para o sucesso</title>
+      <short-title>Tr?s minutos para o sucesso</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iNVESTORFACTSKurssucheGadget">
-    <portlet-name>iNVESTORFACTSKurssucheGadget</portlet-name>
-    <display-name>iNVESTOR-FACTS Kurssuche</display-name>
-    <description>Google Gadgets: iNVESTOR-FACTS Kurssuche Gadget</description>
+  <portlet id="Web20CalculatorGadget">
+    <portlet-name>Web20CalculatorGadget</portlet-name>
+    <display-name>Web 2.0 Calculator</display-name>
+    <description>Google Gadgets: Web 2.0 Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iNVESTOR-FACTS Kurssuche</value>
+      <value>Web 2.0 Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_kurssuche.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.creatonic.com/gadget/calculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_kurssuche.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.creatonic.com/gadget/calculator.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3346,29 +4963,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iNVESTOR-FACTS Kurssuche</title>
-      <short-title>iNVESTOR-FACTS Kurssuche</short-title>
+      <title>Web 2.0 Calculator</title>
+      <short-title>Web 2.0 Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BolsaPHPGadget">
-    <portlet-name>BolsaPHPGadget</portlet-name>
-    <display-name>BolsaPHP</display-name>
-    <description>Google Gadgets: BolsaPHP Gadget</description>
+  <portlet id="1050109110881089USD1080EURGadget">
+    <portlet-name>1050109110881089USD1080EURGadget</portlet-name>
+    <display-name>&#1050;&#1091;&#1088;&#1089...</display-name>
+    <description>Google Gadgets: &#1050;&#1091;&#1088;&#1089; USD &#1080; EUR Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BolsaPHP</value>
+      <value>&#1050;&#1091;&#1088;&#1089; USD &#1080; EUR</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bolsaphp.sukiweb.net/bolsaphp-google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://avc-cbrf-gadget.googlecode.com/files/cbrf_eur_usd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bolsaphp.sukiweb.net/bolsaphp-google-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://avc-cbrf-gadget.googlecode.com/files/cbrf_eur_usd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3379,29 +4996,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BolsaPHP</title>
-      <short-title>BolsaPHP</short-title>
+      <title>&#1050;&#1091;&#1088;&#1089; USD &#1080; EUR</title>
+      <short-title>&#1050;&#1091;&#1088;&#1089; USD &#1080; EUR</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IBOVIntradayGadget">
-    <portlet-name>IBOVIntradayGadget</portlet-name>
-    <display-name>IBOV Intraday</display-name>
-    <description>Google Gadgets: IBOV Intraday Gadget</description>
+  <portlet id="30456225802668435328Gadget">
+    <portlet-name>30456225802668435328Gadget</portlet-name>
+    <display-name>&#30456;&#22580;&#26684;&#3...</display-name>
+    <description>Google Gadgets: &#30456;&#22580;&#26684;&#35328; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IBOV Intraday</value>
+      <value>&#30456;&#22580;&#26684;&#35328;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://igmodulos.googlepages.com/intraday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fxtechnical.net/fortune/kakugen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://igmodulos.googlepages.com/intraday.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fxtechnical.net/fortune/kakugen.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3412,12 +5029,78 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IBOV Intraday</title>
-      <short-title>IBOV Intraday</short-title>
+      <title>&#30456;&#22580;&#26684;&#35328;</title>
+      <short-title>&#30456;&#22580;&#26684;&#35328;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="MariaClaraRMdoPradoGadget">
+    <portlet-name>MariaClaraRMdoPradoGadget</portlet-name>
+    <display-name>Maria Clara R. M. do Prado</display-name>
+    <description>Google Gadgets: Maria Clara R. M. do Prado Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Maria Clara R. M. do Prado</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/mariaclara.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/mariaclara.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Maria Clara R. M. do Prado</title>
+      <short-title>Maria Clara R. M. do Prado</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="Bovespa1Gadget">
+    <portlet-name>Bovespa1Gadget</portlet-name>
+    <display-name>Bovespa</display-name>
+    <description>Google Gadgets: Bovespa Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Bovespa</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://interfacejogos.ig.com.br/vai2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://interfacejogos.ig.com.br/vai2.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Bovespa</title>
+      <short-title>Bovespa</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="JornalismoGadget">
     <portlet-name>JornalismoGadget</portlet-name>
     <display-name>Jornalismo</display-name>
@@ -3451,23 +5134,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="24hrRussianRubleGadget">
-    <portlet-name>24hrRussianRubleGadget</portlet-name>
-    <display-name>24hr Russian Ruble</display-name>
-    <description>Google Gadgets: 24hr Russian Ruble Gadget</description>
+  <portlet id="4837254744473085120850557481434837249345440325106046300Gadget">
+    <portlet-name>4837254744473085120850557481434837249345440325106046300Gadget</portlet-name>
+    <display-name>&#48372;&#54744;&#47308; &#...</display-name>
+    <description>Google Gadgets: &#48372;&#54744;&#47308; &#51208;&#50557; &#48143; &#48372;&#49345; &#44032;&#51060;&#46300; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>24hr Russian Ruble</value>
+      <value>&#48372;&#54744;&#47308; &#51208;&#50557; &#48143; &#48372;&#49345; &#44032;&#51060;&#46300;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jack.palmadesso.googlepages.com/LiveRUB.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.insunet.co.kr/gadget/l/ansimmail9188.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jack.palmadesso.googlepages.com/LiveRUB.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.insunet.co.kr/gadget/l/ansimmail9188.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3478,29 +5161,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>24hr Russian Ruble</title>
-      <short-title>24hr Russian Ruble</short-title>
+      <title>&#48372;&#54744;&#47308; &#51208;&#50557; &#48143; &#48372;&#49345; &#44032;&#51060;&#46300;</title>
+      <short-title>&#48372;&#54744;&#47308; &#51208;&#50557; &#48143; &#48372;&#49345; &#44032;&#51060;&#46300;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iNVESTORFACTSMarktbilderGadget">
-    <portlet-name>iNVESTORFACTSMarktbilderGadget</portlet-name>
-    <display-name>iNVESTOR-FACTS Marktbilder</display-name>
-    <description>Google Gadgets: iNVESTOR-FACTS Marktbilder Gadget</description>
+  <portlet id="iNVESTORFACTSKurssucheGadget">
+    <portlet-name>iNVESTORFACTSKurssucheGadget</portlet-name>
+    <display-name>iNVESTOR-FACTS Kurssuche</display-name>
+    <description>Google Gadgets: iNVESTOR-FACTS Kurssuche Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iNVESTOR-FACTS Marktbilder</value>
+      <value>iNVESTOR-FACTS Kurssuche</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_marktbilder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_kurssuche.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_marktbilder.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_kurssuche.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3511,15 +5194,213 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iNVESTOR-FACTS Marktbilder</title>
-      <short-title>iNVESTOR-FACTS Marktbilder</short-title>
+      <title>iNVESTOR-FACTS Kurssuche</title>
+      <short-title>iNVESTOR-FACTS Kurssuche</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="CotaesBOVESPAGadget">
+    <portlet-name>CotaesBOVESPAGadget</portlet-name>
+    <display-name>Cota??es BOVESPA</display-name>
+    <description>Google Gadgets: Cota??es BOVESPA Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Cota??es BOVESPA</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://danielbraga.com/googlegadgets/bovespa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://danielbraga.com/googlegadgets/bovespa.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Cota??es BOVESPA</title>
+      <short-title>Cota??es BOVESPA</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CalcolocostoorariodellavoroGadget">
+    <portlet-name>CalcolocostoorariodellavoroGadget</portlet-name>
+    <display-name>Calcolo costo orario del la...</display-name>
+    <description>Google Gadgets: Calcolo costo orario del lavoro Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Calcolo costo orario del lavoro</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.myperfetto.it/googlegadget/perfetto.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.myperfetto.it/googlegadget/perfetto.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Calcolo costo orario del lavoro</title>
+      <short-title>Calcolo costo orario del lavoro</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="UltimidatiIstatGadget">
+    <portlet-name>UltimidatiIstatGadget</portlet-name>
+    <display-name>Ultimi dati Istat</display-name>
+    <description>Google Gadgets: Ultimi dati Istat Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Ultimi dati Istat</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.istat.it/news/ultimidati/index.php%3Ftype%3DGoogle&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.istat.it/news/ultimidati/index.php%3Ftype%3DGoogle</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Ultimi dati Istat</title>
+      <short-title>Ultimi dati Istat</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="iNVESTORFACTSIPOGadget">
+    <portlet-name>iNVESTORFACTSIPOGadget</portlet-name>
+    <display-name>iNVESTOR-FACTS IPO</display-name>
+    <description>Google Gadgets: iNVESTOR-FACTS IPO Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>iNVESTOR-FACTS IPO</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_ipo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_ipo.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>iNVESTOR-FACTS IPO</title>
+      <short-title>iNVESTOR-FACTS IPO</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="259983427619968201541237312435123982594512360Gadget">
+    <portlet-name>259983427619968201541237312435123982594512360Gadget</portlet-name>
+    <display-name>&#25998;&#34276;&#19968;&#2...</display-name>
+    <description>Google Gadgets: &#25998;&#34276;&#19968;&#20154;&#12373;&#12435;&#12398;&#25945;&#12360; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#25998;&#34276;&#19968;&#20154;&#12373;&#12435;&#12398;&#25945;&#12360;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fxtechnical.net/hitorisan/hitorisan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fxtechnical.net/hitorisan/hitorisan.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#25998;&#34276;&#19968;&#20154;&#12373;&#12435;&#12398;&#25945;&#12360;</title>
+      <short-title>&#25998;&#34276;&#19968;&#20154;&#12373;&#12435;&#12398;&#25945;&#12360;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="510884604152264483725474447308442284932844592Gadget">
+    <portlet-name>510884604152264483725474447308442284932844592Gadget</portlet-name>
+    <display-name>&#51088;&#46041;&#52264;&#4...</display-name>
+    <description>Google Gadgets: &#51088;&#46041;&#52264;&#48372;&#54744;&#47308; &#44228;&#49328;&#44592; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#51088;&#46041;&#52264;&#48372;&#54744;&#47308; &#44228;&#49328;&#44592;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.insunet.co.kr/gadget/ja/ja9188.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.insunet.co.kr/gadget/ja/ja9188.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#51088;&#46041;&#52264;&#48372;&#54744;&#47308; &#44228;&#49328;&#44592;</title>
+      <short-title>&#51088;&#46041;&#52264;&#48372;&#54744;&#47308; &#44228;&#49328;&#44592;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="iNVESTORFACTSindividuelleMeldungenGadget">
     <portlet-name>iNVESTORFACTSindividuelleMeldungenGadget</portlet-name>
-    <display-name>iNVESTOR-FACTS individuelle Meldungen</display-name>
+    <display-name>iNVESTOR-FACTS individuelle...</display-name>
     <description>Google Gadgets: iNVESTOR-FACTS individuelle Meldungen Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
@@ -3550,23 +5431,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="24hrYenGadget">
-    <portlet-name>24hrYenGadget</portlet-name>
-    <display-name>24hr Yen</display-name>
-    <description>Google Gadgets: 24hr Yen Gadget</description>
+  <portlet id="214882127124066208443655421205249073603935338Gadget">
+    <portlet-name>214882127124066208443655421205249073603935338Gadget</portlet-name>
+    <display-name>&#21488;&#21271;&#24066;&#2...</display-name>
+    <description>Google Gadgets: &#21488;&#21271;&#24066;&#20844;&#36554;&#21205;&#24907;&#36039;&#35338; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>24hr Yen</value>
+      <value>&#21488;&#21271;&#24066;&#20844;&#36554;&#21205;&#24907;&#36039;&#35338;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jack.palmadesso.googlepages.com/LiveYEN.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bawbaw.deep.tw/e-bus/tpe.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jack.palmadesso.googlepages.com/LiveYEN.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bawbaw.deep.tw/e-bus/tpe.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3577,29 +5458,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>24hr Yen</title>
-      <short-title>24hr Yen</short-title>
+      <title>&#21488;&#21271;&#24066;&#20844;&#36554;&#21205;&#24907;&#36039;&#35338;</title>
+      <short-title>&#21488;&#21271;&#24066;&#20844;&#36554;&#21205;&#24907;&#36039;&#35338;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CgkeresGadget">
-    <portlet-name>CgkeresGadget</portlet-name>
-    <display-name>C?gkeres </display-name>
-    <description>Google Gadgets: C?gkeres  Gadget</description>
+  <portlet id="CurrencyConverter2Gadget">
+    <portlet-name>CurrencyConverter2Gadget</portlet-name>
+    <display-name>Currency Converter</display-name>
+    <description>Google Gadgets: Currency Converter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>C?gkeres </value>
+      <value>Currency Converter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kozuleti.com/kozuleti.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/doviz.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kozuleti.com/kozuleti.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/doviz.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3610,12 +5491,177 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>C?gkeres </title>
-      <short-title>C?gkeres </short-title>
+      <title>Currency Converter</title>
+      <short-title>Currency Converter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="FiquedeolhoGadget">
+    <portlet-name>FiquedeolhoGadget</portlet-name>
+    <display-name>Fique de olho</display-name>
+    <description>Google Gadgets: Fique de olho Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Fique de olho</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/fiquedeolho.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/fiquedeolho.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Fique de olho</title>
+      <short-title>Fique de olho</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ContabilitOnlineGadget">
+    <portlet-name>ContabilitOnlineGadget</portlet-name>
+    <display-name>Contabilit?Online</display-name>
+    <description>Google Gadgets: Contabilit?Online Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Contabilit?Online</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://servizio.contabilitaonline.sm/ConlineGdg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://servizio.contabilitaonline.sm/ConlineGdg.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Contabilit?Online</title>
+      <short-title>Contabilit?Online</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="starttradingdeGadget">
+    <portlet-name>starttradingdeGadget</portlet-name>
+    <display-name>start-trading.de</display-name>
+    <description>Google Gadgets: start-trading.de Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>start-trading.de</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.start-trading.de/start-trading-signal.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.start-trading.de/start-trading-signal.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>start-trading.de</title>
+      <short-title>start-trading.de</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="iNVESTORFACTSBrsenZeitungGadget">
+    <portlet-name>iNVESTORFACTSBrsenZeitungGadget</portlet-name>
+    <display-name>iNVESTOR-FACTS - B?rsen-Zei...</display-name>
+    <description>Google Gadgets: iNVESTOR-FACTS - B?rsen-Zeitung Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>iNVESTOR-FACTS - B?rsen-Zeitung</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_bz.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_bz.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>iNVESTOR-FACTS - B?rsen-Zeitung</title>
+      <short-title>iNVESTOR-FACTS - B?rsen-Zeitung</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="IndicesBovespaGadget">
+    <portlet-name>IndicesBovespaGadget</portlet-name>
+    <display-name>Indices Bovespa</display-name>
+    <description>Google Gadgets: Indices Bovespa Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Indices Bovespa</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://paulo.apoloni.googlepages.com/bovespa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://paulo.apoloni.googlepages.com/bovespa.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Indices Bovespa</title>
+      <short-title>Indices Bovespa</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="24hrEuroGadget">
     <portlet-name>24hrEuroGadget</portlet-name>
     <display-name>24hr Euro</display-name>
@@ -3649,23 +5695,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="FINsearchGadget">
-    <portlet-name>FINsearchGadget</portlet-name>
-    <display-name>FINsearch</display-name>
-    <description>Google Gadgets: FINsearch Gadget</description>
+  <portlet id="GodmodeTraderdeFinanzNewsGadget">
+    <portlet-name>GodmodeTraderdeFinanzNewsGadget</portlet-name>
+    <display-name>Godmode-Trader.de Finanz-News</display-name>
+    <description>Google Gadgets: Godmode-Trader.de Finanz-News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FINsearch</value>
+      <value>Godmode-Trader.de Finanz-News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://glebbeek.googlepages.com/finsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.godmode-trader.de/gadgets/godmodetrader_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://glebbeek.googlepages.com/finsearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.godmode-trader.de/gadgets/godmodetrader_news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3676,29 +5722,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FINsearch</title>
-      <short-title>FINsearch</short-title>
+      <title>Godmode-Trader.de Finanz-News</title>
+      <short-title>Godmode-Trader.de Finanz-News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DvizveBorsaVerileriGadget">
-    <portlet-name>DvizveBorsaVerileriGadget</portlet-name>
-    <display-name>D?viz ve Borsa Verileri</display-name>
-    <description>Google Gadgets: D?viz ve Borsa Verileri Gadget</description>
+  <portlet id="Score3frGadget">
+    <portlet-name>Score3frGadget</portlet-name>
+    <display-name>Score3.fr</display-name>
+    <description>Google Gadgets: Score3.fr Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>D?viz ve Borsa Verileri</value>
+      <value>Score3.fr</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/piyasa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.score3.fr/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/piyasa.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.score3.fr/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3709,29 +5755,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>D?viz ve Borsa Verileri</title>
-      <short-title>D?viz ve Borsa Verileri</short-title>
+      <title>Score3.fr</title>
+      <short-title>Score3.fr</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PostbankNieuwsenActiesGadget">
-    <portlet-name>PostbankNieuwsenActiesGadget</portlet-name>
-    <display-name>Postbank Nieuws en Acties</display-name>
-    <description>Google Gadgets: Postbank Nieuws en Acties Gadget</description>
+  <portlet id="10481085109210861088108410721094108010861085108510861072108510721083108010Gadget">
+    <portlet-name>10481085109210861088108410721094108010861085108510861072108510721083108010Gadget</portlet-name>
+    <display-name>&#1048;&#1085;&#1092;&#1086...</display-name>
+    <description>Google Gadgets: &#1048;&#1085;&#1092;&#1086;&#1088;&#1084;&#1072;&#1094;&#1080;&#1086;&#1085;&#1085;&#1086;-&#1072;&#1085;&#1072;&#1083;&#1080;&#1090;&#1080;&#1095;&#1077;&#1089;&#1082;&#1080;&#1081; &#1087;&#1086;&#1088;&#1090;&#1072;&#1083; &#1088;&#1099;&#1085;&#1082;&#1072; &#1084;&#1077;&#1090;&#1072;&#1083;&#1083;&#1072; &#1080; &#1089;&#1090;&#1088;&#1086;&#1080;&#1090;&#1077;&#1083;&#1100;&#1089;&#1090;&#1074;&#1072;. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Postbank Nieuws en Acties</value>
+      <value>&#1048;&#1085;&#1092;&#1086;&#1088;&#1084;&#1072;&#1094;&#1080;&#1086;&#1085;&#1085;&#1086;-&#1072;&#1085;&#1072;&#1083;&#1080;&#1090;&#1080;&#1095;&#1077;&#1089;&#1082;&#1080;&#1081; &#1087;&#1086;&#1088;&#1090;&#1072;&#1083; &#1088;&#1099;&#1085;&#1082;&#1072; &#1084;&#1077;&#1090;&#1072;&#1083;&#1083;&#1072; &#1080; &#1089;&#1090;&#1088;&#1086;&#1080;&#1090;&#1077;&#1083;&#1100;&#1089;&#1090;&#1074;&#1072;.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.demo-center.nl/gadgets/Postbank.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ugmk.info/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.demo-center.nl/gadgets/Postbank.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ugmk.info/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3742,29 +5788,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Postbank Nieuws en Acties</title>
-      <short-title>Postbank Nieuws en Acties</short-title>
+      <title>&#1048;&#1085;&#1092;&#1086;&#1088;&#1084;&#1072;&#1094;&#1080;&#1086;&#1085;&#1085;&#1086;-&#1072;&#1085;&#1072;&#1083;&#1080;&#1090;&#1080;&#1095;&#1077;&#1089;&#1082;&#1080;&#1081; &#1087;&#1086;&#1088;&#1090;&#1072;&#1083; &#1088;&#1099;&#1085;&#1082;&#1072; &#1084;&#1077;&#1090;&#1072;&#1083;&#1083;&#1072; &#1080; &#1089;&#1090;&#1088;&#1086;&#1080;&#1090;&#1077;&#1083;&#1100;&#1089;&#1090;&#1074;&#1072;.</title>
+      <short-title>&#1048;&#1085;&#1092;&#1086;&#1088;&#1084;&#1072;&#1094;&#1080;&#1086;&#1085;&#1085;&#1086;-&#1072;&#1085;&#1072;&#1083;&#1080;&#1090;&#1080;&#1095;&#1077;&#1089;&#1082;&#1080;&#1081; &#1087;&#1086;&#1088;&#1090;&#1072;&#1083; &#1088;&#1099;&#1085;&#1082;&#1072; &#1084;&#1077;&#1090;&#1072;&#1083;&#1083;&#1072; &#1080; &#1089;&#1090;&#1088;&#1086;&#1080;&#1090;&#1077;&#1083;&#1100;&#1089;&#1090;&#1074;&#1072;.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PrijsvergelijkzoekenGadget">
-    <portlet-name>PrijsvergelijkzoekenGadget</portlet-name>
-    <display-name>Prijsvergelijk: zoeken</display-name>
-    <description>Google Gadgets: Prijsvergelijk: zoeken Gadget</description>
+  <portlet id="Cgkeres337Gadget">
+    <portlet-name>Cgkeres337Gadget</portlet-name>
+    <display-name>C?gkeres&#337;</display-name>
+    <description>Google Gadgets: C?gkeres&#337; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Prijsvergelijk: zoeken</value>
+      <value>C?gkeres&#337;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.prijsvergelijk.nl/partners/google/prijsvergelijk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kozuleti.com/kozuleti.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.prijsvergelijk.nl/partners/google/prijsvergelijk.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kozuleti.com/kozuleti.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3775,29 +5821,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Prijsvergelijk: zoeken</title>
-      <short-title>Prijsvergelijk: zoeken</short-title>
+      <title>C?gkeres&#337;</title>
+      <short-title>C?gkeres&#337;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CalcolocostoorariodellavoroGadget">
-    <portlet-name>CalcolocostoorariodellavoroGadget</portlet-name>
-    <display-name>Calcolo costo orario del lavoro</display-name>
-    <description>Google Gadgets: Calcolo costo orario del lavoro Gadget</description>
+  <portlet id="AktienkurseMSNGeldundFinanzenGadget">
+    <portlet-name>AktienkurseMSNGeldundFinanzenGadget</portlet-name>
+    <display-name>Aktienkurse - MSN Geld und ...</display-name>
+    <description>Google Gadgets: Aktienkurse - MSN Geld und Finanzen Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Calcolo costo orario del lavoro</value>
+      <value>Aktienkurse - MSN Geld und Finanzen</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.myperfetto.it/googlegadget/perfetto.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.globalmedia-mywebmarketing.com/gadget/MSN/msn-aktienkurse.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.myperfetto.it/googlegadget/perfetto.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.globalmedia-mywebmarketing.com/gadget/MSN/msn-aktienkurse.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3808,29 +5854,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Calcolo costo orario del lavoro</title>
-      <short-title>Calcolo costo orario del lavoro</short-title>
+      <title>Aktienkurse - MSN Geld und Finanzen</title>
+      <short-title>Aktienkurse - MSN Geld und Finanzen</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iNVESTORFACTSIPOGadget">
-    <portlet-name>iNVESTORFACTSIPOGadget</portlet-name>
-    <display-name>iNVESTOR-FACTS IPO</display-name>
-    <description>Google Gadgets: iNVESTOR-FACTS IPO Gadget</description>
+  <portlet id="24hrRussianRubleGadget">
+    <portlet-name>24hrRussianRubleGadget</portlet-name>
+    <display-name>24hr Russian Ruble</display-name>
+    <description>Google Gadgets: 24hr Russian Ruble Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iNVESTOR-FACTS IPO</value>
+      <value>24hr Russian Ruble</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_ipo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jack.palmadesso.googlepages.com/LiveRUB.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_ipo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jack.palmadesso.googlepages.com/LiveRUB.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3841,29 +5887,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iNVESTOR-FACTS IPO</title>
-      <short-title>iNVESTOR-FACTS IPO</short-title>
+      <title>24hr Russian Ruble</title>
+      <short-title>24hr Russian Ruble</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LouvreGestionGadget">
-    <portlet-name>LouvreGestionGadget</portlet-name>
-    <display-name>Louvre Gestion</display-name>
-    <description>Google Gadgets: Louvre Gestion Gadget</description>
+  <portlet id="22823304242535125968Gadget">
+    <portlet-name>22823304242535125968Gadget</portlet-name>
+    <display-name>&#22823;&#30424;&#25351;&#2...</display-name>
+    <description>Google Gadgets: &#22823;&#30424;&#25351;&#25968; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Louvre Gestion</value>
+      <value>&#22823;&#30424;&#25351;&#25968;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hsbcprivatebankfrance.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://users3.nofeehost.com/polarman/stock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hsbcprivatebankfrance.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://users3.nofeehost.com/polarman/stock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3874,29 +5920,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Louvre Gestion</title>
-      <short-title>Louvre Gestion</short-title>
+      <title>&#22823;&#30424;&#25351;&#25968;</title>
+      <short-title>&#22823;&#30424;&#25351;&#25968;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IndicesBovespaGadget">
-    <portlet-name>IndicesBovespaGadget</portlet-name>
-    <display-name>Indices Bovespa</display-name>
-    <description>Google Gadgets: Indices Bovespa Gadget</description>
+  <portlet id="IGEconomiaGadget">
+    <portlet-name>IGEconomiaGadget</portlet-name>
+    <display-name>IG Economia</display-name>
+    <description>Google Gadgets: IG Economia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Indices Bovespa</value>
+      <value>IG Economia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://paulo.apoloni.googlepages.com/bovespa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/igeconomia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://paulo.apoloni.googlepages.com/bovespa.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/igeconomia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3907,8 +5953,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Indices Bovespa</title>
-      <short-title>Indices Bovespa</short-title>
+      <title>IG Economia</title>
+      <short-title>IG Economia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
@@ -3948,7 +5994,7 @@
 
   <portlet id="WallStreetcelmaicititcotidianonlinedebusinessdinRomaniaGadget">
     <portlet-name>WallStreetcelmaicititcotidianonlinedebusinessdinRomaniaGadget</portlet-name>
-    <display-name>Wall-Street ? cel mai citit cotidian online de business din Romania</display-name>
+    <display-name>Wall-Street ? cel mai citit...</display-name>
     <description>Google Gadgets: Wall-Street ? cel mai citit cotidian online de business din Romania Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
@@ -3979,6 +6025,204 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="Kurzyczkurzym283n268NBGadget">
+    <portlet-name>Kurzyczkurzym283n268NBGadget</portlet-name>
+    <display-name>Kurzy.cz kurzy m&#283;n &#2...</display-name>
+    <description>Google Gadgets: Kurzy.cz kurzy m&#283;n &#268;NB Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Kurzy.cz kurzy m&#283;n &#268;NB</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kurzy.cz/kurzy-men/gadget_kurzy_men.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kurzy.cz/kurzy-men/gadget_kurzy_men.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Kurzy.cz kurzy m&#283;n &#268;NB</title>
+      <short-title>Kurzy.cz kurzy m&#283;n &#268;NB</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="266662038565288260852641265289Gadget">
+    <portlet-name>266662038565288260852641265289Gadget</portlet-name>
+    <display-name>&#26666;&#20385;&#65288;&#2...</display-name>
+    <description>Google Gadgets: &#26666;&#20385;&#65288;&#26085;&#26412;&#65289; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#26666;&#20385;&#65288;&#26085;&#26412;&#65289;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://finance.mvon.net/tool/googlePref.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://finance.mvon.net/tool/googlePref.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#26666;&#20385;&#65288;&#26085;&#26412;&#65289;</title>
+      <short-title>&#26666;&#20385;&#65288;&#26085;&#26412;&#65289;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MoneyplNotowaniaGadget">
+    <portlet-name>MoneyplNotowaniaGadget</portlet-name>
+    <display-name>Money.pl Notowania</display-name>
+    <description>Google Gadgets: Money.pl Notowania Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Money.pl Notowania</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shvedoo.googlepages.com/Money.pl_Notowania_by_Shvedoo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shvedoo.googlepages.com/Money.pl_Notowania_by_Shvedoo.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Money.pl Notowania</title>
+      <short-title>Money.pl Notowania</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="104410771085110010751080108010781080107910851100Gadget">
+    <portlet-name>104410771085110010751080108010781080107910851100Gadget</portlet-name>
+    <display-name>&#1044;&#1077;&#1085;&#1100...</display-name>
+    <description>Google Gadgets: &#1044;&#1077;&#1085;&#1100;&#1075;&#1080; &#1080; &#1078;&#1080;&#1079;&#1085;&#1100; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#1044;&#1077;&#1085;&#1100;&#1075;&#1080; &#1080; &#1078;&#1080;&#1079;&#1085;&#1100;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/gazeta-money.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/gazeta-money.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#1044;&#1077;&#1085;&#1100;&#1075;&#1080; &#1080; &#1078;&#1080;&#1079;&#1085;&#1100;</title>
+      <short-title>&#1044;&#1077;&#1085;&#1100;&#1075;&#1080; &#1080; &#1078;&#1080;&#1079;&#1085;&#1100;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="iNVESTORFACTSFinanzmarktkalenderGadget">
+    <portlet-name>iNVESTORFACTSFinanzmarktkalenderGadget</portlet-name>
+    <display-name>iNVESTOR-FACTS Finanzmarktk...</display-name>
+    <description>Google Gadgets: iNVESTOR-FACTS Finanzmarktkalender Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>iNVESTOR-FACTS Finanzmarktkalender</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_finanzmarktkalender.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_finanzmarktkalender.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>iNVESTOR-FACTS Finanzmarktkalender</title>
+      <short-title>iNVESTOR-FACTS Finanzmarktkalender</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="LouvreGestionGadget">
+    <portlet-name>LouvreGestionGadget</portlet-name>
+    <display-name>Louvre Gestion</display-name>
+    <description>Google Gadgets: Louvre Gestion Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Louvre Gestion</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hsbcprivatebankfrance.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hsbcprivatebankfrance.com/gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Louvre Gestion</title>
+      <short-title>Louvre Gestion</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="MAPFREGadget">
     <portlet-name>MAPFREGadget</portlet-name>
     <display-name>MAPFRE</display-name>
@@ -4012,23 +6256,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="ContabilitOnlineGadget">
-    <portlet-name>ContabilitOnlineGadget</portlet-name>
-    <display-name>Contabilit?Online</display-name>
-    <description>Google Gadgets: Contabilit?Online Gadget</description>
+  <portlet id="YeheyFinanceGadget">
+    <portlet-name>YeheyFinanceGadget</portlet-name>
+    <display-name>Yehey Finance</display-name>
+    <description>Google Gadgets: Yehey Finance Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Contabilit?Online</value>
+      <value>Yehey Finance</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://servizio.contabilitaonline.sm/ConlineGdg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110963254187471652065/YeheyFinance.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://servizio.contabilitaonline.sm/ConlineGdg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110963254187471652065/YeheyFinance.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4039,29 +6283,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Contabilit?Online</title>
-      <short-title>Contabilit?Online</short-title>
+      <title>Yehey Finance</title>
+      <short-title>Yehey Finance</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BovespaGadget">
-    <portlet-name>BovespaGadget</portlet-name>
-    <display-name>Bovespa</display-name>
-    <description>Google Gadgets: Bovespa Gadget</description>
+  <portlet id="HarvardBusinessReviewGadget">
+    <portlet-name>HarvardBusinessReviewGadget</portlet-name>
+    <display-name>Harvard Business Review</display-name>
+    <description>Google Gadgets: Harvard Business Review Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bovespa</value>
+      <value>Harvard Business Review</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://igmodulos.googlepages.com/bovespa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/harvadbusinessreview.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://igmodulos.googlepages.com/bovespa.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/harvadbusinessreview.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4072,29 +6316,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bovespa</title>
-      <short-title>Bovespa</short-title>
+      <title>Harvard Business Review</title>
+      <short-title>Harvard Business Review</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iNVESTORFACTSFinanzmarktkalenderGadget">
-    <portlet-name>iNVESTORFACTSFinanzmarktkalenderGadget</portlet-name>
-    <display-name>iNVESTOR-FACTS Finanzmarktkalender</display-name>
-    <description>Google Gadgets: iNVESTOR-FACTS Finanzmarktkalender Gadget</description>
+  <portlet id="DvizveBorsaVerileriGadget">
+    <portlet-name>DvizveBorsaVerileriGadget</portlet-name>
+    <display-name>D?viz ve Borsa Verileri</display-name>
+    <description>Google Gadgets: D?viz ve Borsa Verileri Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iNVESTOR-FACTS Finanzmarktkalender</value>
+      <value>D?viz ve Borsa Verileri</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_finanzmarktkalender.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/piyasa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_finanzmarktkalender.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/piyasa.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4105,12 +6349,276 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iNVESTOR-FACTS Finanzmarktkalender</title>
-      <short-title>iNVESTOR-FACTS Finanzmarktkalender</short-title>
+      <title>D?viz ve Borsa Verileri</title>
+      <short-title>D?viz ve Borsa Verileri</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="214882127132291208443655421205249073603935338Gadget">
+    <portlet-name>214882127132291208443655421205249073603935338Gadget</portlet-name>
+    <display-name>&#21488;&#21271;&#32291;&#2...</display-name>
+    <description>Google Gadgets: &#21488;&#21271;&#32291;&#20844;&#36554;&#21205;&#24907;&#36039;&#35338; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#21488;&#21271;&#32291;&#20844;&#36554;&#21205;&#24907;&#36039;&#35338;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bawbaw.deep.tw/e-bus/tpc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bawbaw.deep.tw/e-bus/tpc.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#21488;&#21271;&#32291;&#20844;&#36554;&#21205;&#24907;&#36039;&#35338;</title>
+      <short-title>&#21488;&#21271;&#32291;&#20844;&#36554;&#21205;&#24907;&#36039;&#35338;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CursuriGadget">
+    <portlet-name>CursuriGadget</portlet-name>
+    <display-name>Cursuri</display-name>
+    <description>Google Gadgets: Cursuri Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Cursuri</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://infovalutar.ro/gadBNR.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://infovalutar.ro/gadBNR.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Cursuri</title>
+      <short-title>Cursuri</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="2666620385Gadget">
+    <portlet-name>2666620385Gadget</portlet-name>
+    <display-name>&#26666;&#20385;</display-name>
+    <description>Google Gadgets: &#26666;&#20385; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#26666;&#20385;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://worris.sakura.ne.jp/worris/stock/stock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://worris.sakura.ne.jp/worris/stock/stock.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#26666;&#20385;</title>
+      <short-title>&#26666;&#20385;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CalcolaPensioneGadget">
+    <portlet-name>CalcolaPensioneGadget</portlet-name>
+    <display-name>Calcola Pensione</display-name>
+    <description>Google Gadgets: Calcola Pensione Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Calcola Pensione</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/107480535080488720187/EPH_PENS_DIP_INPS.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/107480535080488720187/EPH_PENS_DIP_INPS.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Calcola Pensione</title>
+      <short-title>Calcola Pensione</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="InteractievewisselkoersenGadget">
+    <portlet-name>InteractievewisselkoersenGadget</portlet-name>
+    <display-name>Interactieve wisselkoersen</display-name>
+    <description>Google Gadgets: Interactieve wisselkoersen Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Interactieve wisselkoersen</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://money.technetium.be/google_interactive.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://money.technetium.be/google_interactive.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Interactieve wisselkoersen</title>
+      <short-title>Interactieve wisselkoersen</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="EnglishCatalanDictionaryGadget">
+    <portlet-name>EnglishCatalanDictionaryGadget</portlet-name>
+    <display-name>English-Catalan Dictionary</display-name>
+    <description>Google Gadgets: English-Catalan Dictionary Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>English-Catalan Dictionary</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jmacgill.googlepages.com/dacco.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jmacgill.googlepages.com/dacco.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>English-Catalan Dictionary</title>
+      <short-title>English-Catalan Dictionary</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PORTFOLIOOFTAIWANSTOCKMARKETGadget">
+    <portlet-name>PORTFOLIOOFTAIWANSTOCKMARKETGadget</portlet-name>
+    <display-name>PORTFOLIO OF TAIWAN STOCK M...</display-name>
+    <description>Google Gadgets: PORTFOLIO OF TAIWAN STOCK MARKET Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>PORTFOLIO OF TAIWAN STOCK MARKET</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizyotw.ig.googlepages.com/Stock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizyotw.ig.googlepages.com/Stock.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>PORTFOLIO OF TAIWAN STOCK MARKET</title>
+      <short-title>PORTFOLIO OF TAIWAN STOCK MARKET</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="Yahoo2285525705329292406620491329292535125976Gadget">
+    <portlet-name>Yahoo2285525705329292406620491329292535125976Gadget</portlet-name>
+    <display-name>Yahoo!&#22855;&#25705;&#329...</display-name>
+    <description>Google Gadgets: Yahoo!&#22855;&#25705;&#32929;&#24066; &#20491;&#32929;&#25351;&#25976; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Yahoo!&#22855;&#25705;&#32929;&#24066; &#20491;&#32929;&#25351;&#25976;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aiviki.googlecode.com/svn/trunk/stock/stock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aiviki.googlecode.com/svn/trunk/stock/stock.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Yahoo!&#22855;&#25705;&#32929;&#24066; &#20491;&#32929;&#25351;&#25976;</title>
+      <short-title>Yahoo!&#22855;&#25705;&#32929;&#24066; &#20491;&#32929;&#25351;&#25976;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="KIESKEURIGKoopgids1Gadget">
     <portlet-name>KIESKEURIGKoopgids1Gadget</portlet-name>
     <display-name>KIESKEURIG Koopgids</display-name>
@@ -4123,11 +6631,11 @@
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://images.kieskeurig.nl/images/googlegadgets/kk_fullsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://images.kieskeurig.nl/images/googlegadgets/kieskeurigsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://images.kieskeurig.nl/images/googlegadgets/kk_fullsearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://images.kieskeurig.nl/images/googlegadgets/kieskeurigsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4144,6 +6652,567 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="IBOVIntradayGadget">
+    <portlet-name>IBOVIntradayGadget</portlet-name>
+    <display-name>IBOV Intraday</display-name>
+    <description>Google Gadgets: IBOV Intraday Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>IBOV Intraday</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://igmodulos.googlepages.com/intraday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://igmodulos.googlepages.com/intraday.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>IBOV Intraday</title>
+      <short-title>IBOV Intraday</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="22806222692885826367Gadget">
+    <portlet-name>22806222692885826367Gadget</portlet-name>
+    <display-name>&#22806;&#22269;&#28858;&#2...</display-name>
+    <description>Google Gadgets: &#22806;&#22269;&#28858;&#26367; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#22806;&#22269;&#28858;&#26367;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://worris.sakura.ne.jp/worris/rate/rate.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://worris.sakura.ne.jp/worris/rate/rate.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#22806;&#22269;&#28858;&#26367;</title>
+      <short-title>&#22806;&#22269;&#28858;&#26367;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="228233042425351259681Gadget">
+    <portlet-name>228233042425351259681Gadget</portlet-name>
+    <display-name>&#22823;&#30424;&#25351;&#2...</display-name>
+    <description>Google Gadgets: &#22823;&#30424;&#25351;&#25968; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#22823;&#30424;&#25351;&#25968;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://users3.nofeehost.com/polarman/Stock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://users3.nofeehost.com/polarman/Stock.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#22823;&#30424;&#25351;&#25968;</title>
+      <short-title>&#22823;&#30424;&#25351;&#25968;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="104410451053106810431048Gadget">
+    <portlet-name>104410451053106810431048Gadget</portlet-name>
+    <display-name>&#1044;&#1045;&#1053;&#1068...</display-name>
+    <description>Google Gadgets: &#1044;&#1045;&#1053;&#1068;&#1043;&#1048; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#1044;&#1045;&#1053;&#1068;&#1043;&#1048;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/kommersant-money.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/kommersant-money.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#1044;&#1045;&#1053;&#1068;&#1043;&#1048;</title>
+      <short-title>&#1044;&#1045;&#1053;&#1068;&#1043;&#1048;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="508685120451088483725474447308442284932844592Gadget">
+    <portlet-name>508685120451088483725474447308442284932844592Gadget</portlet-name>
+    <display-name>&#50868;&#51204;&#51088;&#4...</display-name>
+    <description>Google Gadgets: &#50868;&#51204;&#51088;&#48372;&#54744;&#47308; &#44228;&#49328;&#44592; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#50868;&#51204;&#51088;&#48372;&#54744;&#47308; &#44228;&#49328;&#44592;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.insunet.co.kr/gadget/un/un9188.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.insunet.co.kr/gadget/un/un9188.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#50868;&#51204;&#51088;&#48372;&#54744;&#47308; &#44228;&#49328;&#44592;</title>
+      <short-title>&#50868;&#51204;&#51088;&#48372;&#54744;&#47308; &#44228;&#49328;&#44592;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PrijsvergelijkzoekenGadget">
+    <portlet-name>PrijsvergelijkzoekenGadget</portlet-name>
+    <display-name>Prijsvergelijk: zoeken</display-name>
+    <description>Google Gadgets: Prijsvergelijk: zoeken Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Prijsvergelijk: zoeken</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.prijsvergelijk.nl/partners/google/prijsvergelijk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.prijsvergelijk.nl/partners/google/prijsvergelijk.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Prijsvergelijk: zoeken</title>
+      <short-title>Prijsvergelijk: zoeken</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="LuisNassifEconomiaGadget">
+    <portlet-name>LuisNassifEconomiaGadget</portlet-name>
+    <display-name>Luis Nassif - Economia</display-name>
+    <description>Google Gadgets: Luis Nassif - Economia Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Luis Nassif - Economia</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/luiznassifeconomia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/luiznassifeconomia.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Luis Nassif - Economia</title>
+      <short-title>Luis Nassif - Economia</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="BolsaPHPGadget">
+    <portlet-name>BolsaPHPGadget</portlet-name>
+    <display-name>BolsaPHP</display-name>
+    <description>Google Gadgets: BolsaPHP Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>BolsaPHP</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bolsaphp.sukiweb.net/bolsaphp-google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bolsaphp.sukiweb.net/bolsaphp-google-gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>BolsaPHP</title>
+      <short-title>BolsaPHP</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="105010911088108910741072108311021090106210411Gadget">
+    <portlet-name>105010911088108910741072108311021090106210411Gadget</portlet-name>
+    <display-name>&#1050;&#1091;&#1088;&#1089...</display-name>
+    <description>Google Gadgets: &#1050;&#1091;&#1088;&#1089; &#1074;&#1072;&#1083;&#1102;&#1090; &#1062;&#1041; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#1050;&#1091;&#1088;&#1089; &#1074;&#1072;&#1083;&#1102;&#1090; &#1062;&#1041;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://avc-cbrf-gadget.googlecode.com/files/cbrf_table.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://avc-cbrf-gadget.googlecode.com/files/cbrf_table.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#1050;&#1091;&#1088;&#1089; &#1074;&#1072;&#1083;&#1102;&#1090; &#1062;&#1041;</title>
+      <short-title>&#1050;&#1091;&#1088;&#1089; &#1074;&#1072;&#1083;&#1102;&#1090; &#1062;&#1041;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="FINsearchGadget">
+    <portlet-name>FINsearchGadget</portlet-name>
+    <display-name>FINsearch</display-name>
+    <description>Google Gadgets: FINsearch Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>FINsearch</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://glebbeek.googlepages.com/finsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://glebbeek.googlepages.com/finsearch.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>FINsearch</title>
+      <short-title>FINsearch</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="321784084522823241073698432929Gadget">
+    <portlet-name>321784084522823241073698432929Gadget</portlet-name>
+    <display-name>&#32178;&#40845;&#22823;&#2...</display-name>
+    <description>Google Gadgets: &#32178;&#40845;&#22823;&#24107;&#36984;&#32929; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#32178;&#40845;&#22823;&#24107;&#36984;&#32929;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fortune2.6016.com.tw/ig/iG168.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fortune2.6016.com.tw/ig/iG168.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#32178;&#40845;&#22823;&#24107;&#36984;&#32929;</title>
+      <short-title>&#32178;&#40845;&#22823;&#24107;&#36984;&#32929;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PostbankNieuwsenActiesGadget">
+    <portlet-name>PostbankNieuwsenActiesGadget</portlet-name>
+    <display-name>Postbank Nieuws en Acties</display-name>
+    <description>Google Gadgets: Postbank Nieuws en Acties Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Postbank Nieuws en Acties</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.demo-center.nl/gadgets/Postbank.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.demo-center.nl/gadgets/Postbank.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Postbank Nieuws en Acties</title>
+      <short-title>Postbank Nieuws en Acties</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="10441077108310861074109910771085108610741086108910901080Gadget">
+    <portlet-name>10441077108310861074109910771085108610741086108910901080Gadget</portlet-name>
+    <display-name>&#1044;&#1077;&#1083;&#1086...</display-name>
+    <description>Google Gadgets: &#1044;&#1077;&#1083;&#1086;&#1074;&#1099;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#1044;&#1077;&#1083;&#1086;&#1074;&#1099;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/gazeta-businessnews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/gazeta-businessnews.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#1044;&#1077;&#1083;&#1086;&#1074;&#1099;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</title>
+      <short-title>&#1044;&#1077;&#1083;&#1086;&#1074;&#1099;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="244032608532929310803489224773Gadget">
+    <portlet-name>244032608532929310803489224773Gadget</portlet-name>
+    <display-name>&#24403;&#26085;&#32929;&#3...</display-name>
+    <description>Google Gadgets: &#24403;&#26085;&#32929;&#31080;&#34892;&#24773; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#24403;&#26085;&#32929;&#31080;&#34892;&#24773;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wodweb.com/g/9.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wodweb.com/g/9.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#24403;&#26085;&#32929;&#31080;&#34892;&#24773;</title>
+      <short-title>&#24403;&#26085;&#32929;&#31080;&#34892;&#24773;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="3217840845228232410736984329291Gadget">
+    <portlet-name>3217840845228232410736984329291Gadget</portlet-name>
+    <display-name>&#32178;&#40845;&#22823;&#2...</display-name>
+    <description>Google Gadgets: &#32178;&#40845;&#22823;&#24107;&#36984;&#32929; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#32178;&#40845;&#22823;&#24107;&#36984;&#32929;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://211.22.84.195/ig/iG168.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://211.22.84.195/ig/iG168.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#32178;&#40845;&#22823;&#24107;&#36984;&#32929;</title>
+      <short-title>&#32178;&#40845;&#22823;&#24107;&#36984;&#32929;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="1060108010851072108510891099Gadget">
+    <portlet-name>1060108010851072108510891099Gadget</portlet-name>
+    <display-name>&#1060;&#1080;&#1085;&#1072...</display-name>
+    <description>Google Gadgets: &#1060;&#1080;&#1085;&#1072;&#1085;&#1089;&#1099; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#1060;&#1080;&#1085;&#1072;&#1085;&#1089;&#1099;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/gezeta-fin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/gezeta-fin.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#1060;&#1080;&#1085;&#1072;&#1085;&#1089;&#1099;</title>
+      <short-title>&#1060;&#1080;&#1085;&#1072;&#1085;&#1089;&#1099;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="3380412360125102690832034Gadget">
+    <portlet-name>3380412360125102690832034Gadget</portlet-name>
+    <display-name>&#33804;&#12360;&#12510;&#2...</display-name>
+    <description>Google Gadgets: &#33804;&#12360;&#12510;&#26908;&#32034; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#33804;&#12360;&#12510;&#26908;&#32034;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kitchenstudio.jp/market/module/searchbox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kitchenstudio.jp/market/module/searchbox.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#33804;&#12360;&#12510;&#26908;&#32034;</title>
+      <short-title>&#33804;&#12360;&#12510;&#26908;&#32034;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="IndicesBovespa1Gadget">
     <portlet-name>IndicesBovespa1Gadget</portlet-name>
     <display-name>Indices Bovespa</display-name>
@@ -4210,5 +7279,38 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="CgkeressGadget">
+    <portlet-name>CgkeressGadget</portlet-name>
+    <display-name>C?gkeres?s</display-name>
+    <description>Google Gadgets: C?gkeres?s Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>C?gkeres?s</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cegadat.hu/keres.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cegadat.hu/keres.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>C?gkeres?s</title>
+      <short-title>C?gkeres?s</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
 </portlet-app>
 

Modified: googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/googlegadgets-funandgames/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 21:12:08 UTC (rev 746)
@@ -19,15 +19,15 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
 
-  <portlet id="PacManv24Gadget">
-    <portlet-name>PacManv24Gadget</portlet-name>
-    <display-name>PacMan v2.4</display-name>
-    <description>Google Gadgets: PacMan v2.4 Gadget</description>
+  <portlet id="PacManv26Gadget">
+    <portlet-name>PacManv26Gadget</portlet-name>
+    <display-name>PacMan v2.6</display-name>
+    <description>Google Gadgets: PacMan v2.6 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PacMan v2.4</value>
+      <value>PacMan v2.6</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
@@ -46,29 +46,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PacMan v2.4</title>
-      <short-title>PacMan v2.4</short-title>
+      <title>PacMan v2.6</title>
+      <short-title>PacMan v2.6</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MarioisBackGadget">
-    <portlet-name>MarioisBackGadget</portlet-name>
-    <display-name>Mario is Back!</display-name>
-    <description>Google Gadgets: Mario is Back! Gadget</description>
+  <portlet id="BejeweledGadget">
+    <portlet-name>BejeweledGadget</portlet-name>
+    <display-name>Bejeweled</display-name>
+    <description>Google Gadgets: Bejeweled Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mario is Back!</value>
+      <value>Bejeweled</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/mario.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bejeweledg.googlecode.com/svn/trunk/bejeweled.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/mario.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bejeweledg.googlecode.com/svn/trunk/bejeweled.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -79,29 +79,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mario is Back!</title>
-      <short-title>Mario is Back!</short-title>
+      <title>Bejeweled</title>
+      <short-title>Bejeweled</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeSudokuPuzzlesGadget">
-    <portlet-name>FreeSudokuPuzzlesGadget</portlet-name>
-    <display-name>Free Sudoku Puzzles</display-name>
-    <description>Google Gadgets: Free Sudoku Puzzles Gadget</description>
+  <portlet id="BowlingGadget">
+    <portlet-name>BowlingGadget</portlet-name>
+    <display-name>Bowling</display-name>
+    <description>Google Gadgets: Bowling Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Sudoku Puzzles</value>
+      <value>Bowling</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.counttonine.com/google-sudoku.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/bowlinggadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.counttonine.com/google-sudoku.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/bowlinggadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -112,29 +112,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Sudoku Puzzles</title>
-      <short-title>Free Sudoku Puzzles</short-title>
+      <title>Bowling</title>
+      <short-title>Bowling</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChessGadget">
-    <portlet-name>ChessGadget</portlet-name>
-    <display-name>Chess</display-name>
-    <description>Google Gadgets: Chess Gadget</description>
+  <portlet id="GarfieldofthedayGadget">
+    <portlet-name>GarfieldofthedayGadget</portlet-name>
+    <display-name>Garfield of the day</display-name>
+    <description>Google Gadgets: Garfield of the day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Chess</value>
+      <value>Garfield of the day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://downloadgadget.googlepages.com/chess.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.listen-project.de/garfield/garfield.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://downloadgadget.googlepages.com/chess.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.listen-project.de/garfield/garfield.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -145,29 +145,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Chess</title>
-      <short-title>Chess</short-title>
+      <title>Garfield of the day</title>
+      <short-title>Garfield of the day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RoyalVegasTexasHoldemGadget">
-    <portlet-name>RoyalVegasTexasHoldemGadget</portlet-name>
-    <display-name>Royal Vegas Texas Hold em</display-name>
-    <description>Google Gadgets: Royal Vegas Texas Hold em Gadget</description>
+  <portlet id="DealorNoDealNBCGameGadget">
+    <portlet-name>DealorNoDealNBCGameGadget</portlet-name>
+    <display-name>Deal or No Deal NBC Game</display-name>
+    <description>Google Gadgets: Deal or No Deal NBC Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Royal Vegas Texas Hold em</value>
+      <value>Deal or No Deal NBC Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.royalvegaspoker.com/gadget/texasholdem.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.royalvegaspoker.com/gadget/texasholdem.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -178,29 +178,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Royal Vegas Texas Hold em</title>
-      <short-title>Royal Vegas Texas Hold em</short-title>
+      <title>Deal or No Deal NBC Game</title>
+      <short-title>Deal or No Deal NBC Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TrioGadget">
-    <portlet-name>TrioGadget</portlet-name>
-    <display-name>Trio</display-name>
-    <description>Google Gadgets: Trio Gadget</description>
+  <portlet id="MarioisBackGadget">
+    <portlet-name>MarioisBackGadget</portlet-name>
+    <display-name>Mario is Back!</display-name>
+    <description>Google Gadgets: Mario is Back! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Trio</value>
+      <value>Mario is Back!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/trio/trio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/mario.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/trio/trio.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/mario.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -211,29 +211,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Trio</title>
-      <short-title>Trio</short-title>
+      <title>Mario is Back!</title>
+      <short-title>Mario is Back!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SimonGameGadget">
-    <portlet-name>SimonGameGadget</portlet-name>
-    <display-name>Simon Game</display-name>
-    <description>Google Gadgets: Simon Game Gadget</description>
+  <portlet id="ChessVSComputerGadget">
+    <portlet-name>ChessVSComputerGadget</portlet-name>
+    <display-name>Chess VS Computer</display-name>
+    <description>Google Gadgets: Chess VS Computer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Simon Game</value>
+      <value>Chess VS Computer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/simon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/chessgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/simon.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/chessgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -244,29 +244,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Simon Game</title>
-      <short-title>Simon Game</short-title>
+      <title>Chess VS Computer</title>
+      <short-title>Chess VS Computer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PicasaWebPhotosGadget">
-    <portlet-name>PicasaWebPhotosGadget</portlet-name>
-    <display-name>Picasa Web Photos</display-name>
-    <description>Google Gadgets: Picasa Web Photos Gadget</description>
+  <portlet id="FishGadget">
+    <portlet-name>FishGadget</portlet-name>
+    <display-name>Fish</display-name>
+    <description>Google Gadgets: Fish Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Picasa Web Photos</value>
+      <value>Fish</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/picasa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fishgadget.googlecode.com/svn/trunk/fish.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/picasa.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fishgadget.googlecode.com/svn/trunk/fish.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -277,29 +277,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Picasa Web Photos</title>
-      <short-title>Picasa Web Photos</short-title>
+      <title>Fish</title>
+      <short-title>Fish</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MahjongGadget">
-    <portlet-name>MahjongGadget</portlet-name>
-    <display-name>Mahjong</display-name>
-    <description>Google Gadgets: Mahjong Gadget</description>
+  <portlet id="CheckersGadget">
+    <portlet-name>CheckersGadget</portlet-name>
+    <display-name>Checkers</display-name>
+    <description>Google Gadgets: Checkers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mahjong</value>
+      <value>Checkers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/mahjong.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/checkersGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/mahjong.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/checkersGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -310,29 +310,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mahjong</title>
-      <short-title>Mahjong</short-title>
+      <title>Checkers</title>
+      <short-title>Checkers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DealorNoDealNBCGameGadget">
-    <portlet-name>DealorNoDealNBCGameGadget</portlet-name>
-    <display-name>Deal or No Deal NBC Game</display-name>
-    <description>Google Gadgets: Deal or No Deal NBC Game Gadget</description>
+  <portlet id="SimpsonsMillionaireGadget">
+    <portlet-name>SimpsonsMillionaireGadget</portlet-name>
+    <display-name>Simpsons Millionaire</display-name>
+    <description>Google Gadgets: Simpsons Millionaire Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Deal or No Deal NBC Game</value>
+      <value>Simpsons Millionaire</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/simpsons_mill.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/simpsons_mill.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -343,29 +343,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Deal or No Deal NBC Game</title>
-      <short-title>Deal or No Deal NBC Game</short-title>
+      <title>Simpsons Millionaire</title>
+      <short-title>Simpsons Millionaire</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PonyGadget">
-    <portlet-name>PonyGadget</portlet-name>
-    <display-name>Pony</display-name>
-    <description>Google Gadgets: Pony Gadget</description>
+  <portlet id="DailyHoroscopesGadget">
+    <portlet-name>DailyHoroscopesGadget</portlet-name>
+    <display-name>Daily Horoscopes</display-name>
+    <description>Google Gadgets: Daily Horoscopes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pony</value>
+      <value>Daily Horoscopes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mingyeeiu.googlepages.com/ponies.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/horoscope.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mingyeeiu.googlepages.com/ponies.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/horoscope.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -376,29 +376,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pony</title>
-      <short-title>Pony</short-title>
+      <title>Daily Horoscopes</title>
+      <short-title>Daily Horoscopes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleBubblesGadget">
-    <portlet-name>GoogleBubblesGadget</portlet-name>
-    <display-name>Google Bubbles</display-name>
-    <description>Google Gadgets: Google Bubbles Gadget</description>
+  <portlet id="TetrisonlineGadget">
+    <portlet-name>TetrisonlineGadget</portlet-name>
+    <display-name>Tetris online</display-name>
+    <description>Google Gadgets: Tetris online Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Bubbles</value>
+      <value>Tetris online</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/bubbles.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aumentafuentegratis.com/tetris/tetris.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/bubbles.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aumentafuentegratis.com/tetris/tetris.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -409,29 +409,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Bubbles</title>
-      <short-title>Google Bubbles</short-title>
+      <title>Tetris online</title>
+      <short-title>Tetris online</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="INVADERSGadget">
-    <portlet-name>INVADERSGadget</portlet-name>
-    <display-name>INVADERS</display-name>
-    <description>Google Gadgets: INVADERS Gadget</description>
+  <portlet id="SpiderGadget">
+    <portlet-name>SpiderGadget</portlet-name>
+    <display-name>Spider</display-name>
+    <description>Google Gadgets: Spider Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>INVADERS</value>
+      <value>Spider</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blog-apart.com/INVADERS/gg/gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://abowman.googlepages.com/spider.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blog-apart.com/INVADERS/gg/gg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://abowman.googlepages.com/spider.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -442,29 +442,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>INVADERS</title>
-      <short-title>INVADERS</short-title>
+      <title>Spider</title>
+      <short-title>Spider</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyLockerMP3TunescomGadget">
-    <portlet-name>MyLockerMP3TunescomGadget</portlet-name>
-    <display-name>My Locker ? MP3Tunes.com</display-name>
-    <description>Google Gadgets: My Locker ? MP3Tunes.com Gadget</description>
+  <portlet id="ShootingFishGadget">
+    <portlet-name>ShootingFishGadget</portlet-name>
+    <display-name>Shooting Fish</display-name>
+    <description>Google Gadgets: Shooting Fish Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Locker ? MP3Tunes.com</value>
+      <value>Shooting Fish</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hytham.googlepages.com/mp3tunesg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/shootingfishgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hytham.googlepages.com/mp3tunesg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/shootingfishgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -475,29 +475,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Locker ? MP3Tunes.com</title>
-      <short-title>My Locker ? MP3Tunes.com</short-title>
+      <title>Shooting Fish</title>
+      <short-title>Shooting Fish</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MaukieGadget">
-    <portlet-name>MaukieGadget</portlet-name>
-    <display-name>Maukie</display-name>
-    <description>Google Gadgets: Maukie Gadget</description>
+  <portlet id="HauntedHouseGadget">
+    <portlet-name>HauntedHouseGadget</portlet-name>
+    <display-name>Haunted House</display-name>
+    <description>Google Gadgets: Haunted House Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Maukie</value>
+      <value>Haunted House</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/Maukie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/haunted.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lsmith2004.googlepages.com/Maukie.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/haunted.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -508,29 +508,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Maukie</title>
-      <short-title>Maukie</short-title>
+      <title>Haunted House</title>
+      <short-title>Haunted House</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EyeTesterGadget">
-    <portlet-name>EyeTesterGadget</portlet-name>
-    <display-name>Eye Tester</display-name>
-    <description>Google Gadgets: Eye Tester Gadget</description>
+  <portlet id="TMinusChristmasCountdownClockGadget">
+    <portlet-name>TMinusChristmasCountdownClockGadget</portlet-name>
+    <display-name>T-Minus Christmas Countdown...</display-name>
+    <description>Google Gadgets: T-Minus Christmas Countdown Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Eye Tester</value>
+      <value>T-Minus Christmas Countdown Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/wilma/wilma.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.t-minusenterprises.com/GoogleGadgets/T-MinusChristmasKids.htm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.modulehoster.com/websites/wilma/wilma.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.t-minusenterprises.com/GoogleGadgets/T-MinusChristmasKids.htm</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -541,29 +541,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Eye Tester</title>
-      <short-title>Eye Tester</short-title>
+      <title>T-Minus Christmas Countdown Clock</title>
+      <short-title>T-Minus Christmas Countdown Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WorldWebcamsGadget">
-    <portlet-name>WorldWebcamsGadget</portlet-name>
-    <display-name>World Webcams</display-name>
-    <description>Google Gadgets: World Webcams Gadget</description>
+  <portlet id="FishTycoonGadget">
+    <portlet-name>FishTycoonGadget</portlet-name>
+    <display-name>Fish Tycoon</display-name>
+    <description>Google Gadgets: Fish Tycoon Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>World Webcams</value>
+      <value>Fish Tycoon</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.catfood.net/wwc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.schulz.dk/gadgets/fish_tycoon/fishtycoon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.catfood.net/wwc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.schulz.dk/gadgets/fish_tycoon/fishtycoon.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -574,29 +574,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>World Webcams</title>
-      <short-title>World Webcams</short-title>
+      <title>Fish Tycoon</title>
+      <short-title>Fish Tycoon</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniPool2Gadget">
-    <portlet-name>MiniPool2Gadget</portlet-name>
-    <display-name>Mini Pool 2</display-name>
-    <description>Google Gadgets: Mini Pool 2 Gadget</description>
+  <portlet id="SearchYouTubeGadget">
+    <portlet-name>SearchYouTubeGadget</portlet-name>
+    <display-name>Search YouTube</display-name>
+    <description>Google Gadgets: Search YouTube Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mini Pool 2</value>
+      <value>Search YouTube</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/minipool2Gadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://throttled.org/googlegadgets/youtubesearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/minipool2Gadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://throttled.org/googlegadgets/youtubesearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -607,29 +607,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mini Pool 2</title>
-      <short-title>Mini Pool 2</short-title>
+      <title>Search YouTube</title>
+      <short-title>Search YouTube</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="100sofBushismsservedupfreshandhotGadget">
-    <portlet-name>100sofBushismsservedupfreshandhotGadget</portlet-name>
-    <display-name>100s of Bushisms served up fresh and hot!</display-name>
-    <description>Google Gadgets: 100s of Bushisms served up fresh and hot! Gadget</description>
+  <portlet id="SnakeisBackGadget">
+    <portlet-name>SnakeisBackGadget</portlet-name>
+    <display-name>Snake is Back!</display-name>
+    <description>Google Gadgets: Snake is Back! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>100s of Bushisms served up fresh and hot!</value>
+      <value>Snake is Back!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chimpomatic.net/chimpOmatic_Google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/snake.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chimpomatic.net/chimpOmatic_Google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/snake.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -640,29 +640,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>100s of Bushisms served up fresh and hot!</title>
-      <short-title>100s of Bushisms served up fresh and hot!</short-title>
+      <title>Snake is Back!</title>
+      <short-title>Snake is Back!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleVideosGadget">
-    <portlet-name>GoogleVideosGadget</portlet-name>
-    <display-name>Google Videos</display-name>
-    <description>Google Gadgets: Google Videos Gadget</description>
+  <portlet id="LoveQuoteoftheDayGadget">
+    <portlet-name>LoveQuoteoftheDayGadget</portlet-name>
+    <display-name>Love Quote of the Day</display-name>
+    <description>Google Gadgets: Love Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Videos</value>
+      <value>Love Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/googlevideo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/love-romance-dating-quotes-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/googlevideo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/love-romance-dating-quotes-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -673,29 +673,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Videos</title>
-      <short-title>Google Videos</short-title>
+      <title>Love Quote of the Day</title>
+      <short-title>Love Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MusicBoxGadget">
-    <portlet-name>MusicBoxGadget</portlet-name>
-    <display-name>Music Box</display-name>
-    <description>Google Gadgets: Music Box Gadget</description>
+  <portlet id="FreeSudokuPuzzlesGadget">
+    <portlet-name>FreeSudokuPuzzlesGadget</portlet-name>
+    <display-name>Free Sudoku Puzzles</display-name>
+    <description>Google Gadgets: Free Sudoku Puzzles Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Music Box</value>
+      <value>Free Sudoku Puzzles</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://widget4u.googlepages.com/gmusicbox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.counttonine.com/google-sudoku.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://widget4u.googlepages.com/gmusicbox.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.counttonine.com/google-sudoku.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -706,29 +706,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Music Box</title>
-      <short-title>Music Box</short-title>
+      <title>Free Sudoku Puzzles</title>
+      <short-title>Free Sudoku Puzzles</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GyroBallGadget">
-    <portlet-name>GyroBallGadget</portlet-name>
-    <display-name>GyroBall</display-name>
-    <description>Google Gadgets: GyroBall Gadget</description>
+  <portlet id="MidiMusicJukeboxGadget">
+    <portlet-name>MidiMusicJukeboxGadget</portlet-name>
+    <display-name>Midi Music Jukebox</display-name>
+    <description>Google Gadgets: Midi Music Jukebox Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GyroBall</value>
+      <value>Midi Music Jukebox</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/gyroballgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/delabs/gadgets/midi-player/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/gyroballgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/delabs/gadgets/midi-player/index.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -739,29 +739,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GyroBall</title>
-      <short-title>GyroBall</short-title>
+      <title>Midi Music Jukebox</title>
+      <short-title>Midi Music Jukebox</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDailyPuppyGadget">
-    <portlet-name>TheDailyPuppyGadget</portlet-name>
-    <display-name>The Daily Puppy</display-name>
-    <description>Google Gadgets: The Daily Puppy Gadget</description>
+  <portlet id="MusicPlayerGadget">
+    <portlet-name>MusicPlayerGadget</portlet-name>
+    <display-name>Music Player</display-name>
+    <description>Google Gadgets: Music Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Daily Puppy</value>
+      <value>Music Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dailypuppy.com/gmod/thedailypuppy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://yijinliu.googlepages.com/player.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dailypuppy.com/gmod/thedailypuppy.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://yijinliu.googlepages.com/player.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -772,29 +772,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Daily Puppy</title>
-      <short-title>The Daily Puppy</short-title>
+      <title>Music Player</title>
+      <short-title>Music Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="fortunecookiebygadgetateGadget">
-    <portlet-name>fortunecookiebygadgetateGadget</portlet-name>
-    <display-name>fortune cookie by gadgetate</display-name>
-    <description>Google Gadgets: fortune cookie by gadgetate Gadget</description>
+  <portlet id="OfficialYouTubeGadgetGadget">
+    <portlet-name>OfficialYouTubeGadgetGadget</portlet-name>
+    <display-name>Official YouTube Gadget</display-name>
+    <description>Google Gadgets: Official YouTube Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>fortune cookie by gadgetate</value>
+      <value>Official YouTube Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gadgetate.com/ggadgets/fortunecookie/gg_fortunecookie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube_videos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gadgetate.com/ggadgets/fortunecookie/gg_fortunecookie.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/youtube_videos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -805,29 +805,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>fortune cookie by gadgetate</title>
-      <short-title>fortune cookie by gadgetate</short-title>
+      <title>Official YouTube Gadget</title>
+      <short-title>Official YouTube Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HangmanwordgameGadget">
-    <portlet-name>HangmanwordgameGadget</portlet-name>
-    <display-name>Hangman (word game)</display-name>
-    <description>Google Gadgets: Hangman (word game) Gadget</description>
+  <portlet id="MiniClockGadget">
+    <portlet-name>MiniClockGadget</portlet-name>
+    <display-name>Mini-Clock</display-name>
+    <description>Google Gadgets: Mini-Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hangman (word game)</value>
+      <value>Mini-Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/hangman-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/clock/mini_clock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thefreedictionary.com/_/WoD/hangman-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/clock/mini_clock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -838,29 +838,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hangman (word game)</title>
-      <short-title>Hangman (word game)</short-title>
+      <title>Mini-Clock</title>
+      <short-title>Mini-Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GameDiggerGadget">
-    <portlet-name>GameDiggerGadget</portlet-name>
-    <display-name>Game Digger</display-name>
-    <description>Google Gadgets: Game Digger Gadget</description>
+  <portlet id="LavaLampGadget">
+    <portlet-name>LavaLampGadget</portlet-name>
+    <display-name>Lava Lamp</display-name>
+    <description>Google Gadgets: Lava Lamp Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Game Digger</value>
+      <value>Lava Lamp</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://timberfrog.com/games/digger_g1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modules.110mb.com/websites/lava/lava.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://timberfrog.com/games/digger_g1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modules.110mb.com/websites/lava/lava.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -871,29 +871,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Game Digger</title>
-      <short-title>Game Digger</short-title>
+      <title>Lava Lamp</title>
+      <short-title>Lava Lamp</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AsteroidsGadget">
-    <portlet-name>AsteroidsGadget</portlet-name>
-    <display-name>Asteroids</display-name>
-    <description>Google Gadgets: Asteroids Gadget</description>
+  <portlet id="FunnyCatPhotosGadget">
+    <portlet-name>FunnyCatPhotosGadget</portlet-name>
+    <display-name>Funny Cat Photos</display-name>
+    <description>Google Gadgets: Funny Cat Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Asteroids</value>
+      <value>Funny Cat Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/Asteroidsgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blog.esaba.com/projects/catphotos/catphotos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/Asteroidsgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blog.esaba.com/projects/catphotos/catphotos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -904,29 +904,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Asteroids</title>
-      <short-title>Asteroids</short-title>
+      <title>Funny Cat Photos</title>
+      <short-title>Funny Cat Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DuckHuntGadget">
-    <portlet-name>DuckHuntGadget</portlet-name>
-    <display-name>Duck Hunt</display-name>
-    <description>Google Gadgets: Duck Hunt Gadget</description>
+  <portlet id="PenguinsGadget">
+    <portlet-name>PenguinsGadget</portlet-name>
+    <display-name>Penguins</display-name>
+    <description>Google Gadgets: Penguins Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Duck Hunt</value>
+      <value>Penguins</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.logdirect.com/wdg/loaders/goo.php%3Froot%3Dflash%26url%3Dhttp://www.80smusiclyrics.com/games/new4/duckhunt.swf%26ratio%3D0.87%26title%3DDuck%2BHunt%26image%3Dduckhunt.jpg&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://abowman.googlepages.com/penguins.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.logdirect.com/wdg/loaders/goo.php%3Froot%3Dflash%26url%3Dhttp://www.80smusiclyrics.com/games/new4/duckhunt.swf%26ratio%3D0.87%26title%3DDuck%2BHunt%26image%3Dduckhunt.jpg</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://abowman.googlepages.com/penguins.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -937,29 +937,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Duck Hunt</title>
-      <short-title>Duck Hunt</short-title>
+      <title>Penguins</title>
+      <short-title>Penguins</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GameOftenFlashGamesGadget">
-    <portlet-name>GameOftenFlashGamesGadget</portlet-name>
-    <display-name>GameOften Flash Games</display-name>
-    <description>Google Gadgets: GameOften Flash Games Gadget</description>
+  <portlet id="MP3PlayerGadget">
+    <portlet-name>MP3PlayerGadget</portlet-name>
+    <display-name>MP3 Player</display-name>
+    <description>Google Gadgets: MP3 Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GameOften Flash Games</value>
+      <value>MP3 Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gameoften.com/gpgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mike.s.duffy.googlepages.com/mp3player.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gameoften.com/gpgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mike.s.duffy.googlepages.com/mp3player.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -970,29 +970,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GameOften Flash Games</title>
-      <short-title>GameOften Flash Games</short-title>
+      <title>MP3 Player</title>
+      <short-title>MP3 Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyHoroscopesGadget">
-    <portlet-name>DailyHoroscopesGadget</portlet-name>
-    <display-name>Daily Horoscopes</display-name>
-    <description>Google Gadgets: Daily Horoscopes Gadget</description>
+  <portlet id="YouTubePlayerGadget">
+    <portlet-name>YouTubePlayerGadget</portlet-name>
+    <display-name>YouTube Player</display-name>
+    <description>Google Gadgets: YouTube Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Horoscopes</value>
+      <value>YouTube Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/horoscope.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/1YTP_6.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/horoscope.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://padmanijain.googlepages.com/1YTP_6.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1003,29 +1003,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Horoscopes</title>
-      <short-title>Daily Horoscopes</short-title>
+      <title>YouTube Player</title>
+      <short-title>YouTube Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DeepThoughtsGadget">
-    <portlet-name>DeepThoughtsGadget</portlet-name>
-    <display-name>Deep Thoughts</display-name>
-    <description>Google Gadgets: Deep Thoughts Gadget</description>
+  <portlet id="DuckHuntGadget">
+    <portlet-name>DuckHuntGadget</portlet-name>
+    <display-name>Duck Hunt</display-name>
+    <description>Google Gadgets: Duck Hunt Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Deep Thoughts</value>
+      <value>Duck Hunt</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jeffreyalewis.com/jack2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/duckhunt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jeffreyalewis.com/jack2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/duckhunt.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1036,29 +1036,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Deep Thoughts</title>
-      <short-title>Deep Thoughts</short-title>
+      <title>Duck Hunt</title>
+      <short-title>Duck Hunt</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PacmanGadget">
-    <portlet-name>PacmanGadget</portlet-name>
-    <display-name>Pacman</display-name>
-    <description>Google Gadgets: Pacman Gadget</description>
+  <portlet id="ShoutGadget">
+    <portlet-name>ShoutGadget</portlet-name>
+    <display-name>Shout!</display-name>
+    <description>Google Gadgets: Shout! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pacman</value>
+      <value>Shout!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bunchball.com/modules/ig_pacman.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shout.gadgets.googlepages.com/shout.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bunchball.com/modules/ig_pacman.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shout.gadgets.googlepages.com/shout.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1069,29 +1069,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pacman</title>
-      <short-title>Pacman</short-title>
+      <title>Shout!</title>
+      <short-title>Shout!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ALICEChatbotGadget">
-    <portlet-name>ALICEChatbotGadget</portlet-name>
-    <display-name>A.L.I.C.E. Chatbot</display-name>
-    <description>Google Gadgets: A.L.I.C.E. Chatbot Gadget</description>
+  <portlet id="CrystalBallGadget">
+    <portlet-name>CrystalBallGadget</portlet-name>
+    <display-name>Crystal Ball</display-name>
+    <description>Google Gadgets: Crystal Ball Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>A.L.I.C.E. Chatbot</value>
+      <value>Crystal Ball</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mit.edu/manus/www/gg/alicebot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/crystalball.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mit.edu/manus/www/gg/alicebot.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/crystalball.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1102,29 +1102,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>A.L.I.C.E. Chatbot</title>
-      <short-title>A.L.I.C.E. Chatbot</short-title>
+      <title>Crystal Ball</title>
+      <short-title>Crystal Ball</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HauntedHouseGadget">
-    <portlet-name>HauntedHouseGadget</portlet-name>
-    <display-name>Haunted House</display-name>
-    <description>Google Gadgets: Haunted House Gadget</description>
+  <portlet id="CountdowntoChristmasGadget">
+    <portlet-name>CountdowntoChristmasGadget</portlet-name>
+    <display-name>Countdown to Christmas</display-name>
+    <description>Google Gadgets: Countdown to Christmas Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Haunted House</value>
+      <value>Countdown to Christmas</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/haunted.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://noyesair.googlepages.com/c2c.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/haunted.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://noyesair.googlepages.com/c2c.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1135,29 +1135,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Haunted House</title>
-      <short-title>Haunted House</short-title>
+      <title>Countdown to Christmas</title>
+      <short-title>Countdown to Christmas</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LavaLamp3Gadget">
-    <portlet-name>LavaLamp3Gadget</portlet-name>
-    <display-name>Lava Lamp 3</display-name>
-    <description>Google Gadgets: Lava Lamp 3 Gadget</description>
+  <portlet id="VideoPokerGadget">
+    <portlet-name>VideoPokerGadget</portlet-name>
+    <display-name>Video Poker</display-name>
+    <description>Google Gadgets: Video Poker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lava Lamp 3</value>
+      <value>Video Poker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/lava3/lava.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/videopoker/videopoker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.modulehoster.com/websites/lava3/lava.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/videopoker/videopoker.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1168,29 +1168,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lava Lamp 3</title>
-      <short-title>Lava Lamp 3</short-title>
+      <title>Video Poker</title>
+      <short-title>Video Poker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VideoPokerGadget">
-    <portlet-name>VideoPokerGadget</portlet-name>
-    <display-name>Video Poker</display-name>
-    <description>Google Gadgets: Video Poker Gadget</description>
+  <portlet id="XSPFMusicPlayerGadget">
+    <portlet-name>XSPFMusicPlayerGadget</portlet-name>
+    <display-name>XSPF Music Player</display-name>
+    <description>Google Gadgets: XSPF Music Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Video Poker</value>
+      <value>XSPF Music Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/videopoker/videopoker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hideout.com.br/widget/musicplayer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/videopoker/videopoker.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hideout.com.br/widget/musicplayer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1201,29 +1201,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Video Poker</title>
-      <short-title>Video Poker</short-title>
+      <title>XSPF Music Player</title>
+      <short-title>XSPF Music Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FloodItGadget">
-    <portlet-name>FloodItGadget</portlet-name>
-    <display-name>Flood It</display-name>
-    <description>Google Gadgets: Flood It Gadget</description>
+  <portlet id="Tetrisonline1Gadget">
+    <portlet-name>Tetrisonline1Gadget</portlet-name>
+    <display-name>Tetris online</display-name>
+    <description>Google Gadgets: Tetris online Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flood It</value>
+      <value>Tetris online</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/flood/flood.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bbs.cnnas.com/igoogle/tetris/tetris.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/flood/flood.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bbs.cnnas.com/igoogle/tetris/tetris.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1234,29 +1234,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flood It</title>
-      <short-title>Flood It</short-title>
+      <title>Tetris online</title>
+      <short-title>Tetris online</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Supergames24comUltimateSonicGadget">
-    <portlet-name>Supergames24comUltimateSonicGadget</portlet-name>
-    <display-name>Supergames24.com - Ultimate Sonic</display-name>
-    <description>Google Gadgets: Supergames24.com - Ultimate Sonic Gadget</description>
+  <portlet id="TrappedGadget">
+    <portlet-name>TrappedGadget</portlet-name>
+    <display-name>Trapped</display-name>
+    <description>Google Gadgets: Trapped Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Supergames24.com - Ultimate Sonic</value>
+      <value>Trapped</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.supergames.ch/gadgets/google/sonic_eng.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/trappedgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.supergames.ch/gadgets/google/sonic_eng.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/trappedgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1267,29 +1267,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Supergames24.com - Ultimate Sonic</title>
-      <short-title>Supergames24.com - Ultimate Sonic</short-title>
+      <title>Trapped</title>
+      <short-title>Trapped</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SupergameschUltimateSonicGadget">
-    <portlet-name>SupergameschUltimateSonicGadget</portlet-name>
-    <display-name>Supergames.ch - Ultimate Sonic</display-name>
-    <description>Google Gadgets: Supergames.ch - Ultimate Sonic Gadget</description>
+  <portlet id="DogoftheDayGadget">
+    <portlet-name>DogoftheDayGadget</portlet-name>
+    <display-name>Dog of the Day</display-name>
+    <description>Google Gadgets: Dog of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Supergames.ch - Ultimate Sonic</value>
+      <value>Dog of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.supergames.ch/gadgets/google/sonic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mandybare.googlepages.com/dogoftheday1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.supergames.ch/gadgets/google/sonic.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mandybare.googlepages.com/dogoftheday1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1300,29 +1300,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Supergames.ch - Ultimate Sonic</title>
-      <short-title>Supergames.ch - Ultimate Sonic</short-title>
+      <title>Dog of the Day</title>
+      <short-title>Dog of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RuleofThumbGadget">
-    <portlet-name>RuleofThumbGadget</portlet-name>
-    <display-name>Rule of Thumb</display-name>
-    <description>Google Gadgets: Rule of Thumb Gadget</description>
+  <portlet id="LavaLamp1Gadget">
+    <portlet-name>LavaLamp1Gadget</portlet-name>
+    <display-name>Lava Lamp</display-name>
+    <description>Google Gadgets: Lava Lamp Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rule of Thumb</value>
+      <value>Lava Lamp</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/RuleofThumbCalendarGoogle.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/lava/lava.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.printedowl.com/RuleofThumbCalendarGoogle.aspx</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.modulehoster.com/websites/lava/lava.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1333,29 +1333,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rule of Thumb</title>
-      <short-title>Rule of Thumb</short-title>
+      <title>Lava Lamp</title>
+      <short-title>Lava Lamp</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MastermindGadget">
-    <portlet-name>MastermindGadget</portlet-name>
-    <display-name>Mastermind</display-name>
-    <description>Google Gadgets: Mastermind Gadget</description>
+  <portlet id="SudokuGadget">
+    <portlet-name>SudokuGadget</portlet-name>
+    <display-name>Sudoku</display-name>
+    <description>Google Gadgets: Sudoku Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mastermind</value>
+      <value>Sudoku</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/mastermindgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sudoweb.com/gadgets/googlewid.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/mastermindgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sudoweb.com/gadgets/googlewid.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1366,29 +1366,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mastermind</title>
-      <short-title>Mastermind</short-title>
+      <title>Sudoku</title>
+      <short-title>Sudoku</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FunJigsawPuzzleGadget">
-    <portlet-name>FunJigsawPuzzleGadget</portlet-name>
-    <display-name>Fun Jigsaw Puzzle</display-name>
-    <description>Google Gadgets: Fun Jigsaw Puzzle Gadget</description>
+  <portlet id="MiniPool2Gadget">
+    <portlet-name>MiniPool2Gadget</portlet-name>
+    <display-name>Mini Pool 2</display-name>
+    <description>Google Gadgets: Mini Pool 2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fun Jigsaw Puzzle</value>
+      <value>Mini Pool 2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.curiosoft.com/googlegadget.txt&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/minipool2Gadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.curiosoft.com/googlegadget.txt</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/minipool2Gadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1399,29 +1399,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fun Jigsaw Puzzle</title>
-      <short-title>Fun Jigsaw Puzzle</short-title>
+      <title>Mini Pool 2</title>
+      <short-title>Mini Pool 2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LabPixiesTVGadget">
-    <portlet-name>LabPixiesTVGadget</portlet-name>
-    <display-name>LabPixies TV</display-name>
-    <description>Google Gadgets: LabPixies TV Gadget</description>
+  <portlet id="WordoftheDayGadget">
+    <portlet-name>WordoftheDayGadget</portlet-name>
+    <display-name>Word of the Day</display-name>
+    <description>Google Gadgets: Word of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LabPixies TV</value>
+      <value>Word of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/tv/tv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/wod-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/tv/tv.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thefreedictionary.com/_/WoD/wod-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1432,29 +1432,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LabPixies TV</title>
-      <short-title>LabPixies TV</short-title>
+      <title>Word of the Day</title>
+      <short-title>Word of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="XSPFMusicPlayerGadget">
-    <portlet-name>XSPFMusicPlayerGadget</portlet-name>
-    <display-name>XSPF Music Player</display-name>
-    <description>Google Gadgets: XSPF Music Player Gadget</description>
+  <portlet id="MiniCarsGadget">
+    <portlet-name>MiniCarsGadget</portlet-name>
+    <display-name>Mini Cars</display-name>
+    <description>Google Gadgets: Mini Cars Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>XSPF Music Player</value>
+      <value>Mini Cars</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hideout.com.br/widget/musicplayer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/minicars.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hideout.com.br/widget/musicplayer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/minicars.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1465,29 +1465,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>XSPF Music Player</title>
-      <short-title>XSPF Music Player</short-title>
+      <title>Mini Cars</title>
+      <short-title>Mini Cars</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BestGameWallpapersGadget">
-    <portlet-name>BestGameWallpapersGadget</portlet-name>
-    <display-name>Best Game Wallpapers</display-name>
-    <description>Google Gadgets: Best Game Wallpapers Gadget</description>
+  <portlet id="VirtualAquariumGadget">
+    <portlet-name>VirtualAquariumGadget</portlet-name>
+    <display-name>Virtual Aquarium</display-name>
+    <description>Google Gadgets: Virtual Aquarium Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Best Game Wallpapers</value>
+      <value>Virtual Aquarium</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bestgamewallpapers.com/misc/randomwallpaper.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/aquarium.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bestgamewallpapers.com/misc/randomwallpaper.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lsmith2004.googlepages.com/aquarium.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1498,29 +1498,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Best Game Wallpapers</title>
-      <short-title>Best Game Wallpapers</short-title>
+      <title>Virtual Aquarium</title>
+      <short-title>Virtual Aquarium</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameCanyonGliderGadget">
-    <portlet-name>MiniclipGameCanyonGliderGadget</portlet-name>
-    <display-name>Miniclip Game - Canyon Glider</display-name>
-    <description>Google Gadgets: Miniclip Game - Canyon Glider Gadget</description>
+  <portlet id="MiniGolfGadget">
+    <portlet-name>MiniGolfGadget</portlet-name>
+    <display-name>Mini Golf</display-name>
+    <description>Google Gadgets: Mini Golf Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Canyon Glider</value>
+      <value>Mini Golf</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/canyon-glider/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/247minigolfgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/canyon-glider/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/247minigolfgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1531,29 +1531,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Canyon Glider</title>
-      <short-title>Miniclip Game - Canyon Glider</short-title>
+      <title>Mini Golf</title>
+      <short-title>Mini Golf</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BrainTunerGadget">
-    <portlet-name>BrainTunerGadget</portlet-name>
-    <display-name>Brain Tuner</display-name>
-    <description>Google Gadgets: Brain Tuner Gadget</description>
+  <portlet id="fortunecookiebygadgetateGadget">
+    <portlet-name>fortunecookiebygadgetateGadget</portlet-name>
+    <display-name>fortune cookie by gadgetate</display-name>
+    <description>Google Gadgets: fortune cookie by gadgetate Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Brain Tuner</value>
+      <value>fortune cookie by gadgetate</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://elliot.lee.googlepages.com/brain.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gadgetate.com/ggadgets/fortunecookie/gg_fortunecookie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://elliot.lee.googlepages.com/brain.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gadgetate.com/ggadgets/fortunecookie/gg_fortunecookie.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1564,29 +1564,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Brain Tuner</title>
-      <short-title>Brain Tuner</short-title>
+      <title>fortune cookie by gadgetate</title>
+      <short-title>fortune cookie by gadgetate</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TreeFrogGadget">
-    <portlet-name>TreeFrogGadget</portlet-name>
-    <display-name>Tree Frog</display-name>
-    <description>Google Gadgets: Tree Frog Gadget</description>
+  <portlet id="ZeldaGadget">
+    <portlet-name>ZeldaGadget</portlet-name>
+    <display-name>Zelda</display-name>
+    <description>Google Gadgets: Zelda Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tree Frog</value>
+      <value>Zelda</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://abowman.googlepages.com/treefrog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/zeldaGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://abowman.googlepages.com/treefrog.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/zeldaGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1597,29 +1597,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tree Frog</title>
-      <short-title>Tree Frog</short-title>
+      <title>Zelda</title>
+      <short-title>Zelda</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ShakespeareanInsulterGadget">
-    <portlet-name>ShakespeareanInsulterGadget</portlet-name>
-    <display-name>Shakespearean Insulter</display-name>
-    <description>Google Gadgets: Shakespearean Insulter Gadget</description>
+  <portlet id="Quotesquotes4allnetGadget">
+    <portlet-name>Quotesquotes4allnetGadget</portlet-name>
+    <display-name>Quotes - quotes4all.net</display-name>
+    <description>Google Gadgets: Quotes - quotes4all.net Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Shakespearean Insulter</value>
+      <value>Quotes - quotes4all.net</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/grimmthething/shakesInsult.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotes4all.net/quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/grimmthething/shakesInsult.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotes4all.net/quotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1630,29 +1630,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Shakespearean Insulter</title>
-      <short-title>Shakespearean Insulter</short-title>
+      <title>Quotes - quotes4all.net</title>
+      <short-title>Quotes - quotes4all.net</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SnakeCoilGadget">
-    <portlet-name>SnakeCoilGadget</portlet-name>
-    <display-name>Snake Coil</display-name>
-    <description>Google Gadgets: Snake Coil Gadget</description>
+  <portlet id="MahjongGadget">
+    <portlet-name>MahjongGadget</portlet-name>
+    <display-name>Mahjong</display-name>
+    <description>Google Gadgets: Mahjong Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Snake Coil</value>
+      <value>Mahjong</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/snakecoilGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/mahjong.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/snakecoilGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/mahjong.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1663,29 +1663,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Snake Coil</title>
-      <short-title>Snake Coil</short-title>
+      <title>Mahjong</title>
+      <short-title>Mahjong</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniPoolGadget">
-    <portlet-name>MiniPoolGadget</portlet-name>
-    <display-name>Mini Pool</display-name>
-    <description>Google Gadgets: Mini Pool Gadget</description>
+  <portlet id="DailyChessPuzzleGadget">
+    <portlet-name>DailyChessPuzzleGadget</portlet-name>
+    <display-name>Daily Chess Puzzle</display-name>
+    <description>Google Gadgets: Daily Chess Puzzle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mini Pool</value>
+      <value>Daily Chess Puzzle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/minipoolGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.shredderchess.com/online/playshredder/gtactics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/minipoolGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.shredderchess.com/online/playshredder/gtactics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1696,29 +1696,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mini Pool</title>
-      <short-title>Mini Pool</short-title>
+      <title>Daily Chess Puzzle</title>
+      <short-title>Daily Chess Puzzle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WordoftheDayGadget">
-    <portlet-name>WordoftheDayGadget</portlet-name>
-    <display-name>Word of the Day</display-name>
-    <description>Google Gadgets: Word of the Day Gadget</description>
+  <portlet id="EyeTesterGadget">
+    <portlet-name>EyeTesterGadget</portlet-name>
+    <display-name>Eye Tester</display-name>
+    <description>Google Gadgets: Eye Tester Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Word of the Day</value>
+      <value>Eye Tester</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/wod-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/wilma/wilma.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thefreedictionary.com/_/WoD/wod-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.modulehoster.com/websites/wilma/wilma.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1729,29 +1729,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Word of the Day</title>
-      <short-title>Word of the Day</short-title>
+      <title>Eye Tester</title>
+      <short-title>Eye Tester</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RealEstateGadget">
-    <portlet-name>RealEstateGadget</portlet-name>
-    <display-name>Real Estate</display-name>
-    <description>Google Gadgets: Real Estate Gadget</description>
+  <portlet id="FontoftheDayGadget">
+    <portlet-name>FontoftheDayGadget</portlet-name>
+    <display-name>Font of the Day</display-name>
+    <description>Google Gadgets: Font of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Real Estate</value>
+      <value>Font of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/RealestateCalendarGoogle.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.free-fonts.com/opensearch/fotd/fontoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.printedowl.com/RealestateCalendarGoogle.aspx</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.free-fonts.com/opensearch/fotd/fontoftheday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1762,29 +1762,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Real Estate</title>
-      <short-title>Real Estate</short-title>
+      <title>Font of the Day</title>
+      <short-title>Font of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchYouTubeGadget">
-    <portlet-name>SearchYouTubeGadget</portlet-name>
-    <display-name>Search YouTube</display-name>
-    <description>Google Gadgets: Search YouTube Gadget</description>
+  <portlet id="ChristmasCalendarGadget">
+    <portlet-name>ChristmasCalendarGadget</portlet-name>
+    <display-name>Christmas Calendar</display-name>
+    <description>Google Gadgets: Christmas Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search YouTube</value>
+      <value>Christmas Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://throttled.org/googlegadgets/youtubesearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/advent.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://throttled.org/googlegadgets/youtubesearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/advent.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1795,29 +1795,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search YouTube</title>
-      <short-title>Search YouTube</short-title>
+      <title>Christmas Calendar</title>
+      <short-title>Christmas Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThisorThatGadget">
-    <portlet-name>ThisorThatGadget</portlet-name>
-    <display-name>This or That?</display-name>
-    <description>Google Gadgets: This or That? Gadget</description>
+  <portlet id="MonolithMarioGadget">
+    <portlet-name>MonolithMarioGadget</portlet-name>
+    <display-name>Monolith Mario</display-name>
+    <description>Google Gadgets: Monolith Mario Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>This or That?</value>
+      <value>Monolith Mario</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cox-tv.com/thisorthat/totgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://onlinegames.uflaz.com/xml/monolithmario.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cox-tv.com/thisorthat/totgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://onlinegames.uflaz.com/xml/monolithmario.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1828,29 +1828,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>This or That?</title>
-      <short-title>This or That?</short-title>
+      <title>Monolith Mario</title>
+      <short-title>Monolith Mario</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PegsGadget">
-    <portlet-name>PegsGadget</portlet-name>
-    <display-name>Pegs</display-name>
-    <description>Google Gadgets: Pegs Gadget</description>
+  <portlet id="BartSimpsonPhraseoftheDayGadget">
+    <portlet-name>BartSimpsonPhraseoftheDayGadget</portlet-name>
+    <display-name>Bart Simpson Phrase of the Day</display-name>
+    <description>Google Gadgets: Bart Simpson Phrase of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pegs</value>
+      <value>Bart Simpson Phrase of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://abowman.googlepages.com/pegs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/bart-simpson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://abowman.googlepages.com/pegs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/bart-simpson.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1861,29 +1861,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pegs</title>
-      <short-title>Pegs</short-title>
+      <title>Bart Simpson Phrase of the Day</title>
+      <short-title>Bart Simpson Phrase of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyWiiNewsGadget">
-    <portlet-name>MyWiiNewsGadget</portlet-name>
-    <display-name>MyWii News</display-name>
-    <description>Google Gadgets: MyWii News Gadget</description>
+  <portlet id="CartoonoftheDayGadget">
+    <portlet-name>CartoonoftheDayGadget</portlet-name>
+    <display-name>Cartoon of the Day</display-name>
+    <description>Google Gadgets: Cartoon of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MyWii News</value>
+      <value>Cartoon of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mywii.com.au/googlenews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/offthemark-cartoons.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mywii.com.au/googlenews.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/offthemark-cartoons.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1894,29 +1894,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MyWii News</title>
-      <short-title>MyWii News</short-title>
+      <title>Cartoon of the Day</title>
+      <short-title>Cartoon of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FourinarowGadget">
-    <portlet-name>FourinarowGadget</portlet-name>
-    <display-name>Four in a row</display-name>
-    <description>Google Gadgets: Four in a row Gadget</description>
+  <portlet id="OfficePaintballGadget">
+    <portlet-name>OfficePaintballGadget</portlet-name>
+    <display-name>Office Paintball</display-name>
+    <description>Google Gadgets: Office Paintball Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Four in a row</value>
+      <value>Office Paintball</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rspeyer.googlepages.com/connect4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/officepaintballGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rspeyer.googlepages.com/connect4.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/officepaintballGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1927,29 +1927,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Four in a row</title>
-      <short-title>Four in a row</short-title>
+      <title>Office Paintball</title>
+      <short-title>Office Paintball</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GarfieldofthedayGadget">
-    <portlet-name>GarfieldofthedayGadget</portlet-name>
-    <display-name>Garfield of the day</display-name>
-    <description>Google Gadgets: Garfield of the day Gadget</description>
+  <portlet id="MyLockerMP3TunescomGadget">
+    <portlet-name>MyLockerMP3TunescomGadget</portlet-name>
+    <display-name>My Locker ? MP3Tunes.com</display-name>
+    <description>Google Gadgets: My Locker ? MP3Tunes.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Garfield of the day</value>
+      <value>My Locker ? MP3Tunes.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.listen-project.de/garfield/garfield.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hytham.googlepages.com/mp3tunesg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.listen-project.de/garfield/garfield.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hytham.googlepages.com/mp3tunesg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1960,29 +1960,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Garfield of the day</title>
-      <short-title>Garfield of the day</short-title>
+      <title>My Locker ? MP3Tunes.com</title>
+      <short-title>My Locker ? MP3Tunes.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameMagicBallsGadget">
-    <portlet-name>MiniclipGameMagicBallsGadget</portlet-name>
-    <display-name>Miniclip Game - Magic Balls</display-name>
-    <description>Google Gadgets: Miniclip Game - Magic Balls Gadget</description>
+  <portlet id="DuckHunt1Gadget">
+    <portlet-name>DuckHunt1Gadget</portlet-name>
+    <display-name>Duck Hunt</display-name>
+    <description>Google Gadgets: Duck Hunt Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Magic Balls</value>
+      <value>Duck Hunt</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/magic-balls/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.logdirect.com/wdg/loaders/goo.php%3Froot%3Dflash%26url%3Dhttp://www.80smusiclyrics.com/games/new4/duckhunt.swf%26ratio%3D0.87%26title%3DDuck%2BHunt%26image%3Dduckhunt.jpg&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/magic-balls/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.logdirect.com/wdg/loaders/goo.php%3Froot%3Dflash%26url%3Dhttp://www.80smusiclyrics.com/games/new4/duckhunt.swf%26ratio%3D0.87%26title%3DDuck%2BHunt%26image%3Dduckhunt.jpg</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1993,29 +1993,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Magic Balls</title>
-      <short-title>Miniclip Game - Magic Balls</short-title>
+      <title>Duck Hunt</title>
+      <short-title>Duck Hunt</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniClockGadget">
-    <portlet-name>MiniClockGadget</portlet-name>
-    <display-name>Mini-Clock</display-name>
-    <description>Google Gadgets: Mini-Clock Gadget</description>
+  <portlet id="DailyHoroscopes1Gadget">
+    <portlet-name>DailyHoroscopes1Gadget</portlet-name>
+    <display-name>Daily Horoscopes</display-name>
+    <description>Google Gadgets: Daily Horoscopes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mini-Clock</value>
+      <value>Daily Horoscopes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/clock/mini_clock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cumakt.googlepages.com/inhoroscope.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/clock/mini_clock.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cumakt.googlepages.com/inhoroscope.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2026,29 +2026,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mini-Clock</title>
-      <short-title>Mini-Clock</short-title>
+      <title>Daily Horoscopes</title>
+      <short-title>Daily Horoscopes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ReachtheSkyGadget">
-    <portlet-name>ReachtheSkyGadget</portlet-name>
-    <display-name>Reach the Sky</display-name>
-    <description>Google Gadgets: Reach the Sky Gadget</description>
+  <portlet id="Top5moviesattheboxofficeGadget">
+    <portlet-name>Top5moviesattheboxofficeGadget</portlet-name>
+    <display-name>Top 5 movies at the box office</display-name>
+    <description>Google Gadgets: Top 5 movies at the box office Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Reach the Sky</value>
+      <value>Top 5 movies at the box office</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/reachtheskyGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pramodfanda.info/gadget/top5movies.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/reachtheskyGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pramodfanda.info/gadget/top5movies.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2059,29 +2059,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Reach the Sky</title>
-      <short-title>Reach the Sky</short-title>
+      <title>Top 5 movies at the box office</title>
+      <short-title>Top 5 movies at the box office</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MadCowsGadget">
-    <portlet-name>MadCowsGadget</portlet-name>
-    <display-name>Mad Cows</display-name>
-    <description>Google Gadgets: Mad Cows Gadget</description>
+  <portlet id="RandomcolorschemeGadget">
+    <portlet-name>RandomcolorschemeGadget</portlet-name>
+    <display-name>Random color scheme</display-name>
+    <description>Google Gadgets: Random color scheme Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mad Cows</value>
+      <value>Random color scheme</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/madcowsGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.colr.org/random_scheme_gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/madcowsGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.colr.org/random_scheme_gg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2092,29 +2092,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mad Cows</title>
-      <short-title>Mad Cows</short-title>
+      <title>Random color scheme</title>
+      <short-title>Random color scheme</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DotsGadget">
-    <portlet-name>DotsGadget</portlet-name>
-    <display-name>Dots</display-name>
-    <description>Google Gadgets: Dots Gadget</description>
+  <portlet id="GuitarChordsFinderGadget">
+    <portlet-name>GuitarChordsFinderGadget</portlet-name>
+    <display-name>Guitar Chords Finder</display-name>
+    <description>Google Gadgets: Guitar Chords Finder Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dots</value>
+      <value>Guitar Chords Finder</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/dots/dots.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zikinf.com/extras/en/guitar-chords-finder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/dots/dots.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zikinf.com/extras/en/guitar-chords-finder.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2125,29 +2125,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dots</title>
-      <short-title>Dots</short-title>
+      <title>Guitar Chords Finder</title>
+      <short-title>Guitar Chords Finder</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DesktateGadget">
-    <portlet-name>DesktateGadget</portlet-name>
-    <display-name>Desktate</display-name>
-    <description>Google Gadgets: Desktate Gadget</description>
+  <portlet id="CartoonoftheDay1Gadget">
+    <portlet-name>CartoonoftheDay1Gadget</portlet-name>
+    <display-name>Cartoon of the Day</display-name>
+    <description>Google Gadgets: Cartoon of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Desktate</value>
+      <value>Cartoon of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.catfood.net/desktate.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/artie-cartoons.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.catfood.net/desktate.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/artie-cartoons.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2158,29 +2158,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Desktate</title>
-      <short-title>Desktate</short-title>
+      <title>Cartoon of the Day</title>
+      <short-title>Cartoon of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameBattleshipsGadget">
-    <portlet-name>MiniclipGameBattleshipsGadget</portlet-name>
-    <display-name>Miniclip Game - Battleships</display-name>
-    <description>Google Gadgets: Miniclip Game - Battleships Gadget</description>
+  <portlet id="SolitaireGadget">
+    <portlet-name>SolitaireGadget</portlet-name>
+    <display-name>Solitaire</display-name>
+    <description>Google Gadgets: Solitaire Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Battleships</value>
+      <value>Solitaire</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/battleships/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/solitairegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/battleships/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/solitairegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2191,29 +2191,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Battleships</title>
-      <short-title>Miniclip Game - Battleships</short-title>
+      <title>Solitaire</title>
+      <short-title>Solitaire</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SolitaireGadget">
-    <portlet-name>SolitaireGadget</portlet-name>
-    <display-name>Solitaire</display-name>
-    <description>Google Gadgets: Solitaire Gadget</description>
+  <portlet id="NavalGunGadget">
+    <portlet-name>NavalGunGadget</portlet-name>
+    <display-name>Naval Gun</display-name>
+    <description>Google Gadgets: Naval Gun Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Solitaire</value>
+      <value>Naval Gun</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/solitairegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/navalgunGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/solitairegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/navalgunGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2224,29 +2224,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Solitaire</title>
-      <short-title>Solitaire</short-title>
+      <title>Naval Gun</title>
+      <short-title>Naval Gun</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="4X4RallyGadget">
-    <portlet-name>4X4RallyGadget</portlet-name>
-    <display-name>4X4 Rally</display-name>
-    <description>Google Gadgets: 4X4 Rally Gadget</description>
+  <portlet id="TERRORALERTLEVELGadget">
+    <portlet-name>TERRORALERTLEVELGadget</portlet-name>
+    <display-name>TERROR ALERT LEVEL</display-name>
+    <description>Google Gadgets: TERROR ALERT LEVEL Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>4X4 Rally</value>
+      <value>TERROR ALERT LEVEL</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/4x4rallygadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ned.ucam.org/~gr252/terror.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/4x4rallygadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ned.ucam.org/~gr252/terror.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2257,29 +2257,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>4X4 Rally</title>
-      <short-title>4X4 Rally</short-title>
+      <title>TERROR ALERT LEVEL</title>
+      <short-title>TERROR ALERT LEVEL</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PatienceGadget">
-    <portlet-name>PatienceGadget</portlet-name>
-    <display-name>Patience</display-name>
-    <description>Google Gadgets: Patience Gadget</description>
+  <portlet id="TurtlebridgeGadget">
+    <portlet-name>TurtlebridgeGadget</portlet-name>
+    <display-name>Turtle bridge</display-name>
+    <description>Google Gadgets: Turtle bridge Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Patience</value>
+      <value>Turtle bridge</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hansschmucker.googlepages.com/patienceig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.funnytake.net/ggad/games/turtlebridge.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hansschmucker.googlepages.com/patienceig.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.funnytake.net/ggad/games/turtlebridge.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2290,29 +2290,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Patience</title>
-      <short-title>Patience</short-title>
+      <title>Turtle bridge</title>
+      <short-title>Turtle bridge</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TurboSpiritGadget">
-    <portlet-name>TurboSpiritGadget</portlet-name>
-    <display-name>Turbo Spirit</display-name>
-    <description>Google Gadgets: Turbo Spirit Gadget</description>
+  <portlet id="UFOMapssightingsastheyhappenGadget">
+    <portlet-name>UFOMapssightingsastheyhappenGadget</portlet-name>
+    <display-name>UFOMaps - sightings as they...</display-name>
+    <description>Google Gadgets: UFOMaps - sightings as they happen Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Turbo Spirit</value>
+      <value>UFOMaps - sightings as they happen</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/turbospiritGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ufomaps.com/gadget/ufomaps.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/turbospiritGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ufomaps.com/gadget/ufomaps.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2323,29 +2323,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Turbo Spirit</title>
-      <short-title>Turbo Spirit</short-title>
+      <title>UFOMaps - sightings as they happen</title>
+      <short-title>UFOMaps - sightings as they happen</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SupergameschMahJonggGadget">
-    <portlet-name>SupergameschMahJonggGadget</portlet-name>
-    <display-name>Supergames.ch - Mah Jongg</display-name>
-    <description>Google Gadgets: Supergames.ch - Mah Jongg Gadget</description>
+  <portlet id="LavaLamp3Gadget">
+    <portlet-name>LavaLamp3Gadget</portlet-name>
+    <display-name>Lava Lamp 3</display-name>
+    <description>Google Gadgets: Lava Lamp 3 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Supergames.ch - Mah Jongg</value>
+      <value>Lava Lamp 3</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.supergames.ch/gadgets/google/mahjongg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/lava3/lava.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.supergames.ch/gadgets/google/mahjongg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.modulehoster.com/websites/lava3/lava.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2356,29 +2356,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Supergames.ch - Mah Jongg</title>
-      <short-title>Supergames.ch - Mah Jongg</short-title>
+      <title>Lava Lamp 3</title>
+      <short-title>Lava Lamp 3</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RealAgeGadget">
-    <portlet-name>RealAgeGadget</portlet-name>
-    <display-name>Real Age</display-name>
-    <description>Google Gadgets: Real Age Gadget</description>
+  <portlet id="FunJigsawPuzzleGadget">
+    <portlet-name>FunJigsawPuzzleGadget</portlet-name>
+    <display-name>Fun Jigsaw Puzzle</display-name>
+    <description>Google Gadgets: Fun Jigsaw Puzzle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Real Age</value>
+      <value>Fun Jigsaw Puzzle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.delsearegional.us/academic/classes/highschool/science/physics/age/age.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.curiosoft.com/googlegadget.txt&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.delsearegional.us/academic/classes/highschool/science/physics/age/age.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.curiosoft.com/googlegadget.txt</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2389,29 +2389,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Real Age</title>
-      <short-title>Real Age</short-title>
+      <title>Fun Jigsaw Puzzle</title>
+      <short-title>Fun Jigsaw Puzzle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouTubePlayerGadget">
-    <portlet-name>YouTubePlayerGadget</portlet-name>
-    <display-name>YouTube Player</display-name>
-    <description>Google Gadgets: YouTube Player Gadget</description>
+  <portlet id="Hangman20BetaGadget">
+    <portlet-name>Hangman20BetaGadget</portlet-name>
+    <display-name>Hangman 2.0 Beta</display-name>
+    <description>Google Gadgets: Hangman 2.0 Beta Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>YouTube Player</value>
+      <value>Hangman 2.0 Beta</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/1YTP_6.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ericfarraro.com/gadgets/hangman2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://padmanijain.googlepages.com/1YTP_6.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ericfarraro.com/gadgets/hangman2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2422,29 +2422,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>YouTube Player</title>
-      <short-title>YouTube Player</short-title>
+      <title>Hangman 2.0 Beta</title>
+      <short-title>Hangman 2.0 Beta</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MotorcyclePicturesatMotorcyclePicturescomGadget">
-    <portlet-name>MotorcyclePicturesatMotorcyclePicturescomGadget</portlet-name>
-    <display-name>Motorcycle Pictu****@Motor*****</display-name>
-    <description>Google Gadgets: Motorcycle Pictu****@Motor***** Gadget</description>
+  <portlet id="GoogleVideosGadget">
+    <portlet-name>GoogleVideosGadget</portlet-name>
+    <display-name>Google Videos</display-name>
+    <description>Google Gadgets: Google Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Motorcycle Pictu****@Motor*****</value>
+      <value>Google Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/motorcycle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/googlevideo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/motorcycle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/googlevideo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2455,29 +2455,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Motorcycle Pictu****@Motor*****</title>
-      <short-title>Motorcycle Pictu****@Motor*****</short-title>
+      <title>Google Videos</title>
+      <short-title>Google Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iTunesGadgetGadget">
-    <portlet-name>iTunesGadgetGadget</portlet-name>
-    <display-name>iTunes Gadget</display-name>
-    <description>Google Gadgets: iTunes Gadget Gadget</description>
+  <portlet id="BestGameWallpapersGadget">
+    <portlet-name>BestGameWallpapersGadget</portlet-name>
+    <display-name>Best Game Wallpapers</display-name>
+    <description>Google Gadgets: Best Game Wallpapers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iTunes Gadget</value>
+      <value>Best Game Wallpapers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.captunes.com/google/itunesgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bestgamewallpapers.com/misc/randomwallpaper.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.captunes.com/google/itunesgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bestgamewallpapers.com/misc/randomwallpaper.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2488,29 +2488,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iTunes Gadget</title>
-      <short-title>iTunes Gadget</short-title>
+      <title>Best Game Wallpapers</title>
+      <short-title>Best Game Wallpapers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="eLouai39sPortraitMakerGadget">
-    <portlet-name>eLouai39sPortraitMakerGadget</portlet-name>
-    <display-name>eLouai&#39;s Portrait Maker</display-name>
-    <description>Google Gadgets: eLouai&#39;s Portrait Maker Gadget</description>
+  <portlet id="DotsGadget">
+    <portlet-name>DotsGadget</portlet-name>
+    <display-name>Dots</display-name>
+    <description>Google Gadgets: Dots Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>eLouai&#39;s Portrait Maker</value>
+      <value>Dots</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dollmakercode.com/avatar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/dots/dots.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dollmakercode.com/avatar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/dots/dots.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2521,29 +2521,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>eLouai&#39;s Portrait Maker</title>
-      <short-title>eLouai&#39;s Portrait Maker</short-title>
+      <title>Dots</title>
+      <short-title>Dots</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomFinalJeopardyGadget">
-    <portlet-name>RandomFinalJeopardyGadget</portlet-name>
-    <display-name>Random Final Jeopardy!</display-name>
-    <description>Google Gadgets: Random Final Jeopardy! Gadget</description>
+  <portlet id="SimonGameGadget">
+    <portlet-name>SimonGameGadget</portlet-name>
+    <display-name>Simon Game</display-name>
+    <description>Google Gadgets: Simon Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Final Jeopardy!</value>
+      <value>Simon Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.j-archive.com/jarchivegooglegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/simon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.j-archive.com/jarchivegooglegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/simon.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2554,29 +2554,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Final Jeopardy!</title>
-      <short-title>Random Final Jeopardy!</short-title>
+      <title>Simon Game</title>
+      <short-title>Simon Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SweetIMDailyEmoticonGadget">
-    <portlet-name>SweetIMDailyEmoticonGadget</portlet-name>
-    <display-name>SweetIM Daily Emoticon</display-name>
-    <description>Google Gadgets: SweetIM Daily Emoticon Gadget</description>
+  <portlet id="OnlinePainterGadget">
+    <portlet-name>OnlinePainterGadget</portlet-name>
+    <display-name>Online Painter</display-name>
+    <description>Google Gadgets: Online Painter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SweetIM Daily Emoticon</value>
+      <value>Online Painter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/sweetim/sweetim.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://offtype.net/google_gadget/painter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/sweetim/sweetim.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://offtype.net/google_gadget/painter.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2587,29 +2587,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SweetIM Daily Emoticon</title>
-      <short-title>SweetIM Daily Emoticon</short-title>
+      <title>Online Painter</title>
+      <short-title>Online Painter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDevil39sDictionaryGadget">
-    <portlet-name>TheDevil39sDictionaryGadget</portlet-name>
-    <display-name>The Devil&#39;s Dictionary</display-name>
-    <description>Google Gadgets: The Devil&#39;s Dictionary Gadget</description>
+  <portlet id="MadCowsGadget">
+    <portlet-name>MadCowsGadget</portlet-name>
+    <display-name>Mad Cows</display-name>
+    <description>Google Gadgets: Mad Cows Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Devil&#39;s Dictionary</value>
+      <value>Mad Cows</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/bierce.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/madcowsGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/bierce.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/madcowsGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2620,29 +2620,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Devil&#39;s Dictionary</title>
-      <short-title>The Devil&#39;s Dictionary</short-title>
+      <title>Mad Cows</title>
+      <short-title>Mad Cows</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HoverTanksGadget">
-    <portlet-name>HoverTanksGadget</portlet-name>
-    <display-name>Hover Tanks</display-name>
-    <description>Google Gadgets: Hover Tanks Gadget</description>
+  <portlet id="3DPregnancyGadget">
+    <portlet-name>3DPregnancyGadget</portlet-name>
+    <display-name>3DPregnancy</display-name>
+    <description>Google Gadgets: 3DPregnancy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hover Tanks</value>
+      <value>3DPregnancy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/hovertanksGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106433716479732287024/flash_final.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/hovertanksGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106433716479732287024/flash_final.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2653,29 +2653,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hover Tanks</title>
-      <short-title>Hover Tanks</short-title>
+      <title>3DPregnancy</title>
+      <short-title>3DPregnancy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UnicycleRiderGadget">
-    <portlet-name>UnicycleRiderGadget</portlet-name>
-    <display-name>Unicycle Rider</display-name>
-    <description>Google Gadgets: Unicycle Rider Gadget</description>
+  <portlet id="Supergames24comUltimateSonicGadget">
+    <portlet-name>Supergames24comUltimateSonicGadget</portlet-name>
+    <display-name>Supergames24.com - Ultimate...</display-name>
+    <description>Google Gadgets: Supergames24.com - Ultimate Sonic Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Unicycle Rider</value>
+      <value>Supergames24.com - Ultimate Sonic</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/unicycle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.supergames.ch/gadgets/google/sonic_eng.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/unicycle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.supergames.ch/gadgets/google/sonic_eng.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2686,29 +2686,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Unicycle Rider</title>
-      <short-title>Unicycle Rider</short-title>
+      <title>Supergames24.com - Ultimate Sonic</title>
+      <short-title>Supergames24.com - Ultimate Sonic</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DareDevilGadget">
-    <portlet-name>DareDevilGadget</portlet-name>
-    <display-name>Dare Devil</display-name>
-    <description>Google Gadgets: Dare Devil Gadget</description>
+  <portlet id="5LetterswordGadget">
+    <portlet-name>5LetterswordGadget</portlet-name>
+    <display-name>5 Letters word</display-name>
+    <description>Google Gadgets: 5 Letters word Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dare Devil</value>
+      <value>5 Letters word</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/daredevilGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101141828193203234295/5LetterWords.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/daredevilGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101141828193203234295/5LetterWords.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2719,29 +2719,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dare Devil</title>
-      <short-title>Dare Devil</short-title>
+      <title>5 Letters word</title>
+      <short-title>5 Letters word</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Here39sYourSignGadget">
-    <portlet-name>Here39sYourSignGadget</portlet-name>
-    <display-name>Here&#39;s Your Sign...</display-name>
-    <description>Google Gadgets: Here&#39;s Your Sign... Gadget</description>
+  <portlet id="WhoWantstoBeaMillionaireGadget">
+    <portlet-name>WhoWantstoBeaMillionaireGadget</portlet-name>
+    <display-name>Who Wants to Be a Millionaire?</display-name>
+    <description>Google Gadgets: Who Wants to Be a Millionaire? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Here&#39;s Your Sign...</value>
+      <value>Who Wants to Be a Millionaire?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/signs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/who-wants-to-be-a-millionaire.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/signs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/who-wants-to-be-a-millionaire.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2752,29 +2752,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Here&#39;s Your Sign...</title>
-      <short-title>Here&#39;s Your Sign...</short-title>
+      <title>Who Wants to Be a Millionaire?</title>
+      <short-title>Who Wants to Be a Millionaire?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CookieClickGadget">
-    <portlet-name>CookieClickGadget</portlet-name>
-    <display-name>Cookie Click</display-name>
-    <description>Google Gadgets: Cookie Click Gadget</description>
+  <portlet id="SnakeCoilGadget">
+    <portlet-name>SnakeCoilGadget</portlet-name>
+    <display-name>Snake Coil</display-name>
+    <description>Google Gadgets: Snake Coil Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cookie Click</value>
+      <value>Snake Coil</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.3rdpersonmedia.com/googlecookie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/snakecoilGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.3rdpersonmedia.com/googlecookie.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/snakecoilGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2785,29 +2785,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cookie Click</title>
-      <short-title>Cookie Click</short-title>
+      <title>Snake Coil</title>
+      <short-title>Snake Coil</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StrangethingsinGoogleMapsGadget">
-    <portlet-name>StrangethingsinGoogleMapsGadget</portlet-name>
-    <display-name>Strange things in Google Maps</display-name>
-    <description>Google Gadgets: Strange things in Google Maps Gadget</description>
+  <portlet id="MastermindGadget">
+    <portlet-name>MastermindGadget</portlet-name>
+    <display-name>Mastermind</display-name>
+    <description>Google Gadgets: Mastermind Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Strange things in Google Maps</value>
+      <value>Mastermind</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.scitor.co.uk/google_homepage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/mastermindgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.scitor.co.uk/google_homepage.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/mastermindgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2818,29 +2818,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Strange things in Google Maps</title>
-      <short-title>Strange things in Google Maps</short-title>
+      <title>Mastermind</title>
+      <short-title>Mastermind</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LuckynumbersGadget">
-    <portlet-name>LuckynumbersGadget</portlet-name>
-    <display-name>Lucky numbers</display-name>
-    <description>Google Gadgets: Lucky numbers Gadget</description>
+  <portlet id="SketchyGadget">
+    <portlet-name>SketchyGadget</portlet-name>
+    <display-name>Sketchy</display-name>
+    <description>Google Gadgets: Sketchy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lucky numbers</value>
+      <value>Sketchy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/lottery/lottery.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://stupidmonkey1288.googlepages.com/sketchy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/lottery/lottery.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://stupidmonkey1288.googlepages.com/sketchy.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2851,29 +2851,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lucky numbers</title>
-      <short-title>Lucky numbers</short-title>
+      <title>Sketchy</title>
+      <short-title>Sketchy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SparksGadget">
-    <portlet-name>SparksGadget</portlet-name>
-    <display-name>Sparks</display-name>
-    <description>Google Gadgets: Sparks Gadget</description>
+  <portlet id="FamilyGuyQuotesGadget">
+    <portlet-name>FamilyGuyQuotesGadget</portlet-name>
+    <display-name>Family Guy Quotes</display-name>
+    <description>Google Gadgets: Family Guy Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sparks</value>
+      <value>Family Guy Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/sparks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105645397828936397044%26mid%3D97%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/sparks.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D105645397828936397044%26mid%3D97%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2884,29 +2884,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sparks</title>
-      <short-title>Sparks</short-title>
+      <title>Family Guy Quotes</title>
+      <short-title>Family Guy Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AssassinationSimulatorGadget">
-    <portlet-name>AssassinationSimulatorGadget</portlet-name>
-    <display-name>Assassination Simulator</display-name>
-    <description>Google Gadgets: Assassination Simulator Gadget</description>
+  <portlet id="WicWacWoeGadget">
+    <portlet-name>WicWacWoeGadget</portlet-name>
+    <display-name>Wic Wac Woe</display-name>
+    <description>Google Gadgets: Wic Wac Woe Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Assassination Simulator</value>
+      <value>Wic Wac Woe</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/assassinationsimulatorGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mavrinac.com/projects/wicwacwoe/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/assassinationsimulatorGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mavrinac.com/projects/wicwacwoe/google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2917,29 +2917,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Assassination Simulator</title>
-      <short-title>Assassination Simulator</short-title>
+      <title>Wic Wac Woe</title>
+      <short-title>Wic Wac Woe</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SketchyGadget">
-    <portlet-name>SketchyGadget</portlet-name>
-    <display-name>Sketchy</display-name>
-    <description>Google Gadgets: Sketchy Gadget</description>
+  <portlet id="SupergameschMahJonggGadget">
+    <portlet-name>SupergameschMahJonggGadget</portlet-name>
+    <display-name>Supergames.ch - Mah Jongg</display-name>
+    <description>Google Gadgets: Supergames.ch - Mah Jongg Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sketchy</value>
+      <value>Supergames.ch - Mah Jongg</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://stupidmonkey1288.googlepages.com/sketchy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.supergames.ch/gadgets/google/mahjongg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://stupidmonkey1288.googlepages.com/sketchy.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.supergames.ch/gadgets/google/mahjongg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2950,29 +2950,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sketchy</title>
-      <short-title>Sketchy</short-title>
+      <title>Supergames.ch - Mah Jongg</title>
+      <short-title>Supergames.ch - Mah Jongg</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TarotGadget">
-    <portlet-name>TarotGadget</portlet-name>
-    <display-name>Tarot</display-name>
-    <description>Google Gadgets: Tarot Gadget</description>
+  <portlet id="MiniPoolGadget">
+    <portlet-name>MiniPoolGadget</portlet-name>
+    <display-name>Mini Pool</display-name>
+    <description>Google Gadgets: Mini Pool Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tarot</value>
+      <value>Mini Pool</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/minipoolGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/minipoolGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2983,29 +2983,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tarot</title>
-      <short-title>Tarot</short-title>
+      <title>Mini Pool</title>
+      <short-title>Mini Pool</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeTriviaGamesGadget">
-    <portlet-name>FreeTriviaGamesGadget</portlet-name>
-    <display-name>Free Trivia Games</display-name>
-    <description>Google Gadgets: Free Trivia Games Gadget</description>
+  <portlet id="TableTennis2Gadget">
+    <portlet-name>TableTennis2Gadget</portlet-name>
+    <display-name>Table Tennis 2</display-name>
+    <description>Google Gadgets: Table Tennis 2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Trivia Games</value>
+      <value>Table Tennis 2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.123facts.com/google/trivia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/tabletennis2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.123facts.com/google/trivia.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/tabletennis2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3016,29 +3016,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Trivia Games</title>
-      <short-title>Free Trivia Games</short-title>
+      <title>Table Tennis 2</title>
+      <short-title>Table Tennis 2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ButterfliesGadget">
-    <portlet-name>ButterfliesGadget</portlet-name>
-    <display-name>Butterflies</display-name>
-    <description>Google Gadgets: Butterflies Gadget</description>
+  <portlet id="MyWiiNewsGadget">
+    <portlet-name>MyWiiNewsGadget</portlet-name>
+    <display-name>MyWii News</display-name>
+    <description>Google Gadgets: MyWii News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Butterflies</value>
+      <value>MyWii News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/butterflies/butterflies/butterflies.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mywii.com.au/googlenews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.modulehoster.com/websites/butterflies/butterflies/butterflies.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mywii.com.au/googlenews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3049,29 +3049,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Butterflies</title>
-      <short-title>Butterflies</short-title>
+      <title>MyWii News</title>
+      <short-title>MyWii News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AmmoAmbushGadget">
-    <portlet-name>AmmoAmbushGadget</portlet-name>
-    <display-name>Ammo Ambush</display-name>
-    <description>Google Gadgets: Ammo Ambush Gadget</description>
+  <portlet id="CookieClickGadget">
+    <portlet-name>CookieClickGadget</portlet-name>
+    <display-name>Cookie Click</display-name>
+    <description>Google Gadgets: Cookie Click Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ammo Ambush</value>
+      <value>Cookie Click</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/ammoambush_atgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.3rdpersonmedia.com/googlecookie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/ammoambush_atgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.3rdpersonmedia.com/googlecookie.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3082,29 +3082,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ammo Ambush</title>
-      <short-title>Ammo Ambush</short-title>
+      <title>Cookie Click</title>
+      <short-title>Cookie Click</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WreckedCarsatCarCryptcomGadget">
-    <portlet-name>WreckedCarsatCarCryptcomGadget</portlet-name>
-    <display-name>Wrecked Cars****@CarCr*****</display-name>
-    <description>Google Gadgets: Wrecked Cars****@CarCr***** Gadget</description>
+  <portlet id="SmarterThana5thGraderGadget">
+    <portlet-name>SmarterThana5thGraderGadget</portlet-name>
+    <display-name>Smarter Than a 5th Grader?</display-name>
+    <description>Google Gadgets: Smarter Than a 5th Grader? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wrecked Cars****@CarCr*****</value>
+      <value>Smarter Than a 5th Grader?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/wreck.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/games/fox-5th-grader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/wreck.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/games/fox-5th-grader.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3115,29 +3115,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wrecked Cars****@CarCr*****</title>
-      <short-title>Wrecked Cars****@CarCr*****</short-title>
+      <title>Smarter Than a 5th Grader?</title>
+      <short-title>Smarter Than a 5th Grader?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ColorJunctionGadget">
-    <portlet-name>ColorJunctionGadget</portlet-name>
-    <display-name>ColorJunction</display-name>
-    <description>Google Gadgets: ColorJunction Gadget</description>
+  <portlet id="ReachtheSkyGadget">
+    <portlet-name>ReachtheSkyGadget</portlet-name>
+    <display-name>Reach the Sky</display-name>
+    <description>Google Gadgets: Reach the Sky Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ColorJunction</value>
+      <value>Reach the Sky</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/colorjunction.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/reachtheskyGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/colorjunction.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/reachtheskyGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3148,29 +3148,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ColorJunction</title>
-      <short-title>ColorJunction</short-title>
+      <title>Reach the Sky</title>
+      <short-title>Reach the Sky</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ColorsGadget">
-    <portlet-name>ColorsGadget</portlet-name>
-    <display-name>Colors</display-name>
-    <description>Google Gadgets: Colors Gadget</description>
+  <portlet id="MrPenguinGadget">
+    <portlet-name>MrPenguinGadget</portlet-name>
+    <display-name>Mr. Penguin</display-name>
+    <description>Google Gadgets: Mr. Penguin Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Colors</value>
+      <value>Mr. Penguin</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/colorsGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/mrpenguinGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/colorsGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/mrpenguinGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3181,29 +3181,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Colors</title>
-      <short-title>Colors</short-title>
+      <title>Mr. Penguin</title>
+      <short-title>Mr. Penguin</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MySpacePopularVideosGadget">
-    <portlet-name>MySpacePopularVideosGadget</portlet-name>
-    <display-name>MySpace Popular Videos</display-name>
-    <description>Google Gadgets: MySpace Popular Videos Gadget</description>
+  <portlet id="LuckynumbersGadget">
+    <portlet-name>LuckynumbersGadget</portlet-name>
+    <display-name>Lucky numbers</display-name>
+    <description>Google Gadgets: Lucky numbers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MySpace Popular Videos</value>
+      <value>Lucky numbers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/lottery/lottery.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/lottery/lottery.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3214,29 +3214,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MySpace Popular Videos</title>
-      <short-title>MySpace Popular Videos</short-title>
+      <title>Lucky numbers</title>
+      <short-title>Lucky numbers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomWikipediaArticleGadget">
-    <portlet-name>RandomWikipediaArticleGadget</portlet-name>
-    <display-name>Random Wikipedia Article</display-name>
-    <description>Google Gadgets: Random Wikipedia Article Gadget</description>
+  <portlet id="ComicsGadget">
+    <portlet-name>ComicsGadget</portlet-name>
+    <display-name>Comics</display-name>
+    <description>Google Gadgets: Comics Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Wikipedia Article</value>
+      <value>Comics</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.therandomhomepage.com/google/gadgets/randomwiki/RandomWikiModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.grimmthething.com/googmods/comics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.therandomhomepage.com/google/gadgets/randomwiki/RandomWikiModule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.grimmthething.com/googmods/comics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3247,29 +3247,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Wikipedia Article</title>
-      <short-title>Random Wikipedia Article</short-title>
+      <title>Comics</title>
+      <short-title>Comics</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VirtualCopGadget">
-    <portlet-name>VirtualCopGadget</portlet-name>
-    <display-name>Virtual Cop</display-name>
-    <description>Google Gadgets: Virtual Cop Gadget</description>
+  <portlet id="Here39sYourSignGadget">
+    <portlet-name>Here39sYourSignGadget</portlet-name>
+    <display-name>Here&#39;s Your Sign...</display-name>
+    <description>Google Gadgets: Here&#39;s Your Sign... Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Virtual Cop</value>
+      <value>Here&#39;s Your Sign...</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/virtualcop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/signs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/virtualcop.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/signs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3280,29 +3280,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Virtual Cop</title>
-      <short-title>Virtual Cop</short-title>
+      <title>Here&#39;s Your Sign...</title>
+      <short-title>Here&#39;s Your Sign...</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BeeStingGameGadget">
-    <portlet-name>BeeStingGameGadget</portlet-name>
-    <display-name>BeeSting Game</display-name>
-    <description>Google Gadgets: BeeSting Game Gadget</description>
+  <portlet id="comicsGadget">
+    <portlet-name>comicsGadget</portlet-name>
+    <display-name>comics</display-name>
+    <description>Google Gadgets: comics Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BeeSting Game</value>
+      <value>comics</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ww20.freearcade.com/rss/beesting.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://scripts.mit.edu/~sharo/comics/comics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ww20.freearcade.com/rss/beesting.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://scripts.mit.edu/~sharo/comics/comics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3313,29 +3313,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BeeSting Game</title>
-      <short-title>BeeSting Game</short-title>
+      <title>comics</title>
+      <short-title>comics</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ElasticSoccerGadget">
-    <portlet-name>ElasticSoccerGadget</portlet-name>
-    <display-name>Elastic Soccer</display-name>
-    <description>Google Gadgets: Elastic Soccer Gadget</description>
+  <portlet id="MahjonggGadget">
+    <portlet-name>MahjonggGadget</portlet-name>
+    <display-name>Mahjongg</display-name>
+    <description>Google Gadgets: Mahjongg Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Elastic Soccer</value>
+      <value>Mahjongg</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/elasticsoccerGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/mahjonggwmgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/elasticsoccerGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/mahjonggwmgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3346,29 +3346,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Elastic Soccer</title>
-      <short-title>Elastic Soccer</short-title>
+      <title>Mahjongg</title>
+      <short-title>Mahjongg</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TinyWarzGadget">
-    <portlet-name>TinyWarzGadget</portlet-name>
-    <display-name>TinyWarz</display-name>
-    <description>Google Gadgets: TinyWarz Gadget</description>
+  <portlet id="LabPixiesTVGadget">
+    <portlet-name>LabPixiesTVGadget</portlet-name>
+    <display-name>LabPixies TV</display-name>
+    <description>Google Gadgets: LabPixies TV Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TinyWarz</value>
+      <value>LabPixies TV</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tinywarz.com/google_killboard.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/tv/tv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tinywarz.com/google_killboard.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/tv/tv.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3379,29 +3379,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TinyWarz</title>
-      <short-title>TinyWarz</short-title>
+      <title>LabPixies TV</title>
+      <short-title>LabPixies TV</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SurveyGoogleGadgetGadget">
-    <portlet-name>SurveyGoogleGadgetGadget</portlet-name>
-    <display-name>Survey Google Gadget</display-name>
-    <description>Google Gadgets: Survey Google Gadget Gadget</description>
+  <portlet id="FourinarowGadget">
+    <portlet-name>FourinarowGadget</portlet-name>
+    <display-name>Four in a row</display-name>
+    <description>Google Gadgets: Four in a row Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Survey Google Gadget</value>
+      <value>Four in a row</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/survey/survey.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rspeyer.googlepages.com/connect4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/survey/survey.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rspeyer.googlepages.com/connect4.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3412,29 +3412,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Survey Google Gadget</title>
-      <short-title>Survey Google Gadget</short-title>
+      <title>Four in a row</title>
+      <short-title>Four in a row</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ProArcadeGamesFreeGamesGadget">
-    <portlet-name>ProArcadeGamesFreeGamesGadget</portlet-name>
-    <display-name>Pro Arcade Games - Free Games</display-name>
-    <description>Google Gadgets: Pro Arcade Games - Free Games Gadget</description>
+  <portlet id="CaliforniawebcamsGadget">
+    <portlet-name>CaliforniawebcamsGadget</portlet-name>
+    <display-name>California webcams</display-name>
+    <description>Google Gadgets: California webcams Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pro Arcade Games - Free Games</value>
+      <value>California webcams</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.proarcadegames.com/gad_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.swbell.net/badgettr/googlemodules/cawebcams.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.proarcadegames.com/gad_google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.swbell.net/badgettr/googlemodules/cawebcams.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3445,29 +3445,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pro Arcade Games - Free Games</title>
-      <short-title>Pro Arcade Games - Free Games</short-title>
+      <title>California webcams</title>
+      <short-title>California webcams</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoreBloonsGadget">
-    <portlet-name>MoreBloonsGadget</portlet-name>
-    <display-name>More Bloons</display-name>
-    <description>Google Gadgets: More Bloons Gadget</description>
+  <portlet id="YahoogleGadget">
+    <portlet-name>YahoogleGadget</portlet-name>
+    <display-name>Yahoogle</display-name>
+    <description>Google Gadgets: Yahoogle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>More Bloons</value>
+      <value>Yahoogle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/bloons2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://media.liquidx.net/xml/yahoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theweather.tk/googlegadgets/bloons2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://media.liquidx.net/xml/yahoogle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3478,29 +3478,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>More Bloons</title>
-      <short-title>More Bloons</short-title>
+      <title>Yahoogle</title>
+      <short-title>Yahoogle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RubikPuzzleGadget">
-    <portlet-name>RubikPuzzleGadget</portlet-name>
-    <display-name>Rubik Puzzle</display-name>
-    <description>Google Gadgets: Rubik Puzzle Gadget</description>
+  <portlet id="ColoringPictureoftheDayGadget">
+    <portlet-name>ColoringPictureoftheDayGadget</portlet-name>
+    <display-name>Coloring Picture of the Day</display-name>
+    <description>Google Gadgets: Coloring Picture of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rubik Puzzle</value>
+      <value>Coloring Picture of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/rubikgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.surfnetkids.com/message/coloring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/rubikgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.surfnetkids.com/message/coloring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3511,29 +3511,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rubik Puzzle</title>
-      <short-title>Rubik Puzzle</short-title>
+      <title>Coloring Picture of the Day</title>
+      <short-title>Coloring Picture of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MatchUpwordgameGadget">
-    <portlet-name>MatchUpwordgameGadget</portlet-name>
-    <display-name>Match Up (word game)</display-name>
-    <description>Google Gadgets: Match Up (word game) Gadget</description>
+  <portlet id="CrazyCastleGadget">
+    <portlet-name>CrazyCastleGadget</portlet-name>
+    <display-name>Crazy Castle</display-name>
+    <description>Google Gadgets: Crazy Castle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Match Up (word game)</value>
+      <value>Crazy Castle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/matchup-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/crazycastleGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thefreedictionary.com/_/WoD/matchup-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/crazycastleGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3544,29 +3544,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Match Up (word game)</title>
-      <short-title>Match Up (word game)</short-title>
+      <title>Crazy Castle</title>
+      <short-title>Crazy Castle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CryptogramoftheDayGadget">
-    <portlet-name>CryptogramoftheDayGadget</portlet-name>
-    <display-name>Cryptogram of the Day</display-name>
-    <description>Google Gadgets: Cryptogram of the Day Gadget</description>
+  <portlet id="TarotGadget">
+    <portlet-name>TarotGadget</portlet-name>
+    <display-name>Tarot</display-name>
+    <description>Google Gadgets: Tarot Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cryptogram of the Day</value>
+      <value>Tarot</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cryptograms.org/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cryptograms.org/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3577,29 +3577,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cryptogram of the Day</title>
-      <short-title>Cryptogram of the Day</short-title>
+      <title>Tarot</title>
+      <short-title>Tarot</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EiffelTowerLiveWebcamGadget">
-    <portlet-name>EiffelTowerLiveWebcamGadget</portlet-name>
-    <display-name>Eiffel Tower Live Webcam</display-name>
-    <description>Google Gadgets: Eiffel Tower Live Webcam Gadget</description>
+  <portlet id="ThisDayinHistoryGadget">
+    <portlet-name>ThisDayinHistoryGadget</portlet-name>
+    <display-name>This Day in History</display-name>
+    <description>Google Gadgets: This Day in History Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Eiffel Tower Live Webcam</value>
+      <value>This Day in History</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.paris-live.com/module/module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sitesure.com/gadget/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.paris-live.com/module/module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sitesure.com/gadget/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3610,29 +3610,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Eiffel Tower Live Webcam</title>
-      <short-title>Eiffel Tower Live Webcam</short-title>
+      <title>This Day in History</title>
+      <short-title>This Day in History</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NavalGunGadget">
-    <portlet-name>NavalGunGadget</portlet-name>
-    <display-name>Naval Gun</display-name>
-    <description>Google Gadgets: Naval Gun Gadget</description>
+  <portlet id="3DPregnancy1Gadget">
+    <portlet-name>3DPregnancy1Gadget</portlet-name>
+    <display-name>3DPregnancy</display-name>
+    <description>Google Gadgets: 3DPregnancy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Naval Gun</value>
+      <value>3DPregnancy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/navalgunGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106433716479732287024/flash_final.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/navalgunGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106433716479732287024/flash_final.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3643,29 +3643,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Naval Gun</title>
-      <short-title>Naval Gun</short-title>
+      <title>3DPregnancy</title>
+      <short-title>3DPregnancy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LuckyStarsGadget">
-    <portlet-name>LuckyStarsGadget</portlet-name>
-    <display-name>Lucky Stars!!</display-name>
-    <description>Google Gadgets: Lucky Stars!! Gadget</description>
+  <portlet id="AsteroidsGadget">
+    <portlet-name>AsteroidsGadget</portlet-name>
+    <display-name>Asteroids</display-name>
+    <description>Google Gadgets: Asteroids Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lucky Stars!!</value>
+      <value>Asteroids</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/luckystars.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/Asteroidsgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/luckystars.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/Asteroidsgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3676,29 +3676,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lucky Stars!!</title>
-      <short-title>Lucky Stars!!</short-title>
+      <title>Asteroids</title>
+      <short-title>Asteroids</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PolaroidPuzzleGadget">
-    <portlet-name>PolaroidPuzzleGadget</portlet-name>
-    <display-name>Polaroid Puzzle</display-name>
-    <description>Google Gadgets: Polaroid Puzzle Gadget</description>
+  <portlet id="FandangoMovieShowtimesGadget">
+    <portlet-name>FandangoMovieShowtimesGadget</portlet-name>
+    <display-name>Fandango Movie Showtimes</display-name>
+    <description>Google Gadgets: Fandango Movie Showtimes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Polaroid Puzzle</value>
+      <value>Fandango Movie Showtimes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/puzzle/puzzle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fandango.com/google/homepagemodule/fandangogooglehomepage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/puzzle/puzzle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fandango.com/google/homepagemodule/fandangogooglehomepage.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3709,29 +3709,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Polaroid Puzzle</title>
-      <short-title>Polaroid Puzzle</short-title>
+      <title>Fandango Movie Showtimes</title>
+      <short-title>Fandango Movie Showtimes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="3DMazeGadget">
-    <portlet-name>3DMazeGadget</portlet-name>
-    <display-name>3D Maze</display-name>
-    <description>Google Gadgets: 3D Maze Gadget</description>
+  <portlet id="MotorcyclePicturesatMotorcyclePicturescomGadget">
+    <portlet-name>MotorcyclePicturesatMotorcyclePicturescomGadget</portlet-name>
+    <display-name>Motorcycle Pictures at Moto...</display-name>
+    <description>Google Gadgets: Motorcycle Pictu****@Motor***** Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>3D Maze</value>
+      <value>Motorcycle Pictu****@Motor*****</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/3dmaze_noscoreGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/motorcycle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/3dmaze_noscoreGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/motorcycle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3742,29 +3742,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>3D Maze</title>
-      <short-title>3D Maze</short-title>
+      <title>Motorcycle Pictu****@Motor*****</title>
+      <short-title>Motorcycle Pictu****@Motor*****</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameDeluxePoolGadget">
-    <portlet-name>MiniclipGameDeluxePoolGadget</portlet-name>
-    <display-name>Miniclip Game - Deluxe Pool</display-name>
-    <description>Google Gadgets: Miniclip Game - Deluxe Pool Gadget</description>
+  <portlet id="YoutubePopularVideosGadget">
+    <portlet-name>YoutubePopularVideosGadget</portlet-name>
+    <display-name>Youtube Popular Videos</display-name>
+    <description>Google Gadgets: Youtube Popular Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Deluxe Pool</value>
+      <value>Youtube Popular Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/deluxe-pool/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/youtubeNew1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/deluxe-pool/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/youtubeNew1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3775,29 +3775,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Deluxe Pool</title>
-      <short-title>Miniclip Game - Deluxe Pool</short-title>
+      <title>Youtube Popular Videos</title>
+      <short-title>Youtube Popular Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FatFredGadget">
-    <portlet-name>FatFredGadget</portlet-name>
-    <display-name>Fat Fred</display-name>
-    <description>Google Gadgets: Fat Fred Gadget</description>
+  <portlet id="BeeStingGameGadget">
+    <portlet-name>BeeStingGameGadget</portlet-name>
+    <display-name>BeeSting Game</display-name>
+    <description>Google Gadgets: BeeSting Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fat Fred</value>
+      <value>BeeSting Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/fatfred.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ww20.freearcade.com/rss/beesting.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/fatfred.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ww20.freearcade.com/rss/beesting.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3808,29 +3808,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fat Fred</title>
-      <short-title>Fat Fred</short-title>
+      <title>BeeSting Game</title>
+      <short-title>BeeSting Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ShootingGadget">
-    <portlet-name>ShootingGadget</portlet-name>
-    <display-name>Shooting</display-name>
-    <description>Google Gadgets: Shooting Gadget</description>
+  <portlet id="ThisorThatGadget">
+    <portlet-name>ThisorThatGadget</portlet-name>
+    <display-name>This or That?</display-name>
+    <description>Google Gadgets: This or That? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Shooting</value>
+      <value>This or That?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/shooting.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cox-tv.com/thisorthat/totgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/shooting.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cox-tv.com/thisorthat/totgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3841,29 +3841,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Shooting</title>
-      <short-title>Shooting</short-title>
+      <title>This or That?</title>
+      <short-title>This or That?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FunPicsjokes4allnetGadget">
-    <portlet-name>FunPicsjokes4allnetGadget</portlet-name>
-    <display-name>Fun Pics - jokes4all.net</display-name>
-    <description>Google Gadgets: Fun Pics - jokes4all.net Gadget</description>
+  <portlet id="DuneBashinginDubaiGadget">
+    <portlet-name>DuneBashinginDubaiGadget</portlet-name>
+    <display-name>Dune Bashing in Dubai</display-name>
+    <description>Google Gadgets: Dune Bashing in Dubai Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fun Pics - jokes4all.net</value>
+      <value>Dune Bashing in Dubai</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jokes4all.net/funpics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/dunebashingindubaiGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jokes4all.net/funpics.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/dunebashingindubaiGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3874,29 +3874,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fun Pics - jokes4all.net</title>
-      <short-title>Fun Pics - jokes4all.net</short-title>
+      <title>Dune Bashing in Dubai</title>
+      <short-title>Dune Bashing in Dubai</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MahjonggGadget">
-    <portlet-name>MahjonggGadget</portlet-name>
-    <display-name>Mahjongg</display-name>
-    <description>Google Gadgets: Mahjongg Gadget</description>
+  <portlet id="TheDevil39sDictionaryGadget">
+    <portlet-name>TheDevil39sDictionaryGadget</portlet-name>
+    <display-name>The Devil&#39;s Dictionary</display-name>
+    <description>Google Gadgets: The Devil&#39;s Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mahjongg</value>
+      <value>The Devil&#39;s Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/mahjonggwmgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/bierce.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/mahjonggwmgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/bierce.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3907,29 +3907,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mahjongg</title>
-      <short-title>Mahjongg</short-title>
+      <title>The Devil&#39;s Dictionary</title>
+      <short-title>The Devil&#39;s Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TableTennis2Gadget">
-    <portlet-name>TableTennis2Gadget</portlet-name>
-    <display-name>Table Tennis 2</display-name>
-    <description>Google Gadgets: Table Tennis 2 Gadget</description>
+  <portlet id="FloodItGadget">
+    <portlet-name>FloodItGadget</portlet-name>
+    <display-name>Flood It</display-name>
+    <description>Google Gadgets: Flood It Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Table Tennis 2</value>
+      <value>Flood It</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/tabletennis2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/flood/flood.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/tabletennis2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/flood/flood.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3940,29 +3940,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Table Tennis 2</title>
-      <short-title>Table Tennis 2</short-title>
+      <title>Flood It</title>
+      <short-title>Flood It</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahoogleGadget">
-    <portlet-name>YahoogleGadget</portlet-name>
-    <display-name>Yahoogle</display-name>
-    <description>Google Gadgets: Yahoogle Gadget</description>
+  <portlet id="AdrenalineGadget">
+    <portlet-name>AdrenalineGadget</portlet-name>
+    <display-name>Adrenaline</display-name>
+    <description>Google Gadgets: Adrenaline Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoogle</value>
+      <value>Adrenaline</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://media.liquidx.net/xml/yahoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/adrenalinegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://media.liquidx.net/xml/yahoogle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/adrenalinegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3973,29 +3973,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoogle</title>
-      <short-title>Yahoogle</short-title>
+      <title>Adrenaline</title>
+      <short-title>Adrenaline</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TaxiDriverGadget">
-    <portlet-name>TaxiDriverGadget</portlet-name>
-    <display-name>Taxi Driver</display-name>
-    <description>Google Gadgets: Taxi Driver Gadget</description>
+  <portlet id="VirtualCopGadget">
+    <portlet-name>VirtualCopGadget</portlet-name>
+    <display-name>Virtual Cop</display-name>
+    <description>Google Gadgets: Virtual Cop Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Taxi Driver</value>
+      <value>Virtual Cop</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/taxidriverGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/virtualcop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/taxidriverGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/virtualcop.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4006,29 +4006,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Taxi Driver</title>
-      <short-title>Taxi Driver</short-title>
+      <title>Virtual Cop</title>
+      <short-title>Virtual Cop</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BikeManiaOnIceGadget">
-    <portlet-name>BikeManiaOnIceGadget</portlet-name>
-    <display-name>Bike Mania On Ice</display-name>
-    <description>Google Gadgets: Bike Mania On Ice Gadget</description>
+  <portlet id="4X4RallyGadget">
+    <portlet-name>4X4RallyGadget</portlet-name>
+    <display-name>4X4 Rally</display-name>
+    <description>Google Gadgets: 4X4 Rally Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bike Mania On Ice</value>
+      <value>4X4 Rally</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/bikemaniaonicegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/4x4rallygadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/bikemaniaonicegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/4x4rallygadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4039,29 +4039,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bike Mania On Ice</title>
-      <short-title>Bike Mania On Ice</short-title>
+      <title>4X4 Rally</title>
+      <short-title>4X4 Rally</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WarGamesGadget">
-    <portlet-name>WarGamesGadget</portlet-name>
-    <display-name>War Games</display-name>
-    <description>Google Gadgets: War Games Gadget</description>
+  <portlet id="TheDollPalaceDollOfTheDayGadget">
+    <portlet-name>TheDollPalaceDollOfTheDayGadget</portlet-name>
+    <display-name>The Doll Palace Doll Of The...</display-name>
+    <description>Google Gadgets: The Doll Palace Doll Of The Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>War Games</value>
+      <value>The Doll Palace Doll Of The Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/wargames.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thedollpalace.com/rss/doll-of-the-day.xml.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/wargames.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thedollpalace.com/rss/doll-of-the-day.xml.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4072,29 +4072,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>War Games</title>
-      <short-title>War Games</short-title>
+      <title>The Doll Palace Doll Of The Day</title>
+      <short-title>The Doll Palace Doll Of The Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GeographyZonecom39sGeographyChallengeGadget">
-    <portlet-name>GeographyZonecom39sGeographyChallengeGadget</portlet-name>
-    <display-name>GeographyZone.com&#39;s Geography Challenge</display-name>
-    <description>Google Gadgets: GeographyZone.com&#39;s Geography Challenge Gadget</description>
+  <portlet id="FreeTriviaGamesGadget">
+    <portlet-name>FreeTriviaGamesGadget</portlet-name>
+    <display-name>Free Trivia Games</display-name>
+    <description>Google Gadgets: Free Trivia Games Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GeographyZone.com&#39;s Geography Challenge</value>
+      <value>Free Trivia Games</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geographyzone.com/geographychallenge.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.123facts.com/google/trivia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geographyzone.com/geographychallenge.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.123facts.com/google/trivia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4105,29 +4105,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GeographyZone.com&#39;s Geography Challenge</title>
-      <short-title>GeographyZone.com&#39;s Geography Challenge</short-title>
+      <title>Free Trivia Games</title>
+      <short-title>Free Trivia Games</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PumpkinRunGadget">
-    <portlet-name>PumpkinRunGadget</portlet-name>
-    <display-name>Pumpkin Run</display-name>
-    <description>Google Gadgets: Pumpkin Run Gadget</description>
+  <portlet id="SkateBoyGadget">
+    <portlet-name>SkateBoyGadget</portlet-name>
+    <display-name>Skate Boy</display-name>
+    <description>Google Gadgets: Skate Boy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pumpkin Run</value>
+      <value>Skate Boy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/pumpkinrunGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/skateboygadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/pumpkinrunGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/skateboygadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4138,29 +4138,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pumpkin Run</title>
-      <short-title>Pumpkin Run</short-title>
+      <title>Skate Boy</title>
+      <short-title>Skate Boy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HungryBobGadget">
-    <portlet-name>HungryBobGadget</portlet-name>
-    <display-name>Hungry Bob</display-name>
-    <description>Google Gadgets: Hungry Bob Gadget</description>
+  <portlet id="MightyMagicTricksGadget">
+    <portlet-name>MightyMagicTricksGadget</portlet-name>
+    <display-name>Mighty Magic Tricks</display-name>
+    <description>Google Gadgets: Mighty Magic Tricks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hungry Bob</value>
+      <value>Mighty Magic Tricks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/HungryBobGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://vurdlak.googlepages.com/tricksgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/HungryBobGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://vurdlak.googlepages.com/tricksgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4171,29 +4171,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hungry Bob</title>
-      <short-title>Hungry Bob</short-title>
+      <title>Mighty Magic Tricks</title>
+      <short-title>Mighty Magic Tricks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DisneyCharacteroftheDayGadget">
-    <portlet-name>DisneyCharacteroftheDayGadget</portlet-name>
-    <display-name>Disney Character of the Day</display-name>
-    <description>Google Gadgets: Disney Character of the Day Gadget</description>
+  <portlet id="CollapseGadget">
+    <portlet-name>CollapseGadget</portlet-name>
+    <display-name>Collapse</display-name>
+    <description>Google Gadgets: Collapse Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Disney Character of the Day</value>
+      <value>Collapse</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/disney-characters.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/CollapseGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/disney-characters.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/CollapseGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4204,29 +4204,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Disney Character of the Day</title>
-      <short-title>Disney Character of the Day</short-title>
+      <title>Collapse</title>
+      <short-title>Collapse</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SantaJumpGadget">
-    <portlet-name>SantaJumpGadget</portlet-name>
-    <display-name>Santa Jump</display-name>
-    <description>Google Gadgets: Santa Jump Gadget</description>
+  <portlet id="LuckyStarsGadget">
+    <portlet-name>LuckyStarsGadget</portlet-name>
+    <display-name>Lucky Stars!!</display-name>
+    <description>Google Gadgets: Lucky Stars!! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Santa Jump</value>
+      <value>Lucky Stars!!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/skijumpgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/luckystars.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/skijumpgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/luckystars.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4237,29 +4237,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Santa Jump</title>
-      <short-title>Santa Jump</short-title>
+      <title>Lucky Stars!!</title>
+      <short-title>Lucky Stars!!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameGyroballGadget">
-    <portlet-name>MiniclipGameGyroballGadget</portlet-name>
-    <display-name>Miniclip Game - Gyroball</display-name>
-    <description>Google Gadgets: Miniclip Game - Gyroball Gadget</description>
+  <portlet id="MySpacePopularVideosGadget">
+    <portlet-name>MySpacePopularVideosGadget</portlet-name>
+    <display-name>MySpace Popular Videos</display-name>
+    <description>Google Gadgets: MySpace Popular Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Gyroball</value>
+      <value>MySpace Popular Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/gyroball/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/gyroball/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4270,29 +4270,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Gyroball</title>
-      <short-title>Miniclip Game - Gyroball</short-title>
+      <title>MySpace Popular Videos</title>
+      <short-title>MySpace Popular Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MixaPolGadget">
-    <portlet-name>MixaPolGadget</portlet-name>
-    <display-name>Mix-a-Pol</display-name>
-    <description>Google Gadgets: Mix-a-Pol Gadget</description>
+  <portlet id="TicTacToeGadget">
+    <portlet-name>TicTacToeGadget</portlet-name>
+    <display-name>Tic-Tac-Toe</display-name>
+    <description>Google Gadgets: Tic-Tac-Toe Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mix-a-Pol</value>
+      <value>Tic-Tac-Toe</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.soasoas.com/mix/mix-a-pol.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/tictactoe.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.soasoas.com/mix/mix-a-pol.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/tictactoe.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4303,29 +4303,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mix-a-Pol</title>
-      <short-title>Mix-a-Pol</short-title>
+      <title>Tic-Tac-Toe</title>
+      <short-title>Tic-Tac-Toe</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SlingoDeluxeGadget">
-    <portlet-name>SlingoDeluxeGadget</portlet-name>
-    <display-name>Slingo Deluxe</display-name>
-    <description>Google Gadgets: Slingo Deluxe Gadget</description>
+  <portlet id="SportsPhotosoftheDayGadget">
+    <portlet-name>SportsPhotosoftheDayGadget</portlet-name>
+    <display-name>Sports Photos of the Day</display-name>
+    <description>Google Gadgets: Sports Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Slingo Deluxe</value>
+      <value>Sports Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dmwalls.googlepages.com/slingodeluxe.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/sports-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dmwalls.googlepages.com/slingodeluxe.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/sports-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4336,29 +4336,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Slingo Deluxe</title>
-      <short-title>Slingo Deluxe</short-title>
+      <title>Sports Photos of the Day</title>
+      <short-title>Sports Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MentalWorkoutArithmeticExercisesGadget">
-    <portlet-name>MentalWorkoutArithmeticExercisesGadget</portlet-name>
-    <display-name>Mental Workout - Arithmetic Exercises</display-name>
-    <description>Google Gadgets: Mental Workout - Arithmetic Exercises Gadget</description>
+  <portlet id="RealAgeGadget">
+    <portlet-name>RealAgeGadget</portlet-name>
+    <display-name>Real Age</display-name>
+    <description>Google Gadgets: Real Age Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mental Workout - Arithmetic Exercises</value>
+      <value>Real Age</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mental-workout.com/gadgets/google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.delsearegional.us/academic/classes/highschool/science/physics/age/age.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mental-workout.com/gadgets/google-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.delsearegional.us/academic/classes/highschool/science/physics/age/age.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4369,29 +4369,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mental Workout - Arithmetic Exercises</title>
-      <short-title>Mental Workout - Arithmetic Exercises</short-title>
+      <title>Real Age</title>
+      <short-title>Real Age</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YourDailyHoroscopesGadget">
-    <portlet-name>YourDailyHoroscopesGadget</portlet-name>
-    <display-name>Your Daily Horoscopes</display-name>
-    <description>Google Gadgets: Your Daily Horoscopes Gadget</description>
+  <portlet id="PatienceGadget">
+    <portlet-name>PatienceGadget</portlet-name>
+    <display-name>Patience</display-name>
+    <description>Google Gadgets: Patience Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Your Daily Horoscopes</value>
+      <value>Patience</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.californiapsychic.com/p_admin_xml/google/googleModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hansschmucker.googlepages.com/patienceig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.californiapsychic.com/p_admin_xml/google/googleModule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hansschmucker.googlepages.com/patienceig.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4402,29 +4402,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Your Daily Horoscopes</title>
-      <short-title>Your Daily Horoscopes</short-title>
+      <title>Patience</title>
+      <short-title>Patience</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BowlingGadget">
-    <portlet-name>BowlingGadget</portlet-name>
-    <display-name>Bowling</display-name>
-    <description>Google Gadgets: Bowling Gadget</description>
+  <portlet id="QuickDecisionMakerGadget">
+    <portlet-name>QuickDecisionMakerGadget</portlet-name>
+    <display-name>Quick Decision Maker</display-name>
+    <description>Google Gadgets: Quick Decision Maker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bowling</value>
+      <value>Quick Decision Maker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/bowlinggadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/delabs/gadgets/toss/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/bowlinggadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/delabs/gadgets/toss/index.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4435,29 +4435,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bowling</title>
-      <short-title>Bowling</short-title>
+      <title>Quick Decision Maker</title>
+      <short-title>Quick Decision Maker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlagGadget">
-    <portlet-name>FlagGadget</portlet-name>
-    <display-name>Flag</display-name>
-    <description>Google Gadgets: Flag Gadget</description>
+  <portlet id="SweetIMDailyEmoticonGadget">
+    <portlet-name>SweetIMDailyEmoticonGadget</portlet-name>
+    <display-name>SweetIM Daily Emoticon</display-name>
+    <description>Google Gadgets: SweetIM Daily Emoticon Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flag</value>
+      <value>SweetIM Daily Emoticon</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/krslksrls/flags.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/sweetim/sweetim.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/krslksrls/flags.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/sweetim/sweetim.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4468,29 +4468,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flag</title>
-      <short-title>Flag</short-title>
+      <title>SweetIM Daily Emoticon</title>
+      <short-title>SweetIM Daily Emoticon</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeOnlineGamesGadget">
-    <portlet-name>FreeOnlineGamesGadget</portlet-name>
-    <display-name>Free Online Games</display-name>
-    <description>Google Gadgets: Free Online Games Gadget</description>
+  <portlet id="GoogleHotTrendsGadget">
+    <portlet-name>GoogleHotTrendsGadget</portlet-name>
+    <display-name>Google Hot Trends</display-name>
+    <description>Google Gadgets: Google Hot Trends Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Online Games</value>
+      <value>Google Hot Trends</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.goplay247.com/ext/gmodule_pop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.marcelmaatkamp.com/googletrends.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.goplay247.com/ext/gmodule_pop.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.marcelmaatkamp.com/googletrends.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4501,29 +4501,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Online Games</title>
-      <short-title>Free Online Games</short-title>
+      <title>Google Hot Trends</title>
+      <short-title>Google Hot Trends</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YoutubeVideoPlayerGadget">
-    <portlet-name>YoutubeVideoPlayerGadget</portlet-name>
-    <display-name>Youtube Video Player</display-name>
-    <description>Google Gadgets: Youtube Video Player Gadget</description>
+  <portlet id="MindReaderGadget">
+    <portlet-name>MindReaderGadget</portlet-name>
+    <display-name>Mind Reader</display-name>
+    <description>Google Gadgets: Mind Reader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Youtube Video Player</value>
+      <value>Mind Reader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://youtubevideog.googlecode.com/svn/trunk/youtubeplayer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cumakt.googlepages.com/mindreader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://youtubevideog.googlecode.com/svn/trunk/youtubeplayer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cumakt.googlepages.com/mindreader.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4534,29 +4534,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Youtube Video Player</title>
-      <short-title>Youtube Video Player</short-title>
+      <title>Mind Reader</title>
+      <short-title>Mind Reader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DropOffGadget">
-    <portlet-name>DropOffGadget</portlet-name>
-    <display-name>Drop Off</display-name>
-    <description>Google Gadgets: Drop Off Gadget</description>
+  <portlet id="PersonalizedHoroscopeWidgetGadget">
+    <portlet-name>PersonalizedHoroscopeWidgetGadget</portlet-name>
+    <display-name>Personalized Horoscope Widget</display-name>
+    <description>Google Gadgets: Personalized Horoscope Widget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Drop Off</value>
+      <value>Personalized Horoscope Widget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/dropoffGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4637c39186d4a84e/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/dropoffGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/4637c39186d4a84e/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4567,29 +4567,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Drop Off</title>
-      <short-title>Drop Off</short-title>
+      <title>Personalized Horoscope Widget</title>
+      <short-title>Personalized Horoscope Widget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashSonicGadget">
-    <portlet-name>FlashSonicGadget</portlet-name>
-    <display-name>Flash Sonic</display-name>
-    <description>Google Gadgets: Flash Sonic Gadget</description>
+  <portlet id="SubMachineGadget">
+    <portlet-name>SubMachineGadget</portlet-name>
+    <display-name>Sub Machine</display-name>
+    <description>Google Gadgets: Sub Machine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Sonic</value>
+      <value>Sub Machine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/ultimate-flash-sonicGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/submachineGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/ultimate-flash-sonicGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/submachineGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4600,29 +4600,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Sonic</title>
-      <short-title>Flash Sonic</short-title>
+      <title>Sub Machine</title>
+      <short-title>Sub Machine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeCellGadget">
-    <portlet-name>FreeCellGadget</portlet-name>
-    <display-name>FreeCell</display-name>
-    <description>Google Gadgets: FreeCell Gadget</description>
+  <portlet id="eLouai39sPortraitMakerGadget">
+    <portlet-name>eLouai39sPortraitMakerGadget</portlet-name>
+    <display-name>eLouai&#39;s Portrait Maker</display-name>
+    <description>Google Gadgets: eLouai&#39;s Portrait Maker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FreeCell</value>
+      <value>eLouai&#39;s Portrait Maker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://members.aol.com/markjson/ig_freecell.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dollmakercode.com/avatar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://members.aol.com/markjson/ig_freecell.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dollmakercode.com/avatar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4633,29 +4633,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FreeCell</title>
-      <short-title>FreeCell</short-title>
+      <title>eLouai&#39;s Portrait Maker</title>
+      <short-title>eLouai&#39;s Portrait Maker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DirtBikeGadget">
-    <portlet-name>DirtBikeGadget</portlet-name>
-    <display-name>Dirt Bike</display-name>
-    <description>Google Gadgets: Dirt Bike Gadget</description>
+  <portlet id="StrangethingsinGoogleMapsGadget">
+    <portlet-name>StrangethingsinGoogleMapsGadget</portlet-name>
+    <display-name>Strange things in Google Maps</display-name>
+    <description>Google Gadgets: Strange things in Google Maps Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dirt Bike</value>
+      <value>Strange things in Google Maps</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/dirtbikeGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.scitor.co.uk/google_homepage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/dirtbikeGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.scitor.co.uk/google_homepage.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4666,29 +4666,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dirt Bike</title>
-      <short-title>Dirt Bike</short-title>
+      <title>Strange things in Google Maps</title>
+      <short-title>Strange things in Google Maps</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleEvilorNotGadget">
-    <portlet-name>GoogleEvilorNotGadget</portlet-name>
-    <display-name>Google : Evil or Not?</display-name>
-    <description>Google Gadgets: Google : Evil or Not? Gadget</description>
+  <portlet id="RandomFinalJeopardyGadget">
+    <portlet-name>RandomFinalJeopardyGadget</portlet-name>
+    <display-name>Random Final Jeopardy!</display-name>
+    <description>Google Gadgets: Random Final Jeopardy! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google : Evil or Not?</value>
+      <value>Random Final Jeopardy!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cocaman.ch/projects/code/google/ig/google-evilness.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.j-archive.com/jarchivegooglegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cocaman.ch/projects/code/google/ig/google-evilness.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.j-archive.com/jarchivegooglegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4699,29 +4699,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google : Evil or Not?</title>
-      <short-title>Google : Evil or Not?</short-title>
+      <title>Random Final Jeopardy!</title>
+      <short-title>Random Final Jeopardy!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThePerfectHusbandGadget">
-    <portlet-name>ThePerfectHusbandGadget</portlet-name>
-    <display-name>The Perfect Husband!</display-name>
-    <description>Google Gadgets: The Perfect Husband! Gadget</description>
+  <portlet id="BomberBobGadget">
+    <portlet-name>BomberBobGadget</portlet-name>
+    <display-name>Bomber Bob</display-name>
+    <description>Google Gadgets: Bomber Bob Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Perfect Husband!</value>
+      <value>Bomber Bob</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/perfecthusband.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/bomberbobgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nuzs.com/perfecthusband.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/bomberbobgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4732,29 +4732,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Perfect Husband!</title>
-      <short-title>The Perfect Husband!</short-title>
+      <title>Bomber Bob</title>
+      <short-title>Bomber Bob</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CollapseGadget">
-    <portlet-name>CollapseGadget</portlet-name>
-    <display-name>Collapse</display-name>
-    <description>Google Gadgets: Collapse Gadget</description>
+  <portlet id="BiguanaOnlinePianoGadget">
+    <portlet-name>BiguanaOnlinePianoGadget</portlet-name>
+    <display-name>Biguana Online Piano</display-name>
+    <description>Google Gadgets: Biguana Online Piano Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Collapse</value>
+      <value>Biguana Online Piano</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/Collapsegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.biguana.com/pianog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/Collapsegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.biguana.com/pianog.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4765,29 +4765,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Collapse</title>
-      <short-title>Collapse</short-title>
+      <title>Biguana Online Piano</title>
+      <short-title>Biguana Online Piano</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HourglassGadget">
-    <portlet-name>HourglassGadget</portlet-name>
-    <display-name>Hourglass</display-name>
-    <description>Google Gadgets: Hourglass Gadget</description>
+  <portlet id="3DMazeGadget">
+    <portlet-name>3DMazeGadget</portlet-name>
+    <display-name>3D Maze</display-name>
+    <description>Google Gadgets: 3D Maze Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hourglass</value>
+      <value>3D Maze</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/hourglass/hourglass.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/3dmaze_noscoreGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/hourglass/hourglass.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/3dmaze_noscoreGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4798,29 +4798,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hourglass</title>
-      <short-title>Hourglass</short-title>
+      <title>3D Maze</title>
+      <short-title>3D Maze</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LuckyLottoNumberGeneratorGadget">
-    <portlet-name>LuckyLottoNumberGeneratorGadget</portlet-name>
-    <display-name>Lucky Lotto Number Generator</display-name>
-    <description>Google Gadgets: Lucky Lotto Number Generator Gadget</description>
+  <portlet id="SupergameschJewelsGadget">
+    <portlet-name>SupergameschJewelsGadget</portlet-name>
+    <display-name>Supergames.ch - Jewels</display-name>
+    <description>Google Gadgets: Supergames.ch - Jewels Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lucky Lotto Number Generator</value>
+      <value>Supergames.ch - Jewels</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/LottoNumbergadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.supergames.ch/gadgets/google/jewels.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/LottoNumbergadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.supergames.ch/gadgets/google/jewels.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4831,29 +4831,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lucky Lotto Number Generator</title>
-      <short-title>Lucky Lotto Number Generator</short-title>
+      <title>Supergames.ch - Jewels</title>
+      <short-title>Supergames.ch - Jewels</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IsItBedTimeGadget">
-    <portlet-name>IsItBedTimeGadget</portlet-name>
-    <display-name>Is It BedTime?</display-name>
-    <description>Google Gadgets: Is It BedTime? Gadget</description>
+  <portlet id="TanksGadget">
+    <portlet-name>TanksGadget</portlet-name>
+    <display-name>Tanks!</display-name>
+    <description>Google Gadgets: Tanks! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Is It BedTime?</value>
+      <value>Tanks!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/bedtime.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/tanksGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nuzs.com/bedtime.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/tanksGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4864,29 +4864,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Is It BedTime?</title>
-      <short-title>Is It BedTime?</short-title>
+      <title>Tanks!</title>
+      <short-title>Tanks!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThisDayinHistoryGadget">
-    <portlet-name>ThisDayinHistoryGadget</portlet-name>
-    <display-name>This Day in History</display-name>
-    <description>Google Gadgets: This Day in History Gadget</description>
+  <portlet id="ThePerfectHusbandGadget">
+    <portlet-name>ThePerfectHusbandGadget</portlet-name>
+    <display-name>The Perfect Husband!</display-name>
+    <description>Google Gadgets: The Perfect Husband! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>This Day in History</value>
+      <value>The Perfect Husband!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/history-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/perfecthusband.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thefreedictionary.com/_/WoD/history-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nuzs.com/perfecthusband.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4897,29 +4897,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>This Day in History</title>
-      <short-title>This Day in History</short-title>
+      <title>The Perfect Husband!</title>
+      <short-title>The Perfect Husband!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WordHunterXtremeGadget">
-    <portlet-name>WordHunterXtremeGadget</portlet-name>
-    <display-name>WordHunter Xtreme</display-name>
-    <description>Google Gadgets: WordHunter Xtreme Gadget</description>
+  <portlet id="StarWarsQuoteGadget">
+    <portlet-name>StarWarsQuoteGadget</portlet-name>
+    <display-name>Star Wars Quote</display-name>
+    <description>Google Gadgets: Star Wars Quote Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WordHunter Xtreme</value>
+      <value>Star Wars Quote</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://imagine-it.org/google/boggle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://3mon.com/starwars/swq.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://imagine-it.org/google/boggle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://3mon.com/starwars/swq.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4930,29 +4930,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WordHunter Xtreme</title>
-      <short-title>WordHunter Xtreme</short-title>
+      <title>Star Wars Quote</title>
+      <short-title>Star Wars Quote</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuoteoftheMomentGadget">
-    <portlet-name>QuoteoftheMomentGadget</portlet-name>
-    <display-name>Quote of the Moment</display-name>
-    <description>Google Gadgets: Quote of the Moment Gadget</description>
+  <portlet id="5onarowPuzzleGadget">
+    <portlet-name>5onarowPuzzleGadget</portlet-name>
+    <display-name>5 on a row Puzzle</display-name>
+    <description>Google Gadgets: 5 on a row Puzzle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quote of the Moment</value>
+      <value>5 on a row Puzzle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/qotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.intergames.nl/gadgets/5-in-a-row-puzzle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/qotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.intergames.nl/gadgets/5-in-a-row-puzzle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4963,29 +4963,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quote of the Moment</title>
-      <short-title>Quote of the Moment</short-title>
+      <title>5 on a row Puzzle</title>
+      <short-title>5 on a row Puzzle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="wwwknowthruastrologycomGadget">
-    <portlet-name>wwwknowthruastrologycomGadget</portlet-name>
-    <display-name>www.knowthruastrology.com</display-name>
-    <description>Google Gadgets: www.knowthruastrology.com Gadget</description>
+  <portlet id="YouTubeSearchCenterGadget">
+    <portlet-name>YouTubeSearchCenterGadget</portlet-name>
+    <display-name>YouTube Search Center</display-name>
+    <description>Google Gadgets: YouTube Search Center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>www.knowthruastrology.com</value>
+      <value>YouTube Search Center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.knowthruastrology.com/relation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bgpages.googlepages.com/youtube_ig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.knowthruastrology.com/relation.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bgpages.googlepages.com/youtube_ig.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4996,29 +4996,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>www.knowthruastrology.com</title>
-      <short-title>www.knowthruastrology.com</short-title>
+      <title>YouTube Search Center</title>
+      <short-title>YouTube Search Center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeGameJigsawPuzzleOftheDayGadget">
-    <portlet-name>FreeGameJigsawPuzzleOftheDayGadget</portlet-name>
-    <display-name>Free Game : Jigsaw Puzzle Of the Day</display-name>
-    <description>Google Gadgets: Free Game : Jigsaw Puzzle Of the Day Gadget</description>
+  <portlet id="HungryBobGadget">
+    <portlet-name>HungryBobGadget</portlet-name>
+    <display-name>Hungry Bob</display-name>
+    <description>Google Gadgets: Hungry Bob Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Game : Jigsaw Puzzle Of the Day</value>
+      <value>Hungry Bob</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jigkids.com/jigkids.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/HungryBobGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jigkids.com/jigkids.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/HungryBobGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5029,29 +5029,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Game : Jigsaw Puzzle Of the Day</title>
-      <short-title>Free Game : Jigsaw Puzzle Of the Day</short-title>
+      <title>Hungry Bob</title>
+      <short-title>Hungry Bob</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Magnetism2Gadget">
-    <portlet-name>Magnetism2Gadget</portlet-name>
-    <display-name>Magnetism 2</display-name>
-    <description>Google Gadgets: Magnetism 2 Gadget</description>
+  <portlet id="ElasticSoccerGadget">
+    <portlet-name>ElasticSoccerGadget</portlet-name>
+    <display-name>Elastic Soccer</display-name>
+    <description>Google Gadgets: Elastic Soccer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Magnetism 2</value>
+      <value>Elastic Soccer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/magnetism2Gadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/elasticsoccerGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/magnetism2Gadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/elasticsoccerGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5062,29 +5062,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Magnetism 2</title>
-      <short-title>Magnetism 2</short-title>
+      <title>Elastic Soccer</title>
+      <short-title>Elastic Soccer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGamePresidentialKnockoutGadget">
-    <portlet-name>MiniclipGamePresidentialKnockoutGadget</portlet-name>
-    <display-name>Miniclip Game - Presidential Knockout</display-name>
-    <description>Google Gadgets: Miniclip Game - Presidential Knockout Gadget</description>
+  <portlet id="AssassinationSimulatorGadget">
+    <portlet-name>AssassinationSimulatorGadget</portlet-name>
+    <display-name>Assassination Simulator</display-name>
+    <description>Google Gadgets: Assassination Simulator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Presidential Knockout</value>
+      <value>Assassination Simulator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/presidential-knockout/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/assassinationsimulatorGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/presidential-knockout/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/assassinationsimulatorGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5095,29 +5095,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Presidential Knockout</title>
-      <short-title>Miniclip Game - Presidential Knockout</short-title>
+      <title>Assassination Simulator</title>
+      <short-title>Assassination Simulator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TrebuchetGameGadget">
-    <portlet-name>TrebuchetGameGadget</portlet-name>
-    <display-name>Trebuchet Game</display-name>
-    <description>Google Gadgets: Trebuchet Game Gadget</description>
+  <portlet id="HoverTanksGadget">
+    <portlet-name>HoverTanksGadget</portlet-name>
+    <display-name>Hover Tanks</display-name>
+    <description>Google Gadgets: Hover Tanks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Trebuchet Game</value>
+      <value>Hover Tanks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.quitebasic.com/gadget/trebuchet.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/hovertanksGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.quitebasic.com/gadget/trebuchet.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/hovertanksGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5128,29 +5128,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Trebuchet Game</title>
-      <short-title>Trebuchet Game</short-title>
+      <title>Hover Tanks</title>
+      <short-title>Hover Tanks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyChessPuzzleGadget">
-    <portlet-name>DailyChessPuzzleGadget</portlet-name>
-    <display-name>Daily Chess Puzzle</display-name>
-    <description>Google Gadgets: Daily Chess Puzzle Gadget</description>
+  <portlet id="SmileyoftheMomentGadget">
+    <portlet-name>SmileyoftheMomentGadget</portlet-name>
+    <display-name>Smiley of the Moment</display-name>
+    <description>Google Gadgets: Smiley of the Moment Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Chess Puzzle</value>
+      <value>Smiley of the Moment</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.shredderchess.com/online/playshredder/gtactics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/smiley.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.shredderchess.com/online/playshredder/gtactics.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/smiley.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5161,29 +5161,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Chess Puzzle</title>
-      <short-title>Daily Chess Puzzle</short-title>
+      <title>Smiley of the Moment</title>
+      <short-title>Smiley of the Moment</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PresidentialKnockoutGadget">
-    <portlet-name>PresidentialKnockoutGadget</portlet-name>
-    <display-name>Presidential Knockout</display-name>
-    <description>Google Gadgets: Presidential Knockout Gadget</description>
+  <portlet id="FreeCellGadget">
+    <portlet-name>FreeCellGadget</portlet-name>
+    <display-name>FreeCell</display-name>
+    <description>Google Gadgets: FreeCell Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Presidential Knockout</value>
+      <value>FreeCell</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/presidentialknockoutgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://members.aol.com/markjson/ig_freecell.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/presidentialknockoutgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://members.aol.com/markjson/ig_freecell.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5194,29 +5194,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Presidential Knockout</title>
-      <short-title>Presidential Knockout</short-title>
+      <title>FreeCell</title>
+      <short-title>FreeCell</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BoomBoomVolleyballGadget">
-    <portlet-name>BoomBoomVolleyballGadget</portlet-name>
-    <display-name>Boom Boom Volleyball</display-name>
-    <description>Google Gadgets: Boom Boom Volleyball Gadget</description>
+  <portlet id="CryptogramoftheDayGadget">
+    <portlet-name>CryptogramoftheDayGadget</portlet-name>
+    <display-name>Cryptogram of the Day</display-name>
+    <description>Google Gadgets: Cryptogram of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Boom Boom Volleyball</value>
+      <value>Cryptogram of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/boomboomgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cryptograms.org/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/boomboomgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cryptograms.org/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5227,29 +5227,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Boom Boom Volleyball</title>
-      <short-title>Boom Boom Volleyball</short-title>
+      <title>Cryptogram of the Day</title>
+      <short-title>Cryptogram of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MarblesGameGadget">
-    <portlet-name>MarblesGameGadget</portlet-name>
-    <display-name>Marbles Game</display-name>
-    <description>Google Gadgets: Marbles Game Gadget</description>
+  <portlet id="DidyouknowGadget">
+    <portlet-name>DidyouknowGadget</portlet-name>
+    <display-name>Did you know?</display-name>
+    <description>Google Gadgets: Did you know? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Marbles Game</value>
+      <value>Did you know?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/marbles/marbles.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111535895131103786286%26mid%3D66%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/marbles/marbles.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111535895131103786286%26mid%3D66%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5260,29 +5260,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Marbles Game</title>
-      <short-title>Marbles Game</short-title>
+      <title>Did you know?</title>
+      <short-title>Did you know?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameBushShootOutGadget">
-    <portlet-name>MiniclipGameBushShootOutGadget</portlet-name>
-    <display-name>Miniclip Game - Bush Shoot-Out</display-name>
-    <description>Google Gadgets: Miniclip Game - Bush Shoot-Out Gadget</description>
+  <portlet id="FreeOnlineGamesGadget">
+    <portlet-name>FreeOnlineGamesGadget</portlet-name>
+    <display-name>Free Online Games</display-name>
+    <description>Google Gadgets: Free Online Games Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Bush Shoot-Out</value>
+      <value>Free Online Games</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/bush-shoot-out/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.goplay247.com/ext/gmodule_pop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/bush-shoot-out/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.goplay247.com/ext/gmodule_pop.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5293,29 +5293,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Bush Shoot-Out</title>
-      <short-title>Miniclip Game - Bush Shoot-Out</short-title>
+      <title>Free Online Games</title>
+      <short-title>Free Online Games</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PitBabesF1byF1GrandPrixitGadget">
-    <portlet-name>PitBabesF1byF1GrandPrixitGadget</portlet-name>
-    <display-name>Pit Babes F1 by F1GrandPrix.it</display-name>
-    <description>Google Gadgets: Pit Babes F1 by F1GrandPrix.it Gadget</description>
+  <portlet id="DeepThoughtsGadget">
+    <portlet-name>DeepThoughtsGadget</portlet-name>
+    <display-name>Deep Thoughts</display-name>
+    <description>Google Gadgets: Deep Thoughts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pit Babes F1 by F1GrandPrix.it</value>
+      <value>Deep Thoughts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.f1grandprix.it/pitbabes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jeffreyalewis.com/jack2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.f1grandprix.it/pitbabes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jeffreyalewis.com/jack2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5326,29 +5326,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pit Babes F1 by F1GrandPrix.it</title>
-      <short-title>Pit Babes F1 by F1GrandPrix.it</short-title>
+      <title>Deep Thoughts</title>
+      <short-title>Deep Thoughts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DealorNoDealGadget">
-    <portlet-name>DealorNoDealGadget</portlet-name>
-    <display-name>Deal or No Deal</display-name>
-    <description>Google Gadgets: Deal or No Deal Gadget</description>
+  <portlet id="DirtBikeGadget">
+    <portlet-name>DirtBikeGadget</portlet-name>
+    <display-name>Dirt Bike</display-name>
+    <description>Google Gadgets: Dirt Bike Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Deal or No Deal</value>
+      <value>Dirt Bike</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/dealornodeal.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/dirtbikeGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freewebtown.com/theweather/googlegadgets/dealornodeal.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/dirtbikeGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5359,29 +5359,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Deal or No Deal</title>
-      <short-title>Deal or No Deal</short-title>
+      <title>Dirt Bike</title>
+      <short-title>Dirt Bike</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ShurikenGadget">
-    <portlet-name>ShurikenGadget</portlet-name>
-    <display-name>Shuriken</display-name>
-    <description>Google Gadgets: Shuriken Gadget</description>
+  <portlet id="MoreBloonsGadget">
+    <portlet-name>MoreBloonsGadget</portlet-name>
+    <display-name>More Bloons</display-name>
+    <description>Google Gadgets: More Bloons Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Shuriken</value>
+      <value>More Bloons</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/shurikengadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/bloons2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/shurikengadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theweather.tk/googlegadgets/bloons2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5392,29 +5392,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Shuriken</title>
-      <short-title>Shuriken</short-title>
+      <title>More Bloons</title>
+      <short-title>More Bloons</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="3dReversiGadget">
-    <portlet-name>3dReversiGadget</portlet-name>
-    <display-name>3d Reversi</display-name>
-    <description>Google Gadgets: 3d Reversi Gadget</description>
+  <portlet id="FlashSonicGadget">
+    <portlet-name>FlashSonicGadget</portlet-name>
+    <display-name>Flash Sonic</display-name>
+    <description>Google Gadgets: Flash Sonic Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>3d Reversi</value>
+      <value>Flash Sonic</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/3dreversi.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/ultimate-flash-sonicGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/3dreversi.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/ultimate-flash-sonicGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5425,29 +5425,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>3d Reversi</title>
-      <short-title>3d Reversi</short-title>
+      <title>Flash Sonic</title>
+      <short-title>Flash Sonic</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="15SlidingPuzzleGadget">
-    <portlet-name>15SlidingPuzzleGadget</portlet-name>
-    <display-name>15 Sliding Puzzle</display-name>
-    <description>Google Gadgets: 15 Sliding Puzzle Gadget</description>
+  <portlet id="iTunesGadgetGadget">
+    <portlet-name>iTunesGadgetGadget</portlet-name>
+    <display-name>iTunes Gadget</display-name>
+    <description>Google Gadgets: iTunes Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>15 Sliding Puzzle</value>
+      <value>iTunes Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/15puzzlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.captunes.com/google/itunesgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/15puzzlegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.captunes.com/google/itunesgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5458,29 +5458,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>15 Sliding Puzzle</title>
-      <short-title>15 Sliding Puzzle</short-title>
+      <title>iTunes Gadget</title>
+      <short-title>iTunes Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CitySurfingGadget">
-    <portlet-name>CitySurfingGadget</portlet-name>
-    <display-name>City Surfing</display-name>
-    <description>Google Gadgets: City Surfing Gadget</description>
+  <portlet id="PolaroidPuzzleGadget">
+    <portlet-name>PolaroidPuzzleGadget</portlet-name>
+    <display-name>Polaroid Puzzle</display-name>
+    <description>Google Gadgets: Polaroid Puzzle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>City Surfing</value>
+      <value>Polaroid Puzzle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/citysurfingGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/puzzle/puzzle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/citysurfingGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/puzzle/puzzle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5491,29 +5491,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>City Surfing</title>
-      <short-title>City Surfing</short-title>
+      <title>Polaroid Puzzle</title>
+      <short-title>Polaroid Puzzle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameCommandoGadget">
-    <portlet-name>MiniclipGameCommandoGadget</portlet-name>
-    <display-name>Miniclip Game - Commando</display-name>
-    <description>Google Gadgets: Miniclip Game - Commando Gadget</description>
+  <portlet id="MentalWorkoutArithmeticExercisesGadget">
+    <portlet-name>MentalWorkoutArithmeticExercisesGadget</portlet-name>
+    <display-name>Mental Workout - Arithmetic...</display-name>
+    <description>Google Gadgets: Mental Workout - Arithmetic Exercises Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Commando</value>
+      <value>Mental Workout - Arithmetic Exercises</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/commando/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mental-workout.com/gadgets/google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/commando/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mental-workout.com/gadgets/google-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5524,29 +5524,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Commando</title>
-      <short-title>Miniclip Game - Commando</short-title>
+      <title>Mental Workout - Arithmetic Exercises</title>
+      <short-title>Mental Workout - Arithmetic Exercises</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameTrapshootGadget">
-    <portlet-name>MiniclipGameTrapshootGadget</portlet-name>
-    <display-name>Miniclip Game - Trapshoot</display-name>
-    <description>Google Gadgets: Miniclip Game - Trapshoot Gadget</description>
+  <portlet id="TheBigLebowskiGadget">
+    <portlet-name>TheBigLebowskiGadget</portlet-name>
+    <display-name>The Big Lebowski</display-name>
+    <description>Google Gadgets: The Big Lebowski Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Trapshoot</value>
+      <value>The Big Lebowski</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/trapshoot/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.moviewares.com/thedude.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/trapshoot/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.moviewares.com/thedude.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5557,29 +5557,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Trapshoot</title>
-      <short-title>Miniclip Game - Trapshoot</short-title>
+      <title>The Big Lebowski</title>
+      <short-title>The Big Lebowski</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameShootin39HoopsGadget">
-    <portlet-name>MiniclipGameShootin39HoopsGadget</portlet-name>
-    <display-name>Miniclip Game - Shootin&#39; Hoops</display-name>
-    <description>Google Gadgets: Miniclip Game - Shootin&#39; Hoops Gadget</description>
+  <portlet id="DareDevilGadget">
+    <portlet-name>DareDevilGadget</portlet-name>
+    <display-name>Dare Devil</display-name>
+    <description>Google Gadgets: Dare Devil Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Shootin&#39; Hoops</value>
+      <value>Dare Devil</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/shootin-hoops/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/daredevilGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/shootin-hoops/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/daredevilGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5590,29 +5590,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Shootin&#39; Hoops</title>
-      <short-title>Miniclip Game - Shootin&#39; Hoops</short-title>
+      <title>Dare Devil</title>
+      <short-title>Dare Devil</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThePharaohsTombGadget">
-    <portlet-name>ThePharaohsTombGadget</portlet-name>
-    <display-name>The Pharaohs Tomb</display-name>
-    <description>Google Gadgets: The Pharaohs Tomb Gadget</description>
+  <portlet id="GeographyZonecom39sGeographyChallengeGadget">
+    <portlet-name>GeographyZonecom39sGeographyChallengeGadget</portlet-name>
+    <display-name>GeographyZone.com&#39;s Geo...</display-name>
+    <description>Google Gadgets: GeographyZone.com&#39;s Geography Challenge Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Pharaohs Tomb</value>
+      <value>GeographyZone.com&#39;s Geography Challenge</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/the_pharaohs_tomb_nohiscoregadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geographyzone.com/geographychallenge.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/the_pharaohs_tomb_nohiscoregadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geographyzone.com/geographychallenge.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5623,29 +5623,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Pharaohs Tomb</title>
-      <short-title>The Pharaohs Tomb</short-title>
+      <title>GeographyZone.com&#39;s Geography Challenge</title>
+      <short-title>GeographyZone.com&#39;s Geography Challenge</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NorthCarolinawebcamsGadget">
-    <portlet-name>NorthCarolinawebcamsGadget</portlet-name>
-    <display-name>North Carolina webcams</display-name>
-    <description>Google Gadgets: North Carolina webcams Gadget</description>
+  <portlet id="ColorsGadget">
+    <portlet-name>ColorsGadget</portlet-name>
+    <display-name>Colors</display-name>
+    <description>Google Gadgets: Colors Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>North Carolina webcams</value>
+      <value>Colors</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/colorsGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/colorsGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5656,29 +5656,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>North Carolina webcams</title>
-      <short-title>North Carolina webcams</short-title>
+      <title>Colors</title>
+      <short-title>Colors</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Chess20Gadget">
-    <portlet-name>Chess20Gadget</portlet-name>
-    <display-name>Chess 2.0</display-name>
-    <description>Google Gadgets: Chess 2.0 Gadget</description>
+  <portlet id="DailyJigsawPuzzleGadget">
+    <portlet-name>DailyJigsawPuzzleGadget</portlet-name>
+    <display-name>Daily Jigsaw Puzzle</display-name>
+    <description>Google Gadgets: Daily Jigsaw Puzzle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Chess 2.0</value>
+      <value>Daily Jigsaw Puzzle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.stanford.edu/~mfischer/chess/Chess2.0.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puzzlewarehouse.com/dailyjigsawpuzzle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.stanford.edu/~mfischer/chess/Chess2.0.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puzzlewarehouse.com/dailyjigsawpuzzle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5689,29 +5689,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Chess 2.0</title>
-      <short-title>Chess 2.0</short-title>
+      <title>Daily Jigsaw Puzzle</title>
+      <short-title>Daily Jigsaw Puzzle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AmeriQuizcomGadget">
-    <portlet-name>AmeriQuizcomGadget</portlet-name>
-    <display-name>AmeriQuiz.com</display-name>
-    <description>Google Gadgets: AmeriQuiz.com Gadget</description>
+  <portlet id="WreckedCarsatCarCryptcomGadget">
+    <portlet-name>WreckedCarsatCarCryptcomGadget</portlet-name>
+    <display-name>Wrecked Cars****@CarCr*****</display-name>
+    <description>Google Gadgets: Wrecked Cars****@CarCr***** Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AmeriQuiz.com</value>
+      <value>Wrecked Cars****@CarCr*****</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ameriquiz.com/ameriquiz.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/wreck.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ameriquiz.com/ameriquiz.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/wreck.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5722,29 +5722,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AmeriQuiz.com</title>
-      <short-title>AmeriQuiz.com</short-title>
+      <title>Wrecked Cars****@CarCr*****</title>
+      <short-title>Wrecked Cars****@CarCr*****</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MSNWeatherGadget">
-    <portlet-name>MSNWeatherGadget</portlet-name>
-    <display-name>MSN Weather</display-name>
-    <description>Google Gadgets: MSN Weather Gadget</description>
+  <portlet id="InvadersGadget">
+    <portlet-name>InvadersGadget</portlet-name>
+    <display-name>Invaders</display-name>
+    <description>Google Gadgets: Invaders Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MSN Weather</value>
+      <value>Invaders</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.leonelcorona.com/modules/rssmsnweather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/invadersgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.leonelcorona.com/modules/rssmsnweather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/invadersgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5755,29 +5755,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MSN Weather</title>
-      <short-title>MSN Weather</short-title>
+      <title>Invaders</title>
+      <short-title>Invaders</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JetCityOrange39sfortunecookieGadget">
-    <portlet-name>JetCityOrange39sfortunecookieGadget</portlet-name>
-    <display-name>JetCityOrange&#39;s fortune cookie</display-name>
-    <description>Google Gadgets: JetCityOrange&#39;s fortune cookie Gadget</description>
+  <portlet id="NationalGeographicRandomPhotosGadget">
+    <portlet-name>NationalGeographicRandomPhotosGadget</portlet-name>
+    <display-name>National Geographic Random ...</display-name>
+    <description>Google Gadgets: National Geographic Random Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>JetCityOrange&#39;s fortune cookie</value>
+      <value>National Geographic Random Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jetcityorange.com/fortune_cookie/fortune_cookie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/national-geographic-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jetcityorange.com/fortune_cookie/fortune_cookie.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/national-geographic-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5788,29 +5788,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>JetCityOrange&#39;s fortune cookie</title>
-      <short-title>JetCityOrange&#39;s fortune cookie</short-title>
+      <title>National Geographic Random Photos</title>
+      <short-title>National Geographic Random Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashFireworksNYCGadget">
-    <portlet-name>FlashFireworksNYCGadget</portlet-name>
-    <display-name>Flash Fireworks - NYC</display-name>
-    <description>Google Gadgets: Flash Fireworks - NYC Gadget</description>
+  <portlet id="FactorFictionGadget">
+    <portlet-name>FactorFictionGadget</portlet-name>
+    <display-name>Fact or Fiction</display-name>
+    <description>Google Gadgets: Fact or Fiction Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Fireworks - NYC</value>
+      <value>Fact or Fiction</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-nyc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.great-goofy-gadgets.com/snopes/DailySnopes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-nyc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.great-goofy-gadgets.com/snopes/DailySnopes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5821,29 +5821,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Fireworks - NYC</title>
-      <short-title>Flash Fireworks - NYC</short-title>
+      <title>Fact or Fiction</title>
+      <short-title>Fact or Fiction</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlowerFrenzyGadget">
-    <portlet-name>FlowerFrenzyGadget</portlet-name>
-    <display-name>Flower Frenzy</display-name>
-    <description>Google Gadgets: Flower Frenzy Gadget</description>
+  <portlet id="SantaJumpGadget">
+    <portlet-name>SantaJumpGadget</portlet-name>
+    <display-name>Santa Jump</display-name>
+    <description>Google Gadgets: Santa Jump Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flower Frenzy</value>
+      <value>Santa Jump</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/FlowerFrenzyGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/skijumpgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/FlowerFrenzyGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/skijumpgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5854,29 +5854,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flower Frenzy</title>
-      <short-title>Flower Frenzy</short-title>
+      <title>Santa Jump</title>
+      <short-title>Santa Jump</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FatFishGadget">
-    <portlet-name>FatFishGadget</portlet-name>
-    <display-name>Fat Fish</display-name>
-    <description>Google Gadgets: Fat Fish Gadget</description>
+  <portlet id="BrainTunerGadget">
+    <portlet-name>BrainTunerGadget</portlet-name>
+    <display-name>Brain Tuner</display-name>
+    <description>Google Gadgets: Brain Tuner Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fat Fish</value>
+      <value>Brain Tuner</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pc2games.net/games/fatfish_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://elliot.lee.googlepages.com/braintuner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pc2games.net/games/fatfish_google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://elliot.lee.googlepages.com/braintuner.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5887,29 +5887,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fat Fish</title>
-      <short-title>Fat Fish</short-title>
+      <title>Brain Tuner</title>
+      <short-title>Brain Tuner</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DynamicEmoticonGadget">
-    <portlet-name>DynamicEmoticonGadget</portlet-name>
-    <display-name>Dynamic Emoticon</display-name>
-    <description>Google Gadgets: Dynamic Emoticon Gadget</description>
+  <portlet id="BattleshipsGeneralQuartersIIGadget">
+    <portlet-name>BattleshipsGeneralQuartersIIGadget</portlet-name>
+    <display-name>Battleships-General Quarter...</display-name>
+    <description>Google Gadgets: Battleships-General Quarters II Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dynamic Emoticon</value>
+      <value>Battleships-General Quarters II</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://thumbly.com/thumbly&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/battleshipsgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://thumbly.com/thumbly</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/battleshipsgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5920,29 +5920,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dynamic Emoticon</title>
-      <short-title>Dynamic Emoticon</short-title>
+      <title>Battleships-General Quarters II</title>
+      <short-title>Battleships-General Quarters II</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomcolorschemeGadget">
-    <portlet-name>RandomcolorschemeGadget</portlet-name>
-    <display-name>Random color scheme</display-name>
-    <description>Google Gadgets: Random color scheme Gadget</description>
+  <portlet id="ShakespeareanInsulterGadget">
+    <portlet-name>ShakespeareanInsulterGadget</portlet-name>
+    <display-name>Shakespearean Insulter</display-name>
+    <description>Google Gadgets: Shakespearean Insulter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random color scheme</value>
+      <value>Shakespearean Insulter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.colr.org/random_scheme_gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/grimmthething/shakesInsult.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.colr.org/random_scheme_gg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/grimmthething/shakesInsult.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5953,29 +5953,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random color scheme</title>
-      <short-title>Random color scheme</short-title>
+      <title>Shakespearean Insulter</title>
+      <short-title>Shakespearean Insulter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WicWacWoeGadget">
-    <portlet-name>WicWacWoeGadget</portlet-name>
-    <display-name>Wic Wac Woe</display-name>
-    <description>Google Gadgets: Wic Wac Woe Gadget</description>
+  <portlet id="YoutubeVideoPlayerGadget">
+    <portlet-name>YoutubeVideoPlayerGadget</portlet-name>
+    <display-name>Youtube Video Player</display-name>
+    <description>Google Gadgets: Youtube Video Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wic Wac Woe</value>
+      <value>Youtube Video Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mavrinac.com/projects/wicwacwoe/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://youtubevideog.googlecode.com/svn/trunk/youtubeplayer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mavrinac.com/projects/wicwacwoe/google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://youtubevideog.googlecode.com/svn/trunk/youtubeplayer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5986,29 +5986,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wic Wac Woe</title>
-      <short-title>Wic Wac Woe</short-title>
+      <title>Youtube Video Player</title>
+      <short-title>Youtube Video Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="3CardsPokerGadget">
-    <portlet-name>3CardsPokerGadget</portlet-name>
-    <display-name>3-Cards Poker</display-name>
-    <description>Google Gadgets: 3-Cards Poker Gadget</description>
+  <portlet id="FatFredGadget">
+    <portlet-name>FatFredGadget</portlet-name>
+    <display-name>Fat Fred</display-name>
+    <description>Google Gadgets: Fat Fred Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>3-Cards Poker</value>
+      <value>Fat Fred</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/3card/3card.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/fatfredGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/3card/3card.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/fatfredGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6019,29 +6019,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>3-Cards Poker</title>
-      <short-title>3-Cards Poker</short-title>
+      <title>Fat Fred</title>
+      <short-title>Fat Fred</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LunarLanderGadget">
-    <portlet-name>LunarLanderGadget</portlet-name>
-    <display-name>Lunar Lander</display-name>
-    <description>Google Gadgets: Lunar Lander Gadget</description>
+  <portlet id="SlingoDeluxeGadget">
+    <portlet-name>SlingoDeluxeGadget</portlet-name>
+    <display-name>Slingo Deluxe</display-name>
+    <description>Google Gadgets: Slingo Deluxe Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lunar Lander</value>
+      <value>Slingo Deluxe</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/lunargadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dmwalls.googlepages.com/slingodeluxe.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/lunargadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dmwalls.googlepages.com/slingodeluxe.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6052,29 +6052,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lunar Lander</title>
-      <short-title>Lunar Lander</short-title>
+      <title>Slingo Deluxe</title>
+      <short-title>Slingo Deluxe</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JSNaturePhotosNaturePhotographyofJohnSercelGadget">
-    <portlet-name>JSNaturePhotosNaturePhotographyofJohnSercelGadget</portlet-name>
-    <display-name>JS Nature Photos - Nature Photography of John Sercel</display-name>
-    <description>Google Gadgets: JS Nature Photos - Nature Photography of John Sercel Gadget</description>
+  <portlet id="Collapse1Gadget">
+    <portlet-name>Collapse1Gadget</portlet-name>
+    <display-name>Collapse</display-name>
+    <description>Google Gadgets: Collapse Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>JS Nature Photos - Nature Photography of John Sercel</value>
+      <value>Collapse</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jstechs.com/images/thumbs/jsphotos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/Collapsegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jstechs.com/images/thumbs/jsphotos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/Collapsegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6085,29 +6085,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>JS Nature Photos - Nature Photography of John Sercel</title>
-      <short-title>JS Nature Photos - Nature Photography of John Sercel</short-title>
+      <title>Collapse</title>
+      <short-title>Collapse</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ZombieStormGadget">
-    <portlet-name>ZombieStormGadget</portlet-name>
-    <display-name>Zombie Storm</display-name>
-    <description>Google Gadgets: Zombie Storm Gadget</description>
+  <portlet id="WarGamesGadget">
+    <portlet-name>WarGamesGadget</portlet-name>
+    <display-name>War Games</display-name>
+    <description>Google Gadgets: War Games Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Zombie Storm</value>
+      <value>War Games</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/zombiestorm_atgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/wargames.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/zombiestorm_atgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/wargames.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6118,29 +6118,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Zombie Storm</title>
-      <short-title>Zombie Storm</short-title>
+      <title>War Games</title>
+      <short-title>War Games</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Today39sbirthdayGadget">
-    <portlet-name>Today39sbirthdayGadget</portlet-name>
-    <display-name>Today&#39;s birthday</display-name>
-    <description>Google Gadgets: Today&#39;s birthday Gadget</description>
+  <portlet id="MiniclipGameIceSlideGadget">
+    <portlet-name>MiniclipGameIceSlideGadget</portlet-name>
+    <display-name>Miniclip Game - Ice Slide</display-name>
+    <description>Google Gadgets: Miniclip Game - Ice Slide Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Today&#39;s birthday</value>
+      <value>Miniclip Game - Ice Slide</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/birthday-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/ice-slide/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thefreedictionary.com/_/WoD/birthday-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/ice-slide/en/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6151,29 +6151,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Today&#39;s birthday</title>
-      <short-title>Today&#39;s birthday</short-title>
+      <title>Miniclip Game - Ice Slide</title>
+      <short-title>Miniclip Game - Ice Slide</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArcticAnticsGadget">
-    <portlet-name>ArcticAnticsGadget</portlet-name>
-    <display-name>Arctic Antics</display-name>
-    <description>Google Gadgets: Arctic Antics Gadget</description>
+  <portlet id="UnicycleRiderGadget">
+    <portlet-name>UnicycleRiderGadget</portlet-name>
+    <display-name>Unicycle Rider</display-name>
+    <description>Google Gadgets: Unicycle Rider Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Arctic Antics</value>
+      <value>Unicycle Rider</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/arcticantics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/unicycle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freewebtown.com/theweather/googlegadgets/arcticantics.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/unicycle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6184,29 +6184,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Arctic Antics</title>
-      <short-title>Arctic Antics</short-title>
+      <title>Unicycle Rider</title>
+      <short-title>Unicycle Rider</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FactacularFactsandTriviaGadget">
-    <portlet-name>FactacularFactsandTriviaGadget</portlet-name>
-    <display-name>Factacular Facts and Trivia</display-name>
-    <description>Google Gadgets: Factacular Facts and Trivia Gadget</description>
+  <portlet id="RubikPuzzleGadget">
+    <portlet-name>RubikPuzzleGadget</portlet-name>
+    <display-name>Rubik Puzzle</display-name>
+    <description>Google Gadgets: Rubik Puzzle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Factacular Facts and Trivia</value>
+      <value>Rubik Puzzle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.factacular.com/googlemodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/rubikgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.factacular.com/googlemodule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/rubikgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6217,29 +6217,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Factacular Facts and Trivia</title>
-      <short-title>Factacular Facts and Trivia</short-title>
+      <title>Rubik Puzzle</title>
+      <short-title>Rubik Puzzle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ShoutGadget">
-    <portlet-name>ShoutGadget</portlet-name>
-    <display-name>Shout!</display-name>
-    <description>Google Gadgets: Shout! Gadget</description>
+  <portlet id="DragRacerv3Gadget">
+    <portlet-name>DragRacerv3Gadget</portlet-name>
+    <display-name>Drag Racer v3</display-name>
+    <description>Google Gadgets: Drag Racer v3 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Shout!</value>
+      <value>Drag Racer v3</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shout.gadgets.googlepages.com/shout.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/dragracerv3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shout.gadgets.googlepages.com/shout.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/dragracerv3.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6250,29 +6250,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Shout!</title>
-      <short-title>Shout!</short-title>
+      <title>Drag Racer v3</title>
+      <short-title>Drag Racer v3</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameSnowLineGadget">
-    <portlet-name>MiniclipGameSnowLineGadget</portlet-name>
-    <display-name>Miniclip Game - Snow Line</display-name>
-    <description>Google Gadgets: Miniclip Game - Snow Line Gadget</description>
+  <portlet id="ZombieStormGadget">
+    <portlet-name>ZombieStormGadget</portlet-name>
+    <display-name>Zombie Storm</display-name>
+    <description>Google Gadgets: Zombie Storm Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Snow Line</value>
+      <value>Zombie Storm</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/snow-line/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/zombiestorm_atgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/snow-line/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/zombiestorm_atgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6283,29 +6283,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Snow Line</title>
-      <short-title>Miniclip Game - Snow Line</short-title>
+      <title>Zombie Storm</title>
+      <short-title>Zombie Storm</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ExtraordinaryInfooftheDayGadget">
-    <portlet-name>ExtraordinaryInfooftheDayGadget</portlet-name>
-    <display-name>Extraordinary Info. of the Day</display-name>
-    <description>Google Gadgets: Extraordinary Info. of the Day Gadget</description>
+  <portlet id="Chess20Gadget">
+    <portlet-name>Chess20Gadget</portlet-name>
+    <display-name>Chess 2.0</display-name>
+    <description>Google Gadgets: Chess 2.0 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Extraordinary Info. of the Day</value>
+      <value>Chess 2.0</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wonderfulinfo.com/extra.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.stanford.edu/~mfischer/chess/Chess2.0.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wonderfulinfo.com/extra.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.stanford.edu/~mfischer/chess/Chess2.0.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6316,29 +6316,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Extraordinary Info. of the Day</title>
-      <short-title>Extraordinary Info. of the Day</short-title>
+      <title>Chess 2.0</title>
+      <short-title>Chess 2.0</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheShellGameGadget">
-    <portlet-name>TheShellGameGadget</portlet-name>
-    <display-name>The Shell Game</display-name>
-    <description>Google Gadgets: The Shell Game Gadget</description>
+  <portlet id="Invaders1Gadget">
+    <portlet-name>Invaders1Gadget</portlet-name>
+    <display-name>Invaders</display-name>
+    <description>Google Gadgets: Invaders Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Shell Game</value>
+      <value>Invaders</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/shellgame.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/invaders/invaders.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freewebtown.com/theweather/googlegadgets/shellgame.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/invaders/invaders.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6349,29 +6349,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Shell Game</title>
-      <short-title>The Shell Game</short-title>
+      <title>Invaders</title>
+      <short-title>Invaders</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MemoryGameGadget">
-    <portlet-name>MemoryGameGadget</portlet-name>
-    <display-name>Memory Game</display-name>
-    <description>Google Gadgets: Memory Game Gadget</description>
+  <portlet id="GameDiggerGadget">
+    <portlet-name>GameDiggerGadget</portlet-name>
+    <display-name>Game Digger</display-name>
+    <description>Google Gadgets: Game Digger Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Memory Game</value>
+      <value>Game Digger</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/memory_game/memory_game.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://timberfrog.com/games/digger_g1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/memory_game/memory_game.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://timberfrog.com/games/digger_g1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6382,29 +6382,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Memory Game</title>
-      <short-title>Memory Game</short-title>
+      <title>Game Digger</title>
+      <short-title>Game Digger</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AdrenalineGadget">
-    <portlet-name>AdrenalineGadget</portlet-name>
-    <display-name>Adrenaline</display-name>
-    <description>Google Gadgets: Adrenaline Gadget</description>
+  <portlet id="INVADERSGadget">
+    <portlet-name>INVADERSGadget</portlet-name>
+    <display-name>INVADERS</display-name>
+    <description>Google Gadgets: INVADERS Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Adrenaline</value>
+      <value>INVADERS</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/adrenalinegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blog-apart.com/INVADERS/gg/gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/adrenalinegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blog-apart.com/INVADERS/gg/gg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6415,29 +6415,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Adrenaline</title>
-      <short-title>Adrenaline</short-title>
+      <title>INVADERS</title>
+      <short-title>INVADERS</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SnowyTheBearsAdventuresGadget">
-    <portlet-name>SnowyTheBearsAdventuresGadget</portlet-name>
-    <display-name>Snowy The Bears Adventures</display-name>
-    <description>Google Gadgets: Snowy The Bears Adventures Gadget</description>
+  <portlet id="TinyWarzGadget">
+    <portlet-name>TinyWarzGadget</portlet-name>
+    <display-name>TinyWarz</display-name>
+    <description>Google Gadgets: TinyWarz Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Snowy The Bears Adventures</value>
+      <value>TinyWarz</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://public.alawar.com/vitos/google/new/snowyba.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tinywarz.com/google_killboard.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://public.alawar.com/vitos/google/new/snowyba.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tinywarz.com/google_killboard.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6448,29 +6448,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Snowy The Bears Adventures</title>
-      <short-title>Snowy The Bears Adventures</short-title>
+      <title>TinyWarz</title>
+      <short-title>TinyWarz</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameSheepishGadget">
-    <portlet-name>MiniclipGameSheepishGadget</portlet-name>
-    <display-name>Miniclip Game - Sheepish</display-name>
-    <description>Google Gadgets: Miniclip Game - Sheepish Gadget</description>
+  <portlet id="WordHunterXtremeGadget">
+    <portlet-name>WordHunterXtremeGadget</portlet-name>
+    <display-name>WordHunter Xtreme</display-name>
+    <description>Google Gadgets: WordHunter Xtreme Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Sheepish</value>
+      <value>WordHunter Xtreme</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/sheepish/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://imagine-it.org/google/boggle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/sheepish/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://imagine-it.org/google/boggle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6481,29 +6481,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Sheepish</title>
-      <short-title>Miniclip Game - Sheepish</short-title>
+      <title>WordHunter Xtreme</title>
+      <short-title>WordHunter Xtreme</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameKingoftheHillGadget">
-    <portlet-name>MiniclipGameKingoftheHillGadget</portlet-name>
-    <display-name>Miniclip Game - King of the Hill</display-name>
-    <description>Google Gadgets: Miniclip Game - King of the Hill Gadget</description>
+  <portlet id="YourDailyHoroscopesGadget">
+    <portlet-name>YourDailyHoroscopesGadget</portlet-name>
+    <display-name>Your Daily Horoscopes</display-name>
+    <description>Google Gadgets: Your Daily Horoscopes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - King of the Hill</value>
+      <value>Your Daily Horoscopes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/king-of-the-hill/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.californiapsychic.com/p_admin_xml/google/googleModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/king-of-the-hill/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.californiapsychic.com/p_admin_xml/google/googleModule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6514,29 +6514,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - King of the Hill</title>
-      <short-title>Miniclip Game - King of the Hill</short-title>
+      <title>Your Daily Horoscopes</title>
+      <short-title>Your Daily Horoscopes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlackJackGadget">
-    <portlet-name>BlackJackGadget</portlet-name>
-    <display-name>BlackJack</display-name>
-    <description>Google Gadgets: BlackJack Gadget</description>
+  <portlet id="ChuckNorrisFactGeneratorGadget">
+    <portlet-name>ChuckNorrisFactGeneratorGadget</portlet-name>
+    <display-name>Chuck Norris Fact Generator</display-name>
+    <description>Google Gadgets: Chuck Norris Fact Generator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BlackJack</value>
+      <value>Chuck Norris Fact Generator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.udigraff.com/google/blackjack.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://marsupialmusic.net/stu/scripts/chucknorris.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.udigraff.com/google/blackjack.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://marsupialmusic.net/stu/scripts/chucknorris.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6547,29 +6547,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BlackJack</title>
-      <short-title>BlackJack</short-title>
+      <title>Chuck Norris Fact Generator</title>
+      <short-title>Chuck Norris Fact Generator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleMusicTrendsGadget">
-    <portlet-name>GoogleMusicTrendsGadget</portlet-name>
-    <display-name>Google Music Trends</display-name>
-    <description>Google Gadgets: Google Music Trends Gadget</description>
+  <portlet id="LavaLamp2Gadget">
+    <portlet-name>LavaLamp2Gadget</portlet-name>
+    <display-name>Lava Lamp 2</display-name>
+    <description>Google Gadgets: Lava Lamp 2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Music Trends</value>
+      <value>Lava Lamp 2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://olivier.camard.free.fr/google/modules/music_trends.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/lava2/lava2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://olivier.camard.free.fr/google/modules/music_trends.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.modulehoster.com/websites/lava2/lava2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6580,29 +6580,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Music Trends</title>
-      <short-title>Google Music Trends</short-title>
+      <title>Lava Lamp 2</title>
+      <short-title>Lava Lamp 2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TicTacToeGadget">
-    <portlet-name>TicTacToeGadget</portlet-name>
-    <display-name>Tic Tac Toe</display-name>
-    <description>Google Gadgets: Tic Tac Toe Gadget</description>
+  <portlet id="QuoteoftheMomentGadget">
+    <portlet-name>QuoteoftheMomentGadget</portlet-name>
+    <display-name>Quote of the Moment</display-name>
+    <description>Google Gadgets: Quote of the Moment Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tic Tac Toe</value>
+      <value>Quote of the Moment</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/tictactoe.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/qotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freewebtown.com/theweather/googlegadgets/tictactoe.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/qotd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6613,29 +6613,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tic Tac Toe</title>
-      <short-title>Tic Tac Toe</short-title>
+      <title>Quote of the Moment</title>
+      <short-title>Quote of the Moment</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDollPalaceDollOfTheDayGadget">
-    <portlet-name>TheDollPalaceDollOfTheDayGadget</portlet-name>
-    <display-name>The Doll Palace Doll Of The Day</display-name>
-    <description>Google Gadgets: The Doll Palace Doll Of The Day Gadget</description>
+  <portlet id="Baseball2Gadget">
+    <portlet-name>Baseball2Gadget</portlet-name>
+    <display-name>Baseball 2</display-name>
+    <description>Google Gadgets: Baseball 2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Doll Palace Doll Of The Day</value>
+      <value>Baseball 2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thedollpalace.com/rss/doll-of-the-day.xml.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/baseball2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thedollpalace.com/rss/doll-of-the-day.xml.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/baseball2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6646,29 +6646,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Doll Palace Doll Of The Day</title>
-      <short-title>The Doll Palace Doll Of The Day</short-title>
+      <title>Baseball 2</title>
+      <short-title>Baseball 2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WordCoilGameoftheDayGadget">
-    <portlet-name>WordCoilGameoftheDayGadget</portlet-name>
-    <display-name>Word Coil Game of the Day</display-name>
-    <description>Google Gadgets: Word Coil Game of the Day Gadget</description>
+  <portlet id="ProArcadeGamesFreeGamesGadget">
+    <portlet-name>ProArcadeGamesFreeGamesGadget</portlet-name>
+    <display-name>Pro Arcade Games - Free Games</display-name>
+    <description>Google Gadgets: Pro Arcade Games - Free Games Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Word Coil Game of the Day</value>
+      <value>Pro Arcade Games - Free Games</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wordcoil.com/googlehomepage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.proarcadegames.com/gad_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wordcoil.com/googlehomepage.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.proarcadegames.com/gad_google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6679,29 +6679,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Word Coil Game of the Day</title>
-      <short-title>Word Coil Game of the Day</short-title>
+      <title>Pro Arcade Games - Free Games</title>
+      <short-title>Pro Arcade Games - Free Games</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WonderfulInfooftheDayGadget">
-    <portlet-name>WonderfulInfooftheDayGadget</portlet-name>
-    <display-name>Wonderful Info. of the Day</display-name>
-    <description>Google Gadgets: Wonderful Info. of the Day Gadget</description>
+  <portlet id="FatFred1Gadget">
+    <portlet-name>FatFred1Gadget</portlet-name>
+    <display-name>Fat Fred</display-name>
+    <description>Google Gadgets: Fat Fred Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wonderful Info. of the Day</value>
+      <value>Fat Fred</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wonderfulinfo.com/wonderfulinfo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/fatfred.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wonderfulinfo.com/wonderfulinfo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/fatfred.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6712,29 +6712,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wonderful Info. of the Day</title>
-      <short-title>Wonderful Info. of the Day</short-title>
+      <title>Fat Fred</title>
+      <short-title>Fat Fred</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameWakeboardingXSGadget">
-    <portlet-name>MiniclipGameWakeboardingXSGadget</portlet-name>
-    <display-name>Miniclip Game - Wakeboarding XS</display-name>
-    <description>Google Gadgets: Miniclip Game - Wakeboarding XS Gadget</description>
+  <portlet id="PoliceSniperGadget">
+    <portlet-name>PoliceSniperGadget</portlet-name>
+    <display-name>Police Sniper</display-name>
+    <description>Google Gadgets: Police Sniper Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Wakeboarding XS</value>
+      <value>Police Sniper</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/wakeboarding-xs/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/policesniper.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/wakeboarding-xs/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/policesniper.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6745,29 +6745,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Wakeboarding XS</title>
-      <short-title>Miniclip Game - Wakeboarding XS</short-title>
+      <title>Police Sniper</title>
+      <short-title>Police Sniper</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iconenetRadioTvPlayervideoclipmusicGadget">
-    <portlet-name>iconenetRadioTvPlayervideoclipmusicGadget</portlet-name>
-    <display-name>i-cone.net Radio Tv Player - video clip - music</display-name>
-    <description>Google Gadgets: i-cone.net Radio Tv Player - video clip - music Gadget</description>
+  <portlet id="doodledotsbygadgetatecomGadget">
+    <portlet-name>doodledotsbygadgetatecomGadget</portlet-name>
+    <display-name>doodledots by gadgetate.com</display-name>
+    <description>Google Gadgets: doodledots by gadgetate.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>i-cone.net Radio Tv Player - video clip - music</value>
+      <value>doodledots by gadgetate.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.i-cone.net/i-cone-net-radio-tv_dynasx.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gadgetate.com/ggadgets/doodle/doodledots.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.i-cone.net/i-cone-net-radio-tv_dynasx.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gadgetate.com/ggadgets/doodle/doodledots.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6778,29 +6778,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>i-cone.net Radio Tv Player - video clip - music</title>
-      <short-title>i-cone.net Radio Tv Player - video clip - music</short-title>
+      <title>doodledots by gadgetate.com</title>
+      <short-title>doodledots by gadgetate.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LoveTarotandCareerTarotAstrologyreadingfromAstrocenterGadget">
-    <portlet-name>LoveTarotandCareerTarotAstrologyreadingfromAstrocenterGadget</portlet-name>
-    <display-name>Love Tarot and Career Tarot Astrology reading from Astrocenter</display-name>
-    <description>Google Gadgets: Love Tarot and Career Tarot Astrology reading from Astrocenter Gadget</description>
+  <portlet id="LuckyLottoNumberGeneratorGadget">
+    <portlet-name>LuckyLottoNumberGeneratorGadget</portlet-name>
+    <display-name>Lucky Lotto Number Generator</display-name>
+    <description>Google Gadgets: Lucky Lotto Number Generator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Love Tarot and Career Tarot Astrology reading from Astrocenter</value>
+      <value>Lucky Lotto Number Generator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.astrocenter.com/US/Feeds/googleTarotModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/LottoNumbergadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.astrocenter.com/US/Feeds/googleTarotModule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/LottoNumbergadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6811,29 +6811,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Love Tarot and Career Tarot Astrology reading from Astrocenter</title>
-      <short-title>Love Tarot and Career Tarot Astrology reading from Astrocenter</short-title>
+      <title>Lucky Lotto Number Generator</title>
+      <short-title>Lucky Lotto Number Generator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BattleshipsGeneralQuartersIIGadget">
-    <portlet-name>BattleshipsGeneralQuartersIIGadget</portlet-name>
-    <display-name>Battleships-General Quarters II</display-name>
-    <description>Google Gadgets: Battleships-General Quarters II Gadget</description>
+  <portlet id="GoldenArrow2Gadget">
+    <portlet-name>GoldenArrow2Gadget</portlet-name>
+    <display-name>Golden Arrow 2</display-name>
+    <description>Google Gadgets: Golden Arrow 2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Battleships-General Quarters II</value>
+      <value>Golden Arrow 2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/battleshipsgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/ga2Gadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/battleshipsgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/ga2Gadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6844,29 +6844,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Battleships-General Quarters II</title>
-      <short-title>Battleships-General Quarters II</short-title>
+      <title>Golden Arrow 2</title>
+      <short-title>Golden Arrow 2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SixDegreesOfWikipediaGadget">
-    <portlet-name>SixDegreesOfWikipediaGadget</portlet-name>
-    <display-name>Six Degrees Of Wikipedia</display-name>
-    <description>Google Gadgets: Six Degrees Of Wikipedia Gadget</description>
+  <portlet id="MiniclipGameMagicBallsGadget">
+    <portlet-name>MiniclipGameMagicBallsGadget</portlet-name>
+    <display-name>Miniclip Game - Magic Balls</display-name>
+    <description>Google Gadgets: Miniclip Game - Magic Balls Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Six Degrees Of Wikipedia</value>
+      <value>Miniclip Game - Magic Balls</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/grimmthething/wikiSep.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/magic-balls/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/grimmthething/wikiSep.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/magic-balls/en/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6877,29 +6877,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Six Degrees Of Wikipedia</title>
-      <short-title>Six Degrees Of Wikipedia</short-title>
+      <title>Miniclip Game - Magic Balls</title>
+      <short-title>Miniclip Game - Magic Balls</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ShootingFishGadget">
-    <portlet-name>ShootingFishGadget</portlet-name>
-    <display-name>Shooting Fish</display-name>
-    <description>Google Gadgets: Shooting Fish Gadget</description>
+  <portlet id="ParentingHumorGadget">
+    <portlet-name>ParentingHumorGadget</portlet-name>
+    <display-name>Parenting Humor</display-name>
+    <description>Google Gadgets: Parenting Humor Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Shooting Fish</value>
+      <value>Parenting Humor</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/shootingfishgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.great-goofy-gadgets.com/funnykids/funniestkids.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/shootingfishgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.great-goofy-gadgets.com/funnykids/funniestkids.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6910,29 +6910,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Shooting Fish</title>
-      <short-title>Shooting Fish</short-title>
+      <title>Parenting Humor</title>
+      <short-title>Parenting Humor</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlagsandFactsGadget">
-    <portlet-name>FlagsandFactsGadget</portlet-name>
-    <display-name>Flags and Facts</display-name>
-    <description>Google Gadgets: Flags and Facts Gadget</description>
+  <portlet id="AmmoAmbushGadget">
+    <portlet-name>AmmoAmbushGadget</portlet-name>
+    <display-name>Ammo Ambush</display-name>
+    <description>Google Gadgets: Ammo Ambush Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flags and Facts</value>
+      <value>Ammo Ambush</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://orawiz.googlepages.com/flags.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/ammoambush_atgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://orawiz.googlepages.com/flags.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/ammoambush_atgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6943,29 +6943,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flags and Facts</title>
-      <short-title>Flags and Facts</short-title>
+      <title>Ammo Ambush</title>
+      <short-title>Ammo Ambush</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WritingProgressMeterGadget">
-    <portlet-name>WritingProgressMeterGadget</portlet-name>
-    <display-name>Writing Progress Meter</display-name>
-    <description>Google Gadgets: Writing Progress Meter Gadget</description>
+  <portlet id="DellMatch39EmGadget">
+    <portlet-name>DellMatch39EmGadget</portlet-name>
+    <display-name>Dell Match &#39;Em</display-name>
+    <description>Google Gadgets: Dell Match &#39;Em Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Writing Progress Meter</value>
+      <value>Dell Match &#39;Em</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.writertopia.com/api/meter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dell.wildgames.com/ECS/ECSdata/gadgets/google/web/matchem.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.writertopia.com/api/meter.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dell.wildgames.com/ECS/ECSdata/gadgets/google/web/matchem.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6976,29 +6976,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Writing Progress Meter</title>
-      <short-title>Writing Progress Meter</short-title>
+      <title>Dell Match &#39;Em</title>
+      <short-title>Dell Match &#39;Em</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheAntsGadgetGadget">
-    <portlet-name>TheAntsGadgetGadget</portlet-name>
-    <display-name>The Ants Gadget</display-name>
-    <description>Google Gadgets: The Ants Gadget Gadget</description>
+  <portlet id="HourglassGadget">
+    <portlet-name>HourglassGadget</portlet-name>
+    <display-name>Hourglass</display-name>
+    <description>Google Gadgets: Hourglass Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Ants Gadget</value>
+      <value>Hourglass</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/Antsgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/hourglass/hourglass.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/Antsgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/hourglass/hourglass.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7009,29 +7009,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Ants Gadget</title>
-      <short-title>The Ants Gadget</short-title>
+      <title>Hourglass</title>
+      <short-title>Hourglass</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GunslingerGadget">
-    <portlet-name>GunslingerGadget</portlet-name>
-    <display-name>Gunslinger</display-name>
-    <description>Google Gadgets: Gunslinger Gadget</description>
+  <portlet id="ThePharaohsTombGadget">
+    <portlet-name>ThePharaohsTombGadget</portlet-name>
+    <display-name>The Pharaohs Tomb</display-name>
+    <description>Google Gadgets: The Pharaohs Tomb Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gunslinger</value>
+      <value>The Pharaohs Tomb</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/gunslinger.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/the_pharaohs_tomb_nohiscoregadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/gunslinger.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/the_pharaohs_tomb_nohiscoregadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7042,29 +7042,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gunslinger</title>
-      <short-title>Gunslinger</short-title>
+      <title>The Pharaohs Tomb</title>
+      <short-title>The Pharaohs Tomb</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BeaverBlastGadget">
-    <portlet-name>BeaverBlastGadget</portlet-name>
-    <display-name>Beaver Blast</display-name>
-    <description>Google Gadgets: Beaver Blast Gadget</description>
+  <portlet id="HumanClockGadget">
+    <portlet-name>HumanClockGadget</portlet-name>
+    <display-name>Human Clock</display-name>
+    <description>Google Gadgets: Human Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Beaver Blast</value>
+      <value>Human Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/beaverblastGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://g.1o4.jp/module/humanclock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/beaverblastGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://g.1o4.jp/module/humanclock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7075,29 +7075,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Beaver Blast</title>
-      <short-title>Beaver Blast</short-title>
+      <title>Human Clock</title>
+      <short-title>Human Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameBubbleTroubleGadget">
-    <portlet-name>MiniclipGameBubbleTroubleGadget</portlet-name>
-    <display-name>Miniclip Game - Bubble Trouble</display-name>
-    <description>Google Gadgets: Miniclip Game - Bubble Trouble Gadget</description>
+  <portlet id="Children39sBookoftheDayGadget">
+    <portlet-name>Children39sBookoftheDayGadget</portlet-name>
+    <display-name>Children&#39;s Book of the Day</display-name>
+    <description>Google Gadgets: Children&#39;s Book of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Bubble Trouble</value>
+      <value>Children&#39;s Book of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/bubble-trouble/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.icdlbooks.org/library/basic/icdl-book-of-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/bubble-trouble/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.icdlbooks.org/library/basic/icdl-book-of-day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7108,29 +7108,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Bubble Trouble</title>
-      <short-title>Miniclip Game - Bubble Trouble</short-title>
+      <title>Children&#39;s Book of the Day</title>
+      <short-title>Children&#39;s Book of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CannonBlastGadget">
-    <portlet-name>CannonBlastGadget</portlet-name>
-    <display-name>Cannon Blast</display-name>
-    <description>Google Gadgets: Cannon Blast Gadget</description>
+  <portlet id="NorthCarolinawebcamsGadget">
+    <portlet-name>NorthCarolinawebcamsGadget</portlet-name>
+    <display-name>North Carolina webcams</display-name>
+    <description>Google Gadgets: North Carolina webcams Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cannon Blast</value>
+      <value>North Carolina webcams</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/cannonblastgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/cannonblastgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7141,29 +7141,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cannon Blast</title>
-      <short-title>Cannon Blast</short-title>
+      <title>North Carolina webcams</title>
+      <short-title>North Carolina webcams</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SeinfeldKramerSoundboardGadget">
-    <portlet-name>SeinfeldKramerSoundboardGadget</portlet-name>
-    <display-name>Seinfeld - Kramer Soundboard</display-name>
-    <description>Google Gadgets: Seinfeld - Kramer Soundboard Gadget</description>
+  <portlet id="CopterGameGadget">
+    <portlet-name>CopterGameGadget</portlet-name>
+    <display-name>Copter Game</display-name>
+    <description>Google Gadgets: Copter Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Seinfeld - Kramer Soundboard</value>
+      <value>Copter Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/kramer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/copter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://radgadget.googlepages.com/kramer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/copter.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7174,29 +7174,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Seinfeld - Kramer Soundboard</title>
-      <short-title>Seinfeld - Kramer Soundboard</short-title>
+      <title>Copter Game</title>
+      <short-title>Copter Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DeepSeaDiveGadget">
-    <portlet-name>DeepSeaDiveGadget</portlet-name>
-    <display-name>Deep Sea Dive</display-name>
-    <description>Google Gadgets: Deep Sea Dive Gadget</description>
+  <portlet id="PonyGadget">
+    <portlet-name>PonyGadget</portlet-name>
+    <display-name>Pony</display-name>
+    <description>Google Gadgets: Pony Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Deep Sea Dive</value>
+      <value>Pony</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/deepseadive.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mingyeeiu.googlepages.com/ponies.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freewebtown.com/theweather/googlegadgets/deepseadive.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mingyeeiu.googlepages.com/ponies.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7207,29 +7207,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Deep Sea Dive</title>
-      <short-title>Deep Sea Dive</short-title>
+      <title>Pony</title>
+      <short-title>Pony</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TwiddleStixGadget">
-    <portlet-name>TwiddleStixGadget</portlet-name>
-    <display-name>Twiddle Stix</display-name>
-    <description>Google Gadgets: Twiddle Stix Gadget</description>
+  <portlet id="BeachTennisGadget">
+    <portlet-name>BeachTennisGadget</portlet-name>
+    <display-name>Beach Tennis</display-name>
+    <description>Google Gadgets: Beach Tennis Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Twiddle Stix</value>
+      <value>Beach Tennis</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/twiddlestixgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/beachtennisgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/twiddlestixgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/beachtennisgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7240,29 +7240,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Twiddle Stix</title>
-      <short-title>Twiddle Stix</short-title>
+      <title>Beach Tennis</title>
+      <short-title>Beach Tennis</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ARMYSWATGadget">
-    <portlet-name>ARMYSWATGadget</portlet-name>
-    <display-name>ARMY S.W.A.T</display-name>
-    <description>Google Gadgets: ARMY S.W.A.T Gadget</description>
+  <portlet id="RandomKittenGadget">
+    <portlet-name>RandomKittenGadget</portlet-name>
+    <display-name>Random Kitten!</display-name>
+    <description>Google Gadgets: Random Kitten! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ARMY S.W.A.T</value>
+      <value>Random Kitten!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/armyswatGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cmeister2.uwcs.co.uk/randomkitten.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/armyswatGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cmeister2.uwcs.co.uk/randomkitten.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7273,29 +7273,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ARMY S.W.A.T</title>
-      <short-title>ARMY S.W.A.T</short-title>
+      <title>Random Kitten!</title>
+      <short-title>Random Kitten!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashLudoGadget">
-    <portlet-name>FlashLudoGadget</portlet-name>
-    <display-name>Flash Ludo</display-name>
-    <description>Google Gadgets: Flash Ludo Gadget</description>
+  <portlet id="ChuckNorrisFactGenerator1Gadget">
+    <portlet-name>ChuckNorrisFactGenerator1Gadget</portlet-name>
+    <display-name>Chuck Norris Fact Generator</display-name>
+    <description>Google Gadgets: Chuck Norris Fact Generator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Ludo</value>
+      <value>Chuck Norris Fact Generator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/flashludo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://marsupialmusic.net/stu/scripts/chucknorris.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/flashludo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://marsupialmusic.net/stu/scripts/chucknorris.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7306,29 +7306,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Ludo</title>
-      <short-title>Flash Ludo</short-title>
+      <title>Chuck Norris Fact Generator</title>
+      <short-title>Chuck Norris Fact Generator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BricksJunctionGadget">
-    <portlet-name>BricksJunctionGadget</portlet-name>
-    <display-name>Bricks Junction</display-name>
-    <description>Google Gadgets: Bricks Junction Gadget</description>
+  <portlet id="MixaPolGadget">
+    <portlet-name>MixaPolGadget</portlet-name>
+    <display-name>Mix-a-Pol</display-name>
+    <description>Google Gadgets: Mix-a-Pol Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bricks Junction</value>
+      <value>Mix-a-Pol</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mesuot.com/junction/junc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.soasoas.com/mix/mix-a-pol.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mesuot.com/junction/junc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.soasoas.com/mix/mix-a-pol.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7339,29 +7339,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bricks Junction</title>
-      <short-title>Bricks Junction</short-title>
+      <title>Mix-a-Pol</title>
+      <short-title>Mix-a-Pol</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ShipGadget">
-    <portlet-name>ShipGadget</portlet-name>
-    <display-name>Ship</display-name>
-    <description>Google Gadgets: Ship Gadget</description>
+  <portlet id="WildAnimalSnapshotGadget">
+    <portlet-name>WildAnimalSnapshotGadget</portlet-name>
+    <display-name>Wild Animal Snapshot</display-name>
+    <description>Google Gadgets: Wild Animal Snapshot Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ship</value>
+      <value>Wild Animal Snapshot</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/ship.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gotoscience.com/gadgets/Gadget-Wild-Animal-Snapshot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/ship.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gotoscience.com/gadgets/Gadget-Wild-Animal-Snapshot.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7372,29 +7372,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ship</title>
-      <short-title>Ship</short-title>
+      <title>Wild Animal Snapshot</title>
+      <short-title>Wild Animal Snapshot</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SubCommanderGadget">
-    <portlet-name>SubCommanderGadget</portlet-name>
-    <display-name>Sub Commander</display-name>
-    <description>Google Gadgets: Sub Commander Gadget</description>
+  <portlet id="MemoryTrialGadget">
+    <portlet-name>MemoryTrialGadget</portlet-name>
+    <display-name>Memory Trial</display-name>
+    <description>Google Gadgets: Memory Trial Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sub Commander</value>
+      <value>Memory Trial</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/subcommandergadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/memorytrial.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/subcommandergadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/memorytrial.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7405,29 +7405,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sub Commander</title>
-      <short-title>Sub Commander</short-title>
+      <title>Memory Trial</title>
+      <short-title>Memory Trial</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CrazyBallGadget">
-    <portlet-name>CrazyBallGadget</portlet-name>
-    <display-name>Crazy Ball</display-name>
-    <description>Google Gadgets: Crazy Ball Gadget</description>
+  <portlet id="TreeFrogGadget">
+    <portlet-name>TreeFrogGadget</portlet-name>
+    <display-name>Tree Frog</display-name>
+    <description>Google Gadgets: Tree Frog Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Crazy Ball</value>
+      <value>Tree Frog</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/crazyball.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://abowman.googlepages.com/treefrog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/crazyball.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://abowman.googlepages.com/treefrog.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7438,29 +7438,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Crazy Ball</title>
-      <short-title>Crazy Ball</short-title>
+      <title>Tree Frog</title>
+      <short-title>Tree Frog</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ImReallySadcomCuteThumbnailGadget">
-    <portlet-name>ImReallySadcomCuteThumbnailGadget</portlet-name>
-    <display-name>ImReallySad.com Cute Thumbnail</display-name>
-    <description>Google Gadgets: ImReallySad.com Cute Thumbnail Gadget</description>
+  <portlet id="FearUnlimitedGadget">
+    <portlet-name>FearUnlimitedGadget</portlet-name>
+    <display-name>Fear Unlimited</display-name>
+    <description>Google Gadgets: Fear Unlimited Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ImReallySad.com Cute Thumbnail</value>
+      <value>Fear Unlimited</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://manfrin.googlepages.com/imrs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/fearunlimitedGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://manfrin.googlepages.com/imrs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/fearunlimitedGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7471,29 +7471,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ImReallySad.com Cute Thumbnail</title>
-      <short-title>ImReallySad.com Cute Thumbnail</short-title>
+      <title>Fear Unlimited</title>
+      <short-title>Fear Unlimited</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGame3FootNinjaGadget">
-    <portlet-name>MiniclipGame3FootNinjaGadget</portlet-name>
-    <display-name>Miniclip Game - 3 Foot Ninja</display-name>
-    <description>Google Gadgets: Miniclip Game - 3 Foot Ninja Gadget</description>
+  <portlet id="PumpkinBattleGadget">
+    <portlet-name>PumpkinBattleGadget</portlet-name>
+    <display-name>Pumpkin Battle</display-name>
+    <description>Google Gadgets: Pumpkin Battle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - 3 Foot Ninja</value>
+      <value>Pumpkin Battle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/3-foot-ninja/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/pumpkinbattleGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/3-foot-ninja/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/pumpkinbattleGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7504,29 +7504,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - 3 Foot Ninja</title>
-      <short-title>Miniclip Game - 3 Foot Ninja</short-title>
+      <title>Pumpkin Battle</title>
+      <short-title>Pumpkin Battle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MadCows1Gadget">
-    <portlet-name>MadCows1Gadget</portlet-name>
-    <display-name>Mad Cows</display-name>
-    <description>Google Gadgets: Mad Cows Gadget</description>
+  <portlet id="MuayThaiGadget">
+    <portlet-name>MuayThaiGadget</portlet-name>
+    <display-name>Muay Thai</display-name>
+    <description>Google Gadgets: Muay Thai Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mad Cows</value>
+      <value>Muay Thai</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/madcows.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/muaythai.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/madcows.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/muaythai.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7537,29 +7537,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mad Cows</title>
-      <short-title>Mad Cows</short-title>
+      <title>Muay Thai</title>
+      <short-title>Muay Thai</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FroggerGadget">
-    <portlet-name>FroggerGadget</portlet-name>
-    <display-name>Frogger</display-name>
-    <description>Google Gadgets: Frogger Gadget</description>
+  <portlet id="RageGadget">
+    <portlet-name>RageGadget</portlet-name>
+    <display-name>Rage!</display-name>
+    <description>Google Gadgets: Rage! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Frogger</value>
+      <value>Rage!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.shockinglyfun.com/froggerGGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/rageGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.shockinglyfun.com/froggerGGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/rageGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7570,29 +7570,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Frogger</title>
-      <short-title>Frogger</short-title>
+      <title>Rage!</title>
+      <short-title>Rage!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DeductionGameGadget">
-    <portlet-name>DeductionGameGadget</portlet-name>
-    <display-name>Deduction Game</display-name>
-    <description>Google Gadgets: Deduction Game Gadget</description>
+  <portlet id="DailyJigsawPuzzlefromShockwaveGadget">
+    <portlet-name>DailyJigsawPuzzlefromShockwaveGadget</portlet-name>
+    <display-name>Daily Jigsaw Puzzle from Sh...</display-name>
+    <description>Google Gadgets: Daily Jigsaw Puzzle from Shockwave Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Deduction Game</value>
+      <value>Daily Jigsaw Puzzle from Shockwave</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/deduction/deduction.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.shockwave.com/servlet/googlegadget/dailyjigsaw/dailyjigsaw.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/deduction/deduction.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.shockwave.com/servlet/googlegadget/dailyjigsaw/dailyjigsaw.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7603,29 +7603,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Deduction Game</title>
-      <short-title>Deduction Game</short-title>
+      <title>Daily Jigsaw Puzzle from Shockwave</title>
+      <short-title>Daily Jigsaw Puzzle from Shockwave</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UFOMapssightingsastheyhappenGadget">
-    <portlet-name>UFOMapssightingsastheyhappenGadget</portlet-name>
-    <display-name>UFOMaps - sightings as they happen</display-name>
-    <description>Google Gadgets: UFOMaps - sightings as they happen Gadget</description>
+  <portlet id="BedtimeStoriesGadget">
+    <portlet-name>BedtimeStoriesGadget</portlet-name>
+    <display-name>Bedtime Stories!!</display-name>
+    <description>Google Gadgets: Bedtime Stories!! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>UFOMaps - sightings as they happen</value>
+      <value>Bedtime Stories!!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ufomaps.com/gadget/ufomaps.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/bedtime.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ufomaps.com/gadget/ufomaps.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nuzs.com/bedtime.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7636,29 +7636,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>UFOMaps - sightings as they happen</title>
-      <short-title>UFOMaps - sightings as they happen</short-title>
+      <title>Bedtime Stories!!</title>
+      <short-title>Bedtime Stories!!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PipeNightmareGadget">
-    <portlet-name>PipeNightmareGadget</portlet-name>
-    <display-name>Pipe Nightmare</display-name>
-    <description>Google Gadgets: Pipe Nightmare Gadget</description>
+  <portlet id="MarblesGameGadget">
+    <portlet-name>MarblesGameGadget</portlet-name>
+    <display-name>Marbles Game</display-name>
+    <description>Google Gadgets: Marbles Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pipe Nightmare</value>
+      <value>Marbles Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://GdaRussian.googlepages.com/PipeNightmare.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/marbles/marbles.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://GdaRussian.googlepages.com/PipeNightmare.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/marbles/marbles.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7669,29 +7669,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pipe Nightmare</title>
-      <short-title>Pipe Nightmare</short-title>
+      <title>Marbles Game</title>
+      <short-title>Marbles Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ShuttleCommanderGadget">
-    <portlet-name>ShuttleCommanderGadget</portlet-name>
-    <display-name>Shuttle Commander</display-name>
-    <description>Google Gadgets: Shuttle Commander Gadget</description>
+  <portlet id="FlagGadget">
+    <portlet-name>FlagGadget</portlet-name>
+    <display-name>Flag</display-name>
+    <description>Google Gadgets: Flag Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Shuttle Commander</value>
+      <value>Flag</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/flight/shuttle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/krslksrls/flags.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/flight/shuttle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/krslksrls/flags.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7702,29 +7702,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Shuttle Commander</title>
-      <short-title>Shuttle Commander</short-title>
+      <title>Flag</title>
+      <short-title>Flag</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TVUPlayerGadget">
-    <portlet-name>TVUPlayerGadget</portlet-name>
-    <display-name>TVUPlayer</display-name>
-    <description>Google Gadgets: TVUPlayer Gadget</description>
+  <portlet id="StealthHunterGadget">
+    <portlet-name>StealthHunterGadget</portlet-name>
+    <display-name>Stealth Hunter</display-name>
+    <description>Google Gadgets: Stealth Hunter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TVUPlayer</value>
+      <value>Stealth Hunter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://akira.animation.googlepages.com/tvuplayer_v1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/stealthGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://akira.animation.googlepages.com/tvuplayer_v1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/stealthGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7735,29 +7735,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TVUPlayer</title>
-      <short-title>TVUPlayer</short-title>
+      <title>Stealth Hunter</title>
+      <short-title>Stealth Hunter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RapidFireGadget">
-    <portlet-name>RapidFireGadget</portlet-name>
-    <display-name>Rapid Fire</display-name>
-    <description>Google Gadgets: Rapid Fire Gadget</description>
+  <portlet id="SuperFishingGadget">
+    <portlet-name>SuperFishingGadget</portlet-name>
+    <display-name>Super Fishing</display-name>
+    <description>Google Gadgets: Super Fishing Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rapid Fire</value>
+      <value>Super Fishing</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/rapid-firegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/superfishingGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/rapid-firegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/superfishingGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7768,29 +7768,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rapid Fire</title>
-      <short-title>Rapid Fire</short-title>
+      <title>Super Fishing</title>
+      <short-title>Super Fishing</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameCrashdownGadget">
-    <portlet-name>MiniclipGameCrashdownGadget</portlet-name>
-    <display-name>Miniclip Game - Crashdown</display-name>
-    <description>Google Gadgets: Miniclip Game - Crashdown Gadget</description>
+  <portlet id="SouthParkChannelGadget">
+    <portlet-name>SouthParkChannelGadget</portlet-name>
+    <display-name>South Park Channel</display-name>
+    <description>Google Gadgets: South Park Channel Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Crashdown</value>
+      <value>South Park Channel</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/crashdown/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105626867236804896006%26mid%3D9%26url%3Dgm_youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/crashdown/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D105626867236804896006%26mid%3D9%26url%3Dgm_youtube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7801,29 +7801,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Crashdown</title>
-      <short-title>Miniclip Game - Crashdown</short-title>
+      <title>South Park Channel</title>
+      <short-title>South Park Channel</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RocketCarGadget">
-    <portlet-name>RocketCarGadget</portlet-name>
-    <display-name>Rocket Car</display-name>
-    <description>Google Gadgets: Rocket Car Gadget</description>
+  <portlet id="ShootingGalleryGadget">
+    <portlet-name>ShootingGalleryGadget</portlet-name>
+    <display-name>Shooting Gallery</display-name>
+    <description>Google Gadgets: Shooting Gallery Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rocket Car</value>
+      <value>Shooting Gallery</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/rocketcar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/shootinggallery.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theweather.tk/googlegadgets/rocketcar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/shootinggallery.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7834,29 +7834,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rocket Car</title>
-      <short-title>Rocket Car</short-title>
+      <title>Shooting Gallery</title>
+      <short-title>Shooting Gallery</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SaloonShootoutGadget">
-    <portlet-name>SaloonShootoutGadget</portlet-name>
-    <display-name>Saloon Shootout</display-name>
-    <description>Google Gadgets: Saloon Shootout Gadget</description>
+  <portlet id="SparksGadget">
+    <portlet-name>SparksGadget</portlet-name>
+    <display-name>Sparks</display-name>
+    <description>Google Gadgets: Sparks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Saloon Shootout</value>
+      <value>Sparks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/saloonshootoutGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/sparks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/saloonshootoutGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/sparks.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7867,29 +7867,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Saloon Shootout</title>
-      <short-title>Saloon Shootout</short-title>
+      <title>Sparks</title>
+      <short-title>Sparks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashFireworksDetroitGadget">
-    <portlet-name>FlashFireworksDetroitGadget</portlet-name>
-    <display-name>Flash Fireworks - Detroit</display-name>
-    <description>Google Gadgets: Flash Fireworks - Detroit Gadget</description>
+  <portlet id="PointlessGadget">
+    <portlet-name>PointlessGadget</portlet-name>
+    <display-name>Pointless</display-name>
+    <description>Google Gadgets: Pointless Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Fireworks - Detroit</value>
+      <value>Pointless</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-detroit.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/pointlessGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-detroit.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/pointlessGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7900,29 +7900,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Fireworks - Detroit</title>
-      <short-title>Flash Fireworks - Detroit</short-title>
+      <title>Pointless</title>
+      <short-title>Pointless</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TowerDefenceGadget">
-    <portlet-name>TowerDefenceGadget</portlet-name>
-    <display-name>Tower Defence</display-name>
-    <description>Google Gadgets: Tower Defence Gadget</description>
+  <portlet id="SlideshowsoftheDayGadget">
+    <portlet-name>SlideshowsoftheDayGadget</portlet-name>
+    <display-name>Slideshows of the Day</display-name>
+    <description>Google Gadgets: Slideshows of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tower Defence</value>
+      <value>Slideshows of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/towerdefencegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/towerdefencegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7933,29 +7933,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tower Defence</title>
-      <short-title>Tower Defence</short-title>
+      <title>Slideshows of the Day</title>
+      <short-title>Slideshows of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AdFreeSudokuPuzzlesGadget">
-    <portlet-name>AdFreeSudokuPuzzlesGadget</portlet-name>
-    <display-name>Ad-Free Sudoku Puzzles</display-name>
-    <description>Google Gadgets: Ad-Free Sudoku Puzzles Gadget</description>
+  <portlet id="MiniclipGameSmashingGadget">
+    <portlet-name>MiniclipGameSmashingGadget</portlet-name>
+    <display-name>Miniclip Game - Smashing</display-name>
+    <description>Google Gadgets: Miniclip Game - Smashing Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ad-Free Sudoku Puzzles</value>
+      <value>Miniclip Game - Smashing</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.odyssey.ie/sudoku/sudoku.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/smashing/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.odyssey.ie/sudoku/sudoku.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/smashing/en/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7966,29 +7966,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ad-Free Sudoku Puzzles</title>
-      <short-title>Ad-Free Sudoku Puzzles</short-title>
+      <title>Miniclip Game - Smashing</title>
+      <short-title>Miniclip Game - Smashing</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MemoryTrialGadget">
-    <portlet-name>MemoryTrialGadget</portlet-name>
-    <display-name>Memory Trial</display-name>
-    <description>Google Gadgets: Memory Trial Gadget</description>
+  <portlet id="3DShooterGadget">
+    <portlet-name>3DShooterGadget</portlet-name>
+    <display-name>3D Shooter</display-name>
+    <description>Google Gadgets: 3D Shooter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Memory Trial</value>
+      <value>3D Shooter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/memorytrial.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/3dshooter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/memorytrial.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/3dshooter.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7999,29 +7999,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Memory Trial</title>
-      <short-title>Memory Trial</short-title>
+      <title>3D Shooter</title>
+      <short-title>3D Shooter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="3dwormGadget">
-    <portlet-name>3dwormGadget</portlet-name>
-    <display-name>3d worm</display-name>
-    <description>Google Gadgets: 3d worm Gadget</description>
+  <portlet id="MiniclipGameBattleshipsGadget">
+    <portlet-name>MiniclipGameBattleshipsGadget</portlet-name>
+    <display-name>Miniclip Game - Battleships</display-name>
+    <description>Google Gadgets: Miniclip Game - Battleships Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>3d worm</value>
+      <value>Miniclip Game - Battleships</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/3dworm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/battleships/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/3dworm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/battleships/en/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8032,29 +8032,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>3d worm</title>
-      <short-title>3d worm</short-title>
+      <title>Miniclip Game - Battleships</title>
+      <short-title>Miniclip Game - Battleships</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ParrottHeadGadget">
-    <portlet-name>ParrottHeadGadget</portlet-name>
-    <display-name>Parrott Head</display-name>
-    <description>Google Gadgets: Parrott Head Gadget</description>
+  <portlet id="SubCommanderGadget">
+    <portlet-name>SubCommanderGadget</portlet-name>
+    <display-name>Sub Commander</display-name>
+    <description>Google Gadgets: Sub Commander Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Parrott Head</value>
+      <value>Sub Commander</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/parrott.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/subcommandergadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/parrott.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/subcommandergadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8065,29 +8065,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Parrott Head</title>
-      <short-title>Parrott Head</short-title>
+      <title>Sub Commander</title>
+      <short-title>Sub Commander</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThenaturephotographyofJoeDeckerGadget">
-    <portlet-name>ThenaturephotographyofJoeDeckerGadget</portlet-name>
-    <display-name>The nature photography of Joe Decker</display-name>
-    <description>Google Gadgets: The nature photography of Joe Decker Gadget</description>
+  <portlet id="Colors1Gadget">
+    <portlet-name>Colors1Gadget</portlet-name>
+    <display-name>Colors</display-name>
+    <description>Google Gadgets: Colors Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The nature photography of Joe Decker</value>
+      <value>Colors</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rockslidephoto.com/randecker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/colors.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rockslidephoto.com/randecker.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/colors.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8098,29 +8098,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The nature photography of Joe Decker</title>
-      <short-title>The nature photography of Joe Decker</short-title>
+      <title>Colors</title>
+      <short-title>Colors</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GravityGadget">
-    <portlet-name>GravityGadget</portlet-name>
-    <display-name>Gravity</display-name>
-    <description>Google Gadgets: Gravity Gadget</description>
+  <portlet id="Magnetism2Gadget">
+    <portlet-name>Magnetism2Gadget</portlet-name>
+    <display-name>Magnetism 2</display-name>
+    <description>Google Gadgets: Magnetism 2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gravity</value>
+      <value>Magnetism 2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/gravitygadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/magnetism2Gadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/gravitygadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/magnetism2Gadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8131,29 +8131,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gravity</title>
-      <short-title>Gravity</short-title>
+      <title>Magnetism 2</title>
+      <short-title>Magnetism 2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomGamesGadget">
-    <portlet-name>RandomGamesGadget</portlet-name>
-    <display-name>Random Games</display-name>
-    <description>Google Gadgets: Random Games Gadget</description>
+  <portlet id="DiscDrop250Gadget">
+    <portlet-name>DiscDrop250Gadget</portlet-name>
+    <display-name>Disc Drop 250</display-name>
+    <description>Google Gadgets: Disc Drop 250 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Games</value>
+      <value>Disc Drop 250</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nextlevelarcade.com/google-gadget-feed.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://discdropgadget.googlecode.com/svn/trunk/discDrop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nextlevelarcade.com/google-gadget-feed.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://discdropgadget.googlecode.com/svn/trunk/discDrop.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8164,29 +8164,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Games</title>
-      <short-title>Random Games</short-title>
+      <title>Disc Drop 250</title>
+      <short-title>Disc Drop 250</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CartoonBankcomCartoonoftheDayGadget">
-    <portlet-name>CartoonBankcomCartoonoftheDayGadget</portlet-name>
-    <display-name>CartoonBank.com- Cartoon of the Day</display-name>
-    <description>Google Gadgets: CartoonBank.com- Cartoon of the Day Gadget</description>
+  <portlet id="ShipGadget">
+    <portlet-name>ShipGadget</portlet-name>
+    <display-name>Ship</display-name>
+    <description>Google Gadgets: Ship Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CartoonBank.com- Cartoon of the Day</value>
+      <value>Ship</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cartoonbank.com/rss/cb-cartoon-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/ship.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cartoonbank.com/rss/cb-cartoon-of-the-day.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/ship.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8197,29 +8197,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CartoonBank.com- Cartoon of the Day</title>
-      <short-title>CartoonBank.com- Cartoon of the Day</short-title>
+      <title>Ship</title>
+      <short-title>Ship</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheOnlineMillionaireQuiz20Gadget">
-    <portlet-name>TheOnlineMillionaireQuiz20Gadget</portlet-name>
-    <display-name>The Online Millionaire Quiz 2.0</display-name>
-    <description>Google Gadgets: The Online Millionaire Quiz 2.0 Gadget</description>
+  <portlet id="BoomBoomVolleyballGadget">
+    <portlet-name>BoomBoomVolleyballGadget</portlet-name>
+    <display-name>Boom Boom Volleyball</display-name>
+    <description>Google Gadgets: Boom Boom Volleyball Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Online Millionaire Quiz 2.0</value>
+      <value>Boom Boom Volleyball</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/millionairequizgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/boomboomgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/millionairequizgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/boomboomgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8230,29 +8230,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Online Millionaire Quiz 2.0</title>
-      <short-title>The Online Millionaire Quiz 2.0</short-title>
+      <title>Boom Boom Volleyball</title>
+      <short-title>Boom Boom Volleyball</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashFireworksTimeSquareGadget">
-    <portlet-name>FlashFireworksTimeSquareGadget</portlet-name>
-    <display-name>Flash Fireworks - TimeSquare</display-name>
-    <description>Google Gadgets: Flash Fireworks - TimeSquare Gadget</description>
+  <portlet id="TowerDefenceGadget">
+    <portlet-name>TowerDefenceGadget</portlet-name>
+    <display-name>Tower Defence</display-name>
+    <description>Google Gadgets: Tower Defence Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Fireworks - TimeSquare</value>
+      <value>Tower Defence</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-time-square.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/towerdefencegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-time-square.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/towerdefencegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8263,29 +8263,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Fireworks - TimeSquare</title>
-      <short-title>Flash Fireworks - TimeSquare</short-title>
+      <title>Tower Defence</title>
+      <short-title>Tower Defence</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashteroidsGadget">
-    <portlet-name>FlashteroidsGadget</portlet-name>
-    <display-name>Flashteroids</display-name>
-    <description>Google Gadgets: Flashteroids Gadget</description>
+  <portlet id="AdFreeSudokuPuzzlesGadget">
+    <portlet-name>AdFreeSudokuPuzzlesGadget</portlet-name>
+    <display-name>Ad-Free Sudoku Puzzles</display-name>
+    <description>Google Gadgets: Ad-Free Sudoku Puzzles Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flashteroids</value>
+      <value>Ad-Free Sudoku Puzzles</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aderowbotham.googlepages.com/flashteroids-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.odyssey.ie/sudoku/sudoku.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aderowbotham.googlepages.com/flashteroids-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.odyssey.ie/sudoku/sudoku.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8296,29 +8296,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flashteroids</title>
-      <short-title>Flashteroids</short-title>
+      <title>Ad-Free Sudoku Puzzles</title>
+      <short-title>Ad-Free Sudoku Puzzles</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AliasGadget">
-    <portlet-name>AliasGadget</portlet-name>
-    <display-name>Alias</display-name>
-    <description>Google Gadgets: Alias Gadget</description>
+  <portlet id="wwwknowthruastrologycomGadget">
+    <portlet-name>wwwknowthruastrologycomGadget</portlet-name>
+    <display-name>www.knowthruastrology.com</display-name>
+    <description>Google Gadgets: www.knowthruastrology.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Alias</value>
+      <value>www.knowthruastrology.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/aliasgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.knowthruastrology.com/relation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/aliasgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.knowthruastrology.com/relation.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8329,29 +8329,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Alias</title>
-      <short-title>Alias</short-title>
+      <title>www.knowthruastrology.com</title>
+      <short-title>www.knowthruastrology.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PacXonv10Gadget">
-    <portlet-name>PacXonv10Gadget</portlet-name>
-    <display-name>PacXon v1.0</display-name>
-    <description>Google Gadgets: PacXon v1.0 Gadget</description>
+  <portlet id="RocketCarGadget">
+    <portlet-name>RocketCarGadget</portlet-name>
+    <display-name>Rocket Car</display-name>
+    <description>Google Gadgets: Rocket Car Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PacXon v1.0</value>
+      <value>Rocket Car</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.schulz.dk/pacxon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/rocketcar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.schulz.dk/pacxon.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theweather.tk/googlegadgets/rocketcar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8362,29 +8362,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PacXon v1.0</title>
-      <short-title>PacXon v1.0</short-title>
+      <title>Rocket Car</title>
+      <short-title>Rocket Car</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GeorgeBushShootOutGadget">
-    <portlet-name>GeorgeBushShootOutGadget</portlet-name>
-    <display-name>George Bush Shoot Out</display-name>
-    <description>Google Gadgets: George Bush Shoot Out Gadget</description>
+  <portlet id="CitySurfingGadget">
+    <portlet-name>CitySurfingGadget</portlet-name>
+    <display-name>City Surfing</display-name>
+    <description>Google Gadgets: City Surfing Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>George Bush Shoot Out</value>
+      <value>City Surfing</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/bushshootoutgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/citysurfingGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/bushshootoutgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/citysurfingGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8395,29 +8395,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>George Bush Shoot Out</title>
-      <short-title>George Bush Shoot Out</short-title>
+      <title>City Surfing</title>
+      <short-title>City Surfing</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RumbleBallGadget">
-    <portlet-name>RumbleBallGadget</portlet-name>
-    <display-name>Rumble Ball</display-name>
-    <description>Google Gadgets: Rumble Ball Gadget</description>
+  <portlet id="ElasticSoccer1Gadget">
+    <portlet-name>ElasticSoccer1Gadget</portlet-name>
+    <display-name>Elastic Soccer</display-name>
+    <description>Google Gadgets: Elastic Soccer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rumble Ball</value>
+      <value>Elastic Soccer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/rumbleballreloadedGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/elasticsoccer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/rumbleballreloadedGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/elasticsoccer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8428,29 +8428,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rumble Ball</title>
-      <short-title>Rumble Ball</short-title>
+      <title>Elastic Soccer</title>
+      <short-title>Elastic Soccer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HotterorNotterGadget">
-    <portlet-name>HotterorNotterGadget</portlet-name>
-    <display-name>Hotter or Notter</display-name>
-    <description>Google Gadgets: Hotter or Notter Gadget</description>
+  <portlet id="MentalWorkoutWordExercisesGadget">
+    <portlet-name>MentalWorkoutWordExercisesGadget</portlet-name>
+    <display-name>Mental Workout - Word Exerc...</display-name>
+    <description>Google Gadgets: Mental Workout - Word Exercises Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hotter or Notter</value>
+      <value>Mental Workout - Word Exercises</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://svm.csie.ntu.edu.tw/~ranker/gadget/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mental-workout.com/gadgets-words-exercises/google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://svm.csie.ntu.edu.tw/~ranker/gadget/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mental-workout.com/gadgets-words-exercises/google-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8461,29 +8461,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hotter or Notter</title>
-      <short-title>Hotter or Notter</short-title>
+      <title>Mental Workout - Word Exercises</title>
+      <short-title>Mental Workout - Word Exercises</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HumanClockGadget">
-    <portlet-name>HumanClockGadget</portlet-name>
-    <display-name>Human Clock</display-name>
-    <description>Google Gadgets: Human Clock Gadget</description>
+  <portlet id="WonderfulInfooftheDayGadget">
+    <portlet-name>WonderfulInfooftheDayGadget</portlet-name>
+    <display-name>Wonderful Info. of the Day</display-name>
+    <description>Google Gadgets: Wonderful Info. of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Human Clock</value>
+      <value>Wonderful Info. of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://g.1o4.jp/module/humanclock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wonderfulinfo.com/wonderfulinfo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://g.1o4.jp/module/humanclock.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wonderfulinfo.com/wonderfulinfo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8494,29 +8494,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Human Clock</title>
-      <short-title>Human Clock</short-title>
+      <title>Wonderful Info. of the Day</title>
+      <short-title>Wonderful Info. of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChristmasMusicJukeboxGadget">
-    <portlet-name>ChristmasMusicJukeboxGadget</portlet-name>
-    <display-name>Christmas Music Jukebox</display-name>
-    <description>Google Gadgets: Christmas Music Jukebox Gadget</description>
+  <portlet id="wwwknowthruastrologycom1Gadget">
+    <portlet-name>wwwknowthruastrologycom1Gadget</portlet-name>
+    <display-name>www.knowthruastrology.com</display-name>
+    <description>Google Gadgets: www.knowthruastrology.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Christmas Music Jukebox</value>
+      <value>www.knowthruastrology.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://songsofpraise.org/ncmjukebox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.knowthruastrology.com/birth.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://songsofpraise.org/ncmjukebox.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.knowthruastrology.com/birth.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8527,29 +8527,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Christmas Music Jukebox</title>
-      <short-title>Christmas Music Jukebox</short-title>
+      <title>www.knowthruastrology.com</title>
+      <short-title>www.knowthruastrology.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BraingleMentalrobicsGadget">
-    <portlet-name>BraingleMentalrobicsGadget</portlet-name>
-    <display-name>Braingle Mentalrobics</display-name>
-    <description>Google Gadgets: Braingle Mentalrobics Gadget</description>
+  <portlet id="SmarterThana5thGrader1Gadget">
+    <portlet-name>SmarterThana5thGrader1Gadget</portlet-name>
+    <display-name>Smarter Than a 5th Grader?</display-name>
+    <description>Google Gadgets: Smarter Than a 5th Grader? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Braingle Mentalrobics</value>
+      <value>Smarter Than a 5th Grader?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.braingle.com/widgets/google_mentalrobics.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/fox-5th-grader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.braingle.com/widgets/google_mentalrobics.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/fox-5th-grader.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8560,29 +8560,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Braingle Mentalrobics</title>
-      <short-title>Braingle Mentalrobics</short-title>
+      <title>Smarter Than a 5th Grader?</title>
+      <short-title>Smarter Than a 5th Grader?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OrcHunterGadget">
-    <portlet-name>OrcHunterGadget</portlet-name>
-    <display-name>Orc Hunter</display-name>
-    <description>Google Gadgets: Orc Hunter Gadget</description>
+  <portlet id="BrainTuner1Gadget">
+    <portlet-name>BrainTuner1Gadget</portlet-name>
+    <display-name>Brain Tuner</display-name>
+    <description>Google Gadgets: Brain Tuner Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Orc Hunter</value>
+      <value>Brain Tuner</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/orchunterGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://elliot.lee.googlepages.com/brainbeta.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/orchunterGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://elliot.lee.googlepages.com/brainbeta.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8593,29 +8593,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Orc Hunter</title>
-      <short-title>Orc Hunter</short-title>
+      <title>Brain Tuner</title>
+      <short-title>Brain Tuner</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FuzzyGadget">
-    <portlet-name>FuzzyGadget</portlet-name>
-    <display-name>Fuzzy</display-name>
-    <description>Google Gadgets: Fuzzy Gadget</description>
+  <portlet id="PitBabesF1byF1GrandPrixitGadget">
+    <portlet-name>PitBabesF1byF1GrandPrixitGadget</portlet-name>
+    <display-name>Pit Babes F1 by F1GrandPrix.it</display-name>
+    <description>Google Gadgets: Pit Babes F1 by F1GrandPrix.it Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fuzzy</value>
+      <value>Pit Babes F1 by F1GrandPrix.it</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/fuzzyGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.f1grandprix.it/pitbabes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/fuzzyGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.f1grandprix.it/pitbabes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8626,29 +8626,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fuzzy</title>
-      <short-title>Fuzzy</short-title>
+      <title>Pit Babes F1 by F1GrandPrix.it</title>
+      <short-title>Pit Babes F1 by F1GrandPrix.it</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CATVACCatapultIIGadget">
-    <portlet-name>CATVACCatapultIIGadget</portlet-name>
-    <display-name>CAT-VAC (Catapult II)</display-name>
-    <description>Google Gadgets: CAT-VAC (Catapult II) Gadget</description>
+  <portlet id="MiniclipGamePaintballGadget">
+    <portlet-name>MiniclipGamePaintballGadget</portlet-name>
+    <display-name>Miniclip Game - Paintball</display-name>
+    <description>Google Gadgets: Miniclip Game - Paintball Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CAT-VAC (Catapult II)</value>
+      <value>Miniclip Game - Paintball</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/catvacGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/paintball/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/catvacGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/paintball/en/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8659,29 +8659,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CAT-VAC (Catapult II)</title>
-      <short-title>CAT-VAC (Catapult II)</short-title>
+      <title>Miniclip Game - Paintball</title>
+      <short-title>Miniclip Game - Paintball</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameFieldGoalGadget">
-    <portlet-name>MiniclipGameFieldGoalGadget</portlet-name>
-    <display-name>Miniclip Game - Field Goal</display-name>
-    <description>Google Gadgets: Miniclip Game - Field Goal Gadget</description>
+  <portlet id="WheelchairChallengeGadget">
+    <portlet-name>WheelchairChallengeGadget</portlet-name>
+    <display-name>Wheelchair Challenge</display-name>
+    <description>Google Gadgets: Wheelchair Challenge Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Field Goal</value>
+      <value>Wheelchair Challenge</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/field-goal/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/wheelchair-challengeGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/field-goal/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/wheelchair-challengeGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8692,29 +8692,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Field Goal</title>
-      <short-title>Miniclip Game - Field Goal</short-title>
+      <title>Wheelchair Challenge</title>
+      <short-title>Wheelchair Challenge</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniPool1Gadget">
-    <portlet-name>MiniPool1Gadget</portlet-name>
-    <display-name>Mini Pool</display-name>
-    <description>Google Gadgets: Mini Pool Gadget</description>
+  <portlet id="15SlidingPuzzleGadget">
+    <portlet-name>15SlidingPuzzleGadget</portlet-name>
+    <display-name>15 Sliding Puzzle</display-name>
+    <description>Google Gadgets: 15 Sliding Puzzle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mini Pool</value>
+      <value>15 Sliding Puzzle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/minipool.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/15puzzlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/minipool.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/15puzzlegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8725,29 +8725,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mini Pool</title>
-      <short-title>Mini Pool</short-title>
+      <title>15 Sliding Puzzle</title>
+      <short-title>15 Sliding Puzzle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Alias1Gadget">
-    <portlet-name>Alias1Gadget</portlet-name>
-    <display-name>Alias</display-name>
-    <description>Google Gadgets: Alias Gadget</description>
+  <portlet id="StinkyBeanGadget">
+    <portlet-name>StinkyBeanGadget</portlet-name>
+    <display-name>Stinky Bean</display-name>
+    <description>Google Gadgets: Stinky Bean Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Alias</value>
+      <value>Stinky Bean</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/alias.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/stinkybeanGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/alias.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/stinkybeanGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8758,29 +8758,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Alias</title>
-      <short-title>Alias</short-title>
+      <title>Stinky Bean</title>
+      <short-title>Stinky Bean</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LastDayofSchoolGadget">
-    <portlet-name>LastDayofSchoolGadget</portlet-name>
-    <display-name>Last Day of School</display-name>
-    <description>Google Gadgets: Last Day of School Gadget</description>
+  <portlet id="SpiderBugsGadget">
+    <portlet-name>SpiderBugsGadget</portlet-name>
+    <display-name>Spider Bugs</display-name>
+    <description>Google Gadgets: Spider Bugs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Last Day of School</value>
+      <value>Spider Bugs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108780196323594523537%26mid%3D97%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/spiderbugsGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D108780196323594523537%26mid%3D97%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/spiderbugsGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8791,29 +8791,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Last Day of School</title>
-      <short-title>Last Day of School</short-title>
+      <title>Spider Bugs</title>
+      <short-title>Spider Bugs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeDailyTriviaGamesandQuizzesGadget">
-    <portlet-name>FreeDailyTriviaGamesandQuizzesGadget</portlet-name>
-    <display-name>Free Daily Trivia Games and Quizzes</display-name>
-    <description>Google Gadgets: Free Daily Trivia Games and Quizzes Gadget</description>
+  <portlet id="UnrealGameGadget">
+    <portlet-name>UnrealGameGadget</portlet-name>
+    <display-name>Unreal Game</display-name>
+    <description>Google Gadgets: Unreal Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Daily Trivia Games and Quizzes</value>
+      <value>Unreal Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.funtrivia.com/triviax.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://iggadgets.googlepages.com/Unreal.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.funtrivia.com/triviax.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://iggadgets.googlepages.com/Unreal.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8824,29 +8824,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Daily Trivia Games and Quizzes</title>
-      <short-title>Free Daily Trivia Games and Quizzes</short-title>
+      <title>Unreal Game</title>
+      <short-title>Unreal Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SlideshowsoftheDayGadget">
-    <portlet-name>SlideshowsoftheDayGadget</portlet-name>
-    <display-name>Slideshows of the Day</display-name>
-    <description>Google Gadgets: Slideshows of the Day Gadget</description>
+  <portlet id="ShootingGadget">
+    <portlet-name>ShootingGadget</portlet-name>
+    <display-name>Shooting</display-name>
+    <description>Google Gadgets: Shooting Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Slideshows of the Day</value>
+      <value>Shooting</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/shooting.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/shooting.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8857,29 +8857,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Slideshows of the Day</title>
-      <short-title>Slideshows of the Day</short-title>
+      <title>Shooting</title>
+      <short-title>Shooting</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Alias2Gadget">
-    <portlet-name>Alias2Gadget</portlet-name>
-    <display-name>Alias 2</display-name>
-    <description>Google Gadgets: Alias 2 Gadget</description>
+  <portlet id="MiniclipGameGyroballGadget">
+    <portlet-name>MiniclipGameGyroballGadget</portlet-name>
+    <display-name>Miniclip Game - Gyroball</display-name>
+    <description>Google Gadgets: Miniclip Game - Gyroball Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Alias 2</value>
+      <value>Miniclip Game - Gyroball</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/alias2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/gyroball/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/alias2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/gyroball/en/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8890,29 +8890,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Alias 2</title>
-      <short-title>Alias 2</short-title>
+      <title>Miniclip Game - Gyroball</title>
+      <short-title>Miniclip Game - Gyroball</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AlienBounceGadget">
-    <portlet-name>AlienBounceGadget</portlet-name>
-    <display-name>Alien Bounce</display-name>
-    <description>Google Gadgets: Alien Bounce Gadget</description>
+  <portlet id="SuperMonkeyPoopFightGadget">
+    <portlet-name>SuperMonkeyPoopFightGadget</portlet-name>
+    <display-name>Super Monkey Poop Fight</display-name>
+    <description>Google Gadgets: Super Monkey Poop Fight Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Alien Bounce</value>
+      <value>Super Monkey Poop Fight</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/alienbouncegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.schulz.dk/poop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/alienbouncegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.schulz.dk/poop.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8923,29 +8923,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Alien Bounce</title>
-      <short-title>Alien Bounce</short-title>
+      <title>Super Monkey Poop Fight</title>
+      <short-title>Super Monkey Poop Fight</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FiremanGadget">
-    <portlet-name>FiremanGadget</portlet-name>
-    <display-name>Fireman</display-name>
-    <description>Google Gadgets: Fireman Gadget</description>
+  <portlet id="FlashFireworksDetroitGadget">
+    <portlet-name>FlashFireworksDetroitGadget</portlet-name>
+    <display-name>Flash Fireworks - Detroit</display-name>
+    <description>Google Gadgets: Flash Fireworks - Detroit Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fireman</value>
+      <value>Flash Fireworks - Detroit</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/firemanGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-detroit.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/firemanGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-detroit.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8956,29 +8956,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fireman</title>
-      <short-title>Fireman</short-title>
+      <title>Flash Fireworks - Detroit</title>
+      <short-title>Flash Fireworks - Detroit</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YourDailyCustomMickeyGadget">
-    <portlet-name>YourDailyCustomMickeyGadget</portlet-name>
-    <display-name>Your Daily Custom Mickey</display-name>
-    <description>Google Gadgets: Your Daily Custom Mickey Gadget</description>
+  <portlet id="LiveLeakPopularVideosGadget">
+    <portlet-name>LiveLeakPopularVideosGadget</portlet-name>
+    <display-name>LiveLeak Popular Videos</display-name>
+    <description>Google Gadgets: LiveLeak Popular Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Your Daily Custom Mickey</value>
+      <value>LiveLeak Popular Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.everybodyneeds2drawmickeyonce.com/gadgets/mickey.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dliveleak&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.everybodyneeds2drawmickeyonce.com/gadgets/mickey.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dliveleak</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8989,29 +8989,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Your Daily Custom Mickey</title>
-      <short-title>Your Daily Custom Mickey</short-title>
+      <title>LiveLeak Popular Videos</title>
+      <short-title>LiveLeak Popular Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ARMYSWAT1Gadget">
-    <portlet-name>ARMYSWAT1Gadget</portlet-name>
-    <display-name>ARMY S.W.A.T</display-name>
-    <description>Google Gadgets: ARMY S.W.A.T Gadget</description>
+  <portlet id="NewWiiReleasesGadget">
+    <portlet-name>NewWiiReleasesGadget</portlet-name>
+    <display-name>New Wii Releases</display-name>
+    <description>Google Gadgets: New Wii Releases Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ARMY S.W.A.T</value>
+      <value>New Wii Releases</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/armyswatgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/games/wii/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/armyswatgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/games/wii/new.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9022,29 +9022,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ARMY S.W.A.T</title>
-      <short-title>ARMY S.W.A.T</short-title>
+      <title>New Wii Releases</title>
+      <short-title>New Wii Releases</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UniWarGadget">
-    <portlet-name>UniWarGadget</portlet-name>
-    <display-name>UniWar</display-name>
-    <description>Google Gadgets: UniWar Gadget</description>
+  <portlet id="GuesstheFlagGameGadget">
+    <portlet-name>GuesstheFlagGameGadget</portlet-name>
+    <display-name>Guess the Flag Game</display-name>
+    <description>Google Gadgets: Guess the Flag Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>UniWar</value>
+      <value>Guess the Flag Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/uniwarf8Gadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gamesforthebrain.com/gadget/game/flag.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/uniwarf8Gadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gamesforthebrain.com/gadget/game/flag.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9055,29 +9055,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>UniWar</title>
-      <short-title>UniWar</short-title>
+      <title>Guess the Flag Game</title>
+      <short-title>Guess the Flag Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GooglePopularVideosGadget">
-    <portlet-name>GooglePopularVideosGadget</portlet-name>
-    <display-name>Google Popular Videos</display-name>
-    <description>Google Gadgets: Google Popular Videos Gadget</description>
+  <portlet id="BarackObamaQuoteoftheDayGadget">
+    <portlet-name>BarackObamaQuoteoftheDayGadget</portlet-name>
+    <display-name>Barack Obama Quote of the Day</display-name>
+    <description>Google Gadgets: Barack Obama Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Popular Videos</value>
+      <value>Barack Obama Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dgoogle&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/barack-obama.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dgoogle</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/barack-obama.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9088,29 +9088,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Popular Videos</title>
-      <short-title>Google Popular Videos</short-title>
+      <title>Barack Obama Quote of the Day</title>
+      <short-title>Barack Obama Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MindMasterGadget">
-    <portlet-name>MindMasterGadget</portlet-name>
-    <display-name>MindMaster</display-name>
-    <description>Google Gadgets: MindMaster Gadget</description>
+  <portlet id="CrazyCastle1Gadget">
+    <portlet-name>CrazyCastle1Gadget</portlet-name>
+    <display-name>Crazy Castle</display-name>
+    <description>Google Gadgets: Crazy Castle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MindMaster</value>
+      <value>Crazy Castle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.degraeve.com/google/mindmaster.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/crazycastle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.degraeve.com/google/mindmaster.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/crazycastle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9121,29 +9121,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MindMaster</title>
-      <short-title>MindMaster</short-title>
+      <title>Crazy Castle</title>
+      <short-title>Crazy Castle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WishingBellGadget">
-    <portlet-name>WishingBellGadget</portlet-name>
-    <display-name>Wishing Bell</display-name>
-    <description>Google Gadgets: Wishing Bell Gadget</description>
+  <portlet id="MiniclipGameFieldGoalGadget">
+    <portlet-name>MiniclipGameFieldGoalGadget</portlet-name>
+    <display-name>Miniclip Game - Field Goal</display-name>
+    <description>Google Gadgets: Miniclip Game - Field Goal Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wishing Bell</value>
+      <value>Miniclip Game - Field Goal</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/delabs/gadgets/wish/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/field-goal/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/delabs/gadgets/wish/index.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/field-goal/en/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9154,29 +9154,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wishing Bell</title>
-      <short-title>Wishing Bell</short-title>
+      <title>Miniclip Game - Field Goal</title>
+      <short-title>Miniclip Game - Field Goal</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FieldGoalGadget">
-    <portlet-name>FieldGoalGadget</portlet-name>
-    <display-name>Field Goal</display-name>
-    <description>Google Gadgets: Field Goal Gadget</description>
+  <portlet id="SubMachine3Gadget">
+    <portlet-name>SubMachine3Gadget</portlet-name>
+    <display-name>Sub Machine 3</display-name>
+    <description>Google Gadgets: Sub Machine 3 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Field Goal</value>
+      <value>Sub Machine 3</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/FieldGoalGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/submachine3Gadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/FieldGoalGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/submachine3Gadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9187,29 +9187,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Field Goal</title>
-      <short-title>Field Goal</short-title>
+      <title>Sub Machine 3</title>
+      <short-title>Sub Machine 3</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Bowman2Gadget">
-    <portlet-name>Bowman2Gadget</portlet-name>
-    <display-name>Bowman 2</display-name>
-    <description>Google Gadgets: Bowman 2 Gadget</description>
+  <portlet id="BowlingMasterGadget">
+    <portlet-name>BowlingMasterGadget</portlet-name>
+    <display-name>Bowling Master</display-name>
+    <description>Google Gadgets: Bowling Master Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bowman 2</value>
+      <value>Bowling Master</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/bowman2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/bowlingmaster.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freewebtown.com/theweather/googlegadgets/bowman2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/bowlingmaster.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9220,29 +9220,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bowman 2</title>
-      <short-title>Bowman 2</short-title>
+      <title>Bowling Master</title>
+      <short-title>Bowling Master</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="3FootNinjaIIGadget">
-    <portlet-name>3FootNinjaIIGadget</portlet-name>
-    <display-name>3 Foot Ninja II</display-name>
-    <description>Google Gadgets: 3 Foot Ninja II Gadget</description>
+  <portlet id="CatBatGadget">
+    <portlet-name>CatBatGadget</portlet-name>
+    <display-name>Cat Bat</display-name>
+    <description>Google Gadgets: Cat Bat Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>3 Foot Ninja II</value>
+      <value>Cat Bat</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/3FootNinja2gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/catbat.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/3FootNinja2gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/catbat.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9253,29 +9253,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>3 Foot Ninja II</title>
-      <short-title>3 Foot Ninja II</short-title>
+      <title>Cat Bat</title>
+      <short-title>Cat Bat</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FloweroftheDayGadget">
-    <portlet-name>FloweroftheDayGadget</portlet-name>
-    <display-name>Flower of the Day</display-name>
-    <description>Google Gadgets: Flower of the Day Gadget</description>
+  <portlet id="FunClipsjokes4allnetGadget">
+    <portlet-name>FunClipsjokes4allnetGadget</portlet-name>
+    <display-name>Fun Clips - jokes4all.net</display-name>
+    <description>Google Gadgets: Fun Clips - jokes4all.net Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flower of the Day</value>
+      <value>Fun Clips - jokes4all.net</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.flowershopnetwork.com/widgets/fotd_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jokes4all.net/funclips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.flowershopnetwork.com/widgets/fotd_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jokes4all.net/funclips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9286,29 +9286,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flower of the Day</title>
-      <short-title>Flower of the Day</short-title>
+      <title>Fun Clips - jokes4all.net</title>
+      <short-title>Fun Clips - jokes4all.net</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuotationoftheDayGadget">
-    <portlet-name>QuotationoftheDayGadget</portlet-name>
-    <display-name>Quotation of the Day</display-name>
-    <description>Google Gadgets: Quotation of the Day Gadget</description>
+  <portlet id="FactacularFactsandTriviaGadget">
+    <portlet-name>FactacularFactsandTriviaGadget</portlet-name>
+    <display-name>Factacular Facts and Trivia</display-name>
+    <description>Google Gadgets: Factacular Facts and Trivia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quotation of the Day</value>
+      <value>Factacular Facts and Trivia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/quote-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.factacular.com/googlemodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thefreedictionary.com/_/WoD/quote-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.factacular.com/googlemodule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9319,29 +9319,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quotation of the Day</title>
-      <short-title>Quotation of the Day</short-title>
+      <title>Factacular Facts and Trivia</title>
+      <short-title>Factacular Facts and Trivia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoviePhotosoftheDayGadget">
-    <portlet-name>MoviePhotosoftheDayGadget</portlet-name>
-    <display-name>Movie Photos of the Day</display-name>
-    <description>Google Gadgets: Movie Photos of the Day Gadget</description>
+  <portlet id="DeathWalkerGadget">
+    <portlet-name>DeathWalkerGadget</portlet-name>
+    <display-name>Death Walker</display-name>
+    <description>Google Gadgets: Death Walker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Movie Photos of the Day</value>
+      <value>Death Walker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/movie-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/deathwalker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/movie-photos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/deathwalker.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9352,29 +9352,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Movie Photos of the Day</title>
-      <short-title>Movie Photos of the Day</short-title>
+      <title>Death Walker</title>
+      <short-title>Death Walker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashFireworksChicagoGadget">
-    <portlet-name>FlashFireworksChicagoGadget</portlet-name>
-    <display-name>Flash Fireworks - Chicago</display-name>
-    <description>Google Gadgets: Flash Fireworks - Chicago Gadget</description>
+  <portlet id="WhoWantstoBeaMillionaire1Gadget">
+    <portlet-name>WhoWantstoBeaMillionaire1Gadget</portlet-name>
+    <display-name>Who Wants to Be a Millionaire?</display-name>
+    <description>Google Gadgets: Who Wants to Be a Millionaire? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Fireworks - Chicago</value>
+      <value>Who Wants to Be a Millionaire?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-chicago.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/who-wants-to-be-a-millionaire.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-chicago.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/who-wants-to-be-a-millionaire.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9385,29 +9385,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Fireworks - Chicago</title>
-      <short-title>Flash Fireworks - Chicago</short-title>
+      <title>Who Wants to Be a Millionaire?</title>
+      <short-title>Who Wants to Be a Millionaire?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleCompareKeywordsGadget">
-    <portlet-name>GoogleCompareKeywordsGadget</portlet-name>
-    <display-name>Google Compare Keywords</display-name>
-    <description>Google Gadgets: Google Compare Keywords Gadget</description>
+  <portlet id="SudokuPuzzleGadget">
+    <portlet-name>SudokuPuzzleGadget</portlet-name>
+    <display-name>Sudoku Puzzle</display-name>
+    <description>Google Gadgets: Sudoku Puzzle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Compare Keywords</value>
+      <value>Sudoku Puzzle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nastypixel.com/prototype/myfiles/googleComp/googleComp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sudokupuzz.com/google_module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nastypixel.com/prototype/myfiles/googleComp/googleComp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sudokupuzz.com/google_module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9418,29 +9418,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Compare Keywords</title>
-      <short-title>Google Compare Keywords</short-title>
+      <title>Sudoku Puzzle</title>
+      <short-title>Sudoku Puzzle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MarsLandingGadget">
-    <portlet-name>MarsLandingGadget</portlet-name>
-    <display-name>Mars Landing</display-name>
-    <description>Google Gadgets: Mars Landing Gadget</description>
+  <portlet id="WinkTheGameGadget">
+    <portlet-name>WinkTheGameGadget</portlet-name>
+    <display-name>Wink The Game</display-name>
+    <description>Google Gadgets: Wink The Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mars Landing</value>
+      <value>Wink The Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/mars_stand_miniclipgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/winkthegamegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/mars_stand_miniclipgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/winkthegamegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9451,29 +9451,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mars Landing</title>
-      <short-title>Mars Landing</short-title>
+      <title>Wink The Game</title>
+      <short-title>Wink The Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CrazyCastleGadget">
-    <portlet-name>CrazyCastleGadget</portlet-name>
-    <display-name>Crazy Castle</display-name>
-    <description>Google Gadgets: Crazy Castle Gadget</description>
+  <portlet id="CartoonoftheDay2Gadget">
+    <portlet-name>CartoonoftheDay2Gadget</portlet-name>
+    <display-name>Cartoon of the Day</display-name>
+    <description>Google Gadgets: Cartoon of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Crazy Castle</value>
+      <value>Cartoon of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/crazycastle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/artie-cartoons.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/crazycastle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/artie-cartoons.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9484,29 +9484,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Crazy Castle</title>
-      <short-title>Crazy Castle</short-title>
+      <title>Cartoon of the Day</title>
+      <short-title>Cartoon of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TERRORALERTLEVELGadget">
-    <portlet-name>TERRORALERTLEVELGadget</portlet-name>
-    <display-name>TERROR ALERT LEVEL</display-name>
-    <description>Google Gadgets: TERROR ALERT LEVEL Gadget</description>
+  <portlet id="FlowerFrenzyGadget">
+    <portlet-name>FlowerFrenzyGadget</portlet-name>
+    <display-name>Flower Frenzy</display-name>
+    <description>Google Gadgets: Flower Frenzy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TERROR ALERT LEVEL</value>
+      <value>Flower Frenzy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ned.ucam.org/~gr252/terror2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/FlowerFrenzyGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ned.ucam.org/~gr252/terror2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/FlowerFrenzyGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9517,29 +9517,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TERROR ALERT LEVEL</title>
-      <short-title>TERROR ALERT LEVEL</short-title>
+      <title>Flower Frenzy</title>
+      <short-title>Flower Frenzy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DogQuotesGadgetGadget">
-    <portlet-name>DogQuotesGadgetGadget</portlet-name>
-    <display-name>Dog Quotes Gadget</display-name>
-    <description>Google Gadgets: Dog Quotes Gadget Gadget</description>
+  <portlet id="3CardsPokerGadget">
+    <portlet-name>3CardsPokerGadget</portlet-name>
+    <display-name>3-Cards Poker</display-name>
+    <description>Google Gadgets: 3-Cards Poker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dog Quotes Gadget</value>
+      <value>3-Cards Poker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/quote_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/3card/3card.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puppyfinder.com/google_gadget/quote_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/3card/3card.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9550,29 +9550,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dog Quotes Gadget</title>
-      <short-title>Dog Quotes Gadget</short-title>
+      <title>3-Cards Poker</title>
+      <short-title>3-Cards Poker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MightyOpticalIllusionsGadget">
-    <portlet-name>MightyOpticalIllusionsGadget</portlet-name>
-    <display-name>Mighty Optical Illusions</display-name>
-    <description>Google Gadgets: Mighty Optical Illusions Gadget</description>
+  <portlet id="MiniclipGameSnowLineGadget">
+    <portlet-name>MiniclipGameSnowLineGadget</portlet-name>
+    <display-name>Miniclip Game - Snow Line</display-name>
+    <description>Google Gadgets: Miniclip Game - Snow Line Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mighty Optical Illusions</value>
+      <value>Miniclip Game - Snow Line</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.interlog.com/~kidcare/michaelsprogramming/moillusions0.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/snow-line/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.interlog.com/~kidcare/michaelsprogramming/moillusions0.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/snow-line/en/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9583,29 +9583,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mighty Optical Illusions</title>
-      <short-title>Mighty Optical Illusions</short-title>
+      <title>Miniclip Game - Snow Line</title>
+      <short-title>Miniclip Game - Snow Line</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeDailyMP3Gadget">
-    <portlet-name>FreeDailyMP3Gadget</portlet-name>
-    <display-name>?:?:?:?:? Free Daily MP3 ?:?:?:?:?</display-name>
-    <description>Google Gadgets: ?:?:?:?:? Free Daily MP3 ?:?:?:?:? Gadget</description>
+  <portlet id="GrowingTreeGizmoGadget">
+    <portlet-name>GrowingTreeGizmoGadget</portlet-name>
+    <display-name>Growing Tree Gizmo</display-name>
+    <description>Google Gadgets: Growing Tree Gizmo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>?:?:?:?:? Free Daily MP3 ?:?:?:?:?</value>
+      <value>Growing Tree Gizmo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.luketan.com/freeMP3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115059291522952603468%26mid%3D75%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.luketan.com/freeMP3.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D115059291522952603468%26mid%3D75%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9616,29 +9616,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>?:?:?:?:? Free Daily MP3 ?:?:?:?:?</title>
-      <short-title>?:?:?:?:? Free Daily MP3 ?:?:?:?:?</short-title>
+      <title>Growing Tree Gizmo</title>
+      <short-title>Growing Tree Gizmo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VirtualCop1Gadget">
-    <portlet-name>VirtualCop1Gadget</portlet-name>
-    <display-name>Virtual Cop</display-name>
-    <description>Google Gadgets: Virtual Cop Gadget</description>
+  <portlet id="CastleUnderFireGadget">
+    <portlet-name>CastleUnderFireGadget</portlet-name>
+    <display-name>Castle Under Fire</display-name>
+    <description>Google Gadgets: Castle Under Fire Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Virtual Cop</value>
+      <value>Castle Under Fire</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/virtualcopgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/castleunderfire.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/virtualcopgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theweather.tk/googlegadgets/castleunderfire.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9649,29 +9649,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Virtual Cop</title>
-      <short-title>Virtual Cop</short-title>
+      <title>Castle Under Fire</title>
+      <short-title>Castle Under Fire</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SudokuoftheDayGadget">
-    <portlet-name>SudokuoftheDayGadget</portlet-name>
-    <display-name>Sudoku of the Day</display-name>
-    <description>Google Gadgets: Sudoku of the Day Gadget</description>
+  <portlet id="MiniclipGameCanyonGliderGadget">
+    <portlet-name>MiniclipGameCanyonGliderGadget</portlet-name>
+    <display-name>Miniclip Game - Canyon Glider</display-name>
+    <description>Google Gadgets: Miniclip Game - Canyon Glider Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sudoku of the Day</value>
+      <value>Miniclip Game - Canyon Glider</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puzzlerscave.com/sudoku.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/canyon-glider/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puzzlerscave.com/sudoku.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/canyon-glider/en/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9682,29 +9682,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sudoku of the Day</title>
-      <short-title>Sudoku of the Day</short-title>
+      <title>Miniclip Game - Canyon Glider</title>
+      <short-title>Miniclip Game - Canyon Glider</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DeepThoughtsbyJackHandeyGadget">
-    <portlet-name>DeepThoughtsbyJackHandeyGadget</portlet-name>
-    <display-name>Deep Thoughts by Jack Handey</display-name>
-    <description>Google Gadgets: Deep Thoughts by Jack Handey Gadget</description>
+  <portlet id="3dPongGadget">
+    <portlet-name>3dPongGadget</portlet-name>
+    <display-name>3d Pong</display-name>
+    <description>Google Gadgets: 3d Pong Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Deep Thoughts by Jack Handey</value>
+      <value>3d Pong</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://luvgooglegadgets.com/OfficialDeepThoughts/dpthoughsoff.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/FWG3dPongGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://luvgooglegadgets.com/OfficialDeepThoughts/dpthoughsoff.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/FWG3dPongGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9715,29 +9715,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Deep Thoughts by Jack Handey</title>
-      <short-title>Deep Thoughts by Jack Handey</short-title>
+      <title>3d Pong</title>
+      <short-title>3d Pong</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CaribbeanStudPokerGadget">
-    <portlet-name>CaribbeanStudPokerGadget</portlet-name>
-    <display-name>Caribbean Stud Poker</display-name>
-    <description>Google Gadgets: Caribbean Stud Poker Gadget</description>
+  <portlet id="MountainBikeGadget">
+    <portlet-name>MountainBikeGadget</portlet-name>
+    <display-name>Mountain Bike</display-name>
+    <description>Google Gadgets: Mountain Bike Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Caribbean Stud Poker</value>
+      <value>Mountain Bike</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/caribbean/caribbean.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/mountainbikeGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/caribbean/caribbean.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/mountainbikeGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9748,29 +9748,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Caribbean Stud Poker</title>
-      <short-title>Caribbean Stud Poker</short-title>
+      <title>Mountain Bike</title>
+      <short-title>Mountain Bike</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeDailyHoroscopesGadget">
-    <portlet-name>FreeDailyHoroscopesGadget</portlet-name>
-    <display-name>Free Daily Horoscopes</display-name>
-    <description>Google Gadgets: Free Daily Horoscopes Gadget</description>
+  <portlet id="BilliardTrainingGadget">
+    <portlet-name>BilliardTrainingGadget</portlet-name>
+    <display-name>Billiard Training</display-name>
+    <description>Google Gadgets: Billiard Training Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Daily Horoscopes</value>
+      <value>Billiard Training</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.astrocenter.com/US/Feeds/googleModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/Billiard_Training.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.astrocenter.com/US/Feeds/googleModule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/Billiard_Training.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9781,29 +9781,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Daily Horoscopes</title>
-      <short-title>Free Daily Horoscopes</short-title>
+      <title>Billiard Training</title>
+      <short-title>Billiard Training</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WhatWouldNinjaDoGadget">
-    <portlet-name>WhatWouldNinjaDoGadget</portlet-name>
-    <display-name>What Would Ninja Do?</display-name>
-    <description>Google Gadgets: What Would Ninja Do? Gadget</description>
+  <portlet id="FlagsandFactsGadget">
+    <portlet-name>FlagsandFactsGadget</portlet-name>
+    <display-name>Flags and Facts</display-name>
+    <description>Google Gadgets: Flags and Facts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>What Would Ninja Do?</value>
+      <value>Flags and Facts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cs.montana.edu/~pauls/gadgets/wwnd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://orawiz.googlepages.com/flags.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cs.montana.edu/~pauls/gadgets/wwnd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://orawiz.googlepages.com/flags.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9814,29 +9814,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>What Would Ninja Do?</title>
-      <short-title>What Would Ninja Do?</short-title>
+      <title>Flags and Facts</title>
+      <short-title>Flags and Facts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RedBeardGadget">
-    <portlet-name>RedBeardGadget</portlet-name>
-    <display-name>Red Beard</display-name>
-    <description>Google Gadgets: Red Beard Gadget</description>
+  <portlet id="DealorNoDealGadget">
+    <portlet-name>DealorNoDealGadget</portlet-name>
+    <display-name>Deal or No Deal</display-name>
+    <description>Google Gadgets: Deal or No Deal Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Red Beard</value>
+      <value>Deal or No Deal</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/redbeardgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freewebtown.com/theweather/googlegadgets/dealornodeal.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/redbeardgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freewebtown.com/theweather/googlegadgets/dealornodeal.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9847,29 +9847,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Red Beard</title>
-      <short-title>Red Beard</short-title>
+      <title>Deal or No Deal</title>
+      <short-title>Deal or No Deal</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JokesHumourFunQuotesSayingsGadget">
-    <portlet-name>JokesHumourFunQuotesSayingsGadget</portlet-name>
-    <display-name>Jokes, Humour, Fun, Quotes, Sayings</display-name>
-    <description>Google Gadgets: Jokes, Humour, Fun, Quotes, Sayings Gadget</description>
+  <portlet id="GullibleInfoGadget">
+    <portlet-name>GullibleInfoGadget</portlet-name>
+    <display-name>Gullible Info</display-name>
+    <description>Google Gadgets: Gullible Info Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Jokes, Humour, Fun, Quotes, Sayings</value>
+      <value>Gullible Info</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://narrehat.dk/gmodule/jokes_uk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gullible.info/gullible.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://narrehat.dk/gmodule/jokes_uk.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gullible.info/gullible.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9880,29 +9880,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Jokes, Humour, Fun, Quotes, Sayings</title>
-      <short-title>Jokes, Humour, Fun, Quotes, Sayings</short-title>
+      <title>Gullible Info</title>
+      <short-title>Gullible Info</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Morethan247365247365FreeSudokuPuzzlesGadget">
-    <portlet-name>Morethan247365247365FreeSudokuPuzzlesGadget</portlet-name>
-    <display-name>More than 247,365,247,365 Free Sudoku Puzzles</display-name>
-    <description>Google Gadgets: More than 247,365,247,365 Free Sudoku Puzzles Gadget</description>
+  <portlet id="AngelRunGadget">
+    <portlet-name>AngelRunGadget</portlet-name>
+    <display-name>Angel Run</display-name>
+    <description>Google Gadgets: Angel Run Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>More than 247,365,247,365 Free Sudoku Puzzles</value>
+      <value>Angel Run</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sudokupark.com/gsudoku.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/angelrun.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sudokupark.com/gsudoku.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/angelrun.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9913,8 +9913,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>More than 247,365,247,365 Free Sudoku Puzzles</title>
-      <short-title>More than 247,365,247,365 Free Sudoku Puzzles</short-title>
+      <title>Angel Run</title>
+      <short-title>Angel Run</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>

Modified: googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/googlegadgets-lifestyle/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 21:12:08 UTC (rev 746)
@@ -52,23 +52,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="ArtoftheDayGadget">
-    <portlet-name>ArtoftheDayGadget</portlet-name>
-    <display-name>Art of the Day</display-name>
-    <description>Google Gadgets: Art of the Day Gadget</description>
+  <portlet id="DailyBibleVerseGadget">
+    <portlet-name>DailyBibleVerseGadget</portlet-name>
+    <display-name>Daily Bible Verse</display-name>
+    <description>Google Gadgets: Daily Bible Verse Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Art of the Day</value>
+      <value>Daily Bible Verse</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.artbible.info/art/artoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://links.christiansunite.com/blessing_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.artbible.info/art/artoftheday.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://links.christiansunite.com/blessing_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -79,29 +79,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Art of the Day</title>
-      <short-title>Art of the Day</short-title>
+      <title>Daily Bible Verse</title>
+      <short-title>Daily Bible Verse</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InspirationalQuotesandPicturesGadget">
-    <portlet-name>InspirationalQuotesandPicturesGadget</portlet-name>
-    <display-name>Inspirational Quotes and Pictures</display-name>
-    <description>Google Gadgets: Inspirational Quotes and Pictures Gadget</description>
+  <portlet id="ArtoftheDayGadget">
+    <portlet-name>ArtoftheDayGadget</portlet-name>
+    <display-name>Art of the Day</display-name>
+    <description>Google Gadgets: Art of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Inspirational Quotes and Pictures</value>
+      <value>Art of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://inspirationalgadget.googlecode.com/svn/trunk/wisdom.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.artbible.info/art/artoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://inspirationalgadget.googlecode.com/svn/trunk/wisdom.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.artbible.info/art/artoftheday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -112,29 +112,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Inspirational Quotes and Pictures</title>
-      <short-title>Inspirational Quotes and Pictures</short-title>
+      <title>Art of the Day</title>
+      <short-title>Art of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DateIdeasGadget">
-    <portlet-name>DateIdeasGadget</portlet-name>
-    <display-name>Date Ideas</display-name>
-    <description>Google Gadgets: Date Ideas Gadget</description>
+  <portlet id="CreateYourOwnPersonalizedSlideshowofImagesGadget">
+    <portlet-name>CreateYourOwnPersonalizedSlideshowofImagesGadget</portlet-name>
+    <display-name>Create Your Own Personalize...</display-name>
+    <description>Google Gadgets: Create Your Own Personalized Slideshow of Images Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Date Ideas</value>
+      <value>Create Your Own Personalized Slideshow of Images</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/dateideas.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/my-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/dateideas.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/my-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -145,29 +145,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Date Ideas</title>
-      <short-title>Date Ideas</short-title>
+      <title>Create Your Own Personalized Slideshow of Images</title>
+      <short-title>Create Your Own Personalized Slideshow of Images</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooMusicGadget">
-    <portlet-name>YahooMusicGadget</portlet-name>
-    <display-name>Yahoo! Music</display-name>
-    <description>Google Gadgets: Yahoo! Music Gadget</description>
+  <portlet id="NationalGeographicPhotooftheDayGadget">
+    <portlet-name>NationalGeographicPhotooftheDayGadget</portlet-name>
+    <display-name>National Geographic Photo o...</display-name>
+    <description>Google Gadgets: National Geographic Photo of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo! Music</value>
+      <value>National Geographic Photo of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/musicmatch/musicmatch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://drbeagledotcom.googlepages.com/ngpod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/musicmatch/musicmatch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://drbeagledotcom.googlepages.com/ngpod.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -178,29 +178,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo! Music</title>
-      <short-title>Yahoo! Music</short-title>
+      <title>National Geographic Photo of the Day</title>
+      <short-title>National Geographic Photo of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PicasaWebPhotosGadget">
-    <portlet-name>PicasaWebPhotosGadget</portlet-name>
-    <display-name>Picasa Web Photos</display-name>
-    <description>Google Gadgets: Picasa Web Photos Gadget</description>
+  <portlet id="OfficialYouTubeGadgetGadget">
+    <portlet-name>OfficialYouTubeGadgetGadget</portlet-name>
+    <display-name>Official YouTube Gadget</display-name>
+    <description>Google Gadgets: Official YouTube Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Picasa Web Photos</value>
+      <value>Official YouTube Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/picasa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube_videos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/picasa.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/youtube_videos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -211,29 +211,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Picasa Web Photos</title>
-      <short-title>Picasa Web Photos</short-title>
+      <title>Official YouTube Gadget</title>
+      <short-title>Official YouTube Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RomanticQuoteoftheDayGadget">
-    <portlet-name>RomanticQuoteoftheDayGadget</portlet-name>
-    <display-name>Romantic Quote of the Day</display-name>
-    <description>Google Gadgets: Romantic Quote of the Day Gadget</description>
+  <portlet id="ConfuciusQuoteoftheDayGadget">
+    <portlet-name>ConfuciusQuoteoftheDayGadget</portlet-name>
+    <display-name>Confucius Quote of the Day</display-name>
+    <description>Google Gadgets: Confucius Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Romantic Quote of the Day</value>
+      <value>Confucius Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/love.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgetquotes.googlepages.com/confucius.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/love.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgetquotes.googlepages.com/confucius.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -244,29 +244,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Romantic Quote of the Day</title>
-      <short-title>Romantic Quote of the Day</short-title>
+      <title>Confucius Quote of the Day</title>
+      <short-title>Confucius Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DealorNoDealNBCGameGadget">
-    <portlet-name>DealorNoDealNBCGameGadget</portlet-name>
-    <display-name>Deal or No Deal NBC Game</display-name>
-    <description>Google Gadgets: Deal or No Deal NBC Game Gadget</description>
+  <portlet id="LiveTVchannelsGadget">
+    <portlet-name>LiveTVchannelsGadget</portlet-name>
+    <display-name>Live TV channels</display-name>
+    <description>Google Gadgets: Live TV channels Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Deal or No Deal NBC Game</value>
+      <value>Live TV channels</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/tvlive/livetvint.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/tvlive/livetvint.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -277,29 +277,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Deal or No Deal NBC Game</title>
-      <short-title>Deal or No Deal NBC Game</short-title>
+      <title>Live TV channels</title>
+      <short-title>Live TV channels</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WorldWebcamsGadget">
-    <portlet-name>WorldWebcamsGadget</portlet-name>
-    <display-name>World Webcams</display-name>
-    <description>Google Gadgets: World Webcams Gadget</description>
+  <portlet id="LoveQuoteoftheDayGadget">
+    <portlet-name>LoveQuoteoftheDayGadget</portlet-name>
+    <display-name>Love Quote of the Day</display-name>
+    <description>Google Gadgets: Love Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>World Webcams</value>
+      <value>Love Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.catfood.net/wwc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/love-romance-dating-quotes-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.catfood.net/wwc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/love-romance-dating-quotes-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -310,29 +310,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>World Webcams</title>
-      <short-title>World Webcams</short-title>
+      <title>Love Quote of the Day</title>
+      <short-title>Love Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CraigslistSearchGadget">
-    <portlet-name>CraigslistSearchGadget</portlet-name>
-    <display-name>Craigslist Search</display-name>
-    <description>Google Gadgets: Craigslist Search Gadget</description>
+  <portlet id="MicroTVGadget">
+    <portlet-name>MicroTVGadget</portlet-name>
+    <display-name>Micro TV</display-name>
+    <description>Google Gadgets: Micro TV Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Craigslist Search</value>
+      <value>Micro TV</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/craigslist.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/tvlive/microtv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/craigslist.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/tvlive/microtv.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -343,29 +343,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Craigslist Search</title>
-      <short-title>Craigslist Search</short-title>
+      <title>Micro TV</title>
+      <short-title>Micro TV</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AristotleQuoteoftheDayGadget">
-    <portlet-name>AristotleQuoteoftheDayGadget</portlet-name>
-    <display-name>Aristotle Quote of the Day</display-name>
-    <description>Google Gadgets: Aristotle Quote of the Day Gadget</description>
+  <portlet id="TodayinHistoryGadget">
+    <portlet-name>TodayinHistoryGadget</portlet-name>
+    <display-name>Today in History</display-name>
+    <description>Google Gadgets: Today in History Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Aristotle Quote of the Day</value>
+      <value>Today in History</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/aristotle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/uhist.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/aristotle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/uhist.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -376,29 +376,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Aristotle Quote of the Day</title>
-      <short-title>Aristotle Quote of the Day</short-title>
+      <title>Today in History</title>
+      <short-title>Today in History</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NaturalWonderPhotosoftheDayGadget">
-    <portlet-name>NaturalWonderPhotosoftheDayGadget</portlet-name>
-    <display-name>Natural Wonder Photos of the Day</display-name>
-    <description>Google Gadgets: Natural Wonder Photos of the Day Gadget</description>
+  <portlet id="YouTubeVideosGadget">
+    <portlet-name>YouTubeVideosGadget</portlet-name>
+    <display-name>YouTube Videos</display-name>
+    <description>Google Gadgets: YouTube Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Natural Wonder Photos of the Day</value>
+      <value>YouTube Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/custom-naturalwonders.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/custom-naturalwonders.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/youtube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -409,29 +409,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Natural Wonder Photos of the Day</title>
-      <short-title>Natural Wonder Photos of the Day</short-title>
+      <title>YouTube Videos</title>
+      <short-title>YouTube Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CutePuppiesGadgetGadget">
-    <portlet-name>CutePuppiesGadgetGadget</portlet-name>
-    <display-name>Cute Puppies Gadget</display-name>
-    <description>Google Gadgets: Cute Puppies Gadget Gadget</description>
+  <portlet id="PicasaWebPhotosGadget">
+    <portlet-name>PicasaWebPhotosGadget</portlet-name>
+    <display-name>Picasa Web Photos</display-name>
+    <description>Google Gadgets: Picasa Web Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cute Puppies Gadget</value>
+      <value>Picasa Web Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/puppies_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/picasa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puppyfinder.com/google_gadget/puppies_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/picasa.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -442,29 +442,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cute Puppies Gadget</title>
-      <short-title>Cute Puppies Gadget</short-title>
+      <title>Picasa Web Photos</title>
+      <short-title>Picasa Web Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RecipeoftheMomentGadget">
-    <portlet-name>RecipeoftheMomentGadget</portlet-name>
-    <display-name>Recipe of the Moment</display-name>
-    <description>Google Gadgets: Recipe of the Moment Gadget</description>
+  <portlet id="LoveQuoteoftheDay1Gadget">
+    <portlet-name>LoveQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Love Quote of the Day</display-name>
+    <description>Google Gadgets: Love Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Recipe of the Moment</value>
+      <value>Love Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/rotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://humanmaze.com/gadgets/love-maze.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/rotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://humanmaze.com/gadgets/love-maze.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -475,29 +475,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Recipe of the Moment</title>
-      <short-title>Recipe of the Moment</short-title>
+      <title>Love Quote of the Day</title>
+      <short-title>Love Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BeautyTipoftheDayGadget">
-    <portlet-name>BeautyTipoftheDayGadget</portlet-name>
-    <display-name>Beauty Tip of the Day</display-name>
-    <description>Google Gadgets: Beauty Tip of the Day Gadget</description>
+  <portlet id="MybirthdayGadget">
+    <portlet-name>MybirthdayGadget</portlet-name>
+    <display-name>My birthday !!!</display-name>
+    <description>Google Gadgets: My birthday !!! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Beauty Tip of the Day</value>
+      <value>My birthday !!!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/beauty-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D106187979437372095879%26mid%3D65%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/beauty-tips.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D106187979437372095879%26mid%3D65%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -508,29 +508,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Beauty Tip of the Day</title>
-      <short-title>Beauty Tip of the Day</short-title>
+      <title>My birthday !!!</title>
+      <short-title>My birthday !!!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CoolDogFactsGadgetGadget">
-    <portlet-name>CoolDogFactsGadgetGadget</portlet-name>
-    <display-name>Cool Dog Facts Gadget</display-name>
-    <description>Google Gadgets: Cool Dog Facts Gadget Gadget</description>
+  <portlet id="NationalGeographicPhotooftheDay1Gadget">
+    <portlet-name>NationalGeographicPhotooftheDay1Gadget</portlet-name>
+    <display-name>National Geographic Photo o...</display-name>
+    <description>Google Gadgets: National Geographic Photo of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cool Dog Facts Gadget</value>
+      <value>National Geographic Photo of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/facts_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://xyz220.googlepages.com/nationalgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puppyfinder.com/google_gadget/facts_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://xyz220.googlepages.com/nationalgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -541,29 +541,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cool Dog Facts Gadget</title>
-      <short-title>Cool Dog Facts Gadget</short-title>
+      <title>National Geographic Photo of the Day</title>
+      <short-title>National Geographic Photo of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouDecideAnsweranddiscussquestionsofthedayGadget">
-    <portlet-name>YouDecideAnsweranddiscussquestionsofthedayGadget</portlet-name>
-    <display-name>You Decide! Answer and discuss questions of the day.</display-name>
-    <description>Google Gadgets: You Decide! Answer and discuss questions of the day. Gadget</description>
+  <portlet id="Top5moviesattheboxofficeGadget">
+    <portlet-name>Top5moviesattheboxofficeGadget</portlet-name>
+    <display-name>Top 5 movies at the box office</display-name>
+    <description>Google Gadgets: Top 5 movies at the box office Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>You Decide! Answer and discuss questions of the day.</value>
+      <value>Top 5 movies at the box office</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/poll.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pramodfanda.info/gadget/top5movies.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/poll.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pramodfanda.info/gadget/top5movies.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -574,29 +574,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>You Decide! Answer and discuss questions of the day.</title>
-      <short-title>You Decide! Answer and discuss questions of the day.</short-title>
+      <title>Top 5 movies at the box office</title>
+      <short-title>Top 5 movies at the box office</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhotographoftheWeekfromthephotogaphyofPaulMorrisofPMStudiosGadget">
-    <portlet-name>PhotographoftheWeekfromthephotogaphyofPaulMorrisofPMStudiosGadget</portlet-name>
-    <display-name>Photograph of the Week from the photogaphy of Paul Morris of PM Studios</display-name>
-    <description>Google Gadgets: Photograph of the Week from the photogaphy of Paul Morris of PM Studios Gadget</description>
+  <portlet id="CSLewisquotesGadget">
+    <portlet-name>CSLewisquotesGadget</portlet-name>
+    <display-name>C. S. Lewis quotes</display-name>
+    <description>Google Gadgets: C. S. Lewis quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Photograph of the Week from the photogaphy of Paul Morris of PM Studios</value>
+      <value>C. S. Lewis quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pmstudios.co.uk/picofweek.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/lewis_c.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pmstudios.co.uk/picofweek.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/lewis_c.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -607,29 +607,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Photograph of the Week from the photogaphy of Paul Morris of PM Studios</title>
-      <short-title>Photograph of the Week from the photogaphy of Paul Morris of PM Studios</short-title>
+      <title>C. S. Lewis quotes</title>
+      <short-title>C. S. Lewis quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ReadtheConstitutionGadget">
-    <portlet-name>ReadtheConstitutionGadget</portlet-name>
-    <display-name>Read the Constitution!</display-name>
-    <description>Google Gadgets: Read the Constitution! Gadget</description>
+  <portlet id="DogoftheDayGadget">
+    <portlet-name>DogoftheDayGadget</portlet-name>
+    <display-name>Dog of the Day</display-name>
+    <description>Google Gadgets: Dog of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Read the Constitution!</value>
+      <value>Dog of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/constitution.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mandybare.googlepages.com/dogoftheday1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/constitution.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mandybare.googlepages.com/dogoftheday1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -640,29 +640,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Read the Constitution!</title>
-      <short-title>Read the Constitution!</short-title>
+      <title>Dog of the Day</title>
+      <short-title>Dog of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MostInterestingSunsetsUpdatesDailyGadget">
-    <portlet-name>MostInterestingSunsetsUpdatesDailyGadget</portlet-name>
-    <display-name>Most Interesting Sunsets Updates Daily</display-name>
-    <description>Google Gadgets: Most Interesting Sunsets Updates Daily Gadget</description>
+  <portlet id="MyFavoriteYoutubeVideosGadget">
+    <portlet-name>MyFavoriteYoutubeVideosGadget</portlet-name>
+    <display-name>My Favorite Youtube Videos</display-name>
+    <description>Google Gadgets: My Favorite Youtube Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Most Interesting Sunsets Updates Daily</value>
+      <value>My Favorite Youtube Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/sunsets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113193204377027315336%26mid%3D16%26url%3Dgm_youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/sunsets.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D113193204377027315336%26mid%3D16%26url%3Dgm_youtube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -673,29 +673,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Most Interesting Sunsets Updates Daily</title>
-      <short-title>Most Interesting Sunsets Updates Daily</short-title>
+      <title>My Favorite Youtube Videos</title>
+      <short-title>My Favorite Youtube Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WineSpectatorDailyWinePicksGadget">
-    <portlet-name>WineSpectatorDailyWinePicksGadget</portlet-name>
-    <display-name>Wine Spectator Daily Wine Picks</display-name>
-    <description>Google Gadgets: Wine Spectator Daily Wine Picks Gadget</description>
+  <portlet id="NaturalWonderPhotosoftheDayGadget">
+    <portlet-name>NaturalWonderPhotosoftheDayGadget</portlet-name>
+    <display-name>Natural Wonder Photos of th...</display-name>
+    <description>Google Gadgets: Natural Wonder Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wine Spectator Daily Wine Picks</value>
+      <value>Natural Wonder Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.winespectator.com/RSS/Google_Module/0,4341,,00.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/custom-naturalwonders.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.winespectator.com/RSS/Google_Module/0,4341,,00.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/custom-naturalwonders.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -706,29 +706,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wine Spectator Daily Wine Picks</title>
-      <short-title>Wine Spectator Daily Wine Picks</short-title>
+      <title>Natural Wonder Photos of the Day</title>
+      <short-title>Natural Wonder Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NationalGeographicPhotooftheDayGadget">
-    <portlet-name>NationalGeographicPhotooftheDayGadget</portlet-name>
-    <display-name>National Geographic Photo of the Day</display-name>
-    <description>Google Gadgets: National Geographic Photo of the Day Gadget</description>
+  <portlet id="MyFavoriteYoutubeVideos1Gadget">
+    <portlet-name>MyFavoriteYoutubeVideos1Gadget</portlet-name>
+    <display-name>My Favorite Youtube Videos</display-name>
+    <description>Google Gadgets: My Favorite Youtube Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>National Geographic Photo of the Day</value>
+      <value>My Favorite Youtube Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://xyz220.googlepages.com/nationalgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115079216919913439403%26mid%3D94%26url%3Dgm_youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://xyz220.googlepages.com/nationalgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D115079216919913439403%26mid%3D94%26url%3Dgm_youtube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -739,29 +739,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>National Geographic Photo of the Day</title>
-      <short-title>National Geographic Photo of the Day</short-title>
+      <title>My Favorite Youtube Videos</title>
+      <short-title>My Favorite Youtube Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MicroTVGadget">
-    <portlet-name>MicroTVGadget</portlet-name>
-    <display-name>Micro-TV</display-name>
-    <description>Google Gadgets: Micro-TV Gadget</description>
+  <portlet id="SlideshowofInterestingBeachesGadget">
+    <portlet-name>SlideshowofInterestingBeachesGadget</portlet-name>
+    <display-name>Slideshow of Interesting Be...</display-name>
+    <description>Google Gadgets: Slideshow of Interesting Beaches Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Micro-TV</value>
+      <value>Slideshow of Interesting Beaches</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/tvlive/microtv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/beaches.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/tvlive/microtv.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/beaches.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -772,29 +772,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Micro-TV</title>
-      <short-title>Micro-TV</short-title>
+      <title>Slideshow of Interesting Beaches</title>
+      <short-title>Slideshow of Interesting Beaches</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BushQuoteGeneratorGadget">
-    <portlet-name>BushQuoteGeneratorGadget</portlet-name>
-    <display-name>Bush Quote Generator</display-name>
-    <description>Google Gadgets: Bush Quote Generator Gadget</description>
+  <portlet id="YahooMusicGadget">
+    <portlet-name>YahooMusicGadget</portlet-name>
+    <display-name>Yahoo! Music</display-name>
+    <description>Google Gadgets: Yahoo! Music Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bush Quote Generator</value>
+      <value>Yahoo! Music</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://marsupialmusic.net/stu/scripts/bush.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/musicmatch/musicmatch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://marsupialmusic.net/stu/scripts/bush.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/musicmatch/musicmatch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -805,29 +805,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bush Quote Generator</title>
-      <short-title>Bush Quote Generator</short-title>
+      <title>Yahoo! Music</title>
+      <short-title>Yahoo! Music</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HarryPotterandtheDeathlyHallowsGadget">
-    <portlet-name>HarryPotterandtheDeathlyHallowsGadget</portlet-name>
-    <display-name>Harry Potter and the Deathly Hallows</display-name>
-    <description>Google Gadgets: Harry Potter and the Deathly Hallows Gadget</description>
+  <portlet id="YouTubePlayerGadget">
+    <portlet-name>YouTubePlayerGadget</portlet-name>
+    <display-name>YouTube Player</display-name>
+    <description>Google Gadgets: YouTube Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Harry Potter and the Deathly Hallows</value>
+      <value>YouTube Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108782425794135636394%26mid%3D61%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/dude34toons/xml.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D108782425794135636394%26mid%3D61%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/dude34toons/xml.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -838,29 +838,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Harry Potter and the Deathly Hallows</title>
-      <short-title>Harry Potter and the Deathly Hallows</short-title>
+      <title>YouTube Player</title>
+      <short-title>YouTube Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AstronomyPhotosoftheDayGadget">
-    <portlet-name>AstronomyPhotosoftheDayGadget</portlet-name>
-    <display-name>Astronomy Photos of the Day</display-name>
-    <description>Google Gadgets: Astronomy Photos of the Day Gadget</description>
+  <portlet id="Quotesquotes4allnetGadget">
+    <portlet-name>Quotesquotes4allnetGadget</portlet-name>
+    <display-name>Quotes - quotes4all.net</display-name>
+    <description>Google Gadgets: Quotes - quotes4all.net Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Astronomy Photos of the Day</value>
+      <value>Quotes - quotes4all.net</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/custom-astronomy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotes4all.net/quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/custom-astronomy.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotes4all.net/quotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -871,29 +871,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Astronomy Photos of the Day</title>
-      <short-title>Astronomy Photos of the Day</short-title>
+      <title>Quotes - quotes4all.net</title>
+      <short-title>Quotes - quotes4all.net</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MountainandNaturePhotosGadget">
-    <portlet-name>MountainandNaturePhotosGadget</portlet-name>
-    <display-name>Mountain and Nature Photos</display-name>
-    <description>Google Gadgets: Mountain and Nature Photos Gadget</description>
+  <portlet id="CountdowntillBushisgoneGadget">
+    <portlet-name>CountdowntillBushisgoneGadget</portlet-name>
+    <display-name>Countdown till... Bush is g...</display-name>
+    <description>Google Gadgets: Countdown till... Bush is gone! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mountain and Nature Photos</value>
+      <value>Countdown till... Bush is gone!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hikr.org/gg_last_favs.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111449408145864127500%26mid%3D71%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hikr.org/gg_last_favs.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111449408145864127500%26mid%3D71%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -904,29 +904,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mountain and Nature Photos</title>
-      <short-title>Mountain and Nature Photos</short-title>
+      <title>Countdown till... Bush is gone!</title>
+      <short-title>Countdown till... Bush is gone!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AncientPhotosoftheDayGadget">
-    <portlet-name>AncientPhotosoftheDayGadget</portlet-name>
-    <display-name>Ancient Photos of the Day</display-name>
-    <description>Google Gadgets: Ancient Photos of the Day Gadget</description>
+  <portlet id="UnderwaterSlideshowoftheDayBeautifulPhotosGadget">
+    <portlet-name>UnderwaterSlideshowoftheDayBeautifulPhotosGadget</portlet-name>
+    <display-name>Underwater Slideshow of the...</display-name>
+    <description>Google Gadgets: Underwater Slideshow of the Day - Beautiful Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ancient Photos of the Day</value>
+      <value>Underwater Slideshow of the Day - Beautiful Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/custom-ancient.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/underwater.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/custom-ancient.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/underwater.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -937,29 +937,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ancient Photos of the Day</title>
-      <short-title>Ancient Photos of the Day</short-title>
+      <title>Underwater Slideshow of the Day - Beautiful Photos</title>
+      <short-title>Underwater Slideshow of the Day - Beautiful Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YourNationalflagGadget">
-    <portlet-name>YourNationalflagGadget</portlet-name>
-    <display-name>Your National flag</display-name>
-    <description>Google Gadgets: Your National flag Gadget</description>
+  <portlet id="HoroscopeGadget">
+    <portlet-name>HoroscopeGadget</portlet-name>
+    <display-name>Horoscope</display-name>
+    <description>Google Gadgets: Horoscope Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Your National flag</value>
+      <value>Horoscope</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dealsoncampus.com/myflag.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/464366710616c822/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dealsoncampus.com/myflag.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/464366710616c822/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -970,29 +970,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Your National flag</title>
-      <short-title>Your National flag</short-title>
+      <title>Horoscope</title>
+      <short-title>Horoscope</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyFavSongsThisWeekGadget">
-    <portlet-name>MyFavSongsThisWeekGadget</portlet-name>
-    <display-name>My Fav Songs This Week</display-name>
-    <description>Google Gadgets: My Fav Songs This Week Gadget</description>
+  <portlet id="BeautyTipoftheDayGadget">
+    <portlet-name>BeautyTipoftheDayGadget</portlet-name>
+    <display-name>Beauty Tip of the Day</display-name>
+    <description>Google Gadgets: Beauty Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Fav Songs This Week</value>
+      <value>Beauty Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114276891809267350586%26mid%3D67%26url%3Dgm_list.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/beauty-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114276891809267350586%26mid%3D67%26url%3Dgm_list.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/beauty-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1003,29 +1003,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Fav Songs This Week</title>
-      <short-title>My Fav Songs This Week</short-title>
+      <title>Beauty Tip of the Day</title>
+      <short-title>Beauty Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MontereyBayAquariumLiveWebCamGadget">
-    <portlet-name>MontereyBayAquariumLiveWebCamGadget</portlet-name>
-    <display-name>Monterey Bay Aquarium Live Web Cam</display-name>
-    <description>Google Gadgets: Monterey Bay Aquarium Live Web Cam Gadget</description>
+  <portlet id="PicasaAlbumShuffleGadget">
+    <portlet-name>PicasaAlbumShuffleGadget</portlet-name>
+    <display-name>Picasa Album Shuffle</display-name>
+    <description>Google Gadgets: Picasa Album Shuffle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Monterey Bay Aquarium Live Web Cam</value>
+      <value>Picasa Album Shuffle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jpaterson.googlepages.com/webcam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aovechki.googlepages.com/p-album.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jpaterson.googlepages.com/webcam.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aovechki.googlepages.com/p-album.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1036,29 +1036,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Monterey Bay Aquarium Live Web Cam</title>
-      <short-title>Monterey Bay Aquarium Live Web Cam</short-title>
+      <title>Picasa Album Shuffle</title>
+      <short-title>Picasa Album Shuffle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GroogleGadget">
-    <portlet-name>GroogleGadget</portlet-name>
-    <display-name>Groogle</display-name>
-    <description>Google Gadgets: Groogle Gadget</description>
+  <portlet id="BeautyTipoftheDay1Gadget">
+    <portlet-name>BeautyTipoftheDay1Gadget</portlet-name>
+    <display-name>Beauty Tip of the Day</display-name>
+    <description>Google Gadgets: Beauty Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Groogle</value>
+      <value>Beauty Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005842478512812307194/cse/fg-dexijzgc/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/beauty-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005842478512812307194/cse/fg-dexijzgc/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/beauty-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1069,29 +1069,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Groogle</title>
-      <short-title>Groogle</short-title>
+      <title>Beauty Tip of the Day</title>
+      <short-title>Beauty Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CellPhoneoftheDayGadget">
-    <portlet-name>CellPhoneoftheDayGadget</portlet-name>
-    <display-name>Cell Phone of the Day</display-name>
-    <description>Google Gadgets: Cell Phone of the Day Gadget</description>
+  <portlet id="BartSimpsonPhraseoftheDayGadget">
+    <portlet-name>BartSimpsonPhraseoftheDayGadget</portlet-name>
+    <display-name>Bart Simpson Phrase of the Day</display-name>
+    <description>Google Gadgets: Bart Simpson Phrase of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cell Phone of the Day</value>
+      <value>Bart Simpson Phrase of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.phonerev.com/google_module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/bart-simpson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.phonerev.com/google_module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/bart-simpson.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1102,29 +1102,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cell Phone of the Day</title>
-      <short-title>Cell Phone of the Day</short-title>
+      <title>Bart Simpson Phrase of the Day</title>
+      <short-title>Bart Simpson Phrase of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyBibleVerseGadget">
-    <portlet-name>DailyBibleVerseGadget</portlet-name>
-    <display-name>Daily Bible Verse</display-name>
-    <description>Google Gadgets: Daily Bible Verse Gadget</description>
+  <portlet id="FreeiTunesDownloadsGadget">
+    <portlet-name>FreeiTunesDownloadsGadget</portlet-name>
+    <display-name>Free iTunes Downloads</display-name>
+    <description>Google Gadgets: Free iTunes Downloads Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Bible Verse</value>
+      <value>Free iTunes Downloads</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://links.christiansunite.com/blessing_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.itsfreedownloads.com/ifd_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://links.christiansunite.com/blessing_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.itsfreedownloads.com/ifd_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1135,29 +1135,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Bible Verse</title>
-      <short-title>Daily Bible Verse</short-title>
+      <title>Free iTunes Downloads</title>
+      <short-title>Free iTunes Downloads</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NationalGeographicPhotooftheDay1Gadget">
-    <portlet-name>NationalGeographicPhotooftheDay1Gadget</portlet-name>
-    <display-name>National Geographic Photo of the Day</display-name>
-    <description>Google Gadgets: National Geographic Photo of the Day Gadget</description>
+  <portlet id="NationalGeographicRandomPhotosGadget">
+    <portlet-name>NationalGeographicRandomPhotosGadget</portlet-name>
+    <display-name>National Geographic Random ...</display-name>
+    <description>Google Gadgets: National Geographic Random Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>National Geographic Photo of the Day</value>
+      <value>National Geographic Random Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://drbeagledotcom.googlepages.com/ngpod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/national-geographic-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://drbeagledotcom.googlepages.com/ngpod.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/national-geographic-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1168,29 +1168,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>National Geographic Photo of the Day</title>
-      <short-title>National Geographic Photo of the Day</short-title>
+      <title>National Geographic Random Photos</title>
+      <short-title>National Geographic Random Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChineseproverbofthedayGadget">
-    <portlet-name>ChineseproverbofthedayGadget</portlet-name>
-    <display-name>Chinese proverb of the day</display-name>
-    <description>Google Gadgets: Chinese proverb of the day Gadget</description>
+  <portlet id="CutePuppiesGadgetGadget">
+    <portlet-name>CutePuppiesGadgetGadget</portlet-name>
+    <display-name>Cute Puppies Gadget</display-name>
+    <description>Google Gadgets: Cute Puppies Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Chinese proverb of the day</value>
+      <value>Cute Puppies Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://clearchinese.com/gadgets/day_proverb.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/puppies_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://clearchinese.com/gadgets/day_proverb.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puppyfinder.com/google_gadget/puppies_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1201,29 +1201,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Chinese proverb of the day</title>
-      <short-title>Chinese proverb of the day</short-title>
+      <title>Cute Puppies Gadget</title>
+      <short-title>Cute Puppies Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HotModelsGadget">
-    <portlet-name>HotModelsGadget</portlet-name>
-    <display-name>HotModels</display-name>
-    <description>Google Gadgets: HotModels Gadget</description>
+  <portlet id="CoolDogFactsGadgetGadget">
+    <portlet-name>CoolDogFactsGadgetGadget</portlet-name>
+    <display-name>Cool Dog Facts Gadget</display-name>
+    <description>Google Gadgets: Cool Dog Facts Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>HotModels</value>
+      <value>Cool Dog Facts Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotmodels.com/gadget/googleshowcase.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/facts_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotmodels.com/gadget/googleshowcase.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puppyfinder.com/google_gadget/facts_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1234,29 +1234,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>HotModels</title>
-      <short-title>HotModels</short-title>
+      <title>Cool Dog Facts Gadget</title>
+      <short-title>Cool Dog Facts Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="watertheplantGadget">
-    <portlet-name>watertheplantGadget</portlet-name>
-    <display-name>water the plant</display-name>
-    <description>Google Gadgets: water the plant Gadget</description>
+  <portlet id="FitnessTipoftheDayGadget">
+    <portlet-name>FitnessTipoftheDayGadget</portlet-name>
+    <display-name>Fitness Tip of the Day</display-name>
+    <description>Google Gadgets: Fitness Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>water the plant</value>
+      <value>Fitness Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111468282769546526270%26mid%3D66%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/fitness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111468282769546526270%26mid%3D66%26url%3Dgm_googlegram.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/fitness.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1267,29 +1267,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>water the plant</title>
-      <short-title>water the plant</short-title>
+      <title>Fitness Tip of the Day</title>
+      <short-title>Fitness Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TodayinHistoryGadget">
-    <portlet-name>TodayinHistoryGadget</portlet-name>
-    <display-name>Today in History</display-name>
-    <description>Google Gadgets: Today in History Gadget</description>
+  <portlet id="SlideshowoftheCuttestBabyAnimalsGadget">
+    <portlet-name>SlideshowoftheCuttestBabyAnimalsGadget</portlet-name>
+    <display-name>Slideshow of the Cuttest Ba...</display-name>
+    <description>Google Gadgets: Slideshow of the Cuttest Baby Animals Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Today in History</value>
+      <value>Slideshow of the Cuttest Baby Animals</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/uhist.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/baby-animals.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/uhist.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/baby-animals.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1300,29 +1300,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Today in History</title>
-      <short-title>Today in History</short-title>
+      <title>Slideshow of the Cuttest Baby Animals</title>
+      <short-title>Slideshow of the Cuttest Baby Animals</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HarryPotterandtheDeathlyHallows1Gadget">
-    <portlet-name>HarryPotterandtheDeathlyHallows1Gadget</portlet-name>
-    <display-name>Harry Potter and the Deathly Hallows</display-name>
-    <description>Google Gadgets: Harry Potter and the Deathly Hallows Gadget</description>
+  <portlet id="DailyHoroscopes1Gadget">
+    <portlet-name>DailyHoroscopes1Gadget</portlet-name>
+    <display-name>Daily Horoscopes</display-name>
+    <description>Google Gadgets: Daily Horoscopes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Harry Potter and the Deathly Hallows</value>
+      <value>Daily Horoscopes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101475822112095100370%26mid%3D14%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cumakt.googlepages.com/inhoroscope.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D101475822112095100370%26mid%3D14%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cumakt.googlepages.com/inhoroscope.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1333,29 +1333,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Harry Potter and the Deathly Hallows</title>
-      <short-title>Harry Potter and the Deathly Hallows</short-title>
+      <title>Daily Horoscopes</title>
+      <short-title>Daily Horoscopes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="eBooksSearchGadget">
-    <portlet-name>eBooksSearchGadget</portlet-name>
-    <display-name>eBooks Search</display-name>
-    <description>Google Gadgets: eBooks Search Gadget</description>
+  <portlet id="BushQuoteGeneratorGadget">
+    <portlet-name>BushQuoteGeneratorGadget</portlet-name>
+    <display-name>Bush Quote Generator</display-name>
+    <description>Google Gadgets: Bush Quote Generator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>eBooks Search</value>
+      <value>Bush Quote Generator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006685002943402371085/cse/tt2opmx09zw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://marsupialmusic.net/stu/scripts/bush.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006685002943402371085/cse/tt2opmx09zw/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://marsupialmusic.net/stu/scripts/bush.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1366,29 +1366,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>eBooks Search</title>
-      <short-title>eBooks Search</short-title>
+      <title>Bush Quote Generator</title>
+      <short-title>Bush Quote Generator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iTunesGadgetGadget">
-    <portlet-name>iTunesGadgetGadget</portlet-name>
-    <display-name>iTunes Gadget</display-name>
-    <description>Google Gadgets: iTunes Gadget Gadget</description>
+  <portlet id="ThisDayinHistoryGadget">
+    <portlet-name>ThisDayinHistoryGadget</portlet-name>
+    <display-name>This Day in History</display-name>
+    <description>Google Gadgets: This Day in History Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iTunes Gadget</value>
+      <value>This Day in History</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.captunes.com/google/itunesgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sitesure.com/gadget/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.captunes.com/google/itunesgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sitesure.com/gadget/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1399,29 +1399,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iTunes Gadget</title>
-      <short-title>iTunes Gadget</short-title>
+      <title>This Day in History</title>
+      <short-title>This Day in History</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NicewallpapersGadget">
-    <portlet-name>NicewallpapersGadget</portlet-name>
-    <display-name>Nice wallpapers</display-name>
-    <description>Google Gadgets: Nice wallpapers Gadget</description>
+  <portlet id="BoneheadOfTheDayAwardGadget">
+    <portlet-name>BoneheadOfTheDayAwardGadget</portlet-name>
+    <display-name>Bonehead Of The Day Award</display-name>
+    <description>Google Gadgets: Bonehead Of The Day Award Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nice wallpapers</value>
+      <value>Bonehead Of The Day Award</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nicewallpapers.info/nicewallpapers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lerman.biz/GoogleGadgets/BoneheadGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nicewallpapers.info/nicewallpapers.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lerman.biz/GoogleGadgets/BoneheadGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1432,29 +1432,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nice wallpapers</title>
-      <short-title>Nice wallpapers</short-title>
+      <title>Bonehead Of The Day Award</title>
+      <short-title>Bonehead Of The Day Award</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PetTipsGadget">
-    <portlet-name>PetTipsGadget</portlet-name>
-    <display-name>Pet Tips</display-name>
-    <description>Google Gadgets: Pet Tips Gadget</description>
+  <portlet id="AristotleQuoteoftheDayGadget">
+    <portlet-name>AristotleQuoteoftheDayGadget</portlet-name>
+    <display-name>Aristotle Quote of the Day</display-name>
+    <description>Google Gadgets: Aristotle Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pet Tips</value>
+      <value>Aristotle Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1215077/5265382019008857026&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/aristotle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1215077/5265382019008857026</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/aristotle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1465,29 +1465,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pet Tips</title>
-      <short-title>Pet Tips</short-title>
+      <title>Aristotle Quote of the Day</title>
+      <short-title>Aristotle Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MusicHotUpcomingCDReleasesGadget">
-    <portlet-name>MusicHotUpcomingCDReleasesGadget</portlet-name>
-    <display-name>Music: Hot Upcoming CD Releases</display-name>
-    <description>Google Gadgets: Music: Hot Upcoming CD Releases Gadget</description>
+  <portlet id="WordsofChristGadget">
+    <portlet-name>WordsofChristGadget</portlet-name>
+    <display-name>Words of Christ</display-name>
+    <description>Google Gadgets: Words of Christ Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Music: Hot Upcoming CD Releases</value>
+      <value>Words of Christ</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.metrolyrics.com/widget/upcomingCDalbums.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/jesus-christ.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.metrolyrics.com/widget/upcomingCDalbums.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/jesus-christ.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1498,29 +1498,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Music: Hot Upcoming CD Releases</title>
-      <short-title>Music: Hot Upcoming CD Releases</short-title>
+      <title>Words of Christ</title>
+      <short-title>Words of Christ</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CookieClickGadget">
-    <portlet-name>CookieClickGadget</portlet-name>
-    <display-name>Cookie Click</display-name>
-    <description>Google Gadgets: Cookie Click Gadget</description>
+  <portlet id="CheapflightsSkyScannernetGadget">
+    <portlet-name>CheapflightsSkyScannernetGadget</portlet-name>
+    <display-name>Cheap flights - SkyScanner.net</display-name>
+    <description>Google Gadgets: Cheap flights - SkyScanner.net Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cookie Click</value>
+      <value>Cheap flights - SkyScanner.net</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.3rdpersonmedia.com/googlecookie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bartosz.googlepages.com/SkyScanner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.3rdpersonmedia.com/googlecookie.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bartosz.googlepages.com/SkyScanner.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1531,29 +1531,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cookie Click</title>
-      <short-title>Cookie Click</short-title>
+      <title>Cheap flights - SkyScanner.net</title>
+      <short-title>Cheap flights - SkyScanner.net</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArtPicturesGadget">
-    <portlet-name>ArtPicturesGadget</portlet-name>
-    <display-name>Art Pictures</display-name>
-    <description>Google Gadgets: Art Pictures Gadget</description>
+  <portlet id="AncientPhotosoftheDayGadget">
+    <portlet-name>AncientPhotosoftheDayGadget</portlet-name>
+    <display-name>Ancient Photos of the Day</display-name>
+    <description>Google Gadgets: Ancient Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Art Pictures</value>
+      <value>Ancient Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://offtype.net/google_gadget/gallery_widget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/custom-ancient.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://offtype.net/google_gadget/gallery_widget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/custom-ancient.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1564,29 +1564,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Art Pictures</title>
-      <short-title>Art Pictures</short-title>
+      <title>Ancient Photos of the Day</title>
+      <short-title>Ancient Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SongsofPraiseJukeboxGadget">
-    <portlet-name>SongsofPraiseJukeboxGadget</portlet-name>
-    <display-name>Songs of Praise Jukebox</display-name>
-    <description>Google Gadgets: Songs of Praise Jukebox Gadget</description>
+  <portlet id="AstronomyPhotosoftheDayGadget">
+    <portlet-name>AstronomyPhotosoftheDayGadget</portlet-name>
+    <display-name>Astronomy Photos of the Day</display-name>
+    <description>Google Gadgets: Astronomy Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Songs of Praise Jukebox</value>
+      <value>Astronomy Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://songsofpraise.org/sopjukebox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/custom-astronomy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://songsofpraise.org/sopjukebox.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/custom-astronomy.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1597,29 +1597,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Songs of Praise Jukebox</title>
-      <short-title>Songs of Praise Jukebox</short-title>
+      <title>Astronomy Photos of the Day</title>
+      <short-title>Astronomy Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TarotGadget">
-    <portlet-name>TarotGadget</portlet-name>
-    <display-name>Tarot</display-name>
-    <description>Google Gadgets: Tarot Gadget</description>
+  <portlet id="InterestingPhotosoftheDayGadget">
+    <portlet-name>InterestingPhotosoftheDayGadget</portlet-name>
+    <display-name>Interesting Photos of the Day</display-name>
+    <description>Google Gadgets: Interesting Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tarot</value>
+      <value>Interesting Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/google/mostinteresting/mostinteresting.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/google/mostinteresting/mostinteresting.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1630,29 +1630,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tarot</title>
-      <short-title>Tarot</short-title>
+      <title>Interesting Photos of the Day</title>
+      <short-title>Interesting Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LifestyleGadget">
-    <portlet-name>LifestyleGadget</portlet-name>
-    <display-name>Lifestyle</display-name>
-    <description>Google Gadgets: Lifestyle Gadget</description>
+  <portlet id="TheGodfatherQuoteoftheDayGadget">
+    <portlet-name>TheGodfatherQuoteoftheDayGadget</portlet-name>
+    <display-name>The Godfather Quote of the Day</display-name>
+    <description>Google Gadgets: The Godfather Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lifestyle</value>
+      <value>The Godfather Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pwoo.org/ProfessionalWoman.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://motivationalposters.googlepages.com/godfather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pwoo.org/ProfessionalWoman.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://motivationalposters.googlepages.com/godfather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1663,29 +1663,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lifestyle</title>
-      <short-title>Lifestyle</short-title>
+      <title>The Godfather Quote of the Day</title>
+      <short-title>The Godfather Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NotFunButTrueGadget">
-    <portlet-name>NotFunButTrueGadget</portlet-name>
-    <display-name>Not Fun, But True!</display-name>
-    <description>Google Gadgets: Not Fun, But True! Gadget</description>
+  <portlet id="MostInterestingSunsetsUpdatesDailyGadget">
+    <portlet-name>MostInterestingSunsetsUpdatesDailyGadget</portlet-name>
+    <display-name>Most Interesting Sunsets Up...</display-name>
+    <description>Google Gadgets: Most Interesting Sunsets Updates Daily Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Not Fun, But True!</value>
+      <value>Most Interesting Sunsets Updates Daily</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.audienceoftwo.com/crewpepper.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/sunsets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.audienceoftwo.com/crewpepper.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/sunsets.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1696,29 +1696,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Not Fun, But True!</title>
-      <short-title>Not Fun, But True!</short-title>
+      <title>Most Interesting Sunsets Updates Daily</title>
+      <short-title>Most Interesting Sunsets Updates Daily</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CreateYourOwnPersonalizedSlideshowofImagesGadget">
-    <portlet-name>CreateYourOwnPersonalizedSlideshowofImagesGadget</portlet-name>
-    <display-name>Create Your Own Personalized Slideshow of Images</display-name>
-    <description>Google Gadgets: Create Your Own Personalized Slideshow of Images Gadget</description>
+  <portlet id="HawaiiPhotoGalleryGadget">
+    <portlet-name>HawaiiPhotoGalleryGadget</portlet-name>
+    <display-name>Hawaii Photo Gallery</display-name>
+    <description>Google Gadgets: Hawaii Photo Gallery Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Create Your Own Personalized Slideshow of Images</value>
+      <value>Hawaii Photo Gallery</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/my-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://comeseehawaii.googlepages.com/comeseehawaii.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/my-photos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://comeseehawaii.googlepages.com/comeseehawaii.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1729,29 +1729,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Create Your Own Personalized Slideshow of Images</title>
-      <short-title>Create Your Own Personalized Slideshow of Images</short-title>
+      <title>Hawaii Photo Gallery</title>
+      <short-title>Hawaii Photo Gallery</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MySpacePopularVideosGadget">
-    <portlet-name>MySpacePopularVideosGadget</portlet-name>
-    <display-name>MySpace Popular Videos</display-name>
-    <description>Google Gadgets: MySpace Popular Videos Gadget</description>
+  <portlet id="YourNationalflagGadget">
+    <portlet-name>YourNationalflagGadget</portlet-name>
+    <display-name>Your National flag</display-name>
+    <description>Google Gadgets: Your National flag Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MySpace Popular Videos</value>
+      <value>Your National flag</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dealsoncampus.com/myflag.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dealsoncampus.com/myflag.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1762,29 +1762,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MySpace Popular Videos</title>
-      <short-title>MySpace Popular Videos</short-title>
+      <title>Your National flag</title>
+      <short-title>Your National flag</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChristianityandtheBibleGadget">
-    <portlet-name>ChristianityandtheBibleGadget</portlet-name>
-    <display-name>Christianity and the Bible</display-name>
-    <description>Google Gadgets: Christianity and the Bible Gadget</description>
+  <portlet id="OceanImagesGadget">
+    <portlet-name>OceanImagesGadget</portlet-name>
+    <display-name>Ocean Images</display-name>
+    <description>Google Gadgets: Ocean Images Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Christianity and the Bible</value>
+      <value>Ocean Images</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1215077/9007621321966704415&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://oceansImages.googlepages.com/gpgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1215077/9007621321966704415</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://oceansImages.googlepages.com/gpgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1795,29 +1795,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Christianity and the Bible</title>
-      <short-title>Christianity and the Bible</short-title>
+      <title>Ocean Images</title>
+      <short-title>Ocean Images</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EbaySearchGadget">
-    <portlet-name>EbaySearchGadget</portlet-name>
-    <display-name>Ebay Search</display-name>
-    <description>Google Gadgets: Ebay Search Gadget</description>
+  <portlet id="3DPregnancyGadget">
+    <portlet-name>3DPregnancyGadget</portlet-name>
+    <display-name>3DPregnancy</display-name>
+    <description>Google Gadgets: 3DPregnancy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ebay Search</value>
+      <value>3DPregnancy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/ebay.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106433716479732287024/flash_final.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/ebay.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106433716479732287024/flash_final.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1828,29 +1828,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ebay Search</title>
-      <short-title>Ebay Search</short-title>
+      <title>3DPregnancy</title>
+      <short-title>3DPregnancy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoviefoneNewinTheatersGadget">
-    <portlet-name>MoviefoneNewinTheatersGadget</portlet-name>
-    <display-name>Moviefone: New in Theaters</display-name>
-    <description>Google Gadgets: Moviefone: New in Theaters Gadget</description>
+  <portlet id="WhoWantstoBeaMillionaireGadget">
+    <portlet-name>WhoWantstoBeaMillionaireGadget</portlet-name>
+    <display-name>Who Wants to Be a Millionaire?</display-name>
+    <description>Google Gadgets: Who Wants to Be a Millionaire? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Moviefone: New in Theaters</value>
+      <value>Who Wants to Be a Millionaire?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cdn.digitalcity.com/channelmodules/moviefone_theaters.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/who-wants-to-be-a-millionaire.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cdn.digitalcity.com/channelmodules/moviefone_theaters.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/who-wants-to-be-a-millionaire.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1861,29 +1861,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Moviefone: New in Theaters</title>
-      <short-title>Moviefone: New in Theaters</short-title>
+      <title>Who Wants to Be a Millionaire?</title>
+      <short-title>Who Wants to Be a Millionaire?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PowerPuffGirlsTerrorScaleGadget">
-    <portlet-name>PowerPuffGirlsTerrorScaleGadget</portlet-name>
-    <display-name>PowerPuff Girls Terror Scale</display-name>
-    <description>Google Gadgets: PowerPuff Girls Terror Scale Gadget</description>
+  <portlet id="GoogleBooksGadget">
+    <portlet-name>GoogleBooksGadget</portlet-name>
+    <display-name>Google Books</display-name>
+    <description>Google Gadgets: Google Books Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PowerPuff Girls Terror Scale</value>
+      <value>Google Books</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thehowardmillerfamily.com/terror/ppg/ppg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://manikarthik84.googlepages.com/gbooksgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thehowardmillerfamily.com/terror/ppg/ppg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://manikarthik84.googlepages.com/gbooksgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1894,29 +1894,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PowerPuff Girls Terror Scale</title>
-      <short-title>PowerPuff Girls Terror Scale</short-title>
+      <title>Google Books</title>
+      <short-title>Google Books</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EbaySearch1Gadget">
-    <portlet-name>EbaySearch1Gadget</portlet-name>
-    <display-name>Ebay Search</display-name>
-    <description>Google Gadgets: Ebay Search Gadget</description>
+  <portlet id="ThingstoPonderGadget">
+    <portlet-name>ThingstoPonderGadget</portlet-name>
+    <display-name>Things to Ponder</display-name>
+    <description>Google Gadgets: Things to Ponder Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ebay Search</value>
+      <value>Things to Ponder</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/ebay-search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/ponder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/ebay-search.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/ponder.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1927,29 +1927,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ebay Search</title>
-      <short-title>Ebay Search</short-title>
+      <title>Things to Ponder</title>
+      <short-title>Things to Ponder</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ModeRoomLiteraryQuotesGadget">
-    <portlet-name>ModeRoomLiteraryQuotesGadget</portlet-name>
-    <display-name>ModeRoom Literary Quotes</display-name>
-    <description>Google Gadgets: ModeRoom Literary Quotes Gadget</description>
+  <portlet id="WineSpectatorDailyWinePicksGadget">
+    <portlet-name>WineSpectatorDailyWinePicksGadget</portlet-name>
+    <display-name>Wine Spectator Daily Wine P...</display-name>
+    <description>Google Gadgets: Wine Spectator Daily Wine Picks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ModeRoom Literary Quotes</value>
+      <value>Wine Spectator Daily Wine Picks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.moderoom.com/moderoom_press_literary_quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.winespectator.com/RSS/Google_Module/0,4341,,00.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.moderoom.com/moderoom_press_literary_quotes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.winespectator.com/RSS/Google_Module/0,4341,,00.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1960,29 +1960,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ModeRoom Literary Quotes</title>
-      <short-title>ModeRoom Literary Quotes</short-title>
+      <title>Wine Spectator Daily Wine Picks</title>
+      <short-title>Wine Spectator Daily Wine Picks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HawaiiPhotoGalleryGadget">
-    <portlet-name>HawaiiPhotoGalleryGadget</portlet-name>
-    <display-name>Hawaii Photo Gallery</display-name>
-    <description>Google Gadgets: Hawaii Photo Gallery Gadget</description>
+  <portlet id="CookieClickGadget">
+    <portlet-name>CookieClickGadget</portlet-name>
+    <display-name>Cookie Click</display-name>
+    <description>Google Gadgets: Cookie Click Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hawaii Photo Gallery</value>
+      <value>Cookie Click</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://comeseehawaii.googlepages.com/comeseehawaii.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.3rdpersonmedia.com/googlecookie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://comeseehawaii.googlepages.com/comeseehawaii.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.3rdpersonmedia.com/googlecookie.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1993,29 +1993,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hawaii Photo Gallery</title>
-      <short-title>Hawaii Photo Gallery</short-title>
+      <title>Cookie Click</title>
+      <short-title>Cookie Click</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MP3SEARCHGadget">
-    <portlet-name>MP3SEARCHGadget</portlet-name>
-    <display-name>MP3 SEARCH</display-name>
-    <description>Google Gadgets: MP3 SEARCH Gadget</description>
+  <portlet id="SmarterThana5thGraderGadget">
+    <portlet-name>SmarterThana5thGraderGadget</portlet-name>
+    <display-name>Smarter Than a 5th Grader?</display-name>
+    <description>Google Gadgets: Smarter Than a 5th Grader? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MP3 SEARCH</value>
+      <value>Smarter Than a 5th Grader?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/006685002943402371085/cse/cxdxv8ymmng/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/games/fox-5th-grader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/006685002943402371085/cse/cxdxv8ymmng/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/games/fox-5th-grader.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2026,29 +2026,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MP3 SEARCH</title>
-      <short-title>MP3 SEARCH</short-title>
+      <title>Smarter Than a 5th Grader?</title>
+      <short-title>Smarter Than a 5th Grader?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TravelGuidesandReviewsGadget">
-    <portlet-name>TravelGuidesandReviewsGadget</portlet-name>
-    <display-name>Travel Guides and Reviews</display-name>
-    <description>Google Gadgets: Travel Guides and Reviews Gadget</description>
+  <portlet id="MusicHotUpcomingCDReleasesGadget">
+    <portlet-name>MusicHotUpcomingCDReleasesGadget</portlet-name>
+    <display-name>Music: Hot Upcoming CD Rele...</display-name>
+    <description>Google Gadgets: Music: Hot Upcoming CD Releases Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Travel Guides and Reviews</value>
+      <value>Music: Hot Upcoming CD Releases</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012097448745616243396/cse/fjr_-gk5vmq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.metrolyrics.com/widget/upcomingCDalbums.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012097448745616243396/cse/fjr_-gk5vmq/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.metrolyrics.com/widget/upcomingCDalbums.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2059,29 +2059,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Travel Guides and Reviews</title>
-      <short-title>Travel Guides and Reviews</short-title>
+      <title>Music: Hot Upcoming CD Releases</title>
+      <short-title>Music: Hot Upcoming CD Releases</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AOLMusicFullCDsGadget">
-    <portlet-name>AOLMusicFullCDsGadget</portlet-name>
-    <display-name>AOL Music: Full CDs</display-name>
-    <description>Google Gadgets: AOL Music: Full CDs Gadget</description>
+  <portlet id="AutomotiveNewsGadget">
+    <portlet-name>AutomotiveNewsGadget</portlet-name>
+    <display-name>Automotive News</display-name>
+    <description>Google Gadgets: Automotive News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AOL Music: Full CDs</value>
+      <value>Automotive News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cdn.digitalcity.com/channelmodules/aolmusic_full_cds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/automotive-news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cdn.digitalcity.com/channelmodules/aolmusic_full_cds.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/automotive-news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2092,29 +2092,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AOL Music: Full CDs</title>
-      <short-title>AOL Music: Full CDs</short-title>
+      <title>Automotive News</title>
+      <short-title>Automotive News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhotoClockGadget">
-    <portlet-name>PhotoClockGadget</portlet-name>
-    <display-name>Photo Clock</display-name>
-    <description>Google Gadgets: Photo Clock Gadget</description>
+  <portlet id="JAPANphotosbyFlickrGadget">
+    <portlet-name>JAPANphotosbyFlickrGadget</portlet-name>
+    <display-name>JAPAN photos by Flickr</display-name>
+    <description>Google Gadgets: JAPAN photos by Flickr Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Photo Clock</value>
+      <value>JAPAN photos by Flickr</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chronita.com/cface/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/flickr/japan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chronita.com/cface/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/flickr/japan.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2125,29 +2125,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Photo Clock</title>
-      <short-title>Photo Clock</short-title>
+      <title>JAPAN photos by Flickr</title>
+      <short-title>JAPAN photos by Flickr</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iTunesFeedsGadget">
-    <portlet-name>iTunesFeedsGadget</portlet-name>
-    <display-name>iTunes Feeds</display-name>
-    <description>Google Gadgets: iTunes Feeds Gadget</description>
+  <portlet id="MountainandNaturePhotosGadget">
+    <portlet-name>MountainandNaturePhotosGadget</portlet-name>
+    <display-name>Mountain and Nature Photos</display-name>
+    <description>Google Gadgets: Mountain and Nature Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iTunes Feeds</value>
+      <value>Mountain and Nature Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/itunes/itunes_feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hikr.org/gg_last_favs.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/itunes/itunes_feeds.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hikr.org/gg_last_favs.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2158,29 +2158,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iTunes Feeds</title>
-      <short-title>iTunes Feeds</short-title>
+      <title>Mountain and Nature Photos</title>
+      <short-title>Mountain and Nature Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ReadTheQuranorgGadget">
-    <portlet-name>ReadTheQuranorgGadget</portlet-name>
-    <display-name>ReadTheQuran.org</display-name>
-    <description>Google Gadgets: ReadTheQuran.org Gadget</description>
+  <portlet id="FoodieViewRecipeSearchEngineGadget">
+    <portlet-name>FoodieViewRecipeSearchEngineGadget</portlet-name>
+    <display-name>FoodieView Recipe Search En...</display-name>
+    <description>Google Gadgets: FoodieView Recipe Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ReadTheQuran.org</value>
+      <value>FoodieView Recipe Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.readthequran.org/googlegadget/ReadTheQuran.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.foodieview.com/tools/foodieview_google_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.readthequran.org/googlegadget/ReadTheQuran.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.foodieview.com/tools/foodieview_google_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2191,29 +2191,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ReadTheQuran.org</title>
-      <short-title>ReadTheQuran.org</short-title>
+      <title>FoodieView Recipe Search Engine</title>
+      <short-title>FoodieView Recipe Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HealthTipoftheDayGadget">
-    <portlet-name>HealthTipoftheDayGadget</portlet-name>
-    <display-name>Health Tip of the Day.</display-name>
-    <description>Google Gadgets: Health Tip of the Day. Gadget</description>
+  <portlet id="SchoolsEndsGadget">
+    <portlet-name>SchoolsEndsGadget</portlet-name>
+    <display-name>Schools Ends</display-name>
+    <description>Google Gadgets: Schools Ends Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Health Tip of the Day.</value>
+      <value>Schools Ends</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/health-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111191041790266740515%26mid%3D7%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/health-tips.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111191041790266740515%26mid%3D7%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2224,29 +2224,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Health Tip of the Day.</title>
-      <short-title>Health Tip of the Day.</short-title>
+      <title>Schools Ends</title>
+      <short-title>Schools Ends</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyFavoriteYoutubeVideosGadget">
-    <portlet-name>MyFavoriteYoutubeVideosGadget</portlet-name>
-    <display-name>My Favorite Youtube Videos</display-name>
-    <description>Google Gadgets: My Favorite Youtube Videos Gadget</description>
+  <portlet id="MyFavSongsThisWeekGadget">
+    <portlet-name>MyFavSongsThisWeekGadget</portlet-name>
+    <display-name>My Fav Songs This Week</display-name>
+    <description>Google Gadgets: My Fav Songs This Week Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Favorite Youtube Videos</value>
+      <value>My Fav Songs This Week</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113193204377027315336%26mid%3D16%26url%3Dgm_youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114276891809267350586%26mid%3D67%26url%3Dgm_list.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D113193204377027315336%26mid%3D16%26url%3Dgm_youtube.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114276891809267350586%26mid%3D67%26url%3Dgm_list.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2257,29 +2257,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Favorite Youtube Videos</title>
-      <short-title>My Favorite Youtube Videos</short-title>
+      <title>My Fav Songs This Week</title>
+      <short-title>My Fav Songs This Week</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FullBodyAnalysisCalculatorGadget">
-    <portlet-name>FullBodyAnalysisCalculatorGadget</portlet-name>
-    <display-name>Full Body Analysis Calculator </display-name>
-    <description>Google Gadgets: Full Body Analysis Calculator  Gadget</description>
+  <portlet id="ReadtheConstitutionGadget">
+    <portlet-name>ReadtheConstitutionGadget</portlet-name>
+    <display-name>Read the Constitution!</display-name>
+    <description>Google Gadgets: Read the Constitution! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Full Body Analysis Calculator </value>
+      <value>Read the Constitution!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fba.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/constitution.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/fba.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/constitution.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2290,29 +2290,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Full Body Analysis Calculator </title>
-      <short-title>Full Body Analysis Calculator </short-title>
+      <title>Read the Constitution!</title>
+      <short-title>Read the Constitution!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LoveCardscomCardoftheDayGadget">
-    <portlet-name>LoveCardscomCardoftheDayGadget</portlet-name>
-    <display-name>LoveCards.com Card of the Day</display-name>
-    <description>Google Gadgets: LoveCards.com Card of the Day Gadget</description>
+  <portlet id="ChineseProverbquotesGadget">
+    <portlet-name>ChineseProverbquotesGadget</portlet-name>
+    <display-name>Chinese Proverb quotes</display-name>
+    <description>Google Gadgets: Chinese Proverb quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LoveCards.com Card of the Day</value>
+      <value>Chinese Proverb quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lovecards.com/feeds/cardofday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/proverb_c.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lovecards.com/feeds/cardofday.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/proverb_c.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2323,29 +2323,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LoveCards.com Card of the Day</title>
-      <short-title>LoveCards.com Card of the Day</short-title>
+      <title>Chinese Proverb quotes</title>
+      <short-title>Chinese Proverb quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BibleVerseoftheDayGadget">
-    <portlet-name>BibleVerseoftheDayGadget</portlet-name>
-    <display-name>Bible Verse of the Day</display-name>
-    <description>Google Gadgets: Bible Verse of the Day Gadget</description>
+  <portlet id="PacManGadget">
+    <portlet-name>PacManGadget</portlet-name>
+    <display-name>PacMan</display-name>
+    <description>Google Gadgets: PacMan Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bible Verse of the Day</value>
+      <value>PacMan</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.believer.com/outreach/versetoday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/pacman-game.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.believer.com/outreach/versetoday.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/pacman-game.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2356,29 +2356,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bible Verse of the Day</title>
-      <short-title>Bible Verse of the Day</short-title>
+      <title>PacMan</title>
+      <short-title>PacMan</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeightLossQuestionoftheDayGadget">
-    <portlet-name>WeightLossQuestionoftheDayGadget</portlet-name>
-    <display-name>Weight Loss Question of the Day</display-name>
-    <description>Google Gadgets: Weight Loss Question of the Day Gadget</description>
+  <portlet id="HotModelsGadget">
+    <portlet-name>HotModelsGadget</portlet-name>
+    <display-name>HotModels</display-name>
+    <description>Google Gadgets: HotModels Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weight Loss Question of the Day</value>
+      <value>HotModels</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.goldensummitinc.com/gadgets/qod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotmodels.com/gadget/googleshowcase.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.goldensummitinc.com/gadgets/qod.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotmodels.com/gadget/googleshowcase.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2389,29 +2389,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weight Loss Question of the Day</title>
-      <short-title>Weight Loss Question of the Day</short-title>
+      <title>HotModels</title>
+      <short-title>HotModels</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DisneyCharacteroftheDayGadget">
-    <portlet-name>DisneyCharacteroftheDayGadget</portlet-name>
-    <display-name>Disney Character of the Day</display-name>
-    <description>Google Gadgets: Disney Character of the Day Gadget</description>
+  <portlet id="TarotGadget">
+    <portlet-name>TarotGadget</portlet-name>
+    <display-name>Tarot</display-name>
+    <description>Google Gadgets: Tarot Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Disney Character of the Day</value>
+      <value>Tarot</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/disney-characters.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/disney-characters.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tarotyastrologia.com/zaweb/tarot/tarotsimple.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2422,29 +2422,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Disney Character of the Day</title>
-      <short-title>Disney Character of the Day</short-title>
+      <title>Tarot</title>
+      <short-title>Tarot</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchforroadtripdestinationbasedondrivetimeGadget">
-    <portlet-name>SearchforroadtripdestinationbasedondrivetimeGadget</portlet-name>
-    <display-name>Search for roadtrip destination based on drive time.</display-name>
-    <description>Google Gadgets: Search for roadtrip destination based on drive time. Gadget</description>
+  <portlet id="SlideshowofInterestingBeaches1Gadget">
+    <portlet-name>SlideshowofInterestingBeaches1Gadget</portlet-name>
+    <display-name>Slideshow of Interesting Be...</display-name>
+    <description>Google Gadgets: Slideshow of Interesting Beaches Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search for roadtrip destination based on drive time.</value>
+      <value>Slideshow of Interesting Beaches</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/Roadtrip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/beaches.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~friday33/Roadtrip.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/beaches.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2455,29 +2455,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search for roadtrip destination based on drive time.</title>
-      <short-title>Search for roadtrip destination based on drive time.</short-title>
+      <title>Slideshow of Interesting Beaches</title>
+      <short-title>Slideshow of Interesting Beaches</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FishTankoftheDayGadget">
-    <portlet-name>FishTankoftheDayGadget</portlet-name>
-    <display-name>Fish Tank of the Day</display-name>
-    <description>Google Gadgets: Fish Tank of the Day Gadget</description>
+  <portlet id="NicewallpapersGadget">
+    <portlet-name>NicewallpapersGadget</portlet-name>
+    <display-name>Nice wallpapers</display-name>
+    <description>Google Gadgets: Nice wallpapers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fish Tank of the Day</value>
+      <value>Nice wallpapers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ratemyfishtank.com/xml/fishtank.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nicewallpapers.info/nicewallpapers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ratemyfishtank.com/xml/fishtank.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nicewallpapers.info/nicewallpapers.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2488,29 +2488,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fish Tank of the Day</title>
-      <short-title>Fish Tank of the Day</short-title>
+      <title>Nice wallpapers</title>
+      <short-title>Nice wallpapers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ForSaleByOwnerGadget">
-    <portlet-name>ForSaleByOwnerGadget</portlet-name>
-    <display-name>For Sale By Owner</display-name>
-    <description>Google Gadgets: For Sale By Owner Gadget</description>
+  <portlet id="HealthTipoftheDayGadget">
+    <portlet-name>HealthTipoftheDayGadget</portlet-name>
+    <display-name>Health Tip of the Day.</display-name>
+    <description>Google Gadgets: Health Tip of the Day. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>For Sale By Owner</value>
+      <value>Health Tip of the Day.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.usbargaintrader.com/rss/ghp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/health-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.usbargaintrader.com/rss/ghp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/health-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2521,29 +2521,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>For Sale By Owner</title>
-      <short-title>For Sale By Owner</short-title>
+      <title>Health Tip of the Day.</title>
+      <short-title>Health Tip of the Day.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreshArtDailyGadget">
-    <portlet-name>FreshArtDailyGadget</portlet-name>
-    <display-name>Fresh Art Daily</display-name>
-    <description>Google Gadgets: Fresh Art Daily Gadget</description>
+  <portlet id="DailyAffirmationsGadget">
+    <portlet-name>DailyAffirmationsGadget</portlet-name>
+    <display-name>Daily Affirmations</display-name>
+    <description>Google Gadgets: Daily Affirmations Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fresh Art Daily</value>
+      <value>Daily Affirmations</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hulseytrustystudios.com/google_gadget/google_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117643658388563037833%26mid%3D30%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hulseytrustystudios.com/google_gadget/google_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117643658388563037833%26mid%3D30%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2554,29 +2554,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fresh Art Daily</title>
-      <short-title>Fresh Art Daily</short-title>
+      <title>Daily Affirmations</title>
+      <short-title>Daily Affirmations</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FitnessTipoftheDayGadget">
-    <portlet-name>FitnessTipoftheDayGadget</portlet-name>
-    <display-name>Fitness Tip of the Day</display-name>
-    <description>Google Gadgets: Fitness Tip of the Day Gadget</description>
+  <portlet id="ArtPicturesGadget">
+    <portlet-name>ArtPicturesGadget</portlet-name>
+    <display-name>Art Pictures</display-name>
+    <description>Google Gadgets: Art Pictures Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fitness Tip of the Day</value>
+      <value>Art Pictures</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/fitness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://offtype.net/google_gadget/gallery_widget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/fitness.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://offtype.net/google_gadget/gallery_widget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2587,29 +2587,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fitness Tip of the Day</title>
-      <short-title>Fitness Tip of the Day</short-title>
+      <title>Art Pictures</title>
+      <short-title>Art Pictures</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IsItBedTimeGadget">
-    <portlet-name>IsItBedTimeGadget</portlet-name>
-    <display-name>Is It BedTime?</display-name>
-    <description>Google Gadgets: Is It BedTime? Gadget</description>
+  <portlet id="SongsofPraiseJukeboxGadget">
+    <portlet-name>SongsofPraiseJukeboxGadget</portlet-name>
+    <display-name>Songs of Praise Jukebox</display-name>
+    <description>Google Gadgets: Songs of Praise Jukebox Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Is It BedTime?</value>
+      <value>Songs of Praise Jukebox</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/bedtime.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://songsofpraise.org/sopjukebox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nuzs.com/bedtime.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://songsofpraise.org/sopjukebox.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2620,29 +2620,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Is It BedTime?</title>
-      <short-title>Is It BedTime?</short-title>
+      <title>Songs of Praise Jukebox</title>
+      <short-title>Songs of Praise Jukebox</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="wwwknowthruastrologycomGadget">
-    <portlet-name>wwwknowthruastrologycomGadget</portlet-name>
-    <display-name>www.knowthruastrology.com</display-name>
-    <description>Google Gadgets: www.knowthruastrology.com Gadget</description>
+  <portlet id="HealthAndHappinessTipsGadget">
+    <portlet-name>HealthAndHappinessTipsGadget</portlet-name>
+    <display-name>Health And Happiness Tips</display-name>
+    <description>Google Gadgets: Health And Happiness Tips Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>www.knowthruastrology.com</value>
+      <value>Health And Happiness Tips</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.knowthruastrology.com/relation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.healthandgoodness.com/gadget/health_tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.knowthruastrology.com/relation.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.healthandgoodness.com/gadget/health_tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2653,29 +2653,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>www.knowthruastrology.com</title>
-      <short-title>www.knowthruastrology.com</short-title>
+      <title>Health And Happiness Tips</title>
+      <short-title>Health And Happiness Tips</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PopularDanceMusicoftheHourGadget">
-    <portlet-name>PopularDanceMusicoftheHourGadget</portlet-name>
-    <display-name>Popular Dance Music of the Hour</display-name>
-    <description>Google Gadgets: Popular Dance Music of the Hour Gadget</description>
+  <portlet id="YoutubePopularVideosGadget">
+    <portlet-name>YoutubePopularVideosGadget</portlet-name>
+    <display-name>Youtube Popular Videos</display-name>
+    <description>Google Gadgets: Youtube Popular Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Popular Dance Music of the Hour</value>
+      <value>Youtube Popular Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/electronic/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/youtubeNew1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/music/electronic/</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/youtubeNew1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2686,29 +2686,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Popular Dance Music of the Hour</title>
-      <short-title>Popular Dance Music of the Hour</short-title>
+      <title>Youtube Popular Videos</title>
+      <short-title>Youtube Popular Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AstronomyPictureoftheDayGadget">
-    <portlet-name>AstronomyPictureoftheDayGadget</portlet-name>
-    <display-name>Astronomy Picture of the Day</display-name>
-    <description>Google Gadgets: Astronomy Picture of the Day Gadget</description>
+  <portlet id="PhotoClockGadget">
+    <portlet-name>PhotoClockGadget</portlet-name>
+    <display-name>Photo Clock</display-name>
+    <description>Google Gadgets: Photo Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Astronomy Picture of the Day</value>
+      <value>Photo Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sjwalter.googlepages.com/apod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chronita.com/cface/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sjwalter.googlepages.com/apod.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chronita.com/cface/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2719,29 +2719,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Astronomy Picture of the Day</title>
-      <short-title>Astronomy Picture of the Day</short-title>
+      <title>Photo Clock</title>
+      <short-title>Photo Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BREADDailyBibleReadingGadget">
-    <portlet-name>BREADDailyBibleReadingGadget</portlet-name>
-    <display-name>B.R.E.A.D. - Daily Bible Reading</display-name>
-    <description>Google Gadgets: B.R.E.A.D. - Daily Bible Reading Gadget</description>
+  <portlet id="iTunesFeedsGadget">
+    <portlet-name>iTunesFeedsGadget</portlet-name>
+    <display-name>iTunes Feeds</display-name>
+    <description>Google Gadgets: iTunes Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>B.R.E.A.D. - Daily Bible Reading</value>
+      <value>iTunes Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.waupc.com/ws/bread.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/itunes/itunes_feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.waupc.com/ws/bread.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/itunes/itunes_feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2752,29 +2752,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>B.R.E.A.D. - Daily Bible Reading</title>
-      <short-title>B.R.E.A.D. - Daily Bible Reading</short-title>
+      <title>iTunes Feeds</title>
+      <short-title>iTunes Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SlideshowofInterestingBeachesGadget">
-    <portlet-name>SlideshowofInterestingBeachesGadget</portlet-name>
-    <display-name>Slideshow of Interesting Beaches</display-name>
-    <description>Google Gadgets: Slideshow of Interesting Beaches Gadget</description>
+  <portlet id="WeightLossQuestionoftheDayGadget">
+    <portlet-name>WeightLossQuestionoftheDayGadget</portlet-name>
+    <display-name>Weight Loss Question of the...</display-name>
+    <description>Google Gadgets: Weight Loss Question of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Slideshow of Interesting Beaches</value>
+      <value>Weight Loss Question of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/beaches.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.goldensummitinc.com/gadgets/qod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/beaches.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.goldensummitinc.com/gadgets/qod.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2785,29 +2785,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Slideshow of Interesting Beaches</title>
-      <short-title>Slideshow of Interesting Beaches</short-title>
+      <title>Weight Loss Question of the Day</title>
+      <short-title>Weight Loss Question of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AbnormalMusicSearchGadget">
-    <portlet-name>AbnormalMusicSearchGadget</portlet-name>
-    <display-name>Abnormal Music Search</display-name>
-    <description>Google Gadgets: Abnormal Music Search Gadget</description>
+  <portlet id="JSNaturePhotosNaturePhotographyofJohnSercelGadget">
+    <portlet-name>JSNaturePhotosNaturePhotographyofJohnSercelGadget</portlet-name>
+    <display-name>JS Nature Photos - Nature P...</display-name>
+    <description>Google Gadgets: JS Nature Photos - Nature Photography of John Sercel Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Abnormal Music Search</value>
+      <value>JS Nature Photos - Nature Photography of John Sercel</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018411830510677486571/cse/fkmvou_4ueg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jstechs.com/images/thumbs/jsnaturephotos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/018411830510677486571/cse/fkmvou_4ueg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jstechs.com/images/thumbs/jsnaturephotos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2818,29 +2818,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Abnormal Music Search</title>
-      <short-title>Abnormal Music Search</short-title>
+      <title>JS Nature Photos - Nature Photography of John Sercel</title>
+      <short-title>JS Nature Photos - Nature Photography of John Sercel</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GhettoGarageToGoGadget">
-    <portlet-name>GhettoGarageToGoGadget</portlet-name>
-    <display-name>Ghetto Garage To Go</display-name>
-    <description>Google Gadgets: Ghetto Garage To Go Gadget</description>
+  <portlet id="ColoringPictureoftheDayGadget">
+    <portlet-name>ColoringPictureoftheDayGadget</portlet-name>
+    <display-name>Coloring Picture of the Day</display-name>
+    <description>Google Gadgets: Coloring Picture of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ghetto Garage To Go</value>
+      <value>Coloring Picture of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ghettogarage.net/ghetto-google.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.surfnetkids.com/message/coloring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ghettogarage.net/ghetto-google.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.surfnetkids.com/message/coloring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2851,29 +2851,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ghetto Garage To Go</title>
-      <short-title>Ghetto Garage To Go</short-title>
+      <title>Coloring Picture of the Day</title>
+      <short-title>Coloring Picture of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="socwallcomRandomDesktopBackgroundGadget">
-    <portlet-name>socwallcomRandomDesktopBackgroundGadget</portlet-name>
-    <display-name>socwall.com Random Desktop Background</display-name>
-    <description>Google Gadgets: socwall.com Random Desktop Background Gadget</description>
+  <portlet id="DealorNoDealNBCGameGadget">
+    <portlet-name>DealorNoDealNBCGameGadget</portlet-name>
+    <display-name>Deal or No Deal NBC Game</display-name>
+    <description>Google Gadgets: Deal or No Deal NBC Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>socwall.com Random Desktop Background</value>
+      <value>Deal or No Deal NBC Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.socwall.com/gadget/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.socwall.com/gadget/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/deal-or-no-deal/nbc-game.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2884,29 +2884,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>socwall.com Random Desktop Background</title>
-      <short-title>socwall.com Random Desktop Background</short-title>
+      <title>Deal or No Deal NBC Game</title>
+      <short-title>Deal or No Deal NBC Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FinestquotesQuoteofthedayGadget">
-    <portlet-name>FinestquotesQuoteofthedayGadget</portlet-name>
-    <display-name>Finestquotes -Quote of the day</display-name>
-    <description>Google Gadgets: Finestquotes -Quote of the day Gadget</description>
+  <portlet id="MightyMagicTricksGadget">
+    <portlet-name>MightyMagicTricksGadget</portlet-name>
+    <display-name>Mighty Magic Tricks</display-name>
+    <description>Google Gadgets: Mighty Magic Tricks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Finestquotes -Quote of the day</value>
+      <value>Mighty Magic Tricks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.finestquotes.com/quoteoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://vurdlak.googlepages.com/tricksgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.finestquotes.com/quoteoftheday.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://vurdlak.googlepages.com/tricksgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2917,29 +2917,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Finestquotes -Quote of the day</title>
-      <short-title>Finestquotes -Quote of the day</short-title>
+      <title>Mighty Magic Tricks</title>
+      <short-title>Mighty Magic Tricks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HollywoodBitchslapGadget">
-    <portlet-name>HollywoodBitchslapGadget</portlet-name>
-    <display-name>Hollywood Bitchslap</display-name>
-    <description>Google Gadgets: Hollywood Bitchslap Gadget</description>
+  <portlet id="OnlineTVGadget">
+    <portlet-name>OnlineTVGadget</portlet-name>
+    <display-name>Online TV</display-name>
+    <description>Google Gadgets: Online TV Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hollywood Bitchslap</value>
+      <value>Online TV</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hollywoodbitchslap.com/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://valentin.dumitran.googlepages.com/tv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hollywoodbitchslap.com/google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://valentin.dumitran.googlepages.com/tv.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2950,29 +2950,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hollywood Bitchslap</title>
-      <short-title>Hollywood Bitchslap</short-title>
+      <title>Online TV</title>
+      <short-title>Online TV</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NorthCarolinawebcamsGadget">
-    <portlet-name>NorthCarolinawebcamsGadget</portlet-name>
-    <display-name>North Carolina webcams</display-name>
-    <description>Google Gadgets: North Carolina webcams Gadget</description>
+  <portlet id="MySpacePopularVideosGadget">
+    <portlet-name>MySpacePopularVideosGadget</portlet-name>
+    <display-name>MySpace Popular Videos</display-name>
+    <description>Google Gadgets: MySpace Popular Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>North Carolina webcams</value>
+      <value>MySpace Popular Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dmyspace</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2983,29 +2983,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>North Carolina webcams</title>
-      <short-title>North Carolina webcams</short-title>
+      <title>MySpace Popular Videos</title>
+      <short-title>MySpace Popular Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FrenchAudioWordoftheDayGadget">
-    <portlet-name>FrenchAudioWordoftheDayGadget</portlet-name>
-    <display-name>French - Audio Word of the Day</display-name>
-    <description>Google Gadgets: French - Audio Word of the Day Gadget</description>
+  <portlet id="MoonPhasesGadget">
+    <portlet-name>MoonPhasesGadget</portlet-name>
+    <display-name>Moon Phases</display-name>
+    <description>Google Gadgets: Moon Phases Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>French - Audio Word of the Day</value>
+      <value>Moon Phases</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/french_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/lunar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/google_gadgets/french_wotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/lunar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3016,29 +3016,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>French - Audio Word of the Day</title>
-      <short-title>French - Audio Word of the Day</short-title>
+      <title>Moon Phases</title>
+      <short-title>Moon Phases</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoonPhasesGadget">
-    <portlet-name>MoonPhasesGadget</portlet-name>
-    <display-name>Moon Phases</display-name>
-    <description>Google Gadgets: Moon Phases Gadget</description>
+  <portlet id="CellPhoneoftheDayGadget">
+    <portlet-name>CellPhoneoftheDayGadget</portlet-name>
+    <display-name>Cell Phone of the Day</display-name>
+    <description>Google Gadgets: Cell Phone of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Moon Phases</value>
+      <value>Cell Phone of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/lunar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.phonerev.com/google_module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/lunar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.phonerev.com/google_module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3049,29 +3049,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Moon Phases</title>
-      <short-title>Moon Phases</short-title>
+      <title>Cell Phone of the Day</title>
+      <short-title>Cell Phone of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JetCityOrange39sfortunecookieGadget">
-    <portlet-name>JetCityOrange39sfortunecookieGadget</portlet-name>
-    <display-name>JetCityOrange&#39;s fortune cookie</display-name>
-    <description>Google Gadgets: JetCityOrange&#39;s fortune cookie Gadget</description>
+  <portlet id="EbaySearchGadget">
+    <portlet-name>EbaySearchGadget</portlet-name>
+    <display-name>Ebay Search</display-name>
+    <description>Google Gadgets: Ebay Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>JetCityOrange&#39;s fortune cookie</value>
+      <value>Ebay Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jetcityorange.com/fortune_cookie/fortune_cookie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/ebay.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jetcityorange.com/fortune_cookie/fortune_cookie.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/ebay.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3082,29 +3082,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>JetCityOrange&#39;s fortune cookie</title>
-      <short-title>JetCityOrange&#39;s fortune cookie</short-title>
+      <title>Ebay Search</title>
+      <short-title>Ebay Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JSNaturePhotosNaturePhotographyofJohnSercelGadget">
-    <portlet-name>JSNaturePhotosNaturePhotographyofJohnSercelGadget</portlet-name>
-    <display-name>JS Nature Photos - Nature Photography of John Sercel</display-name>
-    <description>Google Gadgets: JS Nature Photos - Nature Photography of John Sercel Gadget</description>
+  <portlet id="FilmReviewsGadget">
+    <portlet-name>FilmReviewsGadget</portlet-name>
+    <display-name>Film Reviews</display-name>
+    <description>Google Gadgets: Film Reviews Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>JS Nature Photos - Nature Photography of John Sercel</value>
+      <value>Film Reviews</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jstechs.com/images/thumbs/jsnaturephotos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://reviews.googlecode.com/svn/trunk/FilmReviews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jstechs.com/images/thumbs/jsnaturephotos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://reviews.googlecode.com/svn/trunk/FilmReviews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3115,29 +3115,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>JS Nature Photos - Nature Photography of John Sercel</title>
-      <short-title>JS Nature Photos - Nature Photography of John Sercel</short-title>
+      <title>Film Reviews</title>
+      <short-title>Film Reviews</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KQEDPublicRadioGadget">
-    <portlet-name>KQEDPublicRadioGadget</portlet-name>
-    <display-name>KQED Public Radio</display-name>
-    <description>Google Gadgets: KQED Public Radio Gadget</description>
+  <portlet id="FinestquotesQuoteofthedayGadget">
+    <portlet-name>FinestquotesQuoteofthedayGadget</portlet-name>
+    <display-name>Finestquotes -Quote of the day</display-name>
+    <description>Google Gadgets: Finestquotes -Quote of the day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>KQED Public Radio</value>
+      <value>Finestquotes -Quote of the day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kqed.org/includes/external/googleRadioGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.finestquotes.com/quoteoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kqed.org/includes/external/googleRadioGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.finestquotes.com/quoteoftheday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3148,29 +3148,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>KQED Public Radio</title>
-      <short-title>KQED Public Radio</short-title>
+      <title>Finestquotes -Quote of the day</title>
+      <short-title>Finestquotes -Quote of the day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashFireworksNYCGadget">
-    <portlet-name>FlashFireworksNYCGadget</portlet-name>
-    <display-name>Flash Fireworks - NYC</display-name>
-    <description>Google Gadgets: Flash Fireworks - NYC Gadget</description>
+  <portlet id="AudioBookSearchGadget">
+    <portlet-name>AudioBookSearchGadget</portlet-name>
+    <display-name>Audio Book Search</display-name>
+    <description>Google Gadgets: Audio Book Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Fireworks - NYC</value>
+      <value>Audio Book Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-nyc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016734663465755725902/cse/1xhbtld9l3y/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-nyc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016734663465755725902/cse/1xhbtld9l3y/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3181,29 +3181,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Fireworks - NYC</title>
-      <short-title>Flash Fireworks - NYC</short-title>
+      <title>Audio Book Search</title>
+      <short-title>Audio Book Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PicasaWebPhotoViewerGadget">
-    <portlet-name>PicasaWebPhotoViewerGadget</portlet-name>
-    <display-name>PicasaWeb Photo Viewer</display-name>
-    <description>Google Gadgets: PicasaWeb Photo Viewer Gadget</description>
+  <portlet id="BREADDailyBibleReadingGadget">
+    <portlet-name>BREADDailyBibleReadingGadget</portlet-name>
+    <display-name>B.R.E.A.D. - Daily Bible Re...</display-name>
+    <description>Google Gadgets: B.R.E.A.D. - Daily Bible Reading Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PicasaWeb Photo Viewer</value>
+      <value>B.R.E.A.D. - Daily Bible Reading</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ritchie.diputado.googlepages.com/picasaviewer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.waupc.com/ws/bread.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ritchie.diputado.googlepages.com/picasaviewer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.waupc.com/ws/bread.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3214,29 +3214,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PicasaWeb Photo Viewer</title>
-      <short-title>PicasaWeb Photo Viewer</short-title>
+      <title>B.R.E.A.D. - Daily Bible Reading</title>
+      <short-title>B.R.E.A.D. - Daily Bible Reading</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyWebCamAutoRefreshGadget">
-    <portlet-name>MyWebCamAutoRefreshGadget</portlet-name>
-    <display-name>My WebCam (Auto Refresh)</display-name>
-    <description>Google Gadgets: My WebCam (Auto Refresh) Gadget</description>
+  <portlet id="IloveyouGadget">
+    <portlet-name>IloveyouGadget</portlet-name>
+    <display-name>I love you!</display-name>
+    <description>Google Gadgets: I love you! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My WebCam (Auto Refresh)</value>
+      <value>I love you!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/webcam-ar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115780431958912232622%26mid%3D66%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pileser.googlepages.com/webcam-ar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D115780431958912232622%26mid%3D66%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3247,29 +3247,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My WebCam (Auto Refresh)</title>
-      <short-title>My WebCam (Auto Refresh)</short-title>
+      <title>I love you!</title>
+      <short-title>I love you!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SunflowerGrowingGadget">
-    <portlet-name>SunflowerGrowingGadget</portlet-name>
-    <display-name>Sunflower Growing</display-name>
-    <description>Google Gadgets: Sunflower Growing Gadget</description>
+  <portlet id="FriendshipQuoteoftheDayGadget">
+    <portlet-name>FriendshipQuoteoftheDayGadget</portlet-name>
+    <display-name>Friendship Quote of the Day</display-name>
+    <description>Google Gadgets: Friendship Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sunflower Growing</value>
+      <value>Friendship Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109343576102272334445%26mid%3D30%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/friendship.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D109343576102272334445%26mid%3D30%26url%3Dgm_googlegram.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/friendship.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3280,29 +3280,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sunflower Growing</title>
-      <short-title>Sunflower Growing</short-title>
+      <title>Friendship Quote of the Day</title>
+      <short-title>Friendship Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RecipesSearchGadget">
-    <portlet-name>RecipesSearchGadget</portlet-name>
-    <display-name>Recipes Search</display-name>
-    <description>Google Gadgets: Recipes Search Gadget</description>
+  <portlet id="PersonalizedHoroscopeWidgetGadget">
+    <portlet-name>PersonalizedHoroscopeWidgetGadget</portlet-name>
+    <display-name>Personalized Horoscope Widget</display-name>
+    <description>Google Gadgets: Personalized Horoscope Widget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Recipes Search</value>
+      <value>Personalized Horoscope Widget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015771065305756388770/cse/trs3ia5ov8u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4637c39186d4a84e/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015771065305756388770/cse/trs3ia5ov8u/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/4637c39186d4a84e/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3313,29 +3313,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Recipes Search</title>
-      <short-title>Recipes Search</short-title>
+      <title>Personalized Horoscope Widget</title>
+      <short-title>Personalized Horoscope Widget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyDisneyGadget">
-    <portlet-name>DailyDisneyGadget</portlet-name>
-    <display-name>Daily Disney</display-name>
-    <description>Google Gadgets: Daily Disney Gadget</description>
+  <portlet id="YouTubePopularVideosGadget">
+    <portlet-name>YouTubePopularVideosGadget</portlet-name>
+    <display-name>YouTube Popular Videos</display-name>
+    <description>Google Gadgets: YouTube Popular Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Disney</value>
+      <value>YouTube Popular Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lotsofballs.googlecode.com/svn/trunk/disney1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dyoutube&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lotsofballs.googlecode.com/svn/trunk/disney1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dyoutube</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3346,29 +3346,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Disney</title>
-      <short-title>Daily Disney</short-title>
+      <title>YouTube Popular Videos</title>
+      <short-title>YouTube Popular Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SOMEofmyfavoritesongsGadget">
-    <portlet-name>SOMEofmyfavoritesongsGadget</portlet-name>
-    <display-name>SOME of my favorite songs!</display-name>
-    <description>Google Gadgets: SOME of my favorite songs! Gadget</description>
+  <portlet id="GotoWorldCityPhotosGadget">
+    <portlet-name>GotoWorldCityPhotosGadget</portlet-name>
+    <display-name>Go to World City Photos</display-name>
+    <description>Google Gadgets: Go to World City Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SOME of my favorite songs!</value>
+      <value>Go to World City Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115490338215437176221%26mid%3D33%26url%3Dgm_list.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.world-city-photos.org/hello.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D115490338215437176221%26mid%3D33%26url%3Dgm_list.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.world-city-photos.org/hello.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3379,29 +3379,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SOME of my favorite songs!</title>
-      <short-title>SOME of my favorite songs!</short-title>
+      <title>Go to World City Photos</title>
+      <short-title>Go to World City Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AudioBookSearchGadget">
-    <portlet-name>AudioBookSearchGadget</portlet-name>
-    <display-name>Audio Book Search</display-name>
-    <description>Google Gadgets: Audio Book Search Gadget</description>
+  <portlet id="PhotographoftheWeekfromthephotogaphyofPaulMorrisofPMStudiosGadget">
+    <portlet-name>PhotographoftheWeekfromthephotogaphyofPaulMorrisofPMStudiosGadget</portlet-name>
+    <display-name>Photograph of the Week from...</display-name>
+    <description>Google Gadgets: Photograph of the Week from the photogaphy of Paul Morris of PM Studios Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Audio Book Search</value>
+      <value>Photograph of the Week from the photogaphy of Paul Morris of PM Studios</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016734663465755725902/cse/1xhbtld9l3y/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pmstudios.co.uk/picofweek.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016734663465755725902/cse/1xhbtld9l3y/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pmstudios.co.uk/picofweek.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3412,29 +3412,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Audio Book Search</title>
-      <short-title>Audio Book Search</short-title>
+      <title>Photograph of the Week from the photogaphy of Paul Morris of PM Studios</title>
+      <short-title>Photograph of the Week from the photogaphy of Paul Morris of PM Studios</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewMusicReleasesGadget">
-    <portlet-name>NewMusicReleasesGadget</portlet-name>
-    <display-name>New Music Releases</display-name>
-    <description>Google Gadgets: New Music Releases Gadget</description>
+  <portlet id="RandomGoogleGadgetsGadget">
+    <portlet-name>RandomGoogleGadgetsGadget</portlet-name>
+    <display-name>Random Google Gadgets</display-name>
+    <description>Google Gadgets: Random Google Gadgets Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>New Music Releases</value>
+      <value>Random Google Gadgets</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/google-gadgets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/music/new.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/google-gadgets.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3445,29 +3445,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>New Music Releases</title>
-      <short-title>New Music Releases</short-title>
+      <title>Random Google Gadgets</title>
+      <short-title>Random Google Gadgets</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UnderwaterSlideshowoftheDayBeautifulPhotosGadget">
-    <portlet-name>UnderwaterSlideshowoftheDayBeautifulPhotosGadget</portlet-name>
-    <display-name>Underwater Slideshow of the Day - Beautiful Photos</display-name>
-    <description>Google Gadgets: Underwater Slideshow of the Day - Beautiful Photos Gadget</description>
+  <portlet id="PetTipsGadget">
+    <portlet-name>PetTipsGadget</portlet-name>
+    <display-name>Pet Tips</display-name>
+    <description>Google Gadgets: Pet Tips Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Underwater Slideshow of the Day - Beautiful Photos</value>
+      <value>Pet Tips</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/underwater.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1215077/5265382019008857026&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/underwater.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1215077/5265382019008857026</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3478,29 +3478,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Underwater Slideshow of the Day - Beautiful Photos</title>
-      <short-title>Underwater Slideshow of the Day - Beautiful Photos</short-title>
+      <title>Pet Tips</title>
+      <short-title>Pet Tips</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyAstrologyForecastGadget">
-    <portlet-name>DailyAstrologyForecastGadget</portlet-name>
-    <display-name>Daily Astrology Forecast</display-name>
-    <description>Google Gadgets: Daily Astrology Forecast Gadget</description>
+  <portlet id="MoviefoneNewinTheatersGadget">
+    <portlet-name>MoviefoneNewinTheatersGadget</portlet-name>
+    <display-name>Moviefone: New in Theaters</display-name>
+    <description>Google Gadgets: Moviefone: New in Theaters Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Astrology Forecast</value>
+      <value>Moviefone: New in Theaters</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://astrologicnet.com/google/google_dailyforecast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cdn.digitalcity.com/channelmodules/moviefone_theaters.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://astrologicnet.com/google/google_dailyforecast.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cdn.digitalcity.com/channelmodules/moviefone_theaters.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3511,29 +3511,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Astrology Forecast</title>
-      <short-title>Daily Astrology Forecast</short-title>
+      <title>Moviefone: New in Theaters</title>
+      <short-title>Moviefone: New in Theaters</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CrafterZonecomVirtualCraftFairGadget">
-    <portlet-name>CrafterZonecomVirtualCraftFairGadget</portlet-name>
-    <display-name>CrafterZone.com: Virtual Craft Fair</display-name>
-    <description>Google Gadgets: CrafterZone.com: Virtual Craft Fair Gadget</description>
+  <portlet id="NYTimesClassicCrosswordGadget">
+    <portlet-name>NYTimesClassicCrosswordGadget</portlet-name>
+    <display-name>NY Times Classic Crossword</display-name>
+    <description>Google Gadgets: NY Times Classic Crossword Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CrafterZone.com: Virtual Craft Fair</value>
+      <value>NY Times Classic Crossword</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.CrafterZone.com/Gadgets/CZPhotos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nytimes.com/ads/crosswords/gadget/puzzle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.CrafterZone.com/Gadgets/CZPhotos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nytimes.com/ads/crosswords/gadget/puzzle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3544,29 +3544,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CrafterZone.com: Virtual Craft Fair</title>
-      <short-title>CrafterZone.com: Virtual Craft Fair</short-title>
+      <title>NY Times Classic Crossword</title>
+      <short-title>NY Times Classic Crossword</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TopChristianNewsStoriesGadget">
-    <portlet-name>TopChristianNewsStoriesGadget</portlet-name>
-    <display-name>Top Christian News Stories</display-name>
-    <description>Google Gadgets: Top Christian News Stories Gadget</description>
+  <portlet id="Today39sReasontoDrinkGadget">
+    <portlet-name>Today39sReasontoDrinkGadget</portlet-name>
+    <display-name>Today&#39;s Reason to Drink</display-name>
+    <description>Google Gadgets: Today&#39;s Reason to Drink Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Top Christian News Stories</value>
+      <value>Today&#39;s Reason to Drink</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://news.christiansunite.com/news_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://daysthatendiny.com/googleModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://news.christiansunite.com/news_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://daysthatendiny.com/googleModule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3577,29 +3577,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Top Christian News Stories</title>
-      <short-title>Top Christian News Stories</short-title>
+      <title>Today&#39;s Reason to Drink</title>
+      <short-title>Today&#39;s Reason to Drink</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GotoPhotoAlbumGadget">
-    <portlet-name>GotoPhotoAlbumGadget</portlet-name>
-    <display-name>Go to Photo Album</display-name>
-    <description>Google Gadgets: Go to Photo Album Gadget</description>
+  <portlet id="DisneyCharacteroftheDayGadget">
+    <portlet-name>DisneyCharacteroftheDayGadget</portlet-name>
+    <display-name>Disney Character of the Day</display-name>
+    <description>Google Gadgets: Disney Character of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Go to Photo Album</value>
+      <value>Disney Character of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wku.edu/~yuanh/gadgets/photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/disney-characters.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wku.edu/~yuanh/gadgets/photos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/disney-characters.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3610,29 +3610,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Go to Photo Album</title>
-      <short-title>Go to Photo Album</short-title>
+      <title>Disney Character of the Day</title>
+      <short-title>Disney Character of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ContestO39TheDayGadget">
-    <portlet-name>ContestO39TheDayGadget</portlet-name>
-    <display-name>Contest O&#39; The Day</display-name>
-    <description>Google Gadgets: Contest O&#39; The Day Gadget</description>
+  <portlet id="HealthTipoftheDay1Gadget">
+    <portlet-name>HealthTipoftheDay1Gadget</portlet-name>
+    <display-name>Health Tip of the Day.</display-name>
+    <description>Google Gadgets: Health Tip of the Day. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Contest O&#39; The Day</value>
+      <value>Health Tip of the Day.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.contest.otheday.com/GoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/health-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.contest.otheday.com/GoogleGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/gadget/health-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3643,29 +3643,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Contest O&#39; The Day</title>
-      <short-title>Contest O&#39; The Day</short-title>
+      <title>Health Tip of the Day.</title>
+      <short-title>Health Tip of the Day.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyPhotoandBibleVerseGadget">
-    <portlet-name>DailyPhotoandBibleVerseGadget</portlet-name>
-    <display-name>Daily Photo and Bible Verse</display-name>
-    <description>Google Gadgets: Daily Photo and Bible Verse Gadget</description>
+  <portlet id="GenealogySleuthSearchEngineGadget">
+    <portlet-name>GenealogySleuthSearchEngineGadget</portlet-name>
+    <display-name>Genealogy Sleuth Search Engine</display-name>
+    <description>Google Gadgets: Genealogy Sleuth Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Photo and Bible Verse</value>
+      <value>Genealogy Sleuth Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D103510896115272694622%26mid%3D34%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013424889618151652423/cse/agp-m7vklms/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D103510896115272694622%26mid%3D34%26url%3Dgm_photo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013424889618151652423/cse/agp-m7vklms/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3676,29 +3676,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Photo and Bible Verse</title>
-      <short-title>Daily Photo and Bible Verse</short-title>
+      <title>Genealogy Sleuth Search Engine</title>
+      <short-title>Genealogy Sleuth Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="I39mhungryWhat39sopenGadget">
-    <portlet-name>I39mhungryWhat39sopenGadget</portlet-name>
-    <display-name>I&#39;m hungry!  What&#39;s open?</display-name>
-    <description>Google Gadgets: I&#39;m hungry!  What&#39;s open? Gadget</description>
+  <portlet id="FitnessTipoftheDay1Gadget">
+    <portlet-name>FitnessTipoftheDay1Gadget</portlet-name>
+    <display-name>Fitness Tip of the Day</display-name>
+    <description>Google Gadgets: Fitness Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>I&#39;m hungry!  What&#39;s open?</value>
+      <value>Fitness Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jennifergee.googlepages.com/foodApp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/fitness/fitness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jennifergee.googlepages.com/foodApp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/fitness/fitness.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3709,29 +3709,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>I&#39;m hungry!  What&#39;s open?</title>
-      <short-title>I&#39;m hungry!  What&#39;s open?</short-title>
+      <title>Fitness Tip of the Day</title>
+      <short-title>Fitness Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LoveTarotandCareerTarotAstrologyreadingfromAstrocenterGadget">
-    <portlet-name>LoveTarotandCareerTarotAstrologyreadingfromAstrocenterGadget</portlet-name>
-    <display-name>Love Tarot and Career Tarot Astrology reading from Astrocenter</display-name>
-    <description>Google Gadgets: Love Tarot and Career Tarot Astrology reading from Astrocenter Gadget</description>
+  <portlet id="FishTankoftheDayGadget">
+    <portlet-name>FishTankoftheDayGadget</portlet-name>
+    <display-name>Fish Tank of the Day</display-name>
+    <description>Google Gadgets: Fish Tank of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Love Tarot and Career Tarot Astrology reading from Astrocenter</value>
+      <value>Fish Tank of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.astrocenter.com/US/Feeds/googleTarotModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ratemyfishtank.com/xml/fishtank.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.astrocenter.com/US/Feeds/googleTarotModule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ratemyfishtank.com/xml/fishtank.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3742,29 +3742,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Love Tarot and Career Tarot Astrology reading from Astrocenter</title>
-      <short-title>Love Tarot and Career Tarot Astrology reading from Astrocenter</short-title>
+      <title>Fish Tank of the Day</title>
+      <short-title>Fish Tank of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iconenetRadioTvPlayervideoclipmusicGadget">
-    <portlet-name>iconenetRadioTvPlayervideoclipmusicGadget</portlet-name>
-    <display-name>i-cone.net Radio Tv Player - video clip - music</display-name>
-    <description>Google Gadgets: i-cone.net Radio Tv Player - video clip - music Gadget</description>
+  <portlet id="ReadTheQuranorgGadget">
+    <portlet-name>ReadTheQuranorgGadget</portlet-name>
+    <display-name>ReadTheQuran.org</display-name>
+    <description>Google Gadgets: ReadTheQuran.org Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>i-cone.net Radio Tv Player - video clip - music</value>
+      <value>ReadTheQuran.org</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.i-cone.net/i-cone-net-radio-tv_dynasx.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.readthequran.org/googlegadget/ReadTheQuran.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.i-cone.net/i-cone-net-radio-tv_dynasx.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.readthequran.org/googlegadget/ReadTheQuran.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3775,29 +3775,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>i-cone.net Radio Tv Player - video clip - music</title>
-      <short-title>i-cone.net Radio Tv Player - video clip - music</short-title>
+      <title>ReadTheQuran.org</title>
+      <short-title>ReadTheQuran.org</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BhagavadGitaGadget">
-    <portlet-name>BhagavadGitaGadget</portlet-name>
-    <display-name> Bhagavad Gita</display-name>
-    <description>Google Gadgets:  Bhagavad Gita Gadget</description>
+  <portlet id="StarWarsQuoteGadget">
+    <portlet-name>StarWarsQuoteGadget</portlet-name>
+    <display-name>Star Wars Quote</display-name>
+    <description>Google Gadgets: Star Wars Quote Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value> Bhagavad Gita</value>
+      <value>Star Wars Quote</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lord.loh.googlepages.com/gita.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://3mon.com/starwars/swq.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lord.loh.googlepages.com/gita.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://3mon.com/starwars/swq.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3808,29 +3808,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title> Bhagavad Gita</title>
-      <short-title> Bhagavad Gita</short-title>
+      <title>Star Wars Quote</title>
+      <short-title>Star Wars Quote</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MLDborgmusiclyricsGadget">
-    <portlet-name>MLDborgmusiclyricsGadget</portlet-name>
-    <display-name>MLDb.org music lyrics</display-name>
-    <description>Google Gadgets: MLDb.org music lyrics Gadget</description>
+  <portlet id="RemindersfromGodGadget">
+    <portlet-name>RemindersfromGodGadget</portlet-name>
+    <display-name>Reminders from God</display-name>
+    <description>Google Gadgets: Reminders from God Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MLDb.org music lyrics</value>
+      <value>Reminders from God</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mldb.org/mldb-gadget-v1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/107853874984776220955/remindersFromGod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mldb.org/mldb-gadget-v1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/107853874984776220955/remindersFromGod.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3841,29 +3841,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MLDb.org music lyrics</title>
-      <short-title>MLDb.org music lyrics</short-title>
+      <title>Reminders from God</title>
+      <short-title>Reminders from God</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SaintoftheDayGadget">
-    <portlet-name>SaintoftheDayGadget</portlet-name>
-    <display-name>Saint of the Day</display-name>
-    <description>Google Gadgets: Saint of the Day Gadget</description>
+  <portlet id="ArtandArtistsLandscapePaintingsGadget">
+    <portlet-name>ArtandArtistsLandscapePaintingsGadget</portlet-name>
+    <display-name>Art and Artists Landscape P...</display-name>
+    <description>Google Gadgets: Art and Artists Landscape Paintings Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Saint of the Day</value>
+      <value>Art and Artists Landscape Paintings</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.avemich.org/saints_ig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://highlandsart.com/google_gadget/art_artists.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.avemich.org/saints_ig.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://highlandsart.com/google_gadget/art_artists.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3874,29 +3874,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Saint of the Day</title>
-      <short-title>Saint of the Day</short-title>
+      <title>Art and Artists Landscape Paintings</title>
+      <short-title>Art and Artists Landscape Paintings</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PowerballResultsGadget">
-    <portlet-name>PowerballResultsGadget</portlet-name>
-    <display-name>Powerball Results</display-name>
-    <description>Google Gadgets: Powerball Results Gadget</description>
+  <portlet id="ActsofKindnessRemindersGadget">
+    <portlet-name>ActsofKindnessRemindersGadget</portlet-name>
+    <display-name>Acts of Kindness - Reminders</display-name>
+    <description>Google Gadgets: Acts of Kindness - Reminders Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Powerball Results</value>
+      <value>Acts of Kindness - Reminders</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myi40.com/diwgoogle.html&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/kind.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myi40.com/diwgoogle.html</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nuzs.com/kind.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3907,29 +3907,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Powerball Results</title>
-      <short-title>Powerball Results</short-title>
+      <title>Acts of Kindness - Reminders</title>
+      <short-title>Acts of Kindness - Reminders</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SeinfeldKramerSoundboardGadget">
-    <portlet-name>SeinfeldKramerSoundboardGadget</portlet-name>
-    <display-name>Seinfeld - Kramer Soundboard</display-name>
-    <description>Google Gadgets: Seinfeld - Kramer Soundboard Gadget</description>
+  <portlet id="RecipesfromTheSplendidTableGadget">
+    <portlet-name>RecipesfromTheSplendidTableGadget</portlet-name>
+    <display-name>Recipes from The Splendid T...</display-name>
+    <description>Google Gadgets: Recipes from The Splendid Table Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Seinfeld - Kramer Soundboard</value>
+      <value>Recipes from The Splendid Table</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/kramer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://americanpublicmedia.publicradio.org/widgets/google/spt_recipes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://radgadget.googlepages.com/kramer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://americanpublicmedia.publicradio.org/widgets/google/spt_recipes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3940,29 +3940,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Seinfeld - Kramer Soundboard</title>
-      <short-title>Seinfeld - Kramer Soundboard</short-title>
+      <title>Recipes from The Splendid Table</title>
+      <short-title>Recipes from The Splendid Table</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LIVEPTZWebCamAmsterdamFlashvideoGadget">
-    <portlet-name>LIVEPTZWebCamAmsterdamFlashvideoGadget</portlet-name>
-    <display-name>LIVE PTZ WebCam Amsterdam, Flash video.</display-name>
-    <description>Google Gadgets: LIVE PTZ WebCam Amsterdam, Flash video. Gadget</description>
+  <portlet id="LoveCardscomCardoftheDayGadget">
+    <portlet-name>LoveCardscomCardoftheDayGadget</portlet-name>
+    <display-name>LoveCards.com Card of the Day</display-name>
+    <description>Google Gadgets: LoveCards.com Card of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LIVE PTZ WebCam Amsterdam, Flash video.</value>
+      <value>LoveCards.com Card of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kalverstraat.webcam.nl/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lovecards.com/feeds/cardofday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kalverstraat.webcam.nl/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lovecards.com/feeds/cardofday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3973,29 +3973,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LIVE PTZ WebCam Amsterdam, Flash video.</title>
-      <short-title>LIVE PTZ WebCam Amsterdam, Flash video.</short-title>
+      <title>LoveCards.com Card of the Day</title>
+      <short-title>LoveCards.com Card of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TruckPicturesatTruckPicturescomGadget">
-    <portlet-name>TruckPicturesatTruckPicturescomGadget</portlet-name>
-    <display-name>Truck Pictu****@Truck*****</display-name>
-    <description>Google Gadgets: Truck Pictu****@Truck***** Gadget</description>
+  <portlet id="DailyDisneyGadget">
+    <portlet-name>DailyDisneyGadget</portlet-name>
+    <display-name>Daily Disney</display-name>
+    <description>Google Gadgets: Daily Disney Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Truck Pictu****@Truck*****</value>
+      <value>Daily Disney</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/trucks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lotsofballs.googlecode.com/svn/trunk/disney1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/trucks.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lotsofballs.googlecode.com/svn/trunk/disney1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4006,29 +4006,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Truck Pictu****@Truck*****</title>
-      <short-title>Truck Pictu****@Truck*****</short-title>
+      <title>Daily Disney</title>
+      <short-title>Daily Disney</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AllQuotesinoneGadgetGadget">
-    <portlet-name>AllQuotesinoneGadgetGadget</portlet-name>
-    <display-name>All Quotes in one Gadget</display-name>
-    <description>Google Gadgets: All Quotes in one Gadget Gadget</description>
+  <portlet id="PowerPuffGirlsTerrorScaleGadget">
+    <portlet-name>PowerPuffGirlsTerrorScaleGadget</portlet-name>
+    <display-name>PowerPuff Girls Terror Scale</display-name>
+    <description>Google Gadgets: PowerPuff Girls Terror Scale Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>All Quotes in one Gadget</value>
+      <value>PowerPuff Girls Terror Scale</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thehowardmillerfamily.com/terror/ppg/ppg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/quotes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thehowardmillerfamily.com/terror/ppg/ppg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4039,29 +4039,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>All Quotes in one Gadget</title>
-      <short-title>All Quotes in one Gadget</short-title>
+      <title>PowerPuff Girls Terror Scale</title>
+      <short-title>PowerPuff Girls Terror Scale</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyAffirmationsbyAffirmationPlanetGadget">
-    <portlet-name>DailyAffirmationsbyAffirmationPlanetGadget</portlet-name>
-    <display-name>Daily Affirmations by Affirmation Planet</display-name>
-    <description>Google Gadgets: Daily Affirmations by Affirmation Planet Gadget</description>
+  <portlet id="UnderwaterSlideshowoftheDayBeautifulPhotos1Gadget">
+    <portlet-name>UnderwaterSlideshowoftheDayBeautifulPhotos1Gadget</portlet-name>
+    <display-name>Underwater Slideshow of the...</display-name>
+    <description>Google Gadgets: Underwater Slideshow of the Day - Beautiful Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Affirmations by Affirmation Planet</value>
+      <value>Underwater Slideshow of the Day - Beautiful Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.affirmationplanet.com/gadgets/google/AffirmationPlanet.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/underwater.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.affirmationplanet.com/gadgets/google/AffirmationPlanet.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/underwater.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4072,29 +4072,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Affirmations by Affirmation Planet</title>
-      <short-title>Daily Affirmations by Affirmation Planet</short-title>
+      <title>Underwater Slideshow of the Day - Beautiful Photos</title>
+      <short-title>Underwater Slideshow of the Day - Beautiful Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CustomFlickrSlideshowsGadget">
-    <portlet-name>CustomFlickrSlideshowsGadget</portlet-name>
-    <display-name>Custom Flickr Slideshows</display-name>
-    <description>Google Gadgets: Custom Flickr Slideshows Gadget</description>
+  <portlet id="PhotographybyJorgeVismaraGadget">
+    <portlet-name>PhotographybyJorgeVismaraGadget</portlet-name>
+    <display-name>Photography by Jorge Vismara</display-name>
+    <description>Google Gadgets: Photography by Jorge Vismara Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Custom Flickr Slideshows</value>
+      <value>Photography by Jorge Vismara</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/custom-flickr.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jorgevismara.net/GGadgets/JVGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/custom-flickr.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jorgevismara.net/GGadgets/JVGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4105,29 +4105,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Custom Flickr Slideshows</title>
-      <short-title>Custom Flickr Slideshows</short-title>
+      <title>Photography by Jorge Vismara</title>
+      <short-title>Photography by Jorge Vismara</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ColoringPictureoftheDayGadget">
-    <portlet-name>ColoringPictureoftheDayGadget</portlet-name>
-    <display-name>Coloring Picture of the Day</display-name>
-    <description>Google Gadgets: Coloring Picture of the Day Gadget</description>
+  <portlet id="BibleVerseoftheDayGadget">
+    <portlet-name>BibleVerseoftheDayGadget</portlet-name>
+    <display-name>Bible Verse of the Day</display-name>
+    <description>Google Gadgets: Bible Verse of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Coloring Picture of the Day</value>
+      <value>Bible Verse of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.surfnetkids.com/message/coloring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.believer.com/outreach/versetoday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.surfnetkids.com/message/coloring.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.believer.com/outreach/versetoday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4138,29 +4138,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Coloring Picture of the Day</title>
-      <short-title>Coloring Picture of the Day</short-title>
+      <title>Bible Verse of the Day</title>
+      <short-title>Bible Verse of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyBiorhythmsGadget">
-    <portlet-name>DailyBiorhythmsGadget</portlet-name>
-    <display-name>Daily Biorhythms</display-name>
-    <description>Google Gadgets: Daily Biorhythms Gadget</description>
+  <portlet id="iTunesGadgetGadget">
+    <portlet-name>iTunesGadgetGadget</portlet-name>
+    <display-name>iTunes Gadget</display-name>
+    <description>Google Gadgets: iTunes Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Biorhythms</value>
+      <value>iTunes Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://prymak.googlepages.com/daily_biorhythms.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.captunes.com/google/itunesgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://prymak.googlepages.com/daily_biorhythms.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.captunes.com/google/itunesgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4171,29 +4171,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Biorhythms</title>
-      <short-title>Daily Biorhythms</short-title>
+      <title>iTunes Gadget</title>
+      <short-title>iTunes Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RonaldReaganQuoteoftheDayGadget">
-    <portlet-name>RonaldReaganQuoteoftheDayGadget</portlet-name>
-    <display-name>Ronald Reagan Quote of the Day</display-name>
-    <description>Google Gadgets: Ronald Reagan Quote of the Day Gadget</description>
+  <portlet id="ContestO39TheDayGadget">
+    <portlet-name>ContestO39TheDayGadget</portlet-name>
+    <display-name>Contest O&#39; The Day</display-name>
+    <description>Google Gadgets: Contest O&#39; The Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ronald Reagan Quote of the Day</value>
+      <value>Contest O&#39; The Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/ronald-reagan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.contest.otheday.com/GoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/ronald-reagan.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.contest.otheday.com/GoogleGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4204,29 +4204,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ronald Reagan Quote of the Day</title>
-      <short-title>Ronald Reagan Quote of the Day</short-title>
+      <title>Contest O&#39; The Day</title>
+      <short-title>Contest O&#39; The Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="5minutesofcaringGadget">
-    <portlet-name>5minutesofcaringGadget</portlet-name>
-    <display-name>5 minutes of caring</display-name>
-    <description>Google Gadgets: 5 minutes of caring Gadget</description>
+  <portlet id="EbaySearch1Gadget">
+    <portlet-name>EbaySearch1Gadget</portlet-name>
+    <display-name>Ebay Search</display-name>
+    <description>Google Gadgets: Ebay Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>5 minutes of caring</value>
+      <value>Ebay Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://5.roachfiend.com/5mins.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/ebay-search-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://5.roachfiend.com/5mins.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/ebay-search-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4237,29 +4237,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>5 minutes of caring</title>
-      <short-title>5 minutes of caring</short-title>
+      <title>Ebay Search</title>
+      <short-title>Ebay Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GenealogySleuthSearchEngineGadget">
-    <portlet-name>GenealogySleuthSearchEngineGadget</portlet-name>
-    <display-name>Genealogy Sleuth Search Engine</display-name>
-    <description>Google Gadgets: Genealogy Sleuth Search Engine Gadget</description>
+  <portlet id="BartSimpsonPhraseoftheDay1Gadget">
+    <portlet-name>BartSimpsonPhraseoftheDay1Gadget</portlet-name>
+    <display-name>Bart Simpson Phrase of the Day</display-name>
+    <description>Google Gadgets: Bart Simpson Phrase of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Genealogy Sleuth Search Engine</value>
+      <value>Bart Simpson Phrase of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013424889618151652423/cse/agp-m7vklms/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/bart-simpson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013424889618151652423/cse/agp-m7vklms/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/bart-simpson.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4270,29 +4270,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Genealogy Sleuth Search Engine</title>
-      <short-title>Genealogy Sleuth Search Engine</short-title>
+      <title>Bart Simpson Phrase of the Day</title>
+      <short-title>Bart Simpson Phrase of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TVGuideGadget">
-    <portlet-name>TVGuideGadget</portlet-name>
-    <display-name>TVGuide</display-name>
-    <description>Google Gadgets: TVGuide Gadget</description>
+  <portlet id="SOMEofmyfavoritesongsGadget">
+    <portlet-name>SOMEofmyfavoritesongsGadget</portlet-name>
+    <display-name>SOME of my favorite songs!</display-name>
+    <description>Google Gadgets: SOME of my favorite songs! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TVGuide</value>
+      <value>SOME of my favorite songs!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mayhem2000.googlepages.com/tvguide.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115490338215437176221%26mid%3D33%26url%3Dgm_list.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mayhem2000.googlepages.com/tvguide.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D115490338215437176221%26mid%3D33%26url%3Dgm_list.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4303,29 +4303,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TVGuide</title>
-      <short-title>TVGuide</short-title>
+      <title>SOME of my favorite songs!</title>
+      <short-title>SOME of my favorite songs!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TVUPlayerGadget">
-    <portlet-name>TVUPlayerGadget</portlet-name>
-    <display-name>TVUPlayer</display-name>
-    <description>Google Gadgets: TVUPlayer Gadget</description>
+  <portlet id="NotFunButTrueGadget">
+    <portlet-name>NotFunButTrueGadget</portlet-name>
+    <display-name>Not Fun, But True!</display-name>
+    <description>Google Gadgets: Not Fun, But True! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TVUPlayer</value>
+      <value>Not Fun, But True!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://akira.animation.googlepages.com/tvuplayer_v1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.audienceoftwo.com/crewpepper.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://akira.animation.googlepages.com/tvuplayer_v1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.audienceoftwo.com/crewpepper.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4336,29 +4336,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TVUPlayer</title>
-      <short-title>TVUPlayer</short-title>
+      <title>Not Fun, But True!</title>
+      <short-title>Not Fun, But True!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PerezHiltoncomCelebrityJuiceGadget">
-    <portlet-name>PerezHiltoncomCelebrityJuiceGadget</portlet-name>
-    <display-name>PerezHilton.com - Celebrity Juice</display-name>
-    <description>Google Gadgets: PerezHilton.com - Celebrity Juice Gadget</description>
+  <portlet id="ModeRoomLiteraryQuotesGadget">
+    <portlet-name>ModeRoomLiteraryQuotesGadget</portlet-name>
+    <display-name>ModeRoom Literary Quotes</display-name>
+    <description>Google Gadgets: ModeRoom Literary Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PerezHilton.com - Celebrity Juice</value>
+      <value>ModeRoom Literary Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://perezhilton.com/perez-hilton-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.moderoom.com/moderoom_press_literary_quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://perezhilton.com/perez-hilton-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.moderoom.com/moderoom_press_literary_quotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4369,29 +4369,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PerezHilton.com - Celebrity Juice</title>
-      <short-title>PerezHilton.com - Celebrity Juice</short-title>
+      <title>ModeRoom Literary Quotes</title>
+      <short-title>ModeRoom Literary Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MovieTubePlaysTrailersGadget">
-    <portlet-name>MovieTubePlaysTrailersGadget</portlet-name>
-    <display-name>Movie Tube - Plays Trailers.</display-name>
-    <description>Google Gadgets: Movie Tube - Plays Trailers. Gadget</description>
+  <portlet id="TheAAMapFinderGadget">
+    <portlet-name>TheAAMapFinderGadget</portlet-name>
+    <display-name>The AA Map Finder</display-name>
+    <description>Google Gadgets: The AA Map Finder Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Movie Tube - Plays Trailers.</value>
+      <value>The AA Map Finder</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/1MP_6.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theaa.com/aa_mapfinder_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://padmanijain.googlepages.com/1MP_6.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theaa.com/aa_mapfinder_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4402,29 +4402,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Movie Tube - Plays Trailers.</title>
-      <short-title>Movie Tube - Plays Trailers.</short-title>
+      <title>The AA Map Finder</title>
+      <short-title>The AA Map Finder</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WhimsicalGiftIdeasGadget">
-    <portlet-name>WhimsicalGiftIdeasGadget</portlet-name>
-    <display-name>Whimsical Gift Ideas</display-name>
-    <description>Google Gadgets: Whimsical Gift Ideas Gadget</description>
+  <portlet id="WikipediaSearchGadget">
+    <portlet-name>WikipediaSearchGadget</portlet-name>
+    <display-name>Wikipedia Search</display-name>
+    <description>Google Gadgets: Wikipedia Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Whimsical Gift Ideas</value>
+      <value>Wikipedia Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kaboodle.com/hi/ig/whimsical_gift_ideas.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/100080069921643878012/wikisearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kaboodle.com/hi/ig/whimsical_gift_ideas.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/100080069921643878012/wikisearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4435,29 +4435,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Whimsical Gift Ideas</title>
-      <short-title>Whimsical Gift Ideas</short-title>
+      <title>Wikipedia Search</title>
+      <short-title>Wikipedia Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashFireworksDetroitGadget">
-    <portlet-name>FlashFireworksDetroitGadget</portlet-name>
-    <display-name>Flash Fireworks - Detroit</display-name>
-    <description>Google Gadgets: Flash Fireworks - Detroit Gadget</description>
+  <portlet id="PoliticalQuoteoftheDayGadget">
+    <portlet-name>PoliticalQuoteoftheDayGadget</portlet-name>
+    <display-name>Political Quote of the Day</display-name>
+    <description>Google Gadgets: Political Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Fireworks - Detroit</value>
+      <value>Political Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-detroit.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/politics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-detroit.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/politics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4468,29 +4468,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Fireworks - Detroit</title>
-      <short-title>Flash Fireworks - Detroit</short-title>
+      <title>Political Quote of the Day</title>
+      <short-title>Political Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CollectorCarAuctionReportsGadget">
-    <portlet-name>CollectorCarAuctionReportsGadget</portlet-name>
-    <display-name>Collector Car Auction Reports</display-name>
-    <description>Google Gadgets: Collector Car Auction Reports Gadget</description>
+  <portlet id="BeautyTipoftheDay2Gadget">
+    <portlet-name>BeautyTipoftheDay2Gadget</portlet-name>
+    <display-name>Beauty Tip of the Day</display-name>
+    <description>Google Gadgets: Beauty Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Collector Car Auction Reports</value>
+      <value>Beauty Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/auction-report.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/beauty-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/auction-report.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/beauty-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4501,29 +4501,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Collector Car Auction Reports</title>
-      <short-title>Collector Car Auction Reports</short-title>
+      <title>Beauty Tip of the Day</title>
+      <short-title>Beauty Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WritingQuoteoftheDayfromGothamWriters39WorkshopGadget">
-    <portlet-name>WritingQuoteoftheDayfromGothamWriters39WorkshopGadget</portlet-name>
-    <display-name>Writing Quote of the Day from Gotham Writers&#39; Workshop</display-name>
-    <description>Google Gadgets: Writing Quote of the Day from Gotham Writers&#39; Workshop Gadget</description>
+  <portlet id="AutomotiveVideosGadget">
+    <portlet-name>AutomotiveVideosGadget</portlet-name>
+    <display-name>Automotive Videos</display-name>
+    <description>Google Gadgets: Automotive Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Writing Quote of the Day from Gotham Writers&#39; Workshop</value>
+      <value>Automotive Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.writingclasses.com/GoogleGadgets/Module_QOTD.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/videos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.writingclasses.com/GoogleGadgets/Module_QOTD.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/videos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4534,29 +4534,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Writing Quote of the Day from Gotham Writers&#39; Workshop</title>
-      <short-title>Writing Quote of the Day from Gotham Writers&#39; Workshop</short-title>
+      <title>Automotive Videos</title>
+      <short-title>Automotive Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ShowBuzCelebsoftheWeekGadget">
-    <portlet-name>ShowBuzCelebsoftheWeekGadget</portlet-name>
-    <display-name>ShowBuz - Celebs of the Week</display-name>
-    <description>Google Gadgets: ShowBuz - Celebs of the Week Gadget</description>
+  <portlet id="SISwimsuitModeloftheDayGadget">
+    <portlet-name>SISwimsuitModeloftheDayGadget</portlet-name>
+    <display-name>SI Swimsuit Model of the Day</display-name>
+    <description>Google Gadgets: SI Swimsuit Model of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ShowBuz - Celebs of the Week</value>
+      <value>SI Swimsuit Model of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.m-pure.com/showbuz.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://si.swimsuit.model.googlepages.com/si-3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.m-pure.com/showbuz.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://si.swimsuit.model.googlepages.com/si-3.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4567,29 +4567,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ShowBuz - Celebs of the Week</title>
-      <short-title>ShowBuz - Celebs of the Week</short-title>
+      <title>SI Swimsuit Model of the Day</title>
+      <short-title>SI Swimsuit Model of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KingJamesAuthorizedVersionBibleGadget">
-    <portlet-name>KingJamesAuthorizedVersionBibleGadget</portlet-name>
-    <display-name>King James Authorized Version Bible</display-name>
-    <description>Google Gadgets: King James Authorized Version Bible Gadget</description>
+  <portlet id="DailyPhotoTipsGadget">
+    <portlet-name>DailyPhotoTipsGadget</portlet-name>
+    <display-name>Daily Photo Tips</display-name>
+    <description>Google Gadgets: Daily Photo Tips Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>King James Authorized Version Bible</value>
+      <value>Daily Photo Tips</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.guidedbiblestudies.com/kingjames.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.markraymondmason.com/RSSPhotoTipsGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.guidedbiblestudies.com/kingjames.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.markraymondmason.com/RSSPhotoTipsGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4600,29 +4600,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>King James Authorized Version Bible</title>
-      <short-title>King James Authorized Version Bible</short-title>
+      <title>Daily Photo Tips</title>
+      <short-title>Daily Photo Tips</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DaveRamseyFinancialTipoftheDayGadget">
-    <portlet-name>DaveRamseyFinancialTipoftheDayGadget</portlet-name>
-    <display-name>Dave Ramsey Financial Tip of the Day.</display-name>
-    <description>Google Gadgets: Dave Ramsey Financial Tip of the Day. Gadget</description>
+  <portlet id="LifestyleGadget">
+    <portlet-name>LifestyleGadget</portlet-name>
+    <display-name>Lifestyle</display-name>
+    <description>Google Gadgets: Lifestyle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dave Ramsey Financial Tip of the Day.</value>
+      <value>Lifestyle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/DaveRamseytipsNEW2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pwoo.org/ProfessionalWoman.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/DaveRamseytipsNEW2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pwoo.org/ProfessionalWoman.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4633,29 +4633,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dave Ramsey Financial Tip of the Day.</title>
-      <short-title>Dave Ramsey Financial Tip of the Day.</short-title>
+      <title>Lifestyle</title>
+      <short-title>Lifestyle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NetflixQuickAccessGadget">
-    <portlet-name>NetflixQuickAccessGadget</portlet-name>
-    <display-name>Netflix Quick Access</display-name>
-    <description>Google Gadgets: Netflix Quick Access Gadget</description>
+  <portlet id="NationalGeographicPhotosGadget">
+    <portlet-name>NationalGeographicPhotosGadget</portlet-name>
+    <display-name>National Geographic Photos</display-name>
+    <description>Google Gadgets: National Geographic Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Netflix Quick Access</value>
+      <value>National Geographic Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.blakeschwendiman.com/gh/netflix.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/nationalgeographic1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.blakeschwendiman.com/gh/netflix.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/nationalgeographic1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4666,29 +4666,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Netflix Quick Access</title>
-      <short-title>Netflix Quick Access</short-title>
+      <title>National Geographic Photos</title>
+      <short-title>National Geographic Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NationalGeographicPhotooftheDay2Gadget">
-    <portlet-name>NationalGeographicPhotooftheDay2Gadget</portlet-name>
-    <display-name>National Geographic Photo of the Day</display-name>
-    <description>Google Gadgets: National Geographic Photo of the Day Gadget</description>
+  <portlet id="EllenDegeneresJokesandQuotesGadget">
+    <portlet-name>EllenDegeneresJokesandQuotesGadget</portlet-name>
+    <display-name>Ellen Degeneres Jokes and Q...</display-name>
+    <description>Google Gadgets: Ellen Degeneres Jokes and Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>National Geographic Photo of the Day</value>
+      <value>Ellen Degeneres Jokes and Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/items%3Foid%3D10756713549130991122&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tfrsnfr.googlepages.com/Ellen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/items%3Foid%3D10756713549130991122</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tfrsnfr.googlepages.com/Ellen.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4699,29 +4699,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>National Geographic Photo of the Day</title>
-      <short-title>National Geographic Photo of the Day</short-title>
+      <title>Ellen Degeneres Jokes and Quotes</title>
+      <short-title>Ellen Degeneres Jokes and Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleImageSearchSunsetsGadget">
-    <portlet-name>GoogleImageSearchSunsetsGadget</portlet-name>
-    <display-name>Google Image Search - Sunsets</display-name>
-    <description>Google Gadgets: Google Image Search - Sunsets Gadget</description>
+  <portlet id="TopChristianNewsStoriesGadget">
+    <portlet-name>TopChristianNewsStoriesGadget</portlet-name>
+    <display-name>Top Christian News Stories</display-name>
+    <description>Google Gadgets: Top Christian News Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Image Search - Sunsets</value>
+      <value>Top Christian News Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/sunsets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://news.christiansunite.com/news_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/sunsets.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://news.christiansunite.com/news_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4732,29 +4732,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Image Search - Sunsets</title>
-      <short-title>Google Image Search - Sunsets</short-title>
+      <title>Top Christian News Stories</title>
+      <short-title>Top Christian News Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UglynetHonoredMemberGadget">
-    <portlet-name>UglynetHonoredMemberGadget</portlet-name>
-    <display-name>Uglynet Honored Member</display-name>
-    <description>Google Gadgets: Uglynet Honored Member Gadget</description>
+  <portlet id="ForSaleByOwnerGadget">
+    <portlet-name>ForSaleByOwnerGadget</portlet-name>
+    <display-name>For Sale By Owner</display-name>
+    <description>Google Gadgets: For Sale By Owner Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Uglynet Honored Member</value>
+      <value>For Sale By Owner</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.uglynet.com/googleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.usbargaintrader.com/rss/ghp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.uglynet.com/googleGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.usbargaintrader.com/rss/ghp.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4765,29 +4765,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Uglynet Honored Member</title>
-      <short-title>Uglynet Honored Member</short-title>
+      <title>For Sale By Owner</title>
+      <short-title>For Sale By Owner</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashFireworksTimeSquareGadget">
-    <portlet-name>FlashFireworksTimeSquareGadget</portlet-name>
-    <display-name>Flash Fireworks - TimeSquare</display-name>
-    <description>Google Gadgets: Flash Fireworks - TimeSquare Gadget</description>
+  <portlet id="PhotooftheminuteGadget">
+    <portlet-name>PhotooftheminuteGadget</portlet-name>
+    <display-name>Photo of the minute</display-name>
+    <description>Google Gadgets: Photo of the minute Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Fireworks - TimeSquare</value>
+      <value>Photo of the minute</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-time-square.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://flickr-photo-of-the-minute.googlecode.com/svn/trunk/flickr.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-time-square.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://flickr-photo-of-the-minute.googlecode.com/svn/trunk/flickr.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4798,29 +4798,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Fireworks - TimeSquare</title>
-      <short-title>Flash Fireworks - TimeSquare</short-title>
+      <title>Photo of the minute</title>
+      <short-title>Photo of the minute</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TMinusGeorgeBush39sLastDayCountdownGadget">
-    <portlet-name>TMinusGeorgeBush39sLastDayCountdownGadget</portlet-name>
-    <display-name>T-Minus George Bush&#39;s Last Day Countdown</display-name>
-    <description>Google Gadgets: T-Minus George Bush&#39;s Last Day Countdown Gadget</description>
+  <portlet id="CauseofdysfunctionGadget">
+    <portlet-name>CauseofdysfunctionGadget</portlet-name>
+    <display-name>Cause of dysfunction</display-name>
+    <description>Google Gadgets: Cause of dysfunction Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>T-Minus George Bush&#39;s Last Day Countdown</value>
+      <value>Cause of dysfunction</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.t-minusenterprises.com/GoogleGadgets/T-MinusGeorgeBushLastDay.htm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111457930206211636941%26mid%3D83%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.t-minusenterprises.com/GoogleGadgets/T-MinusGeorgeBushLastDay.htm</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111457930206211636941%26mid%3D83%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4831,29 +4831,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>T-Minus George Bush&#39;s Last Day Countdown</title>
-      <short-title>T-Minus George Bush&#39;s Last Day Countdown</short-title>
+      <title>Cause of dysfunction</title>
+      <short-title>Cause of dysfunction</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhotographybyJorgeVismaraGadget">
-    <portlet-name>PhotographybyJorgeVismaraGadget</portlet-name>
-    <display-name>Photography by Jorge Vismara</display-name>
-    <description>Google Gadgets: Photography by Jorge Vismara Gadget</description>
+  <portlet id="RecipesSearchGadget">
+    <portlet-name>RecipesSearchGadget</portlet-name>
+    <display-name>Recipes Search</display-name>
+    <description>Google Gadgets: Recipes Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Photography by Jorge Vismara</value>
+      <value>Recipes Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jorgevismara.net/GGadgets/JVGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015771065305756388770/cse/trs3ia5ov8u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jorgevismara.net/GGadgets/JVGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015771065305756388770/cse/trs3ia5ov8u/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4864,29 +4864,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Photography by Jorge Vismara</title>
-      <short-title>Photography by Jorge Vismara</short-title>
+      <title>Recipes Search</title>
+      <short-title>Recipes Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooSearchGadget">
-    <portlet-name>YahooSearchGadget</portlet-name>
-    <display-name>Yahoo! Search</display-name>
-    <description>Google Gadgets: Yahoo! Search Gadget</description>
+  <portlet id="PopularDanceMusicoftheHourGadget">
+    <portlet-name>PopularDanceMusicoftheHourGadget</portlet-name>
+    <display-name>Popular Dance Music of the ...</display-name>
+    <description>Google Gadgets: Popular Dance Music of the Hour Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo! Search</value>
+      <value>Popular Dance Music of the Hour</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/search/yahoo-search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/electronic/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/search/yahoo-search.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/music/electronic/</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4897,29 +4897,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo! Search</title>
-      <short-title>Yahoo! Search</short-title>
+      <title>Popular Dance Music of the Hour</title>
+      <short-title>Popular Dance Music of the Hour</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyFinalPhotoGadget">
-    <portlet-name>MyFinalPhotoGadget</portlet-name>
-    <display-name>My Final Photo</display-name>
-    <description>Google Gadgets: My Final Photo Gadget</description>
+  <portlet id="ParentingHumorGadget">
+    <portlet-name>ParentingHumorGadget</portlet-name>
+    <display-name>Parenting Humor</display-name>
+    <description>Google Gadgets: Parenting Humor Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Final Photo</value>
+      <value>Parenting Humor</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.myfinalphoto.com/myfinalphoto.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.great-goofy-gadgets.com/funnykids/funniestkids.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.myfinalphoto.com/myfinalphoto.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.great-goofy-gadgets.com/funnykids/funniestkids.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4930,29 +4930,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Final Photo</title>
-      <short-title>My Final Photo</short-title>
+      <title>Parenting Humor</title>
+      <short-title>Parenting Humor</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BoneheadOfTheDayAwardGadget">
-    <portlet-name>BoneheadOfTheDayAwardGadget</portlet-name>
-    <display-name>Bonehead Of The Day Award</display-name>
-    <description>Google Gadgets: Bonehead Of The Day Award Gadget</description>
+  <portlet id="JonStewartQuoteoftheDayGadget">
+    <portlet-name>JonStewartQuoteoftheDayGadget</portlet-name>
+    <display-name>Jon Stewart Quote of the Day</display-name>
+    <description>Google Gadgets: Jon Stewart Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bonehead Of The Day Award</value>
+      <value>Jon Stewart Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lerman.biz/GoogleGadgets/BoneheadGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/jon-stewart.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lerman.biz/GoogleGadgets/BoneheadGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/jon-stewart.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4963,29 +4963,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bonehead Of The Day Award</title>
-      <short-title>Bonehead Of The Day Award</short-title>
+      <title>Jon Stewart Quote of the Day</title>
+      <short-title>Jon Stewart Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HotterorNotterGadget">
-    <portlet-name>HotterorNotterGadget</portlet-name>
-    <display-name>Hotter or Notter</display-name>
-    <description>Google Gadgets: Hotter or Notter Gadget</description>
+  <portlet id="EmergencyDisasterPreparednessTipsGadget">
+    <portlet-name>EmergencyDisasterPreparednessTipsGadget</portlet-name>
+    <display-name>Emergency Disaster Prepared...</display-name>
+    <description>Google Gadgets: Emergency Disaster Preparedness Tips Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hotter or Notter</value>
+      <value>Emergency Disaster Preparedness Tips</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://svm.csie.ntu.edu.tw/~ranker/gadget/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://emergencypage.googlepages.com/emergency-preparedness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://svm.csie.ntu.edu.tw/~ranker/gadget/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://emergencypage.googlepages.com/emergency-preparedness.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4996,29 +4996,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hotter or Notter</title>
-      <short-title>Hotter or Notter</short-title>
+      <title>Emergency Disaster Preparedness Tips</title>
+      <short-title>Emergency Disaster Preparedness Tips</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WidescreenWallpapersGadget">
-    <portlet-name>WidescreenWallpapersGadget</portlet-name>
-    <display-name>Widescreen Wallpapers</display-name>
-    <description>Google Gadgets: Widescreen Wallpapers Gadget</description>
+  <portlet id="YahooLocalMapsGadget">
+    <portlet-name>YahooLocalMapsGadget</portlet-name>
+    <display-name>Yahoo! Local Maps</display-name>
+    <description>Google Gadgets: Yahoo! Local Maps Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Widescreen Wallpapers</value>
+      <value>Yahoo! Local Maps</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018372902656027768660/cse/cmrz_gfhvtg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/yahoo-local-maps.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/018372902656027768660/cse/cmrz_gfhvtg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/yahoo-local-maps.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5029,29 +5029,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Widescreen Wallpapers</title>
-      <short-title>Widescreen Wallpapers</short-title>
+      <title>Yahoo! Local Maps</title>
+      <short-title>Yahoo! Local Maps</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InterestingPhotosoftheDayGadget">
-    <portlet-name>InterestingPhotosoftheDayGadget</portlet-name>
-    <display-name>Interesting Photos of the Day</display-name>
-    <description>Google Gadgets: Interesting Photos of the Day Gadget</description>
+  <portlet id="AstronomyPictureoftheDayGadget">
+    <portlet-name>AstronomyPictureoftheDayGadget</portlet-name>
+    <display-name>Astronomy Picture of the Day</display-name>
+    <description>Google Gadgets: Astronomy Picture of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Interesting Photos of the Day</value>
+      <value>Astronomy Picture of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/mostinteresting.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.insertcatchphrase.com/apod/apod.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/mostinteresting.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.insertcatchphrase.com/apod/apod.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5062,29 +5062,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Interesting Photos of the Day</title>
-      <short-title>Interesting Photos of the Day</short-title>
+      <title>Astronomy Picture of the Day</title>
+      <short-title>Astronomy Picture of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LifeTipsTipoftheDayGadget">
-    <portlet-name>LifeTipsTipoftheDayGadget</portlet-name>
-    <display-name>LifeTips Tip of the Day</display-name>
-    <description>Google Gadgets: LifeTips Tip of the Day Gadget</description>
+  <portlet id="AOLMusicFullCDsGadget">
+    <portlet-name>AOLMusicFullCDsGadget</portlet-name>
+    <display-name>AOL Music: Full CDs</display-name>
+    <description>Google Gadgets: AOL Music: Full CDs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LifeTips Tip of the Day</value>
+      <value>AOL Music: Full CDs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.lifetips.com/rss/channeltips.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cdn.digitalcity.com/channelmodules/aolmusic_full_cds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.lifetips.com/rss/channeltips.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cdn.digitalcity.com/channelmodules/aolmusic_full_cds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5095,29 +5095,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LifeTips Tip of the Day</title>
-      <short-title>LifeTips Tip of the Day</short-title>
+      <title>AOL Music: Full CDs</title>
+      <short-title>AOL Music: Full CDs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FoodieViewRecipeSearchEngineGadget">
-    <portlet-name>FoodieViewRecipeSearchEngineGadget</portlet-name>
-    <display-name>FoodieView Recipe Search Engine</display-name>
-    <description>Google Gadgets: FoodieView Recipe Search Engine Gadget</description>
+  <portlet id="MorningCoffeeCoffeeRoomRecipeGadget">
+    <portlet-name>MorningCoffeeCoffeeRoomRecipeGadget</portlet-name>
+    <display-name>Morning Coffee - CoffeeRoom...</display-name>
+    <description>Google Gadgets: Morning Coffee - CoffeeRoom Recipe Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FoodieView Recipe Search Engine</value>
+      <value>Morning Coffee - CoffeeRoom Recipe</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.foodieview.com/tools/foodieview_google_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.coffeeroom.com/ig/coffeeroom_morning-coffee.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.foodieview.com/tools/foodieview_google_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.coffeeroom.com/ig/coffeeroom_morning-coffee.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5128,29 +5128,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FoodieView Recipe Search Engine</title>
-      <short-title>FoodieView Recipe Search Engine</short-title>
+      <title>Morning Coffee - CoffeeRoom Recipe</title>
+      <short-title>Morning Coffee - CoffeeRoom Recipe</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouTubeTVmicroGadget">
-    <portlet-name>YouTubeTVmicroGadget</portlet-name>
-    <display-name>YouTube TV micro</display-name>
-    <description>Google Gadgets: YouTube TV micro Gadget</description>
+  <portlet id="Children39sBookoftheDayGadget">
+    <portlet-name>Children39sBookoftheDayGadget</portlet-name>
+    <display-name>Children&#39;s Book of the Day</display-name>
+    <description>Google Gadgets: Children&#39;s Book of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>YouTube TV micro</value>
+      <value>Children&#39;s Book of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/ytube/yttvm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.icdlbooks.org/library/basic/icdl-book-of-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/ytube/yttvm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.icdlbooks.org/library/basic/icdl-book-of-day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5161,29 +5161,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>YouTube TV micro</title>
-      <short-title>YouTube TV micro</short-title>
+      <title>Children&#39;s Book of the Day</title>
+      <short-title>Children&#39;s Book of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IMHavencomGraphicsandBuddyIconsGadget">
-    <portlet-name>IMHavencomGraphicsandBuddyIconsGadget</portlet-name>
-    <display-name>IMHaven.com Graphics and Buddy Icons</display-name>
-    <description>Google Gadgets: IMHaven.com Graphics and Buddy Icons Gadget</description>
+  <portlet id="ChineseproverbofthedayGadget">
+    <portlet-name>ChineseproverbofthedayGadget</portlet-name>
+    <display-name>Chinese proverb of the day</display-name>
+    <description>Google Gadgets: Chinese proverb of the day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IMHaven.com Graphics and Buddy Icons</value>
+      <value>Chinese proverb of the day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.imhaven.com/google/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://clearchinese.com/gadgets/day_proverb.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.imhaven.com/google/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://clearchinese.com/gadgets/day_proverb.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5194,29 +5194,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IMHaven.com Graphics and Buddy Icons</title>
-      <short-title>IMHaven.com Graphics and Buddy Icons</short-title>
+      <title>Chinese proverb of the day</title>
+      <short-title>Chinese proverb of the day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HomeampGardenWebSearchGadget">
-    <portlet-name>HomeampGardenWebSearchGadget</portlet-name>
-    <display-name>Home &amp; Garden Web Search</display-name>
-    <description>Google Gadgets: Home &amp; Garden Web Search Gadget</description>
+  <portlet id="wwiTVsearchGadget">
+    <portlet-name>wwiTVsearchGadget</portlet-name>
+    <display-name>wwiTV search</display-name>
+    <description>Google Gadgets: wwiTV search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Home &amp; Garden Web Search</value>
+      <value>wwiTV search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013779004394990838421/cse/awsp6p7_fv4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012209038065168985868/cse/tc701uknqoq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013779004394990838421/cse/awsp6p7_fv4/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012209038065168985868/cse/tc701uknqoq/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5227,29 +5227,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Home &amp; Garden Web Search</title>
-      <short-title>Home &amp; Garden Web Search</short-title>
+      <title>wwiTV search</title>
+      <short-title>wwiTV search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomCustomRingtoneGadget">
-    <portlet-name>RandomCustomRingtoneGadget</portlet-name>
-    <display-name>Random Custom Ringtone</display-name>
-    <description>Google Gadgets: Random Custom Ringtone Gadget</description>
+  <portlet id="MotorCitiesEditor39sPicksGadget">
+    <portlet-name>MotorCitiesEditor39sPicksGadget</portlet-name>
+    <display-name>MotorCities Editor&#39;s Picks</display-name>
+    <description>Google Gadgets: MotorCities Editor&#39;s Picks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Custom Ringtone</value>
+      <value>MotorCities Editor&#39;s Picks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.OwnYourPhone.com/app/gadget_randomTone.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/editors-pick.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.OwnYourPhone.com/app/gadget_randomTone.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/editors-pick.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5260,29 +5260,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Custom Ringtone</title>
-      <short-title>Random Custom Ringtone</short-title>
+      <title>MotorCities Editor&#39;s Picks</title>
+      <short-title>MotorCities Editor&#39;s Picks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iTunesGadgetminiGadget">
-    <portlet-name>iTunesGadgetminiGadget</portlet-name>
-    <display-name>iTunes Gadget mini</display-name>
-    <description>Google Gadgets: iTunes Gadget mini Gadget</description>
+  <portlet id="MP3SEARCHGadget">
+    <portlet-name>MP3SEARCHGadget</portlet-name>
+    <display-name>MP3 SEARCH</display-name>
+    <description>Google Gadgets: MP3 SEARCH Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iTunes Gadget mini</value>
+      <value>MP3 SEARCH</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.captunes.com/google/itunesgadgetmini.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/006685002943402371085/cse/cxdxv8ymmng/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.captunes.com/google/itunesgadgetmini.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/006685002943402371085/cse/cxdxv8ymmng/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5293,29 +5293,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iTunes Gadget mini</title>
-      <short-title>iTunes Gadget mini</short-title>
+      <title>MP3 SEARCH</title>
+      <short-title>MP3 SEARCH</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyWebCamGadget">
-    <portlet-name>MyWebCamGadget</portlet-name>
-    <display-name>My WebCam</display-name>
-    <description>Google Gadgets: My WebCam Gadget</description>
+  <portlet id="NorthCarolinawebcamsGadget">
+    <portlet-name>NorthCarolinawebcamsGadget</portlet-name>
+    <display-name>North Carolina webcams</display-name>
+    <description>Google Gadgets: North Carolina webcams Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My WebCam</value>
+      <value>North Carolina webcams</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/webcam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pileser.googlepages.com/webcam.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.swbell.net/badgettr/googlemodules/ncwebcams.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5326,29 +5326,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My WebCam</title>
-      <short-title>My WebCam</short-title>
+      <title>North Carolina webcams</title>
+      <short-title>North Carolina webcams</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DavidAaronSercelArtGadget">
-    <portlet-name>DavidAaronSercelArtGadget</portlet-name>
-    <display-name>David Aaron Sercel Art</display-name>
-    <description>Google Gadgets: David Aaron Sercel Art Gadget</description>
+  <portlet id="FramedPhotoGadget">
+    <portlet-name>FramedPhotoGadget</portlet-name>
+    <display-name>Framed Photo</display-name>
+    <description>Google Gadgets: Framed Photo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>David Aaron Sercel Art</value>
+      <value>Framed Photo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.davidaaronsercel.com/photos/das-photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104329761560609168583%26mid%3D82%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.davidaaronsercel.com/photos/das-photo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D104329761560609168583%26mid%3D82%26url%3Dgm_photo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5359,29 +5359,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>David Aaron Sercel Art</title>
-      <short-title>David Aaron Sercel Art</short-title>
+      <title>Framed Photo</title>
+      <short-title>Framed Photo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DrPhilQuoteoftheDayGadget">
-    <portlet-name>DrPhilQuoteoftheDayGadget</portlet-name>
-    <display-name>Dr. Phil Quote of the Day</display-name>
-    <description>Google Gadgets: Dr. Phil Quote of the Day Gadget</description>
+  <portlet id="GoogleVideoChannelGadget">
+    <portlet-name>GoogleVideoChannelGadget</portlet-name>
+    <display-name>Google Video Channel</display-name>
+    <description>Google Gadgets: Google Video Channel Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dr. Phil Quote of the Day</value>
+      <value>Google Video Channel</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/phil-mcgraw.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/gvid/gvch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/phil-mcgraw.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/gvid/gvch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5392,29 +5392,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dr. Phil Quote of the Day</title>
-      <short-title>Dr. Phil Quote of the Day</short-title>
+      <title>Google Video Channel</title>
+      <short-title>Google Video Channel</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SlideshowsoftheDayGadget">
-    <portlet-name>SlideshowsoftheDayGadget</portlet-name>
-    <display-name>Slideshows of the Day</display-name>
-    <description>Google Gadgets: Slideshows of the Day Gadget</description>
+  <portlet id="RandomKittenGadget">
+    <portlet-name>RandomKittenGadget</portlet-name>
+    <display-name>Random Kitten!</display-name>
+    <description>Google Gadgets: Random Kitten! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Slideshows of the Day</value>
+      <value>Random Kitten!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cmeister2.uwcs.co.uk/randomkitten.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cmeister2.uwcs.co.uk/randomkitten.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5425,29 +5425,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Slideshows of the Day</title>
-      <short-title>Slideshows of the Day</short-title>
+      <title>Random Kitten!</title>
+      <short-title>Random Kitten!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlogWorldCarFanscomGadget">
-    <portlet-name>BlogWorldCarFanscomGadget</portlet-name>
-    <display-name>Blog.WorldCarFans.com</display-name>
-    <description>Google Gadgets: Blog.WorldCarFans.com Gadget</description>
+  <portlet id="watertheplantGadget">
+    <portlet-name>watertheplantGadget</portlet-name>
+    <display-name>water the plant</display-name>
+    <description>Google Gadgets: water the plant Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Blog.WorldCarFans.com</value>
+      <value>water the plant</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blog.worldcarfans.com/rss/google_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111468282769546526270%26mid%3D66%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blog.worldcarfans.com/rss/google_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111468282769546526270%26mid%3D66%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5458,29 +5458,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Blog.WorldCarFans.com</title>
-      <short-title>Blog.WorldCarFans.com</short-title>
+      <title>water the plant</title>
+      <short-title>water the plant</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyDermatologyNewsGadget">
-    <portlet-name>DailyDermatologyNewsGadget</portlet-name>
-    <display-name>Daily Dermatology News</display-name>
-    <description>Google Gadgets: Daily Dermatology News Gadget</description>
+  <portlet id="RandomCustomRingtoneSimpleVersionGadget">
+    <portlet-name>RandomCustomRingtoneSimpleVersionGadget</portlet-name>
+    <display-name>Random Custom Ringtone: Sim...</display-name>
+    <description>Google Gadgets: Random Custom Ringtone: Simple Version Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Dermatology News</value>
+      <value>Random Custom Ringtone: Simple Version</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rosacea-remedy.com/rosacea-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://OwnYourPhone.com/app/simpletone/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rosacea-remedy.com/rosacea-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://OwnYourPhone.com/app/simpletone/index.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5491,29 +5491,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Dermatology News</title>
-      <short-title>Daily Dermatology News</short-title>
+      <title>Random Custom Ringtone: Simple Version</title>
+      <short-title>Random Custom Ringtone: Simple Version</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OfficialJustinTimberlakeFutureSexVideoGadget">
-    <portlet-name>OfficialJustinTimberlakeFutureSexVideoGadget</portlet-name>
-    <display-name>Official Justin Timberlake FutureSex Video</display-name>
-    <description>Google Gadgets: Official Justin Timberlake FutureSex Video Gadget</description>
+  <portlet id="RecipesforHealthyLivingGadget">
+    <portlet-name>RecipesforHealthyLivingGadget</portlet-name>
+    <display-name>Recipes for Healthy Living</display-name>
+    <description>Google Gadgets: Recipes for Healthy Living Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Official Justin Timberlake FutureSex Video</value>
+      <value>Recipes for Healthy Living</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sonybmg.com/musicbox/mb2/share/futuresex/futuresex_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://goldensummitinc.com/gadgets/recipes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sonybmg.com/musicbox/mb2/share/futuresex/futuresex_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://goldensummitinc.com/gadgets/recipes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5524,29 +5524,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Official Justin Timberlake FutureSex Video</title>
-      <short-title>Official Justin Timberlake FutureSex Video</short-title>
+      <title>Recipes for Healthy Living</title>
+      <short-title>Recipes for Healthy Living</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GooglePopularVideosGadget">
-    <portlet-name>GooglePopularVideosGadget</portlet-name>
-    <display-name>Google Popular Videos</display-name>
-    <description>Google Gadgets: Google Popular Videos Gadget</description>
+  <portlet id="MakeMoneyOnlineTop10Gadget">
+    <portlet-name>MakeMoneyOnlineTop10Gadget</portlet-name>
+    <display-name>Make Money Online - Top 10</display-name>
+    <description>Google Gadgets: Make Money Online - Top 10 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Popular Videos</value>
+      <value>Make Money Online - Top 10</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dgoogle&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.goaffiliateprograms.com/pod-money-top-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dgoogle</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.goaffiliateprograms.com/pod-money-top-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5557,29 +5557,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Popular Videos</title>
-      <short-title>Google Popular Videos</short-title>
+      <title>Make Money Online - Top 10</title>
+      <short-title>Make Money Online - Top 10</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EmergencyDisasterPreparednessTipsGadget">
-    <portlet-name>EmergencyDisasterPreparednessTipsGadget</portlet-name>
-    <display-name>Emergency Disaster Preparedness Tips</display-name>
-    <description>Google Gadgets: Emergency Disaster Preparedness Tips Gadget</description>
+  <portlet id="WildAnimalSnapshotGadget">
+    <portlet-name>WildAnimalSnapshotGadget</portlet-name>
+    <display-name>Wild Animal Snapshot</display-name>
+    <description>Google Gadgets: Wild Animal Snapshot Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Emergency Disaster Preparedness Tips</value>
+      <value>Wild Animal Snapshot</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://emergencypage.googlepages.com/emergency-preparedness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gotoscience.com/gadgets/Gadget-Wild-Animal-Snapshot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://emergencypage.googlepages.com/emergency-preparedness.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gotoscience.com/gadgets/Gadget-Wild-Animal-Snapshot.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5590,29 +5590,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Emergency Disaster Preparedness Tips</title>
-      <short-title>Emergency Disaster Preparedness Tips</short-title>
+      <title>Wild Animal Snapshot</title>
+      <short-title>Wild Animal Snapshot</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JesusChristImageoftheDayGadget">
-    <portlet-name>JesusChristImageoftheDayGadget</portlet-name>
-    <display-name>Jesus Christ Image of the Day</display-name>
-    <description>Google Gadgets: Jesus Christ Image of the Day Gadget</description>
+  <portlet id="ClassyShotsPhotographyPhotoOfTheWeekGadget">
+    <portlet-name>ClassyShotsPhotographyPhotoOfTheWeekGadget</portlet-name>
+    <display-name>ClassyShots Photography Pho...</display-name>
+    <description>Google Gadgets: ClassyShots Photography Photo Of The Week Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Jesus Christ Image of the Day</value>
+      <value>ClassyShots Photography Photo Of The Week</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jesuspics.googlepages.com/jesus-christ.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112951195713992204772%26mid%3D92%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jesuspics.googlepages.com/jesus-christ.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D112951195713992204772%26mid%3D92%26url%3Dgm_photo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5623,29 +5623,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Jesus Christ Image of the Day</title>
-      <short-title>Jesus Christ Image of the Day</short-title>
+      <title>ClassyShots Photography Photo Of The Week</title>
+      <short-title>ClassyShots Photography Photo Of The Week</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TargetHeartRateCalculatorGadget">
-    <portlet-name>TargetHeartRateCalculatorGadget</portlet-name>
-    <display-name>Target Heart Rate Calculator</display-name>
-    <description>Google Gadgets: Target Heart Rate Calculator Gadget</description>
+  <portlet id="CheapTicketGadget">
+    <portlet-name>CheapTicketGadget</portlet-name>
+    <display-name>Cheap Ticket</display-name>
+    <description>Google Gadgets: Cheap Ticket Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Target Heart Rate Calculator</value>
+      <value>Cheap Ticket</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/thr.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/017024260457373924038/cse/egog1g0tegs/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/thr.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/017024260457373924038/cse/egog1g0tegs/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5656,29 +5656,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Target Heart Rate Calculator</title>
-      <short-title>Target Heart Rate Calculator</short-title>
+      <title>Cheap Ticket</title>
+      <short-title>Cheap Ticket</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LukasNovak39sDailyFeaturedPhotoPODGadget">
-    <portlet-name>LukasNovak39sDailyFeaturedPhotoPODGadget</portlet-name>
-    <display-name>Lukas Novak&#39;s Daily Featured Photo (POD)</display-name>
-    <description>Google Gadgets: Lukas Novak&#39;s Daily Featured Photo (POD) Gadget</description>
+  <portlet id="HollywoodBitchslapGadget">
+    <portlet-name>HollywoodBitchslapGadget</portlet-name>
+    <display-name>Hollywood Bitchslap</display-name>
+    <description>Google Gadgets: Hollywood Bitchslap Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lukas Novak&#39;s Daily Featured Photo (POD)</value>
+      <value>Hollywood Bitchslap</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.lukasimage.com/mygadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hollywoodbitchslap.com/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.lukasimage.com/mygadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hollywoodbitchslap.com/google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5689,29 +5689,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lukas Novak&#39;s Daily Featured Photo (POD)</title>
-      <short-title>Lukas Novak&#39;s Daily Featured Photo (POD)</short-title>
+      <title>Hollywood Bitchslap</title>
+      <short-title>Hollywood Bitchslap</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewCountryMusicReleasesGadget">
-    <portlet-name>NewCountryMusicReleasesGadget</portlet-name>
-    <display-name>New Country Music Releases</display-name>
-    <description>Google Gadgets: New Country Music Releases Gadget</description>
+  <portlet id="BedtimeStoriesGadget">
+    <portlet-name>BedtimeStoriesGadget</portlet-name>
+    <display-name>Bedtime Stories!!</display-name>
+    <description>Google Gadgets: Bedtime Stories!! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>New Country Music Releases</value>
+      <value>Bedtime Stories!!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/country/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/bedtime.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/music/country/new.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nuzs.com/bedtime.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5722,29 +5722,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>New Country Music Releases</title>
-      <short-title>New Country Music Releases</short-title>
+      <title>Bedtime Stories!!</title>
+      <short-title>Bedtime Stories!!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AOLSessionsNewestPerformancesGadget">
-    <portlet-name>AOLSessionsNewestPerformancesGadget</portlet-name>
-    <display-name>AOL Sessions: Newest Performances</display-name>
-    <description>Google Gadgets: AOL Sessions: Newest Performances Gadget</description>
+  <portlet id="MyWebCamGadget">
+    <portlet-name>MyWebCamGadget</portlet-name>
+    <display-name>My WebCam</display-name>
+    <description>Google Gadgets: My WebCam Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AOL Sessions: Newest Performances</value>
+      <value>My WebCam</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shishirkamal.googlepages.com/newest_performances_1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/webcam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shishirkamal.googlepages.com/newest_performances_1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pileser.googlepages.com/webcam.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5755,29 +5755,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AOL Sessions: Newest Performances</title>
-      <short-title>AOL Sessions: Newest Performances</short-title>
+      <title>My WebCam</title>
+      <short-title>My WebCam</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FloweroftheDayGadget">
-    <portlet-name>FloweroftheDayGadget</portlet-name>
-    <display-name>Flower of the Day</display-name>
-    <description>Google Gadgets: Flower of the Day Gadget</description>
+  <portlet id="HealthGadget">
+    <portlet-name>HealthGadget</portlet-name>
+    <display-name>Health</display-name>
+    <description>Google Gadgets: Health Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flower of the Day</value>
+      <value>Health</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.flowershopnetwork.com/widgets/fotd_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://raj.whosp.googlepages.com/health-tips-news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.flowershopnetwork.com/widgets/fotd_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://raj.whosp.googlepages.com/health-tips-news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5788,29 +5788,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flower of the Day</title>
-      <short-title>Flower of the Day</short-title>
+      <title>Health</title>
+      <short-title>Health</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BeeroftheDayGadget">
-    <portlet-name>BeeroftheDayGadget</portlet-name>
-    <display-name>Beer of the Day</display-name>
-    <description>Google Gadgets: Beer of the Day Gadget</description>
+  <portlet id="TheKingofQueensQuoteoftheDayGadget">
+    <portlet-name>TheKingofQueensQuoteoftheDayGadget</portlet-name>
+    <display-name>The King of Queens Quote of...</display-name>
+    <description>Google Gadgets: The King of Queens Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Beer of the Day</value>
+      <value>The King of Queens Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.beerlabels.com/gmod/beer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.toolbarexpressway.com/the-king-of-queens-tv-series.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.beerlabels.com/gmod/beer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.toolbarexpressway.com/the-king-of-queens-tv-series.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5821,29 +5821,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Beer of the Day</title>
-      <short-title>Beer of the Day</short-title>
+      <title>The King of Queens Quote of the Day</title>
+      <short-title>The King of Queens Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HumanResourcesGadget">
-    <portlet-name>HumanResourcesGadget</portlet-name>
-    <display-name>Human Resources</display-name>
-    <description>Google Gadgets: Human Resources Gadget</description>
+  <portlet id="CrafterZonecomVirtualCraftFairGadget">
+    <portlet-name>CrafterZonecomVirtualCraftFairGadget</portlet-name>
+    <display-name>CrafterZone.com: Virtual Cr...</display-name>
+    <description>Google Gadgets: CrafterZone.com: Virtual Craft Fair Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Human Resources</value>
+      <value>CrafterZone.com: Virtual Craft Fair</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/HRCalendarGoogle.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.CrafterZone.com/Gadgets/CZPhotos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.printedowl.com/HRCalendarGoogle.aspx</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.CrafterZone.com/Gadgets/CZPhotos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5854,29 +5854,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Human Resources</title>
-      <short-title>Human Resources</short-title>
+      <title>CrafterZone.com: Virtual Craft Fair</title>
+      <short-title>CrafterZone.com: Virtual Craft Fair</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="softwaresandmoviesGadget">
-    <portlet-name>softwaresandmoviesGadget</portlet-name>
-    <display-name>softwares and movies</display-name>
-    <description>Google Gadgets: softwares and movies Gadget</description>
+  <portlet id="FreshArtDailyGadget">
+    <portlet-name>FreshArtDailyGadget</portlet-name>
+    <display-name>Fresh Art Daily</display-name>
+    <description>Google Gadgets: Fresh Art Daily Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>softwares and movies</value>
+      <value>Fresh Art Daily</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012730877175659008193/cse/hvx2ptfjp9a/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hulseytrustystudios.com/google_gadget/google_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012730877175659008193/cse/hvx2ptfjp9a/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hulseytrustystudios.com/google_gadget/google_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5887,29 +5887,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>softwares and movies</title>
-      <short-title>softwares and movies</short-title>
+      <title>Fresh Art Daily</title>
+      <short-title>Fresh Art Daily</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AutoAffordabilityCalculatorGadget">
-    <portlet-name>AutoAffordabilityCalculatorGadget</portlet-name>
-    <display-name>Auto Affordability Calculator  </display-name>
-    <description>Google Gadgets: Auto Affordability Calculator   Gadget</description>
+  <portlet id="PeoplecomTopHeadlineswithphotosGadget">
+    <portlet-name>PeoplecomTopHeadlineswithphotosGadget</portlet-name>
+    <display-name>People.com: Top Headlines (...</display-name>
+    <description>Google Gadgets: People.com: Top Headlines (with photos) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Auto Affordability Calculator  </value>
+      <value>People.com: Top Headlines (with photos)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/auto_affordability.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/people_topheadlines.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/auto_affordability.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/people_topheadlines.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5920,29 +5920,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Auto Affordability Calculator  </title>
-      <short-title>Auto Affordability Calculator  </short-title>
+      <title>People.com: Top Headlines (with photos)</title>
+      <short-title>People.com: Top Headlines (with photos)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LunarInformerGadget">
-    <portlet-name>LunarInformerGadget</portlet-name>
-    <display-name>Lunar Informer</display-name>
-    <description>Google Gadgets: Lunar Informer Gadget</description>
+  <portlet id="EbaySearch2Gadget">
+    <portlet-name>EbaySearch2Gadget</portlet-name>
+    <display-name>Ebay Search</display-name>
+    <description>Google Gadgets: Ebay Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lunar Informer</value>
+      <value>Ebay Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lunarium.co.uk/gadgets/lunar-informer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/ebay-search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lunarium.co.uk/gadgets/lunar-informer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/ebay-search.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5953,29 +5953,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lunar Informer</title>
-      <short-title>Lunar Informer</short-title>
+      <title>Ebay Search</title>
+      <short-title>Ebay Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveVideoSearchGadget">
-    <portlet-name>LiveVideoSearchGadget</portlet-name>
-    <display-name>LiveVideo Search</display-name>
-    <description>Google Gadgets: LiveVideo Search Gadget</description>
+  <portlet id="SlideshowsoftheDayGadget">
+    <portlet-name>SlideshowsoftheDayGadget</portlet-name>
+    <display-name>Slideshows of the Day</display-name>
+    <description>Google Gadgets: Slideshows of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LiveVideo Search</value>
+      <value>Slideshows of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.seanbannister.com/google/livevideo-search/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.seanbannister.com/google/livevideo-search/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/slideshow-pictures-photos-of-the-day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5986,29 +5986,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LiveVideo Search</title>
-      <short-title>LiveVideo Search</short-title>
+      <title>Slideshows of the Day</title>
+      <short-title>Slideshows of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashFireworksChicagoGadget">
-    <portlet-name>FlashFireworksChicagoGadget</portlet-name>
-    <display-name>Flash Fireworks - Chicago</display-name>
-    <description>Google Gadgets: Flash Fireworks - Chicago Gadget</description>
+  <portlet id="PicasaWebPhotoViewerGadget">
+    <portlet-name>PicasaWebPhotoViewerGadget</portlet-name>
+    <display-name>PicasaWeb Photo Viewer</display-name>
+    <description>Google Gadgets: PicasaWeb Photo Viewer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Fireworks - Chicago</value>
+      <value>PicasaWeb Photo Viewer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-chicago.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ritchie.diputado.googlepages.com/picasaviewer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-chicago.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ritchie.diputado.googlepages.com/picasaviewer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6019,29 +6019,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Fireworks - Chicago</title>
-      <short-title>Flash Fireworks - Chicago</short-title>
+      <title>PicasaWeb Photo Viewer</title>
+      <short-title>PicasaWeb Photo Viewer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CheapTicketGadget">
-    <portlet-name>CheapTicketGadget</portlet-name>
-    <display-name>Cheap Ticket</display-name>
-    <description>Google Gadgets: Cheap Ticket Gadget</description>
+  <portlet id="RecipeSearchEngineGadget">
+    <portlet-name>RecipeSearchEngineGadget</portlet-name>
+    <display-name>Recipe Search Engine</display-name>
+    <description>Google Gadgets: Recipe Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cheap Ticket</value>
+      <value>Recipe Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/017024260457373924038/cse/egog1g0tegs/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008501327960023115555/cse/iwm9iwzbkvu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/017024260457373924038/cse/egog1g0tegs/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/008501327960023115555/cse/iwm9iwzbkvu/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6052,29 +6052,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cheap Ticket</title>
-      <short-title>Cheap Ticket</short-title>
+      <title>Recipe Search Engine</title>
+      <short-title>Recipe Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FilmstalkerGadget">
-    <portlet-name>FilmstalkerGadget</portlet-name>
-    <display-name>Filmstalker</display-name>
-    <description>Google Gadgets: Filmstalker Gadget</description>
+  <portlet id="BenjaminFranklinQuoteoftheDayGadget">
+    <portlet-name>BenjaminFranklinQuoteoftheDayGadget</portlet-name>
+    <display-name>Benjamin Franklin Quote of ...</display-name>
+    <description>Google Gadgets: Benjamin Franklin Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Filmstalker</value>
+      <value>Benjamin Franklin Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014866054937797014623/cse/a09zpcnfwkk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/benjamin-franklin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014866054937797014623/cse/a09zpcnfwkk/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/benjamin-franklin.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6085,29 +6085,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Filmstalker</title>
-      <short-title>Filmstalker</short-title>
+      <title>Benjamin Franklin Quote of the Day</title>
+      <short-title>Benjamin Franklin Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MostInterestingSunsetsUpdatesDaily1Gadget">
-    <portlet-name>MostInterestingSunsetsUpdatesDaily1Gadget</portlet-name>
-    <display-name>Most Interesting Sunsets Updates Daily</display-name>
-    <description>Google Gadgets: Most Interesting Sunsets Updates Daily Gadget</description>
+  <portlet id="DailyAstrologyForecastGadget">
+    <portlet-name>DailyAstrologyForecastGadget</portlet-name>
+    <display-name>Daily Astrology Forecast</display-name>
+    <description>Google Gadgets: Daily Astrology Forecast Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Most Interesting Sunsets Updates Daily</value>
+      <value>Daily Astrology Forecast</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/sunsets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://astrologicnet.com/google/google_dailyforecast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/sunsets.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://astrologicnet.com/google/google_dailyforecast.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6118,29 +6118,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Most Interesting Sunsets Updates Daily</title>
-      <short-title>Most Interesting Sunsets Updates Daily</short-title>
+      <title>Daily Astrology Forecast</title>
+      <short-title>Daily Astrology Forecast</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DogQuotesGadgetGadget">
-    <portlet-name>DogQuotesGadgetGadget</portlet-name>
-    <display-name>Dog Quotes Gadget</display-name>
-    <description>Google Gadgets: Dog Quotes Gadget Gadget</description>
+  <portlet id="CustomFlickrSlideshowsGadget">
+    <portlet-name>CustomFlickrSlideshowsGadget</portlet-name>
+    <display-name>Custom Flickr Slideshows</display-name>
+    <description>Google Gadgets: Custom Flickr Slideshows Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dog Quotes Gadget</value>
+      <value>Custom Flickr Slideshows</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/quote_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/custom-flickr.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puppyfinder.com/google_gadget/quote_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/custom-flickr.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6151,29 +6151,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dog Quotes Gadget</title>
-      <short-title>Dog Quotes Gadget</short-title>
+      <title>Custom Flickr Slideshows</title>
+      <short-title>Custom Flickr Slideshows</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BatmanTheDarkKnightGadget">
-    <portlet-name>BatmanTheDarkKnightGadget</portlet-name>
-    <display-name>Batman: The Dark Knight</display-name>
-    <description>Google Gadgets: Batman: The Dark Knight Gadget</description>
+  <portlet id="SearchforroadtripdestinationbasedondrivetimeGadget">
+    <portlet-name>SearchforroadtripdestinationbasedondrivetimeGadget</portlet-name>
+    <display-name>Search for roadtrip destina...</display-name>
+    <description>Google Gadgets: Search for roadtrip destination based on drive time. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Batman: The Dark Knight</value>
+      <value>Search for roadtrip destination based on drive time.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109862017304089789845%26mid%3D80%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/Roadtrip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D109862017304089789845%26mid%3D80%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~friday33/Roadtrip.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6184,29 +6184,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Batman: The Dark Knight</title>
-      <short-title>Batman: The Dark Knight</short-title>
+      <title>Search for roadtrip destination based on drive time.</title>
+      <short-title>Search for roadtrip destination based on drive time.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomLandscapePhotographybyVaughnTeegardenGadget">
-    <portlet-name>RandomLandscapePhotographybyVaughnTeegardenGadget</portlet-name>
-    <display-name>Random Landscape Photography by Vaughn Teegarden</display-name>
-    <description>Google Gadgets: Random Landscape Photography by Vaughn Teegarden Gadget</description>
+  <portlet id="socwallcomRandomDesktopBackgroundGadget">
+    <portlet-name>socwallcomRandomDesktopBackgroundGadget</portlet-name>
+    <display-name>socwall.com Random Desktop ...</display-name>
+    <description>Google Gadgets: socwall.com Random Desktop Background Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Landscape Photography by Vaughn Teegarden</value>
+      <value>socwall.com Random Desktop Background</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vaughnsphotoart.com/googlegadgets/vaughnsphotoartlandscape1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.socwall.com/gadget/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vaughnsphotoart.com/googlegadgets/vaughnsphotoartlandscape1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.socwall.com/gadget/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6217,29 +6217,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Landscape Photography by Vaughn Teegarden</title>
-      <short-title>Random Landscape Photography by Vaughn Teegarden</short-title>
+      <title>socwall.com Random Desktop Background</title>
+      <short-title>socwall.com Random Desktop Background</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BedrockBiorhythmsGadget">
-    <portlet-name>BedrockBiorhythmsGadget</portlet-name>
-    <display-name>Bedrock Biorhythms</display-name>
-    <description>Google Gadgets: Bedrock Biorhythms Gadget</description>
+  <portlet id="WordsofChrist1Gadget">
+    <portlet-name>WordsofChrist1Gadget</portlet-name>
+    <display-name>Words of Christ</display-name>
+    <description>Google Gadgets: Words of Christ Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bedrock Biorhythms</value>
+      <value>Words of Christ</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/biorhythm/biorhythm.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/jesus-christ.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/biorhythm/biorhythm.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/jesus-christ.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6250,29 +6250,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bedrock Biorhythms</title>
-      <short-title>Bedrock Biorhythms</short-title>
+      <title>Words of Christ</title>
+      <short-title>Words of Christ</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomFlickringGadget">
-    <portlet-name>RandomFlickringGadget</portlet-name>
-    <display-name>Random Flickring</display-name>
-    <description>Google Gadgets: Random Flickring Gadget</description>
+  <portlet id="WaterTrackerGadget">
+    <portlet-name>WaterTrackerGadget</portlet-name>
+    <display-name>Water Tracker</display-name>
+    <description>Google Gadgets: Water Tracker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Flickring</value>
+      <value>Water Tracker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.therandomhomepage.com/google/gadgets/RandomFlickr/module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/water_tracker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.therandomhomepage.com/google/gadgets/RandomFlickr/module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/water_tracker.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6283,29 +6283,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Flickring</title>
-      <short-title>Random Flickring</short-title>
+      <title>Water Tracker</title>
+      <short-title>Water Tracker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DeepThoughtsbyJackHandeyGadget">
-    <portlet-name>DeepThoughtsbyJackHandeyGadget</portlet-name>
-    <display-name>Deep Thoughts by Jack Handey</display-name>
-    <description>Google Gadgets: Deep Thoughts by Jack Handey Gadget</description>
+  <portlet id="iJannaGadget">
+    <portlet-name>iJannaGadget</portlet-name>
+    <display-name>iJanna</display-name>
+    <description>Google Gadgets: iJanna Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Deep Thoughts by Jack Handey</value>
+      <value>iJanna</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://luvgooglegadgets.com/OfficialDeepThoughts/dpthoughsoff.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109089537545530700123%26mid%3D72%26url%3Dgm_list.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://luvgooglegadgets.com/OfficialDeepThoughts/dpthoughsoff.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D109089537545530700123%26mid%3D72%26url%3Dgm_list.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6316,29 +6316,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Deep Thoughts by Jack Handey</title>
-      <short-title>Deep Thoughts by Jack Handey</short-title>
+      <title>iJanna</title>
+      <short-title>iJanna</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeDailyHoroscopesGadget">
-    <portlet-name>FreeDailyHoroscopesGadget</portlet-name>
-    <display-name>Free Daily Horoscopes</display-name>
-    <description>Google Gadgets: Free Daily Horoscopes Gadget</description>
+  <portlet id="YouDecideAnsweranddiscussquestionsofthedayGadget">
+    <portlet-name>YouDecideAnsweranddiscussquestionsofthedayGadget</portlet-name>
+    <display-name>You Decide! Answer and disc...</display-name>
+    <description>Google Gadgets: You Decide! Answer and discuss questions of the day. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Daily Horoscopes</value>
+      <value>You Decide! Answer and discuss questions of the day.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.astrocenter.com/US/Feeds/googleModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/poll.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.astrocenter.com/US/Feeds/googleModule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/poll.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6349,29 +6349,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Daily Horoscopes</title>
-      <short-title>Free Daily Horoscopes</short-title>
+      <title>You Decide! Answer and discuss questions of the day.</title>
+      <short-title>You Decide! Answer and discuss questions of the day.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YoutubePopularVideosGadget">
-    <portlet-name>YoutubePopularVideosGadget</portlet-name>
-    <display-name>Youtube Popular Videos</display-name>
-    <description>Google Gadgets: Youtube Popular Videos Gadget</description>
+  <portlet id="LIVEPTZWebCamAmsterdamFlashvideoGadget">
+    <portlet-name>LIVEPTZWebCamAmsterdamFlashvideoGadget</portlet-name>
+    <display-name>LIVE PTZ WebCam Amsterdam, ...</display-name>
+    <description>Google Gadgets: LIVE PTZ WebCam Amsterdam, Flash video. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Youtube Popular Videos</value>
+      <value>LIVE PTZ WebCam Amsterdam, Flash video.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/youtubeNew.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kalverstraat.webcam.nl/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/youtubeNew.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kalverstraat.webcam.nl/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6382,29 +6382,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Youtube Popular Videos</title>
-      <short-title>Youtube Popular Videos</short-title>
+      <title>LIVE PTZ WebCam Amsterdam, Flash video.</title>
+      <short-title>LIVE PTZ WebCam Amsterdam, Flash video.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="USPopulationClockGadget">
-    <portlet-name>USPopulationClockGadget</portlet-name>
-    <display-name>US Population Clock</display-name>
-    <description>Google Gadgets: US Population Clock Gadget</description>
+  <portlet id="wwwknowthruastrologycomGadget">
+    <portlet-name>wwwknowthruastrologycomGadget</portlet-name>
+    <display-name>www.knowthruastrology.com</display-name>
+    <description>Google Gadgets: www.knowthruastrology.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>US Population Clock</value>
+      <value>www.knowthruastrology.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://us-population-clock.googlecode.com/svn/prod/PopClock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.knowthruastrology.com/relation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://us-population-clock.googlecode.com/svn/prod/PopClock.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.knowthruastrology.com/relation.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6415,29 +6415,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>US Population Clock</title>
-      <short-title>US Population Clock</short-title>
+      <title>www.knowthruastrology.com</title>
+      <short-title>www.knowthruastrology.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewRapMusicReleasesGadget">
-    <portlet-name>NewRapMusicReleasesGadget</portlet-name>
-    <display-name>New Rap Music Releases</display-name>
-    <description>Google Gadgets: New Rap Music Releases Gadget</description>
+  <portlet id="ExpediaTravelDealsGadget">
+    <portlet-name>ExpediaTravelDealsGadget</portlet-name>
+    <display-name>Expedia Travel Deals</display-name>
+    <description>Google Gadgets: Expedia Travel Deals Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>New Rap Music Releases</value>
+      <value>Expedia Travel Deals</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/rap/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://search.expediaguides.com/tdeals/ExpediaTravelDeals.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/music/rap/new.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://search.expediaguides.com/tdeals/ExpediaTravelDeals.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6448,29 +6448,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>New Rap Music Releases</title>
-      <short-title>New Rap Music Releases</short-title>
+      <title>Expedia Travel Deals</title>
+      <short-title>Expedia Travel Deals</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ReadtheBibleinaYearGadget">
-    <portlet-name>ReadtheBibleinaYearGadget</portlet-name>
-    <display-name>Read the Bible in a Year</display-name>
-    <description>Google Gadgets: Read the Bible in a Year Gadget</description>
+  <portlet id="RefreshingLovelyThoughtsGadget">
+    <portlet-name>RefreshingLovelyThoughtsGadget</portlet-name>
+    <display-name>Refreshing Lovely Thoughts </display-name>
+    <description>Google Gadgets: Refreshing Lovely Thoughts  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Read the Bible in a Year</value>
+      <value>Refreshing Lovely Thoughts </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/YearlyBible.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nefunda.com/gig/randomFundaGIG_New.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/YearlyBible.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nefunda.com/gig/randomFundaGIG_New.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6481,29 +6481,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Read the Bible in a Year</title>
-      <short-title>Read the Bible in a Year</short-title>
+      <title>Refreshing Lovely Thoughts </title>
+      <short-title>Refreshing Lovely Thoughts </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PopularBooksoftheHourGadget">
-    <portlet-name>PopularBooksoftheHourGadget</portlet-name>
-    <display-name>Popular Books of the Hour</display-name>
-    <description>Google Gadgets: Popular Books of the Hour Gadget</description>
+  <portlet id="HappyDayGadget">
+    <portlet-name>HappyDayGadget</portlet-name>
+    <display-name>Happy Day</display-name>
+    <description>Google Gadgets: Happy Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Popular Books of the Hour</value>
+      <value>Happy Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/books/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113348665971530261046%26mid%3D33%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/books/</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D113348665971530261046%26mid%3D33%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6514,29 +6514,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Popular Books of the Hour</title>
-      <short-title>Popular Books of the Hour</short-title>
+      <title>Happy Day</title>
+      <short-title>Happy Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LunarTunesGadget">
-    <portlet-name>LunarTunesGadget</portlet-name>
-    <display-name>Lunar Tunes</display-name>
-    <description>Google Gadgets: Lunar Tunes Gadget</description>
+  <portlet id="TomHaseltine39sDailyPictureGadget">
+    <portlet-name>TomHaseltine39sDailyPictureGadget</portlet-name>
+    <display-name>Tom Haseltine&#39;s Daily P...</display-name>
+    <description>Google Gadgets: Tom Haseltine&#39;s Daily Picture Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lunar Tunes</value>
+      <value>Tom Haseltine&#39;s Daily Picture</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jeffreykishner.com/lunartunes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jrd3.net/thp/google/thp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jeffreykishner.com/lunartunes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jrd3.net/thp/google/thp.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6547,29 +6547,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lunar Tunes</title>
-      <short-title>Lunar Tunes</short-title>
+      <title>Tom Haseltine&#39;s Daily Picture</title>
+      <short-title>Tom Haseltine&#39;s Daily Picture</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FindDistanceCalculatorGadget">
-    <portlet-name>FindDistanceCalculatorGadget</portlet-name>
-    <display-name>Find Distance Calculator</display-name>
-    <description>Google Gadgets: Find Distance Calculator Gadget</description>
+  <portlet id="wwwknowthruastrologycom1Gadget">
+    <portlet-name>wwwknowthruastrologycom1Gadget</portlet-name>
+    <display-name>www.knowthruastrology.com</display-name>
+    <description>Google Gadgets: www.knowthruastrology.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Find Distance Calculator</value>
+      <value>www.knowthruastrology.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fdist.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.knowthruastrology.com/birth.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/fdist.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.knowthruastrology.com/birth.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6580,29 +6580,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Find Distance Calculator</title>
-      <short-title>Find Distance Calculator</short-title>
+      <title>www.knowthruastrology.com</title>
+      <short-title>www.knowthruastrology.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PoetryMoonTownCafeGadget">
-    <portlet-name>PoetryMoonTownCafeGadget</portlet-name>
-    <display-name>Poetry ? MoonTownCafe</display-name>
-    <description>Google Gadgets: Poetry ? MoonTownCafe Gadget</description>
+  <portlet id="SmarterThana5thGrader1Gadget">
+    <portlet-name>SmarterThana5thGrader1Gadget</portlet-name>
+    <display-name>Smarter Than a 5th Grader?</display-name>
+    <description>Google Gadgets: Smarter Than a 5th Grader? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Poetry ? MoonTownCafe</value>
+      <value>Smarter Than a 5th Grader?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.moontowncafe.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/fox-5th-grader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.moontowncafe.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/fox-5th-grader.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6613,29 +6613,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Poetry ? MoonTownCafe</title>
-      <short-title>Poetry ? MoonTownCafe</short-title>
+      <title>Smarter Than a 5th Grader?</title>
+      <short-title>Smarter Than a 5th Grader?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SomeofourhikingphotosGadget">
-    <portlet-name>SomeofourhikingphotosGadget</portlet-name>
-    <display-name>Some of our hiking photos</display-name>
-    <description>Google Gadgets: Some of our hiking photos Gadget</description>
+  <portlet id="ChristianityandtheBibleGadget">
+    <portlet-name>ChristianityandtheBibleGadget</portlet-name>
+    <display-name>Christianity and the Bible</display-name>
+    <description>Google Gadgets: Christianity and the Bible Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Some of our hiking photos</value>
+      <value>Christianity and the Bible</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118146780565866865759%26mid%3D37%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1215077/9007621321966704415&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D118146780565866865759%26mid%3D37%26url%3Dgm_photo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1215077/9007621321966704415</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6646,29 +6646,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Some of our hiking photos</title>
-      <short-title>Some of our hiking photos</short-title>
+      <title>Christianity and the Bible</title>
+      <short-title>Christianity and the Bible</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DrLauraQuoteoftheDayGadget">
-    <portlet-name>DrLauraQuoteoftheDayGadget</portlet-name>
-    <display-name>Dr. Laura Quote of the Day</display-name>
-    <description>Google Gadgets: Dr. Laura Quote of the Day Gadget</description>
+  <portlet id="GoogleGramGadget">
+    <portlet-name>GoogleGramGadget</portlet-name>
+    <display-name>GoogleGram</display-name>
+    <description>Google Gadgets: GoogleGram Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dr. Laura Quote of the Day</value>
+      <value>GoogleGram</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/laura.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109573094113845191921%26mid%3D92%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/laura.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D109573094113845191921%26mid%3D92%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6679,29 +6679,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dr. Laura Quote of the Day</title>
-      <short-title>Dr. Laura Quote of the Day</short-title>
+      <title>GoogleGram</title>
+      <short-title>GoogleGram</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PPSPhysicianCMEGadget">
-    <portlet-name>PPSPhysicianCMEGadget</portlet-name>
-    <display-name>PPS: Physician CME</display-name>
-    <description>Google Gadgets: PPS: Physician CME Gadget</description>
+  <portlet id="BenjaminFranklinQuoteoftheDay1Gadget">
+    <portlet-name>BenjaminFranklinQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Benjamin Franklin Quote of ...</display-name>
+    <description>Google Gadgets: Benjamin Franklin Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PPS: Physician CME</value>
+      <value>Benjamin Franklin Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ppscme.org/feeds/googlefeed_main.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/benjamin-franklin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ppscme.org/feeds/googlefeed_main.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/benjamin-franklin.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6712,29 +6712,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PPS: Physician CME</title>
-      <short-title>PPS: Physician CME</short-title>
+      <title>Benjamin Franklin Quote of the Day</title>
+      <short-title>Benjamin Franklin Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HalloweenIdeasGadget">
-    <portlet-name>HalloweenIdeasGadget</portlet-name>
-    <display-name>Halloween Ideas</display-name>
-    <description>Google Gadgets: Halloween Ideas Gadget</description>
+  <portlet id="FlashFireworksDetroitGadget">
+    <portlet-name>FlashFireworksDetroitGadget</portlet-name>
+    <display-name>Flash Fireworks - Detroit</display-name>
+    <description>Google Gadgets: Flash Fireworks - Detroit Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Halloween Ideas</value>
+      <value>Flash Fireworks - Detroit</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.GetThemToday.com/HalloweenGoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-detroit.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.GetThemToday.com/HalloweenGoogleGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-detroit.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6745,29 +6745,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Halloween Ideas</title>
-      <short-title>Halloween Ideas</short-title>
+      <title>Flash Fireworks - Detroit</title>
+      <short-title>Flash Fireworks - Detroit</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FireworksAroundtheWorldGadget">
-    <portlet-name>FireworksAroundtheWorldGadget</portlet-name>
-    <display-name>Fireworks Around the World</display-name>
-    <description>Google Gadgets: Fireworks Around the World Gadget</description>
+  <portlet id="LukasNovak39sDailyFeaturedPhotoPODGadget">
+    <portlet-name>LukasNovak39sDailyFeaturedPhotoPODGadget</portlet-name>
+    <display-name>Lukas Novak&#39;s Daily Fea...</display-name>
+    <description>Google Gadgets: Lukas Novak&#39;s Daily Featured Photo (POD) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fireworks Around the World</value>
+      <value>Lukas Novak&#39;s Daily Featured Photo (POD)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-world.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.lukasimage.com/mygadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-world.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.lukasimage.com/mygadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6778,29 +6778,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fireworks Around the World</title>
-      <short-title>Fireworks Around the World</short-title>
+      <title>Lukas Novak&#39;s Daily Featured Photo (POD)</title>
+      <short-title>Lukas Novak&#39;s Daily Featured Photo (POD)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DogBreedsGadgetGadget">
-    <portlet-name>DogBreedsGadgetGadget</portlet-name>
-    <display-name>Dog Breeds Gadget</display-name>
-    <description>Google Gadgets: Dog Breeds Gadget Gadget</description>
+  <portlet id="LiveLeakPopularVideosGadget">
+    <portlet-name>LiveLeakPopularVideosGadget</portlet-name>
+    <display-name>LiveLeak Popular Videos</display-name>
+    <description>Google Gadgets: LiveLeak Popular Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dog Breeds Gadget</value>
+      <value>LiveLeak Popular Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/breed_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dliveleak&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puppyfinder.com/google_gadget/breed_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dliveleak</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6811,29 +6811,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dog Breeds Gadget</title>
-      <short-title>Dog Breeds Gadget</short-title>
+      <title>LiveLeak Popular Videos</title>
+      <short-title>LiveLeak Popular Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuiztimeGadget">
-    <portlet-name>QuiztimeGadget</portlet-name>
-    <display-name>Quiz time!</display-name>
-    <description>Google Gadgets: Quiz time! Gadget</description>
+  <portlet id="MovieTrailersGadget">
+    <portlet-name>MovieTrailersGadget</portlet-name>
+    <display-name>Movie Trailers</display-name>
+    <description>Google Gadgets: Movie Trailers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quiz time!</value>
+      <value>Movie Trailers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quiz.snapsoid.com/feed/googlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/1MP_6.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quiz.snapsoid.com/feed/googlegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://padmanijain.googlepages.com/1MP_6.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6844,29 +6844,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quiz time!</title>
-      <short-title>Quiz time!</short-title>
+      <title>Movie Trailers</title>
+      <short-title>Movie Trailers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LeadershipQuoteoftheDayGadget">
-    <portlet-name>LeadershipQuoteoftheDayGadget</portlet-name>
-    <display-name>Leadership Quote of the Day</display-name>
-    <description>Google Gadgets: Leadership Quote of the Day Gadget</description>
+  <portlet id="WidescreenWallpapersGadget">
+    <portlet-name>WidescreenWallpapersGadget</portlet-name>
+    <display-name>Widescreen Wallpapers</display-name>
+    <description>Google Gadgets: Widescreen Wallpapers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Leadership Quote of the Day</value>
+      <value>Widescreen Wallpapers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/leadership.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018372902656027768660/cse/cmrz_gfhvtg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/leadership.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/018372902656027768660/cse/cmrz_gfhvtg/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6877,29 +6877,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Leadership Quote of the Day</title>
-      <short-title>Leadership Quote of the Day</short-title>
+      <title>Widescreen Wallpapers</title>
+      <short-title>Widescreen Wallpapers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewDanceMusicReleasesGadget">
-    <portlet-name>NewDanceMusicReleasesGadget</portlet-name>
-    <display-name>New Dance Music Releases</display-name>
-    <description>Google Gadgets: New Dance Music Releases Gadget</description>
+  <portlet id="HarryPotterandtheDeathlyHallowsGadget">
+    <portlet-name>HarryPotterandtheDeathlyHallowsGadget</portlet-name>
+    <display-name>Harry Potter and the Deathl...</display-name>
+    <description>Google Gadgets: Harry Potter and the Deathly Hallows Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>New Dance Music Releases</value>
+      <value>Harry Potter and the Deathly Hallows</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/electronic/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108782425794135636394%26mid%3D61%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/music/electronic/new.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D108782425794135636394%26mid%3D61%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6910,29 +6910,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>New Dance Music Releases</title>
-      <short-title>New Dance Music Releases</short-title>
+      <title>Harry Potter and the Deathly Hallows</title>
+      <short-title>Harry Potter and the Deathly Hallows</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GeorgeWBushQuoteoftheDayGadget">
-    <portlet-name>GeorgeWBushQuoteoftheDayGadget</portlet-name>
-    <display-name>George W Bush Quote of the Day</display-name>
-    <description>Google Gadgets: George W Bush Quote of the Day Gadget</description>
+  <portlet id="OvidquotesGadget">
+    <portlet-name>OvidquotesGadget</portlet-name>
+    <display-name>Ovid quotes</display-name>
+    <description>Google Gadgets: Ovid quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>George W Bush Quote of the Day</value>
+      <value>Ovid quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/george-w-bush.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quotes/ovid.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/george-w-bush.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quotes/ovid.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6943,29 +6943,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>George W Bush Quote of the Day</title>
-      <short-title>George W Bush Quote of the Day</short-title>
+      <title>Ovid quotes</title>
+      <short-title>Ovid quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TravelDealsfromTheTripHuntercomGadget">
-    <portlet-name>TravelDealsfromTheTripHuntercomGadget</portlet-name>
-    <display-name>Travel Deals from TheTripHunter.com</display-name>
-    <description>Google Gadgets: Travel Deals from TheTripHunter.com Gadget</description>
+  <portlet id="WhoWantstoBeaMillionaire1Gadget">
+    <portlet-name>WhoWantstoBeaMillionaire1Gadget</portlet-name>
+    <display-name>Who Wants to Be a Millionaire?</display-name>
+    <description>Google Gadgets: Who Wants to Be a Millionaire? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Travel Deals from TheTripHunter.com</value>
+      <value>Who Wants to Be a Millionaire?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thetriphunter.com/gadget/triphunterdeals.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/who-wants-to-be-a-millionaire.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thetriphunter.com/gadget/triphunterdeals.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/who-wants-to-be-a-millionaire.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6976,29 +6976,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Travel Deals from TheTripHunter.com</title>
-      <short-title>Travel Deals from TheTripHunter.com</short-title>
+      <title>Who Wants to Be a Millionaire?</title>
+      <short-title>Who Wants to Be a Millionaire?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EverythingCaribbeanSearchGadget">
-    <portlet-name>EverythingCaribbeanSearchGadget</portlet-name>
-    <display-name>Everything Caribbean Search</display-name>
-    <description>Google Gadgets: Everything Caribbean Search Gadget</description>
+  <portlet id="JesusChristImageoftheDayGadget">
+    <portlet-name>JesusChristImageoftheDayGadget</portlet-name>
+    <display-name>Jesus Christ Image of the Day</display-name>
+    <description>Google Gadgets: Jesus Christ Image of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Everything Caribbean Search</value>
+      <value>Jesus Christ Image of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009918336587057593825/cse/fpx8ja4s6l0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jesuspics.googlepages.com/jesus-christ.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009918336587057593825/cse/fpx8ja4s6l0/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jesuspics.googlepages.com/jesus-christ.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7009,29 +7009,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Everything Caribbean Search</title>
-      <short-title>Everything Caribbean Search</short-title>
+      <title>Jesus Christ Image of the Day</title>
+      <short-title>Jesus Christ Image of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OracleGadget">
-    <portlet-name>OracleGadget</portlet-name>
-    <display-name>Oracle</display-name>
-    <description>Google Gadgets: Oracle Gadget</description>
+  <portlet id="RefreshingLovelyQuotesGadget">
+    <portlet-name>RefreshingLovelyQuotesGadget</portlet-name>
+    <display-name>Refreshing Lovely Quotes </display-name>
+    <description>Google Gadgets: Refreshing Lovely Quotes  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Oracle</value>
+      <value>Refreshing Lovely Quotes </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rentpadmichiana.com/oracle-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nefunda.com/gig/randomjokeGIG.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rentpadmichiana.com/oracle-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nefunda.com/gig/randomjokeGIG.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7042,29 +7042,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Oracle</title>
-      <short-title>Oracle</short-title>
+      <title>Refreshing Lovely Quotes </title>
+      <short-title>Refreshing Lovely Quotes </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MediaPlayerGadget">
-    <portlet-name>MediaPlayerGadget</portlet-name>
-    <display-name>Media Player</display-name>
-    <description>Google Gadgets: Media Player Gadget</description>
+  <portlet id="HotNewDVDsGadget">
+    <portlet-name>HotNewDVDsGadget</portlet-name>
+    <display-name>Hot New DVDs</display-name>
+    <description>Google Gadgets: Hot New DVDs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Media Player</value>
+      <value>Hot New DVDs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vacationfun.com/gadgets/mp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlewidgets.net/dvds/dvds_pop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vacationfun.com/gadgets/mp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlewidgets.net/dvds/dvds_pop.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7075,29 +7075,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Media Player</title>
-      <short-title>Media Player</short-title>
+      <title>Hot New DVDs</title>
+      <short-title>Hot New DVDs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuranVerseoftheDayGadget">
-    <portlet-name>QuranVerseoftheDayGadget</portlet-name>
-    <display-name>Quran Verse of the Day</display-name>
-    <description>Google Gadgets: Quran Verse of the Day Gadget</description>
+  <portlet id="ThesaurusSearchGadget">
+    <portlet-name>ThesaurusSearchGadget</portlet-name>
+    <display-name>Thesaurus Search</display-name>
+    <description>Google Gadgets: Thesaurus Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quran Verse of the Day</value>
+      <value>Thesaurus Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.isearchquran.com/google_module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/thesaurus.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.isearchquran.com/google_module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/thesaurus.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7108,29 +7108,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quran Verse of the Day</title>
-      <short-title>Quran Verse of the Day</short-title>
+      <title>Thesaurus Search</title>
+      <short-title>Thesaurus Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OnelineaDayGadget">
-    <portlet-name>OnelineaDayGadget</portlet-name>
-    <display-name>One line a Day</display-name>
-    <description>Google Gadgets: One line a Day Gadget</description>
+  <portlet id="TravelGuidesandReviewsGadget">
+    <portlet-name>TravelGuidesandReviewsGadget</portlet-name>
+    <display-name>Travel Guides and Reviews</display-name>
+    <description>Google Gadgets: Travel Guides and Reviews Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>One line a Day</value>
+      <value>Travel Guides and Reviews</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.finestquotes.com/onelineaday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012097448745616243396/cse/fjr_-gk5vmq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.finestquotes.com/onelineaday.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012097448745616243396/cse/fjr_-gk5vmq/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7141,29 +7141,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>One line a Day</title>
-      <short-title>One line a Day</short-title>
+      <title>Travel Guides and Reviews</title>
+      <short-title>Travel Guides and Reviews</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyAffirmationsbyAffirmationPlanet1Gadget">
-    <portlet-name>DailyAffirmationsbyAffirmationPlanet1Gadget</portlet-name>
-    <display-name>Daily Affirmations by Affirmation Planet</display-name>
-    <description>Google Gadgets: Daily Affirmations by Affirmation Planet Gadget</description>
+  <portlet id="DailyHistoryGadget">
+    <portlet-name>DailyHistoryGadget</portlet-name>
+    <display-name>Daily History</display-name>
+    <description>Google Gadgets: Daily History Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Affirmations by Affirmation Planet</value>
+      <value>Daily History</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.affirmationplanet.com/gadgets/google/DailyAffirmation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.on-this-day.com/rss/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.affirmationplanet.com/gadgets/google/DailyAffirmation.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.on-this-day.com/rss/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7174,29 +7174,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Affirmations by Affirmation Planet</title>
-      <short-title>Daily Affirmations by Affirmation Planet</short-title>
+      <title>Daily History</title>
+      <short-title>Daily History</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouTubePlayerGadget">
-    <portlet-name>YouTubePlayerGadget</portlet-name>
-    <display-name>YouTube Player</display-name>
-    <description>Google Gadgets: YouTube Player Gadget</description>
+  <portlet id="PhotoRoomRandomPhotographyGadget">
+    <portlet-name>PhotoRoomRandomPhotographyGadget</portlet-name>
+    <display-name>PhotoRoom Random Photography</display-name>
+    <description>Google Gadgets: PhotoRoom Random Photography Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>YouTube Player</value>
+      <value>PhotoRoom Random Photography</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/dude34toons/xml.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.photoroom.com/photogadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/dude34toons/xml.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.photoroom.com/photogadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7207,29 +7207,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>YouTube Player</title>
-      <short-title>YouTube Player</short-title>
+      <title>PhotoRoom Random Photography</title>
+      <short-title>PhotoRoom Random Photography</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RecommendedDVDsGadget">
-    <portlet-name>RecommendedDVDsGadget</portlet-name>
-    <display-name>Recommended DVDs</display-name>
-    <description>Google Gadgets: Recommended DVDs Gadget</description>
+  <portlet id="AristotleQuoteoftheDay1Gadget">
+    <portlet-name>AristotleQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Aristotle Quote of the Day</display-name>
+    <description>Google Gadgets: Aristotle Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Recommended DVDs</value>
+      <value>Aristotle Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pfernan.com.ar/module/dvdModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/aristotle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pfernan.com.ar/module/dvdModule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/aristotle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7240,29 +7240,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Recommended DVDs</title>
-      <short-title>Recommended DVDs</short-title>
+      <title>Aristotle Quote of the Day</title>
+      <short-title>Aristotle Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheologicalDictionaryWOTDGadget">
-    <portlet-name>TheologicalDictionaryWOTDGadget</portlet-name>
-    <display-name>Theological Dictionary WOTD</display-name>
-    <description>Google Gadgets: Theological Dictionary WOTD Gadget</description>
+  <portlet id="IMHavencomGraphicsandBuddyIconsGadget">
+    <portlet-name>IMHavencomGraphicsandBuddyIconsGadget</portlet-name>
+    <display-name>IMHaven.com Graphics and Bu...</display-name>
+    <description>Google Gadgets: IMHaven.com Graphics and Buddy Icons Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Theological Dictionary WOTD</value>
+      <value>IMHaven.com Graphics and Buddy Icons</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://timothyministries.org/TheologicalDictionary/TDwotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.imhaven.com/google/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://timothyministries.org/TheologicalDictionary/TDwotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.imhaven.com/google/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7273,29 +7273,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Theological Dictionary WOTD</title>
-      <short-title>Theological Dictionary WOTD</short-title>
+      <title>IMHaven.com Graphics and Buddy Icons</title>
+      <short-title>IMHaven.com Graphics and Buddy Icons</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ImpactDailyBiblePassagesGadget">
-    <portlet-name>ImpactDailyBiblePassagesGadget</portlet-name>
-    <display-name>Impact: Daily Bible Passages</display-name>
-    <description>Google Gadgets: Impact: Daily Bible Passages Gadget</description>
+  <portlet id="SlideShowGadget">
+    <portlet-name>SlideShowGadget</portlet-name>
+    <display-name>Slide Show</display-name>
+    <description>Google Gadgets: Slide Show Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Impact: Daily Bible Passages</value>
+      <value>Slide Show</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.platform.impact.baulkobaps.com/resources/gadget_google/impact.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110741078366070330615/slideshow.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.platform.impact.baulkobaps.com/resources/gadget_google/impact.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110741078366070330615/slideshow.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7306,29 +7306,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Impact: Daily Bible Passages</title>
-      <short-title>Impact: Daily Bible Passages</short-title>
+      <title>Slide Show</title>
+      <short-title>Slide Show</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BBQandGrillingArticlesandRecipesGadget">
-    <portlet-name>BBQandGrillingArticlesandRecipesGadget</portlet-name>
-    <display-name>BBQ and Grilling Articles and Recipes</display-name>
-    <description>Google Gadgets: BBQ and Grilling Articles and Recipes Gadget</description>
+  <portlet id="MyWebCamAutoRefreshGadget">
+    <portlet-name>MyWebCamAutoRefreshGadget</portlet-name>
+    <display-name>My WebCam (Auto Refresh)</display-name>
+    <description>Google Gadgets: My WebCam (Auto Refresh) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BBQ and Grilling Articles and Recipes</value>
+      <value>My WebCam (Auto Refresh)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://flavorsofthegrill.com/articles/fotggadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/webcam-ar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://flavorsofthegrill.com/articles/fotggadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pileser.googlepages.com/webcam-ar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7339,29 +7339,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BBQ and Grilling Articles and Recipes</title>
-      <short-title>BBQ and Grilling Articles and Recipes</short-title>
+      <title>My WebCam (Auto Refresh)</title>
+      <short-title>My WebCam (Auto Refresh)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CostoftheWarinIraqGadget">
-    <portlet-name>CostoftheWarinIraqGadget</portlet-name>
-    <display-name>Cost of the War in Iraq</display-name>
-    <description>Google Gadgets: Cost of the War in Iraq Gadget</description>
+  <portlet id="MyFavoriteYoutubeVideos2Gadget">
+    <portlet-name>MyFavoriteYoutubeVideos2Gadget</portlet-name>
+    <display-name>My Favorite Youtube Videos</display-name>
+    <description>Google Gadgets: My Favorite Youtube Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cost of the War in Iraq</value>
+      <value>My Favorite Youtube Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/costofthewar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108844680586936584427%26mid%3D92%26url%3Dgm_youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pileser.googlepages.com/costofthewar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D108844680586936584427%26mid%3D92%26url%3Dgm_youtube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7372,29 +7372,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cost of the War in Iraq</title>
-      <short-title>Cost of the War in Iraq</short-title>
+      <title>My Favorite Youtube Videos</title>
+      <short-title>My Favorite Youtube Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EveBridgeGadget">
-    <portlet-name>EveBridgeGadget</portlet-name>
-    <display-name>Eve Bridge</display-name>
-    <description>Google Gadgets: Eve Bridge Gadget</description>
+  <portlet id="CoolVideosGadget">
+    <portlet-name>CoolVideosGadget</portlet-name>
+    <display-name>Cool Videos</display-name>
+    <description>Google Gadgets: Cool Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Eve Bridge</value>
+      <value>Cool Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.evebridge.com/xml/google_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110250359364383691644%26mid%3D93%26url%3Dgm_youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.evebridge.com/xml/google_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D110250359364383691644%26mid%3D93%26url%3Dgm_youtube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7405,29 +7405,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Eve Bridge</title>
-      <short-title>Eve Bridge</short-title>
+      <title>Cool Videos</title>
+      <short-title>Cool Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FitnessTipoftheDay1Gadget">
-    <portlet-name>FitnessTipoftheDay1Gadget</portlet-name>
-    <display-name>Fitness Tip of the Day</display-name>
-    <description>Google Gadgets: Fitness Tip of the Day Gadget</description>
+  <portlet id="NorthwestAirlinesGadget">
+    <portlet-name>NorthwestAirlinesGadget</portlet-name>
+    <display-name>Northwest Airlines</display-name>
+    <description>Google Gadgets: Northwest Airlines Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fitness Tip of the Day</value>
+      <value>Northwest Airlines</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/fitness.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nwa.com/gg/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/fitness.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nwa.com/gg/google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7438,29 +7438,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fitness Tip of the Day</title>
-      <short-title>Fitness Tip of the Day</short-title>
+      <title>Northwest Airlines</title>
+      <short-title>Northwest Airlines</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IMDbMovieQuizGadget">
-    <portlet-name>IMDbMovieQuizGadget</portlet-name>
-    <display-name>IMDb Movie Quiz</display-name>
-    <description>Google Gadgets: IMDb Movie Quiz Gadget</description>
+  <portlet id="Judy39sMusicTop10Gadget">
+    <portlet-name>Judy39sMusicTop10Gadget</portlet-name>
+    <display-name>Judy&#39;s Music Top 10</display-name>
+    <description>Google Gadgets: Judy&#39;s Music Top 10 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IMDb Movie Quiz</value>
+      <value>Judy&#39;s Music Top 10</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.xlgain.com/gadgets/imdb.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105210445103804655364%26mid%3D26%26url%3Dgm_youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.xlgain.com/gadgets/imdb.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D105210445103804655364%26mid%3D26%26url%3Dgm_youtube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7471,29 +7471,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IMDb Movie Quiz</title>
-      <short-title>IMDb Movie Quiz</short-title>
+      <title>Judy&#39;s Music Top 10</title>
+      <short-title>Judy&#39;s Music Top 10</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThriftyStuffShoppingDealsGadget">
-    <portlet-name>ThriftyStuffShoppingDealsGadget</portlet-name>
-    <display-name>ThriftyStuff Shopping Deals</display-name>
-    <description>Google Gadgets: ThriftyStuff Shopping Deals Gadget</description>
+  <portlet id="PetownersinYourZipCodeGadget">
+    <portlet-name>PetownersinYourZipCodeGadget</portlet-name>
+    <display-name>Pet owners in Your Zip Code</display-name>
+    <description>Google Gadgets: Pet owners in Your Zip Code Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ThriftyStuff Shopping Deals</value>
+      <value>Pet owners in Your Zip Code</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.thriftystuff.com/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.petwatchclub.com/petsinthearea2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.thriftystuff.com/google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.petwatchclub.com/petsinthearea2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7504,29 +7504,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ThriftyStuff Shopping Deals</title>
-      <short-title>ThriftyStuff Shopping Deals</short-title>
+      <title>Pet owners in Your Zip Code</title>
+      <short-title>Pet owners in Your Zip Code</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CraftVideosGadget">
-    <portlet-name>CraftVideosGadget</portlet-name>
-    <display-name>Craft Videos</display-name>
-    <description>Google Gadgets: Craft Videos Gadget</description>
+  <portlet id="FreeRecipesGadget">
+    <portlet-name>FreeRecipesGadget</portlet-name>
+    <display-name>Free Recipes</display-name>
+    <description>Google Gadgets: Free Recipes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Craft Videos</value>
+      <value>Free Recipes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aussiecrafts.com.au/craftvids.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/015290501503124545082/cse/cthguzbzybk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aussiecrafts.com.au/craftvids.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/015290501503124545082/cse/cthguzbzybk/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7537,29 +7537,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Craft Videos</title>
-      <short-title>Craft Videos</short-title>
+      <title>Free Recipes</title>
+      <short-title>Free Recipes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NationalGeographicPhotooftheDay3Gadget">
-    <portlet-name>NationalGeographicPhotooftheDay3Gadget</portlet-name>
-    <display-name>National Geographic Photo of the Day</display-name>
-    <description>Google Gadgets: National Geographic Photo of the Day Gadget</description>
+  <portlet id="BarackObamaQuoteoftheDayGadget">
+    <portlet-name>BarackObamaQuoteoftheDayGadget</portlet-name>
+    <display-name>Barack Obama Quote of the Day</display-name>
+    <description>Google Gadgets: Barack Obama Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>National Geographic Photo of the Day</value>
+      <value>Barack Obama Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dj.gadgets.googlepages.com/geographic-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/barack-obama.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dj.gadgets.googlepages.com/geographic-photos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/barack-obama.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7570,29 +7570,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>National Geographic Photo of the Day</title>
-      <short-title>National Geographic Photo of the Day</short-title>
+      <title>Barack Obama Quote of the Day</title>
+      <short-title>Barack Obama Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OprahQuoteoftheDayGadget">
-    <portlet-name>OprahQuoteoftheDayGadget</portlet-name>
-    <display-name>Oprah Quote of the Day</display-name>
-    <description>Google Gadgets: Oprah Quote of the Day Gadget</description>
+  <portlet id="AmericanProverboftheDayGadget">
+    <portlet-name>AmericanProverboftheDayGadget</portlet-name>
+    <display-name>American Proverb of the Day</display-name>
+    <description>Google Gadgets: American Proverb of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Oprah Quote of the Day</value>
+      <value>American Proverb of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/oprah-winfrey.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/american-proverbs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/oprah-winfrey.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/american-proverbs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7603,29 +7603,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Oprah Quote of the Day</title>
-      <short-title>Oprah Quote of the Day</short-title>
+      <title>American Proverb of the Day</title>
+      <short-title>American Proverb of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OneRepMaxCalculatorGadget">
-    <portlet-name>OneRepMaxCalculatorGadget</portlet-name>
-    <display-name>One Rep Max Calculator</display-name>
-    <description>Google Gadgets: One Rep Max Calculator Gadget</description>
+  <portlet id="HealthCareSearchToolsVisualDxHealthGadget">
+    <portlet-name>HealthCareSearchToolsVisualDxHealthGadget</portlet-name>
+    <display-name>Health Care Search Tools - ...</display-name>
+    <description>Google Gadgets: Health Care Search Tools - VisualDxHealth Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>One Rep Max Calculator</value>
+      <value>Health Care Search Tools - VisualDxHealth</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.goldensummitinc.com/gadgets/onerepmax.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://VisualDxHealth.googlepages.com/VDxH_gadget_bodysel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.goldensummitinc.com/gadgets/onerepmax.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://VisualDxHealth.googlepages.com/VDxH_gadget_bodysel.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7636,29 +7636,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>One Rep Max Calculator</title>
-      <short-title>One Rep Max Calculator</short-title>
+      <title>Health Care Search Tools - VisualDxHealth</title>
+      <short-title>Health Care Search Tools - VisualDxHealth</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EnvironmentalProductsSearchGadget">
-    <portlet-name>EnvironmentalProductsSearchGadget</portlet-name>
-    <display-name>Environmental Products Search</display-name>
-    <description>Google Gadgets: Environmental Products Search Gadget</description>
+  <portlet id="DrinkingQuoteoftheDaySotallyTobercomGadget">
+    <portlet-name>DrinkingQuoteoftheDaySotallyTobercomGadget</portlet-name>
+    <display-name>Drinking Quote of the Day -...</display-name>
+    <description>Google Gadgets: Drinking Quote of the Day - SotallyTober.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Environmental Products Search</value>
+      <value>Drinking Quote of the Day - SotallyTober.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.edie.net/products/google_product_search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sotallytober.com/google/quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.edie.net/products/google_product_search.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sotallytober.com/google/quotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7669,29 +7669,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Environmental Products Search</title>
-      <short-title>Environmental Products Search</short-title>
+      <title>Drinking Quote of the Day - SotallyTober.com</title>
+      <short-title>Drinking Quote of the Day - SotallyTober.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DrinkingQuoteoftheDaySotallyTobercomGadget">
-    <portlet-name>DrinkingQuoteoftheDaySotallyTobercomGadget</portlet-name>
-    <display-name>Drinking Quote of the Day - SotallyTober.com</display-name>
-    <description>Google Gadgets: Drinking Quote of the Day - SotallyTober.com Gadget</description>
+  <portlet id="BirdfeederCamGadget">
+    <portlet-name>BirdfeederCamGadget</portlet-name>
+    <display-name>Birdfeeder Cam</display-name>
+    <description>Google Gadgets: Birdfeeder Cam Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Drinking Quote of the Day - SotallyTober.com</value>
+      <value>Birdfeeder Cam</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sotallytober.com/google/quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114556989266504753958%26mid%3D37%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sotallytober.com/google/quotes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114556989266504753958%26mid%3D37%26url%3Dgm_photo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7702,29 +7702,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Drinking Quote of the Day - SotallyTober.com</title>
-      <short-title>Drinking Quote of the Day - SotallyTober.com</short-title>
+      <title>Birdfeeder Cam</title>
+      <short-title>Birdfeeder Cam</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BeerSearchGadget">
-    <portlet-name>BeerSearchGadget</portlet-name>
-    <display-name>Beer Search</display-name>
-    <description>Google Gadgets: Beer Search Gadget</description>
+  <portlet id="Sakura39sfavoriteanimetitlesGadget">
+    <portlet-name>Sakura39sfavoriteanimetitlesGadget</portlet-name>
+    <display-name>Sakura&#39;s favorite anime...</display-name>
+    <description>Google Gadgets: Sakura&#39;s favorite anime titles Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Beer Search</value>
+      <value>Sakura&#39;s favorite anime titles</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016934378210675293449/cse/rcqm2rcnmay/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117491687649677273920%26mid%3D62%26url%3Dgm_list.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016934378210675293449/cse/rcqm2rcnmay/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117491687649677273920%26mid%3D62%26url%3Dgm_list.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7735,29 +7735,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Beer Search</title>
-      <short-title>Beer Search</short-title>
+      <title>Sakura&#39;s favorite anime titles</title>
+      <short-title>Sakura&#39;s favorite anime titles</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LotteryandLottoResultsGadget">
-    <portlet-name>LotteryandLottoResultsGadget</portlet-name>
-    <display-name>Lottery and Lotto Results</display-name>
-    <description>Google Gadgets: Lottery and Lotto Results Gadget</description>
+  <portlet id="MyFavSongsThisWeek1Gadget">
+    <portlet-name>MyFavSongsThisWeek1Gadget</portlet-name>
+    <display-name>My Fav Songs This Week</display-name>
+    <description>Google Gadgets: My Fav Songs This Week Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lottery and Lotto Results</value>
+      <value>My Fav Songs This Week</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.lotteryxmlfeed.com/gadget/lottery-lotto-results/lotterytrial.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117437785069616689761%26mid%3D6%26url%3Dgm_list.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.lotteryxmlfeed.com/gadget/lottery-lotto-results/lotterytrial.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117437785069616689761%26mid%3D6%26url%3Dgm_list.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7768,29 +7768,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lottery and Lotto Results</title>
-      <short-title>Lottery and Lotto Results</short-title>
+      <title>My Fav Songs This Week</title>
+      <short-title>My Fav Songs This Week</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PeterLiuPhotographypeterliuphotocomGadget">
-    <portlet-name>PeterLiuPhotographypeterliuphotocomGadget</portlet-name>
-    <display-name>Peter Liu Photography - peterliuphoto.com</display-name>
-    <description>Google Gadgets: Peter Liu Photography - peterliuphoto.com Gadget</description>
+  <portlet id="TheBibleSearchEngineGadget">
+    <portlet-name>TheBibleSearchEngineGadget</portlet-name>
+    <display-name>The Bible Search Engine</display-name>
+    <description>Google Gadgets: The Bible Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Peter Liu Photography - peterliuphoto.com</value>
+      <value>The Bible Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kaiscapes.com/kaiscapes_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001039511034237223690/cse/ccfsvisfzjg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kaiscapes.com/kaiscapes_google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001039511034237223690/cse/ccfsvisfzjg/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7801,29 +7801,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Peter Liu Photography - peterliuphoto.com</title>
-      <short-title>Peter Liu Photography - peterliuphoto.com</short-title>
+      <title>The Bible Search Engine</title>
+      <short-title>The Bible Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhotosofflowersandhorsesGadget">
-    <portlet-name>PhotosofflowersandhorsesGadget</portlet-name>
-    <display-name>Photos of flowers and horses</display-name>
-    <description>Google Gadgets: Photos of flowers and horses Gadget</description>
+  <portlet id="DigitalCameraoftheDayGadget">
+    <portlet-name>DigitalCameraoftheDayGadget</portlet-name>
+    <display-name>Digital Camera of the Day</display-name>
+    <description>Google Gadgets: Digital Camera of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Photos of flowers and horses</value>
+      <value>Digital Camera of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.digitalphoto.pl/digitalphoto.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.docameras.com/google_module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.digitalphoto.pl/digitalphoto.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.docameras.com/google_module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7834,29 +7834,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Photos of flowers and horses</title>
-      <short-title>Photos of flowers and horses</short-title>
+      <title>Digital Camera of the Day</title>
+      <short-title>Digital Camera of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PopularMusicoftheHourGadget">
-    <portlet-name>PopularMusicoftheHourGadget</portlet-name>
-    <display-name>Popular Music of the Hour</display-name>
-    <description>Google Gadgets: Popular Music of the Hour Gadget</description>
+  <portlet id="HomeampGardenWebSearchGadget">
+    <portlet-name>HomeampGardenWebSearchGadget</portlet-name>
+    <display-name>Home &amp; Garden Web Search</display-name>
+    <description>Google Gadgets: Home &amp; Garden Web Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Popular Music of the Hour</value>
+      <value>Home &amp; Garden Web Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013779004394990838421/cse/awsp6p7_fv4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/music/</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013779004394990838421/cse/awsp6p7_fv4/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7867,29 +7867,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Popular Music of the Hour</title>
-      <short-title>Popular Music of the Hour</short-title>
+      <title>Home &amp; Garden Web Search</title>
+      <short-title>Home &amp; Garden Web Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KISCWebcamGadget">
-    <portlet-name>KISCWebcamGadget</portlet-name>
-    <display-name>K.I.S.C. Webcam</display-name>
-    <description>Google Gadgets: K.I.S.C. Webcam Gadget</description>
+  <portlet id="SUPPORTENGINEGadget">
+    <portlet-name>SUPPORTENGINEGadget</portlet-name>
+    <display-name>SUPPORT ENGINE</display-name>
+    <description>Google Gadgets: SUPPORT ENGINE Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>K.I.S.C. Webcam</value>
+      <value>SUPPORT ENGINE</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://darranc.googlepages.com/kiscam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010782644347029986446/cse/pvodlzzpyu0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://darranc.googlepages.com/kiscam.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010782644347029986446/cse/pvodlzzpyu0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7900,29 +7900,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>K.I.S.C. Webcam</title>
-      <short-title>K.I.S.C. Webcam</short-title>
+      <title>SUPPORT ENGINE</title>
+      <short-title>SUPPORT ENGINE</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HalfcomSearchGadget">
-    <portlet-name>HalfcomSearchGadget</portlet-name>
-    <display-name>Half.com Search</display-name>
-    <description>Google Gadgets: Half.com Search Gadget</description>
+  <portlet id="VeohPopularVideosGadget">
+    <portlet-name>VeohPopularVideosGadget</portlet-name>
+    <display-name>Veoh Popular Videos</display-name>
+    <description>Google Gadgets: Veoh Popular Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Half.com Search</value>
+      <value>Veoh Popular Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/search/half-com-ebay-music.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dveoh&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/search/half-com-ebay-music.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Dveoh</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7933,29 +7933,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Half.com Search</title>
-      <short-title>Half.com Search</short-title>
+      <title>Veoh Popular Videos</title>
+      <short-title>Veoh Popular Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GotodaycomVacationsGadget">
-    <portlet-name>GotodaycomVacationsGadget</portlet-name>
-    <display-name>Go-today.com Vacations</display-name>
-    <description>Google Gadgets: Go-today.com Vacations Gadget</description>
+  <portlet id="NiccoloMachiavelliquotesGadget">
+    <portlet-name>NiccoloMachiavelliquotesGadget</portlet-name>
+    <display-name>Niccolo Machiavelli quotes</display-name>
+    <description>Google Gadgets: Niccolo Machiavelli quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Go-today.com Vacations</value>
+      <value>Niccolo Machiavelli quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.go-today.com/site_gtweb/go-today.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/machiavelli_n.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.go-today.com/site_gtweb/go-today.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/machiavelli_n.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7966,29 +7966,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Go-today.com Vacations</title>
-      <short-title>Go-today.com Vacations</short-title>
+      <title>Niccolo Machiavelli quotes</title>
+      <short-title>Niccolo Machiavelli quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WhoAreYourAncestorsGadget">
-    <portlet-name>WhoAreYourAncestorsGadget</portlet-name>
-    <display-name>Who Are Your Ancestors?</display-name>
-    <description>Google Gadgets: Who Are Your Ancestors? Gadget</description>
+  <portlet id="TheXFactorUKTheOfficialGadgetGadget">
+    <portlet-name>TheXFactorUKTheOfficialGadgetGadget</portlet-name>
+    <display-name>The X Factor UK - The Offic...</display-name>
+    <description>Google Gadgets: The X Factor UK - The Official Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Who Are Your Ancestors?</value>
+      <value>The X Factor UK - The Official Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/who-are-your-ancestors.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://official-xfactor-gadget.googlecode.com/svn/trunk/xfactor_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/who-are-your-ancestors.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://official-xfactor-gadget.googlecode.com/svn/trunk/xfactor_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7999,29 +7999,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Who Are Your Ancestors?</title>
-      <short-title>Who Are Your Ancestors?</short-title>
+      <title>The X Factor UK - The Official Gadget</title>
+      <short-title>The X Factor UK - The Official Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RingtoneSoupbestringtoneseverGadget">
-    <portlet-name>RingtoneSoupbestringtoneseverGadget</portlet-name>
-    <display-name>RingtoneSoup: best ringtones ever</display-name>
-    <description>Google Gadgets: RingtoneSoup: best ringtones ever Gadget</description>
+  <portlet id="BestSellingChildren39sBooksGadget">
+    <portlet-name>BestSellingChildren39sBooksGadget</portlet-name>
+    <display-name>Best Selling Children&#39;s...</display-name>
+    <description>Google Gadgets: Best Selling Children&#39;s Books Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RingtoneSoup: best ringtones ever</value>
+      <value>Best Selling Children&#39;s Books</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ringtonesoup.com/tone/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hywaymann.googlepages.com/TopChildrensBooks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ringtonesoup.com/tone/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hywaymann.googlepages.com/TopChildrensBooks.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8032,29 +8032,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RingtoneSoup: best ringtones ever</title>
-      <short-title>RingtoneSoup: best ringtones ever</short-title>
+      <title>Best Selling Children&#39;s Books</title>
+      <short-title>Best Selling Children&#39;s Books</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BiblicalStudiesSearchGadget">
-    <portlet-name>BiblicalStudiesSearchGadget</portlet-name>
-    <display-name>Biblical Studies Search</display-name>
-    <description>Google Gadgets: Biblical Studies Search Gadget</description>
+  <portlet id="SossouGadget">
+    <portlet-name>SossouGadget</portlet-name>
+    <display-name>Sossou</display-name>
+    <description>Google Gadgets: Sossou Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Biblical Studies Search</value>
+      <value>Sossou</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015358029557673574450/cse/av4mljbvmpc/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D107297893778973182115%26mid%3D28%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015358029557673574450/cse/av4mljbvmpc/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D107297893778973182115%26mid%3D28%26url%3Dgm_photo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8065,29 +8065,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Biblical Studies Search</title>
-      <short-title>Biblical Studies Search</short-title>
+      <title>Sossou</title>
+      <short-title>Sossou</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TriviaNutGameGadget">
-    <portlet-name>TriviaNutGameGadget</portlet-name>
-    <display-name>TriviaNut Game</display-name>
-    <description>Google Gadgets: TriviaNut Game Gadget</description>
+  <portlet id="DailyMeGadget">
+    <portlet-name>DailyMeGadget</portlet-name>
+    <display-name>Daily Me</display-name>
+    <description>Google Gadgets: Daily Me Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TriviaNut Game</value>
+      <value>Daily Me</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gamesforthebrain.com/gadget/game/trivia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117006025347831520299%26mid%3D97%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gamesforthebrain.com/gadget/game/trivia.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117006025347831520299%26mid%3D97%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8098,29 +8098,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TriviaNut Game</title>
-      <short-title>TriviaNut Game</short-title>
+      <title>Daily Me</title>
+      <short-title>Daily Me</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AOLMusicTop11Gadget">
-    <portlet-name>AOLMusicTop11Gadget</portlet-name>
-    <display-name>AOL Music: Top 11</display-name>
-    <description>Google Gadgets: AOL Music: Top 11 Gadget</description>
+  <portlet id="2008OlympicsGamesGadget">
+    <portlet-name>2008OlympicsGamesGadget</portlet-name>
+    <display-name>2008 Olympics Games</display-name>
+    <description>Google Gadgets: 2008 Olympics Games Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AOL Music: Top 11</value>
+      <value>2008 Olympics Games</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cdn.digitalcity.com/channelmodules/aolmusic_top11.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://yourjovi.googlepages.com/olympicsgames.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cdn.digitalcity.com/channelmodules/aolmusic_top11.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://yourjovi.googlepages.com/olympicsgames.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8131,29 +8131,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AOL Music: Top 11</title>
-      <short-title>AOL Music: Top 11</short-title>
+      <title>2008 Olympics Games</title>
+      <short-title>2008 Olympics Games</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomThoughtkreeticomGadget">
-    <portlet-name>RandomThoughtkreeticomGadget</portlet-name>
-    <display-name>Random Thought - kreeti.com</display-name>
-    <description>Google Gadgets: Random Thought - kreeti.com Gadget</description>
+  <portlet id="LuvGramGadget">
+    <portlet-name>LuvGramGadget</portlet-name>
+    <display-name>LuvGram</display-name>
+    <description>Google Gadgets: LuvGram Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Thought - kreeti.com</value>
+      <value>LuvGram</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kreeti.com/thoughts/google&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111339121327579107431%26mid%3D41%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kreeti.com/thoughts/google</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111339121327579107431%26mid%3D41%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8164,29 +8164,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Thought - kreeti.com</title>
-      <short-title>Random Thought - kreeti.com</short-title>
+      <title>LuvGram</title>
+      <short-title>LuvGram</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BooksOnFireGadget">
-    <portlet-name>BooksOnFireGadget</portlet-name>
-    <display-name>Books On Fire</display-name>
-    <description>Google Gadgets: Books On Fire Gadget</description>
+  <portlet id="WorldWebcamsGadget">
+    <portlet-name>WorldWebcamsGadget</portlet-name>
+    <display-name>World Webcams</display-name>
+    <description>Google Gadgets: World Webcams Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Books On Fire</value>
+      <value>World Webcams</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/HotBook.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.catfood.net/wwc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~friday33/HotBook.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.catfood.net/wwc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8197,29 +8197,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Books On Fire</title>
-      <short-title>Books On Fire</short-title>
+      <title>World Webcams</title>
+      <short-title>World Webcams</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NasaPhotosoftheDayGadget">
-    <portlet-name>NasaPhotosoftheDayGadget</portlet-name>
-    <display-name>Nasa Photos of the Day</display-name>
-    <description>Google Gadgets: Nasa Photos of the Day Gadget</description>
+  <portlet id="ChadGramGadget">
+    <portlet-name>ChadGramGadget</portlet-name>
+    <display-name>ChadGram</display-name>
+    <description>Google Gadgets: ChadGram Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nasa Photos of the Day</value>
+      <value>ChadGram</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/nasa-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115253687857981795483%26mid%3D69%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/nasa-photos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D115253687857981795483%26mid%3D69%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8230,29 +8230,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nasa Photos of the Day</title>
-      <short-title>Nasa Photos of the Day</short-title>
+      <title>ChadGram</title>
+      <short-title>ChadGram</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashFireworksDCGadget">
-    <portlet-name>FlashFireworksDCGadget</portlet-name>
-    <display-name>Flash Fireworks - D.C.</display-name>
-    <description>Google Gadgets: Flash Fireworks - D.C. Gadget</description>
+  <portlet id="FoodMagazineSearchGadget">
+    <portlet-name>FoodMagazineSearchGadget</portlet-name>
+    <display-name>Food Magazine Search </display-name>
+    <description>Google Gadgets: Food Magazine Search  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Fireworks - D.C.</value>
+      <value>Food Magazine Search </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/fireworks-dc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017152315787426672741/cse/gdwysxr14ng/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/fireworks-dc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017152315787426672741/cse/gdwysxr14ng/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8263,29 +8263,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Fireworks - D.C.</title>
-      <short-title>Flash Fireworks - D.C.</short-title>
+      <title>Food Magazine Search </title>
+      <short-title>Food Magazine Search </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsaboutthebigraceGadget">
-    <portlet-name>NewsaboutthebigraceGadget</portlet-name>
-    <display-name>News about the big race</display-name>
-    <description>Google Gadgets: News about the big race Gadget</description>
+  <portlet id="TruckPicturesatTruckPicturescomGadget">
+    <portlet-name>TruckPicturesatTruckPicturescomGadget</portlet-name>
+    <display-name>Truck Pictures at TruckPict...</display-name>
+    <description>Google Gadgets: Truck Pictu****@Truck***** Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>News about the big race</value>
+      <value>Truck Pictu****@Truck*****</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://election2008.snapsoid.com/feed/googlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/trucks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://election2008.snapsoid.com/feed/googlegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/trucks.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8296,29 +8296,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>News about the big race</title>
-      <short-title>News about the big race</short-title>
+      <title>Truck Pictu****@Truck*****</title>
+      <short-title>Truck Pictu****@Truck*****</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HarryPotterGadget">
-    <portlet-name>HarryPotterGadget</portlet-name>
-    <display-name>Harry Potter</display-name>
-    <description>Google Gadgets: Harry Potter Gadget</description>
+  <portlet id="FamilyPhotosGadget">
+    <portlet-name>FamilyPhotosGadget</portlet-name>
+    <display-name>Family Photos</display-name>
+    <description>Google Gadgets: Family Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Harry Potter</value>
+      <value>Family Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114494689399733131865%26mid%3D65%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112133400333342198986%26mid%3D26%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114494689399733131865%26mid%3D65%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D112133400333342198986%26mid%3D26%26url%3Dgm_photo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8329,29 +8329,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Harry Potter</title>
-      <short-title>Harry Potter</short-title>
+      <title>Family Photos</title>
+      <short-title>Family Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlamingBooksGadget">
-    <portlet-name>FlamingBooksGadget</portlet-name>
-    <display-name>Flaming Books</display-name>
-    <description>Google Gadgets: Flaming Books Gadget</description>
+  <portlet id="RelationshipHumorGadget">
+    <portlet-name>RelationshipHumorGadget</portlet-name>
+    <display-name>Relationship Humor</display-name>
+    <description>Google Gadgets: Relationship Humor Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flaming Books</value>
+      <value>Relationship Humor</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/FlamingBook.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/RelationshipHumor.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~friday33/FlamingBook.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/RelationshipHumor.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8362,29 +8362,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flaming Books</title>
-      <short-title>Flaming Books</short-title>
+      <title>Relationship Humor</title>
+      <short-title>Relationship Humor</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuranGadget">
-    <portlet-name>QuranGadget</portlet-name>
-    <display-name>Quran</display-name>
-    <description>Google Gadgets: Quran Gadget</description>
+  <portlet id="NewBookReleasesGadget">
+    <portlet-name>NewBookReleasesGadget</portlet-name>
+    <display-name>New Book Releases</display-name>
+    <description>Google Gadgets: New Book Releases Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quran</value>
+      <value>New Book Releases</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.islamwire.com/widg/quran.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/books/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.islamwire.com/widg/quran.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/books/new.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8395,29 +8395,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quran</title>
-      <short-title>Quran</short-title>
+      <title>New Book Releases</title>
+      <short-title>New Book Releases</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchVideoSitesGadget">
-    <portlet-name>SearchVideoSitesGadget</portlet-name>
-    <display-name>Search Video Sites</display-name>
-    <description>Google Gadgets: Search Video Sites Gadget</description>
+  <portlet id="MoviesinTheatersFilteredbyRatingGadget">
+    <portlet-name>MoviesinTheatersFilteredbyRatingGadget</portlet-name>
+    <display-name>Movies in Theaters Filtered...</display-name>
+    <description>Google Gadgets: Movies in Theaters Filtered by Rating Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search Video Sites</value>
+      <value>Movies in Theaters Filtered by Rating</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005273778005902021277/cse/s-hqxqqr31c/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/movies_new.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005273778005902021277/cse/s-hqxqqr31c/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/movies_new.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8428,29 +8428,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search Video Sites</title>
-      <short-title>Search Video Sites</short-title>
+      <title>Movies in Theaters Filtered by Rating</title>
+      <short-title>Movies in Theaters Filtered by Rating</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeightMeterGadget">
-    <portlet-name>WeightMeterGadget</portlet-name>
-    <display-name>Weight Meter</display-name>
-    <description>Google Gadgets: Weight Meter Gadget</description>
+  <portlet id="MyFavoriteYoutubeVideos3Gadget">
+    <portlet-name>MyFavoriteYoutubeVideos3Gadget</portlet-name>
+    <display-name>My Favorite Youtube Videos</display-name>
+    <description>Google Gadgets: My Favorite Youtube Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weight Meter</value>
+      <value>My Favorite Youtube Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.weightmeter.com/weightmeter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108569859835003216511%26mid%3D69%26url%3Dgm_youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.weightmeter.com/weightmeter.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D108569859835003216511%26mid%3D69%26url%3Dgm_youtube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8461,29 +8461,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weight Meter</title>
-      <short-title>Weight Meter</short-title>
+      <title>My Favorite Youtube Videos</title>
+      <short-title>My Favorite Youtube Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThebestgasguzzlersintownGadget">
-    <portlet-name>ThebestgasguzzlersintownGadget</portlet-name>
-    <display-name>The best gas guzzlers in town</display-name>
-    <description>Google Gadgets: The best gas guzzlers in town Gadget</description>
+  <portlet id="RecipeGoldmineSearchGadget">
+    <portlet-name>RecipeGoldmineSearchGadget</portlet-name>
+    <display-name>Recipe Goldmine Search</display-name>
+    <description>Google Gadgets: Recipe Goldmine Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The best gas guzzlers in town</value>
+      <value>Recipe Goldmine Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cars.snapsoid.com/feed/googlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006252067671721509793/cse/rtf-qf3oc-g/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cars.snapsoid.com/feed/googlegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006252067671721509793/cse/rtf-qf3oc-g/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8494,29 +8494,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The best gas guzzlers in town</title>
-      <short-title>The best gas guzzlers in town</short-title>
+      <title>Recipe Goldmine Search</title>
+      <short-title>Recipe Goldmine Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheRecipeWorksGadget">
-    <portlet-name>TheRecipeWorksGadget</portlet-name>
-    <display-name>TheRecipeWorks</display-name>
-    <description>Google Gadgets: TheRecipeWorks Gadget</description>
+  <portlet id="NationalGeographicPhotooftheDay2Gadget">
+    <portlet-name>NationalGeographicPhotooftheDay2Gadget</portlet-name>
+    <display-name>National Geographic Photo o...</display-name>
+    <description>Google Gadgets: National Geographic Photo of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TheRecipeWorks</value>
+      <value>National Geographic Photo of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.therecipeworks.com/latest.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dj.gadgets.googlepages.com/geographic-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.therecipeworks.com/latest.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dj.gadgets.googlepages.com/geographic-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8527,29 +8527,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TheRecipeWorks</title>
-      <short-title>TheRecipeWorks</short-title>
+      <title>National Geographic Photo of the Day</title>
+      <short-title>National Geographic Photo of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StuffoftheDayGadget">
-    <portlet-name>StuffoftheDayGadget</portlet-name>
-    <display-name>Stuff of the Day</display-name>
-    <description>Google Gadgets: Stuff of the Day Gadget</description>
+  <portlet id="FOODphotosbyFlickrGadget">
+    <portlet-name>FOODphotosbyFlickrGadget</portlet-name>
+    <display-name>FOOD photos by Flickr</display-name>
+    <description>Google Gadgets: FOOD photos by Flickr Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Stuff of the Day</value>
+      <value>FOOD photos by Flickr</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.andylane.us/gadgets/gadget.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/flickr/food.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.andylane.us/gadgets/gadget.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/flickr/food.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8560,29 +8560,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Stuff of the Day</title>
-      <short-title>Stuff of the Day</short-title>
+      <title>FOOD photos by Flickr</title>
+      <short-title>FOOD photos by Flickr</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LibertarianGuideGadget">
-    <portlet-name>LibertarianGuideGadget</portlet-name>
-    <display-name>Libertarian Guide</display-name>
-    <description>Google Gadgets: Libertarian Guide Gadget</description>
+  <portlet id="RandomMovieQuotesGadget">
+    <portlet-name>RandomMovieQuotesGadget</portlet-name>
+    <display-name>Random Movie Quotes.</display-name>
+    <description>Google Gadgets: Random Movie Quotes. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Libertarian Guide</value>
+      <value>Random Movie Quotes.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003811143574093688261/cse/6pfa8-pmafi/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/movie-quotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/003811143574093688261/cse/6pfa8-pmafi/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/gadget/movie-quotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8593,29 +8593,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Libertarian Guide</title>
-      <short-title>Libertarian Guide</short-title>
+      <title>Random Movie Quotes.</title>
+      <short-title>Random Movie Quotes.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="lyricsGadget">
-    <portlet-name>lyricsGadget</portlet-name>
-    <display-name>lyrics</display-name>
-    <description>Google Gadgets: lyrics Gadget</description>
+  <portlet id="QuranGadget">
+    <portlet-name>QuranGadget</portlet-name>
+    <display-name>Quran</display-name>
+    <description>Google Gadgets: Quran Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>lyrics</value>
+      <value>Quran</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.completealbumlyrics.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.islamwire.com/widg/quran.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.completealbumlyrics.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.islamwire.com/widg/quran.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8626,29 +8626,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>lyrics</title>
-      <short-title>lyrics</short-title>
+      <title>Quran</title>
+      <short-title>Quran</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhotographsGadget">
-    <portlet-name>PhotographsGadget</portlet-name>
-    <display-name>Photographs</display-name>
-    <description>Google Gadgets: Photographs Gadget</description>
+  <portlet id="AaaawThecutestpicturesonEarthGadget">
+    <portlet-name>AaaawThecutestpicturesonEarthGadget</portlet-name>
+    <display-name>Aaaaw... The cutest picture...</display-name>
+    <description>Google Gadgets: Aaaaw... The cutest pictures on Earth Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Photographs</value>
+      <value>Aaaaw... The cutest pictures on Earth</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.myparkphotos.com/google/mpp_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cutest.snapsoid.com/feed/googlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.myparkphotos.com/google/mpp_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cutest.snapsoid.com/feed/googlegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8659,29 +8659,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Photographs</title>
-      <short-title>Photographs</short-title>
+      <title>Aaaaw... The cutest pictures on Earth</title>
+      <short-title>Aaaaw... The cutest pictures on Earth</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HotelSearchEngineGadget">
-    <portlet-name>HotelSearchEngineGadget</portlet-name>
-    <display-name>Hotel Search Engine</display-name>
-    <description>Google Gadgets: Hotel Search Engine Gadget</description>
+  <portlet id="MostInterestingSunsetsUpdatesDaily1Gadget">
+    <portlet-name>MostInterestingSunsetsUpdatesDaily1Gadget</portlet-name>
+    <display-name>Most Interesting Sunsets Up...</display-name>
+    <description>Google Gadgets: Most Interesting Sunsets Updates Daily Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hotel Search Engine</value>
+      <value>Most Interesting Sunsets Updates Daily</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013551567555196134423/cse/qqxsr1gm2rq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/sunsets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013551567555196134423/cse/qqxsr1gm2rq/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/sunsets.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8692,29 +8692,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hotel Search Engine</title>
-      <short-title>Hotel Search Engine</short-title>
+      <title>Most Interesting Sunsets Updates Daily</title>
+      <short-title>Most Interesting Sunsets Updates Daily</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomNaturePhotographybyVaughnTeegardenGadget">
-    <portlet-name>RandomNaturePhotographybyVaughnTeegardenGadget</portlet-name>
-    <display-name>Random Nature Photography by Vaughn Teegarden</display-name>
-    <description>Google Gadgets: Random Nature Photography by Vaughn Teegarden Gadget</description>
+  <portlet id="ImagesofArtGadget">
+    <portlet-name>ImagesofArtGadget</portlet-name>
+    <display-name>Images of Art</display-name>
+    <description>Google Gadgets: Images of Art Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Nature Photography by Vaughn Teegarden</value>
+      <value>Images of Art</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vaughnsphotoart.com/googlegadgets/vaughnsphotoartnature1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001139529339327656543/cse/fmr1p-vnans/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vaughnsphotoart.com/googlegadgets/vaughnsphotoartnature1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001139529339327656543/cse/fmr1p-vnans/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8725,29 +8725,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Nature Photography by Vaughn Teegarden</title>
-      <short-title>Random Nature Photography by Vaughn Teegarden</short-title>
+      <title>Images of Art</title>
+      <short-title>Images of Art</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyPhotoTipsGadget">
-    <portlet-name>DailyPhotoTipsGadget</portlet-name>
-    <display-name>Daily Photo Tips</display-name>
-    <description>Google Gadgets: Daily Photo Tips Gadget</description>
+  <portlet id="EinsteinQuoteoftheDayGadget">
+    <portlet-name>EinsteinQuoteoftheDayGadget</portlet-name>
+    <display-name>Einstein Quote of the Day</display-name>
+    <description>Google Gadgets: Einstein Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Photo Tips</value>
+      <value>Einstein Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.markraymondmason.com/RSSPhotoTipsGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/albert-einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.markraymondmason.com/RSSPhotoTipsGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/albert-einstein.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8758,29 +8758,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Photo Tips</title>
-      <short-title>Daily Photo Tips</short-title>
+      <title>Einstein Quote of the Day</title>
+      <short-title>Einstein Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlightDealsGadget">
-    <portlet-name>FlightDealsGadget</portlet-name>
-    <display-name>Flight Deals</display-name>
-    <description>Google Gadgets: Flight Deals Gadget</description>
+  <portlet id="HealingSearchEngineGadget">
+    <portlet-name>HealingSearchEngineGadget</portlet-name>
+    <display-name>Healing Search Engine</display-name>
+    <description>Google Gadgets: Healing Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flight Deals</value>
+      <value>Healing Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://flight.cubantrip.com/xml/multifeeds_rsstopdest.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/016553053083159224753/cse/gai4twu980s/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://flight.cubantrip.com/xml/multifeeds_rsstopdest.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/016553053083159224753/cse/gai4twu980s/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8791,29 +8791,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flight Deals</title>
-      <short-title>Flight Deals</short-title>
+      <title>Healing Search Engine</title>
+      <short-title>Healing Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RefreshingLovelyThoughtsGadget">
-    <portlet-name>RefreshingLovelyThoughtsGadget</portlet-name>
-    <display-name>Refreshing Lovely Thoughts </display-name>
-    <description>Google Gadgets: Refreshing Lovely Thoughts  Gadget</description>
+  <portlet id="WhentobetcomDailyAnalysisGadget">
+    <portlet-name>WhentobetcomDailyAnalysisGadget</portlet-name>
+    <display-name>Whentobet.com Daily Analysis.</display-name>
+    <description>Google Gadgets: Whentobet.com Daily Analysis. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Refreshing Lovely Thoughts </value>
+      <value>Whentobet.com Daily Analysis.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nefunda.com/gig/randomFundaGIG_New.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117006794900146802300/Whentobet3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nefunda.com/gig/randomFundaGIG_New.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117006794900146802300/Whentobet3.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8824,29 +8824,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Refreshing Lovely Thoughts </title>
-      <short-title>Refreshing Lovely Thoughts </short-title>
+      <title>Whentobet.com Daily Analysis.</title>
+      <short-title>Whentobet.com Daily Analysis.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ABerkeleyDailyOilPaintingsbySeamusBerkeleyGadget">
-    <portlet-name>ABerkeleyDailyOilPaintingsbySeamusBerkeleyGadget</portlet-name>
-    <display-name>A Berkeley Daily: Oil Paintings by Seamus Berkeley</display-name>
-    <description>Google Gadgets: A Berkeley Daily: Oil Paintings by Seamus Berkeley Gadget</description>
+  <portlet id="SlideShareFeedsGadget">
+    <portlet-name>SlideShareFeedsGadget</portlet-name>
+    <display-name>SlideShare Feeds</display-name>
+    <description>Google Gadgets: SlideShare Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>A Berkeley Daily: Oil Paintings by Seamus Berkeley</value>
+      <value>SlideShare Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aberkeleydaily.seamusberkeley.com/abdgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.slideshare.net/ig/slide-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aberkeleydaily.seamusberkeley.com/abdgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.slideshare.net/ig/slide-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8857,29 +8857,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>A Berkeley Daily: Oil Paintings by Seamus Berkeley</title>
-      <short-title>A Berkeley Daily: Oil Paintings by Seamus Berkeley</short-title>
+      <title>SlideShare Feeds</title>
+      <short-title>SlideShare Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyCustomTShirtStudioGadget">
-    <portlet-name>MyCustomTShirtStudioGadget</portlet-name>
-    <display-name>My Custom T-Shirt Studio</display-name>
-    <description>Google Gadgets: My Custom T-Shirt Studio Gadget</description>
+  <portlet id="RushLimbaughquotesGadget">
+    <portlet-name>RushLimbaughquotesGadget</portlet-name>
+    <display-name>Rush Limbaugh quotes</display-name>
+    <description>Google Gadgets: Rush Limbaugh quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Custom T-Shirt Studio</value>
+      <value>Rush Limbaugh quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rosacea-remedy.com/wizard/design.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/limbaugh_r.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rosacea-remedy.com/wizard/design.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/limbaugh_r.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8890,29 +8890,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Custom T-Shirt Studio</title>
-      <short-title>My Custom T-Shirt Studio</short-title>
+      <title>Rush Limbaugh quotes</title>
+      <short-title>Rush Limbaugh quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FluidIntakeCalculatorGadget">
-    <portlet-name>FluidIntakeCalculatorGadget</portlet-name>
-    <display-name>Fluid Intake Calculator</display-name>
-    <description>Google Gadgets: Fluid Intake Calculator Gadget</description>
+  <portlet id="MadelineMayGadget">
+    <portlet-name>MadelineMayGadget</portlet-name>
+    <display-name>Madeline May</display-name>
+    <description>Google Gadgets: Madeline May Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fluid Intake Calculator</value>
+      <value>Madeline May</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.goldensummitinc.com/gadgets/fluid.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117028345363738276511%26mid%3D90%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.goldensummitinc.com/gadgets/fluid.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117028345363738276511%26mid%3D90%26url%3Dgm_photo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8923,29 +8923,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fluid Intake Calculator</title>
-      <short-title>Fluid Intake Calculator</short-title>
+      <title>Madeline May</title>
+      <short-title>Madeline May</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PopularMysteryoftheHourGadget">
-    <portlet-name>PopularMysteryoftheHourGadget</portlet-name>
-    <display-name>Popular Mystery of the Hour</display-name>
-    <description>Google Gadgets: Popular Mystery of the Hour Gadget</description>
+  <portlet id="MallardFillmoreGadget">
+    <portlet-name>MallardFillmoreGadget</portlet-name>
+    <display-name>Mallard Fillmore</display-name>
+    <description>Google Gadgets: Mallard Fillmore Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Popular Mystery of the Hour</value>
+      <value>Mallard Fillmore</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/books/mystery/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgetads.com/mallard.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/books/mystery/</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgetads.com/mallard.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8956,29 +8956,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Popular Mystery of the Hour</title>
-      <short-title>Popular Mystery of the Hour</short-title>
+      <title>Mallard Fillmore</title>
+      <short-title>Mallard Fillmore</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BabezdeCarsandMoreGadget">
-    <portlet-name>BabezdeCarsandMoreGadget</portlet-name>
-    <display-name>Babez.de - Cars and More</display-name>
-    <description>Google Gadgets: Babez.de - Cars and More Gadget</description>
+  <portlet id="MP3FileSearchGadget">
+    <portlet-name>MP3FileSearchGadget</portlet-name>
+    <display-name>MP3 File Search</display-name>
+    <description>Google Gadgets: MP3 File Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Babez.de - Cars and More</value>
+      <value>MP3 File Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.babez.de/google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lht1999.googlepages.com/musicsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.babez.de/google-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lht1999.googlepages.com/musicsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8989,29 +8989,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Babez.de - Cars and More</title>
-      <short-title>Babez.de - Cars and More</short-title>
+      <title>MP3 File Search</title>
+      <short-title>MP3 File Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GreenFuelSearchEngineGadget">
-    <portlet-name>GreenFuelSearchEngineGadget</portlet-name>
-    <display-name>GreenFuel Search Engine</display-name>
-    <description>Google Gadgets: GreenFuel Search Engine Gadget</description>
+  <portlet id="MamaGetscomProductSearchGadget">
+    <portlet-name>MamaGetscomProductSearchGadget</portlet-name>
+    <display-name>MamaGets.com Product Search</display-name>
+    <description>Google Gadgets: MamaGets.com Product Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GreenFuel Search Engine</value>
+      <value>MamaGets.com Product Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007194729776108167652/cse/avvllymhkqc/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mamagets.com/widgets/google/search_mini.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/007194729776108167652/cse/avvllymhkqc/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mamagets.com/widgets/google/search_mini.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9022,29 +9022,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GreenFuel Search Engine</title>
-      <short-title>GreenFuel Search Engine</short-title>
+      <title>MamaGets.com Product Search</title>
+      <short-title>MamaGets.com Product Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AyahGadget">
-    <portlet-name>AyahGadget</portlet-name>
-    <display-name>Ayah</display-name>
-    <description>Google Gadgets: Ayah Gadget</description>
+  <portlet id="NewYorkRadioGadget">
+    <portlet-name>NewYorkRadioGadget</portlet-name>
+    <display-name>New York Radio</display-name>
+    <description>Google Gadgets: New York Radio Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ayah</value>
+      <value>New York Radio</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.islamwire.com/widg/ayah.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://radio-new-york.com/Gadget/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.islamwire.com/widg/ayah.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://radio-new-york.com/Gadget/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9055,29 +9055,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ayah</title>
-      <short-title>Ayah</short-title>
+      <title>New York Radio</title>
+      <short-title>New York Radio</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PersonalCellarGadget">
-    <portlet-name>PersonalCellarGadget</portlet-name>
-    <display-name>Personal Cellar</display-name>
-    <description>Google Gadgets: Personal Cellar Gadget</description>
+  <portlet id="PhotoGadget">
+    <portlet-name>PhotoGadget</portlet-name>
+    <display-name>Photo</display-name>
+    <description>Google Gadgets: Photo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Personal Cellar</value>
+      <value>Photo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.personalcellar.com/gadget/new.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112011103525094734708%26mid%3D103%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.personalcellar.com/gadget/new.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D112011103525094734708%26mid%3D103%26url%3Dgm_photo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9088,29 +9088,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Personal Cellar</title>
-      <short-title>Personal Cellar</short-title>
+      <title>Photo</title>
+      <short-title>Photo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NationalGeographicRandomPhotosGadget">
-    <portlet-name>NationalGeographicRandomPhotosGadget</portlet-name>
-    <display-name>National Geographic Random Photos</display-name>
-    <description>Google Gadgets: National Geographic Random Photos Gadget</description>
+  <portlet id="KISCWebcamGadget">
+    <portlet-name>KISCWebcamGadget</portlet-name>
+    <display-name>K.I.S.C. Webcam</display-name>
+    <description>Google Gadgets: K.I.S.C. Webcam Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>National Geographic Random Photos</value>
+      <value>K.I.S.C. Webcam</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/photos/national-geographic-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://darranc.googlepages.com/kiscam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/photos/national-geographic-photos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://darranc.googlepages.com/kiscam.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9121,29 +9121,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>National Geographic Random Photos</title>
-      <short-title>National Geographic Random Photos</short-title>
+      <title>K.I.S.C. Webcam</title>
+      <short-title>K.I.S.C. Webcam</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InterestingFactsorgRandomFactGadget">
-    <portlet-name>InterestingFactsorgRandomFactGadget</portlet-name>
-    <display-name>InterestingFacts.org Random Fact</display-name>
-    <description>Google Gadgets: InterestingFacts.org Random Fact Gadget</description>
+  <portlet id="MotherTeresaquotesGadget">
+    <portlet-name>MotherTeresaquotesGadget</portlet-name>
+    <display-name>Mother Teresa quotes</display-name>
+    <description>Google Gadgets: Mother Teresa quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>InterestingFacts.org Random Fact</value>
+      <value>Mother Teresa quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://interestingfacts.org/google_gadget_random_fact.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zytugadgets.googlepages.com/teresa_m.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://interestingfacts.org/google_gadget_random_fact.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zytugadgets.googlepages.com/teresa_m.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9154,29 +9154,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>InterestingFacts.org Random Fact</title>
-      <short-title>InterestingFacts.org Random Fact</short-title>
+      <title>Mother Teresa quotes</title>
+      <short-title>Mother Teresa quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AniBoomPopularVideosGadget">
-    <portlet-name>AniBoomPopularVideosGadget</portlet-name>
-    <display-name>AniBoom Popular Videos</display-name>
-    <description>Google Gadgets: AniBoom Popular Videos Gadget</description>
+  <portlet id="ThestephtimesGadget">
+    <portlet-name>ThestephtimesGadget</portlet-name>
+    <display-name>The steph times</display-name>
+    <description>Google Gadgets: The steph times Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AniBoom Popular Videos</value>
+      <value>The steph times</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Daniboom&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117954430397719917389%26mid%3D76%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/video/gadget/popular_web%3Fsite%3Daniboom</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117954430397719917389%26mid%3D76%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9187,29 +9187,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AniBoom Popular Videos</title>
-      <short-title>AniBoom Popular Videos</short-title>
+      <title>The steph times</title>
+      <short-title>The steph times</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlogGadget">
-    <portlet-name>BlogGadget</portlet-name>
-    <display-name>Blog</display-name>
-    <description>Google Gadgets: Blog Gadget</description>
+  <portlet id="MovaviOnlineGadget">
+    <portlet-name>MovaviOnlineGadget</portlet-name>
+    <display-name>Movavi Online</display-name>
+    <description>Google Gadgets: Movavi Online Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Blog</value>
+      <value>Movavi Online</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.somogyi.net/Blog/Module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/100871824813255384283/movavi.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.somogyi.net/Blog/Module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/100871824813255384283/movavi.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9220,29 +9220,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Blog</title>
-      <short-title>Blog</short-title>
+      <title>Movavi Online</title>
+      <short-title>Movavi Online</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HealthCareSearchToolsVisualDxHealthGadget">
-    <portlet-name>HealthCareSearchToolsVisualDxHealthGadget</portlet-name>
-    <display-name>Health Care Search Tools - VisualDxHealth</display-name>
-    <description>Google Gadgets: Health Care Search Tools - VisualDxHealth Gadget</description>
+  <portlet id="WordandPuzzleofthedayGadget">
+    <portlet-name>WordandPuzzleofthedayGadget</portlet-name>
+    <display-name>Word and Puzzle of the day</display-name>
+    <description>Google Gadgets: Word and Puzzle of the day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Health Care Search Tools - VisualDxHealth</value>
+      <value>Word and Puzzle of the day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://VisualDxHealth.googlepages.com/VDxH_gadget_bodysel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.all-games-puzzles.com/puzzleoftheday/day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://VisualDxHealth.googlepages.com/VDxH_gadget_bodysel.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.all-games-puzzles.com/puzzleoftheday/day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9253,29 +9253,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Health Care Search Tools - VisualDxHealth</title>
-      <short-title>Health Care Search Tools - VisualDxHealth</short-title>
+      <title>Word and Puzzle of the day</title>
+      <short-title>Word and Puzzle of the day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="wwwknowthruastrologycom1Gadget">
-    <portlet-name>wwwknowthruastrologycom1Gadget</portlet-name>
-    <display-name>www.knowthruastrology.com</display-name>
-    <description>Google Gadgets: www.knowthruastrology.com Gadget</description>
+  <portlet id="CoolPuppyStuffGadget">
+    <portlet-name>CoolPuppyStuffGadget</portlet-name>
+    <display-name>Cool Puppy Stuff</display-name>
+    <description>Google Gadgets: Cool Puppy Stuff Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>www.knowthruastrology.com</value>
+      <value>Cool Puppy Stuff</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.knowthruastrology.com/birth.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/puppyfinder_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.knowthruastrology.com/birth.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puppyfinder.com/google_gadget/puppyfinder_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9286,29 +9286,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>www.knowthruastrology.com</title>
-      <short-title>www.knowthruastrology.com</short-title>
+      <title>Cool Puppy Stuff</title>
+      <short-title>Cool Puppy Stuff</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyLifeUsefulLinksGadget">
-    <portlet-name>DailyLifeUsefulLinksGadget</portlet-name>
-    <display-name>Daily Life Useful Links</display-name>
-    <description>Google Gadgets: Daily Life Useful Links Gadget</description>
+  <portlet id="RomanticQuoteoftheDayGadget">
+    <portlet-name>RomanticQuoteoftheDayGadget</portlet-name>
+    <display-name>Romantic Quote of the Day</display-name>
+    <description>Google Gadgets: Romantic Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Life Useful Links</value>
+      <value>Romantic Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://usefullinks.50webs.com/usefulgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/love.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://usefullinks.50webs.com/usefulgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/love.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9319,29 +9319,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Life Useful Links</title>
-      <short-title>Daily Life Useful Links</short-title>
+      <title>Romantic Quote of the Day</title>
+      <short-title>Romantic Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GuessItGadget">
-    <portlet-name>GuessItGadget</portlet-name>
-    <display-name>Guess It</display-name>
-    <description>Google Gadgets: Guess It Gadget</description>
+  <portlet id="DailyCatPicturesGadget">
+    <portlet-name>DailyCatPicturesGadget</portlet-name>
+    <display-name>Daily Cat Pictures</display-name>
+    <description>Google Gadgets: Daily Cat Pictures Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Guess It</value>
+      <value>Daily Cat Pictures</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.guessit.org/gadget/widget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.picato.net/PicatoGoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.guessit.org/gadget/widget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.picato.net/PicatoGoogleGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9352,29 +9352,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Guess It</title>
-      <short-title>Guess It</short-title>
+      <title>Daily Cat Pictures</title>
+      <short-title>Daily Cat Pictures</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AutoPaymentComparisonCalculatorGadget">
-    <portlet-name>AutoPaymentComparisonCalculatorGadget</portlet-name>
-    <display-name>Auto Payment Comparison Calculator </display-name>
-    <description>Google Gadgets: Auto Payment Comparison Calculator  Gadget</description>
+  <portlet id="Pitchforknewsandreviewsfor90DayMenGadget">
+    <portlet-name>Pitchforknewsandreviewsfor90DayMenGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for 90 Day Men Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Auto Payment Comparison Calculator </value>
+      <value>Pitchfork news and reviews for 90 Day Men</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/apcomp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_90_Day_Men&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/apcomp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_90_Day_Men</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9385,29 +9385,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Auto Payment Comparison Calculator </title>
-      <short-title>Auto Payment Comparison Calculator </short-title>
+      <title>Pitchfork news and reviews for 90 Day Men</title>
+      <short-title>Pitchfork news and reviews for 90 Day Men</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PopularYouTubeVideosGadget">
-    <portlet-name>PopularYouTubeVideosGadget</portlet-name>
-    <display-name>Popular You Tube Videos</display-name>
-    <description>Google Gadgets: Popular You Tube Videos Gadget</description>
+  <portlet id="SlipknotMetalGadget">
+    <portlet-name>SlipknotMetalGadget</portlet-name>
+    <display-name>Slipknot Metal</display-name>
+    <description>Google Gadgets: Slipknot Metal Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Popular You Tube Videos</value>
+      <value>Slipknot Metal</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/youtubeNew1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010082917015916817028/cse/gcayhqepkam/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/youtubeNew1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010082917015916817028/cse/gcayhqepkam/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9418,29 +9418,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Popular You Tube Videos</title>
-      <short-title>Popular You Tube Videos</short-title>
+      <title>Slipknot Metal</title>
+      <short-title>Slipknot Metal</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArtofLivingGadget">
-    <portlet-name>ArtofLivingGadget</portlet-name>
-    <display-name>Art of Living</display-name>
-    <description>Google Gadgets: Art of Living Gadget</description>
+  <portlet id="SearchEbayGadget">
+    <portlet-name>SearchEbayGadget</portlet-name>
+    <display-name>Search Ebay</display-name>
+    <description>Google Gadgets: Search Ebay Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Art of Living</value>
+      <value>Search Ebay</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007526199449893407213/cse/ydxhkkombc0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/ebay.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/007526199449893407213/cse/ydxhkkombc0/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/ebay.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9451,29 +9451,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Art of Living</title>
-      <short-title>Art of Living</short-title>
+      <title>Search Ebay</title>
+      <short-title>Search Ebay</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GardenGadgetGadget">
-    <portlet-name>GardenGadgetGadget</portlet-name>
-    <display-name>Garden Gadget</display-name>
-    <description>Google Gadgets: Garden Gadget Gadget</description>
+  <portlet id="HarryPotterGadget">
+    <portlet-name>HarryPotterGadget</portlet-name>
+    <display-name>Harry Potter</display-name>
+    <description>Google Gadgets: Harry Potter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Garden Gadget</value>
+      <value>Harry Potter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gardenlistings.com/GardenGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101706690421006061850%26mid%3D85%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gardenlistings.com/GardenGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D101706690421006061850%26mid%3D85%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9484,29 +9484,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Garden Gadget</title>
-      <short-title>Garden Gadget</short-title>
+      <title>Harry Potter</title>
+      <short-title>Harry Potter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyHoroscopeGadget">
-    <portlet-name>DailyHoroscopeGadget</portlet-name>
-    <display-name>Daily Horoscope</display-name>
-    <description>Google Gadgets: Daily Horoscope Gadget</description>
+  <portlet id="SaintoftheDayGadget">
+    <portlet-name>SaintoftheDayGadget</portlet-name>
+    <display-name>Saint of the Day</display-name>
+    <description>Google Gadgets: Saint of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Horoscope</value>
+      <value>Saint of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.astroyogi.com/horoscopedaily.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.avemich.org/saints_ig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.astroyogi.com/horoscopedaily.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.avemich.org/saints_ig.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9517,29 +9517,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Horoscope</title>
-      <short-title>Daily Horoscope</short-title>
+      <title>Saint of the Day</title>
+      <short-title>Saint of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="sweetsweetssearchingGadget">
-    <portlet-name>sweetsweetssearchingGadget</portlet-name>
-    <display-name>sweet sweets searching</display-name>
-    <description>Google Gadgets: sweet sweets searching Gadget</description>
+  <portlet id="MyBirthdayGadget">
+    <portlet-name>MyBirthdayGadget</portlet-name>
+    <display-name>My Birthday</display-name>
+    <description>Google Gadgets: My Birthday Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>sweet sweets searching</value>
+      <value>My Birthday</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002622238555709464970/cse/_-tjgyfktts/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101302478668762013048%26mid%3D86%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002622238555709464970/cse/_-tjgyfktts/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D101302478668762013048%26mid%3D86%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9550,29 +9550,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>sweet sweets searching</title>
-      <short-title>sweet sweets searching</short-title>
+      <title>My Birthday</title>
+      <short-title>My Birthday</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RefreshingLovelyQuotesGadget">
-    <portlet-name>RefreshingLovelyQuotesGadget</portlet-name>
-    <display-name>Refreshing Lovely Quotes </display-name>
-    <description>Google Gadgets: Refreshing Lovely Quotes  Gadget</description>
+  <portlet id="NewAdventGadget">
+    <portlet-name>NewAdventGadget</portlet-name>
+    <display-name>New Advent</display-name>
+    <description>Google Gadgets: New Advent Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Refreshing Lovely Quotes </value>
+      <value>New Advent</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nefunda.com/gig/randomjokeGIG.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000299817191393086628/cse/ifmbhlr-8x0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nefunda.com/gig/randomjokeGIG.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/000299817191393086628/cse/ifmbhlr-8x0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9583,29 +9583,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Refreshing Lovely Quotes </title>
-      <short-title>Refreshing Lovely Quotes </short-title>
+      <title>New Advent</title>
+      <short-title>New Advent</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MakeMoneyOnlineTop10Gadget">
-    <portlet-name>MakeMoneyOnlineTop10Gadget</portlet-name>
-    <display-name>Make Money Online - Top 10</display-name>
-    <description>Google Gadgets: Make Money Online - Top 10 Gadget</description>
+  <portlet id="RecommendedCalorieBreakdownCalculatorbyBizCalcscomGadget">
+    <portlet-name>RecommendedCalorieBreakdownCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Recommended Calorie Breakdo...</display-name>
+    <description>Google Gadgets: Recommended Calorie Breakdown Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Make Money Online - Top 10</value>
+      <value>Recommended Calorie Breakdown Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.goaffiliateprograms.com/pod-money-top-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/calorie-breakdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.goaffiliateprograms.com/pod-money-top-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/calorie-breakdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9616,29 +9616,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Make Money Online - Top 10</title>
-      <short-title>Make Money Online - Top 10</short-title>
+      <title>Recommended Calorie Breakdown Calculator by BizCalcs.com</title>
+      <short-title>Recommended Calorie Breakdown Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AndyampBron39sWeddingGadget">
-    <portlet-name>AndyampBron39sWeddingGadget</portlet-name>
-    <display-name>Andy &amp; Bron&#39;s Wedding</display-name>
-    <description>Google Gadgets: Andy &amp; Bron&#39;s Wedding Gadget</description>
+  <portlet id="NewMysteryBookReleasesGadget">
+    <portlet-name>NewMysteryBookReleasesGadget</portlet-name>
+    <display-name>New Mystery Book Releases</display-name>
+    <description>Google Gadgets: New Mystery Book Releases Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Andy &amp; Bron&#39;s Wedding</value>
+      <value>New Mystery Book Releases</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D107349297500051710650%26mid%3D4%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/books/mystery/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D107349297500051710650%26mid%3D4%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/books/mystery/new.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9649,29 +9649,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Andy &amp; Bron&#39;s Wedding</title>
-      <short-title>Andy &amp; Bron&#39;s Wedding</short-title>
+      <title>New Mystery Book Releases</title>
+      <short-title>New Mystery Book Releases</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FocusDailyBroadcastGadget">
-    <portlet-name>FocusDailyBroadcastGadget</portlet-name>
-    <display-name>Focus Daily Broadcast</display-name>
-    <description>Google Gadgets: Focus Daily Broadcast Gadget</description>
+  <portlet id="AussieRecipesGadget">
+    <portlet-name>AussieRecipesGadget</portlet-name>
+    <display-name>Aussie Recipes</display-name>
+    <description>Google Gadgets: Aussie Recipes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Focus Daily Broadcast</value>
+      <value>Aussie Recipes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cahillinteractive.com/xml/google/focus-daily-broadcast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aussiecooking.com.au/recipes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cahillinteractive.com/xml/google/focus-daily-broadcast.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aussiecooking.com.au/recipes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9682,29 +9682,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Focus Daily Broadcast</title>
-      <short-title>Focus Daily Broadcast</short-title>
+      <title>Aussie Recipes</title>
+      <short-title>Aussie Recipes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewRockMusicReleasesGadget">
-    <portlet-name>NewRockMusicReleasesGadget</portlet-name>
-    <display-name>New Rock Music Releases</display-name>
-    <description>Google Gadgets: New Rock Music Releases Gadget</description>
+  <portlet id="iVillageDailyBlabberGadget">
+    <portlet-name>iVillageDailyBlabberGadget</portlet-name>
+    <display-name>iVillage Daily Blabber</display-name>
+    <description>Google Gadgets: iVillage Daily Blabber Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>New Rock Music Releases</value>
+      <value>iVillage Daily Blabber</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/music/rock/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/469e160e75101054/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/music/rock/new.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/469e160e75101054/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9715,29 +9715,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>New Rock Music Releases</title>
-      <short-title>New Rock Music Releases</short-title>
+      <title>iVillage Daily Blabber</title>
+      <short-title>iVillage Daily Blabber</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SecondLifeStatsGadget">
-    <portlet-name>SecondLifeStatsGadget</portlet-name>
-    <display-name>Second Life Stats</display-name>
-    <description>Google Gadgets: Second Life Stats Gadget</description>
+  <portlet id="AlbertEinsteinquotesGadget">
+    <portlet-name>AlbertEinsteinquotesGadget</portlet-name>
+    <display-name>Albert Einstein quotes</display-name>
+    <description>Google Gadgets: Albert Einstein quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Second Life Stats</value>
+      <value>Albert Einstein quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tkdtkd77.web.fc2.com/sl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bbs.cnnas.com/igoogle/einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tkdtkd77.web.fc2.com/sl.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bbs.cnnas.com/igoogle/einstein.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9748,29 +9748,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Second Life Stats</title>
-      <short-title>Second Life Stats</short-title>
+      <title>Albert Einstein quotes</title>
+      <short-title>Albert Einstein quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SimpsonsMillionaireGadget">
-    <portlet-name>SimpsonsMillionaireGadget</portlet-name>
-    <display-name>Simpsons Millionaire</display-name>
-    <description>Google Gadgets: Simpsons Millionaire Gadget</description>
+  <portlet id="EverythingCaribbeanSearchGadget">
+    <portlet-name>EverythingCaribbeanSearchGadget</portlet-name>
+    <display-name>Everything Caribbean Search</display-name>
+    <description>Google Gadgets: Everything Caribbean Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Simpsons Millionaire</value>
+      <value>Everything Caribbean Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/simpsons_mill.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009918336587057593825/cse/fpx8ja4s6l0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/simpsons_mill.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009918336587057593825/cse/fpx8ja4s6l0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9781,29 +9781,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Simpsons Millionaire</title>
-      <short-title>Simpsons Millionaire</short-title>
+      <title>Everything Caribbean Search</title>
+      <short-title>Everything Caribbean Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AaaawThecutestpicturesonEarthGadget">
-    <portlet-name>AaaawThecutestpicturesonEarthGadget</portlet-name>
-    <display-name>Aaaaw... The cutest pictures on Earth</display-name>
-    <description>Google Gadgets: Aaaaw... The cutest pictures on Earth Gadget</description>
+  <portlet id="LoanInterestRateCalculatorbyBizCalcscomGadget">
+    <portlet-name>LoanInterestRateCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Loan Interest Rate Calculat...</display-name>
+    <description>Google Gadgets: Loan Interest Rate Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Aaaaw... The cutest pictures on Earth</value>
+      <value>Loan Interest Rate Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cutest.snapsoid.com/feed/googlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Simple-Loan-Rate.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cutest.snapsoid.com/feed/googlegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Simple-Loan-Rate.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9814,29 +9814,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Aaaaw... The cutest pictures on Earth</title>
-      <short-title>Aaaaw... The cutest pictures on Earth</short-title>
+      <title>Loan Interest Rate Calculator by BizCalcs.com</title>
+      <short-title>Loan Interest Rate Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CurrentMoonSignGadget">
-    <portlet-name>CurrentMoonSignGadget</portlet-name>
-    <display-name>Current Moon Sign</display-name>
-    <description>Google Gadgets: Current Moon Sign Gadget</description>
+  <portlet id="PetAssureDailyCalendarGadget">
+    <portlet-name>PetAssureDailyCalendarGadget</portlet-name>
+    <display-name>Pet Assure Daily Calendar</display-name>
+    <description>Google Gadgets: Pet Assure Daily Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Current Moon Sign</value>
+      <value>Pet Assure Daily Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lunarium.co.uk/gadgets/moon-sign-now.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.petassure.com/pa/petcalendar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lunarium.co.uk/gadgets/moon-sign-now.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.petassure.com/pa/petcalendar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9847,29 +9847,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Current Moon Sign</title>
-      <short-title>Current Moon Sign</short-title>
+      <title>Pet Assure Daily Calendar</title>
+      <short-title>Pet Assure Daily Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YoumightbeaREDNECKifGadget">
-    <portlet-name>YoumightbeaREDNECKifGadget</portlet-name>
-    <display-name>You might be a REDNECK if...</display-name>
-    <description>Google Gadgets: You might be a REDNECK if... Gadget</description>
+  <portlet id="NasaPhotosoftheDayGadget">
+    <portlet-name>NasaPhotosoftheDayGadget</portlet-name>
+    <display-name>Nasa Photos of the Day</display-name>
+    <description>Google Gadgets: Nasa Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>You might be a REDNECK if...</value>
+      <value>Nasa Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/foxworthy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.googlepages.com/nasa-photos2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/foxworthy.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.googlepages.com/nasa-photos2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9880,29 +9880,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>You might be a REDNECK if...</title>
-      <short-title>You might be a REDNECK if...</short-title>
+      <title>Nasa Photos of the Day</title>
+      <short-title>Nasa Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyFashionableGadgetNewsandTrendsGadget">
-    <portlet-name>DailyFashionableGadgetNewsandTrendsGadget</portlet-name>
-    <display-name>Daily Fashionable Gadget News and Trends</display-name>
-    <description>Google Gadgets: Daily Fashionable Gadget News and Trends Gadget</description>
+  <portlet id="PresidentialQuotesGadget">
+    <portlet-name>PresidentialQuotesGadget</portlet-name>
+    <display-name>Presidential Quotes</display-name>
+    <description>Google Gadgets: Presidential Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Fashionable Gadget News and Trends</value>
+      <value>Presidential Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.trendygadget.com/trendygadget_googlegadget_01.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/PresidentialQuotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.trendygadget.com/trendygadget_googlegadget_01.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/PresidentialQuotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9913,8 +9913,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Fashionable Gadget News and Trends</title>
-      <short-title>Daily Fashionable Gadget News and Trends</short-title>
+      <title>Presidential Quotes</title>
+      <short-title>Presidential Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>

Modified: googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/googlegadgets-new/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 21:12:08 UTC (rev 746)
@@ -19,23 +19,23 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
 
-  <portlet id="TopNewsGadget">
-    <portlet-name>TopNewsGadget</portlet-name>
-    <display-name>Top News</display-name>
-    <description>Google Gadgets: Top News Gadget</description>
+  <portlet id="CalorieCalculatorGadget">
+    <portlet-name>CalorieCalculatorGadget</portlet-name>
+    <display-name>Calorie Calculator</display-name>
+    <description>Google Gadgets: Calorie Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Top News</value>
+      <value>Calorie Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/news/news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/calories/calories.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/news/news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/calories/calories.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -46,29 +46,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Top News</title>
-      <short-title>Top News</short-title>
+      <title>Calorie Calculator</title>
+      <short-title>Calorie Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VirtualAquariumGadget">
-    <portlet-name>VirtualAquariumGadget</portlet-name>
-    <display-name>Virtual Aquarium</display-name>
-    <description>Google Gadgets: Virtual Aquarium Gadget</description>
+  <portlet id="wEbmEssAgEsGLOBALGadget">
+    <portlet-name>wEbmEssAgEsGLOBALGadget</portlet-name>
+    <display-name>wEb mEssAgEs (GLOBAL)</display-name>
+    <description>Google Gadgets: wEb mEssAgEs (GLOBAL) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Virtual Aquarium</value>
+      <value>wEb mEssAgEs (GLOBAL)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/aquarium.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://papa.det.uvigo.es/~webmessages/webmessages_global.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lsmith2004.googlepages.com/aquarium.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://papa.det.uvigo.es/~webmessages/webmessages_global.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -79,29 +79,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Virtual Aquarium</title>
-      <short-title>Virtual Aquarium</short-title>
+      <title>wEb mEssAgEs (GLOBAL)</title>
+      <short-title>wEb mEssAgEs (GLOBAL)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FishGadget">
-    <portlet-name>FishGadget</portlet-name>
-    <display-name>Fish</display-name>
-    <description>Google Gadgets: Fish Gadget</description>
+  <portlet id="CoolCalendarGadget">
+    <portlet-name>CoolCalendarGadget</portlet-name>
+    <display-name>CoolCalendar</display-name>
+    <description>Google Gadgets: CoolCalendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fish</value>
+      <value>CoolCalendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fishgadget.googlecode.com/svn/trunk/fish.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/111357399372471521016/coolcalendar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fishgadget.googlecode.com/svn/trunk/fish.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/111357399372471521016/coolcalendar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -112,29 +112,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fish</title>
-      <short-title>Fish</short-title>
+      <title>CoolCalendar</title>
+      <short-title>CoolCalendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouTubeSearchGadget">
-    <portlet-name>YouTubeSearchGadget</portlet-name>
-    <display-name>YouTube Search</display-name>
-    <description>Google Gadgets: YouTube Search Gadget</description>
+  <portlet id="MySweet16GameGadget">
+    <portlet-name>MySweet16GameGadget</portlet-name>
+    <display-name>My Sweet 16 Game</display-name>
+    <description>Google Gadgets: My Sweet 16 Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>YouTube Search</value>
+      <value>My Sweet 16 Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://picomitchell.googlepages.com/youtubesearch_module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/My-Sweet-16-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://picomitchell.googlepages.com/youtubesearch_module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/My-Sweet-16-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -145,29 +145,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>YouTube Search</title>
-      <short-title>YouTube Search</short-title>
+      <title>My Sweet 16 Game</title>
+      <short-title>My Sweet 16 Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WikipediaPhotooftheDayGadget">
-    <portlet-name>WikipediaPhotooftheDayGadget</portlet-name>
-    <display-name>Wikipedia Photo of the Day</display-name>
-    <description>Google Gadgets: Wikipedia Photo of the Day Gadget</description>
+  <portlet id="TurtlebridgeGadget">
+    <portlet-name>TurtlebridgeGadget</portlet-name>
+    <display-name>Turtle bridge</display-name>
+    <description>Google Gadgets: Turtle bridge Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wikipedia Photo of the Day</value>
+      <value>Turtle bridge</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://drbeagledotcom.googlepages.com/wppod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.funnytake.net/ggad/games/turtlebridge.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://drbeagledotcom.googlepages.com/wppod.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.funnytake.net/ggad/games/turtlebridge.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -178,29 +178,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wikipedia Photo of the Day</title>
-      <short-title>Wikipedia Photo of the Day</short-title>
+      <title>Turtle bridge</title>
+      <short-title>Turtle bridge</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MP3PlayerGadget">
-    <portlet-name>MP3PlayerGadget</portlet-name>
-    <display-name>MP3 Player</display-name>
-    <description>Google Gadgets: MP3 Player Gadget</description>
+  <portlet id="7SeasEstatesGadget">
+    <portlet-name>7SeasEstatesGadget</portlet-name>
+    <display-name>7 Seas Estates</display-name>
+    <description>Google Gadgets: 7 Seas Estates Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MP3 Player</value>
+      <value>7 Seas Estates</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D190%26xwidth%3D310%26mininame%3Dmp3%26buildnumber%3D1%252E5%252E5%252E6%26title%3DMP3%2520Player%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Amp3%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fmp3%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/7seasestates.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D190%26xwidth%3D310%26mininame%3Dmp3%26buildnumber%3D1%252E5%252E5%252E6%26title%3DMP3%2520Player%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Amp3%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fmp3%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/7seasestates.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -211,29 +211,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MP3 Player</title>
-      <short-title>MP3 Player</short-title>
+      <title>7 Seas Estates</title>
+      <short-title>7 Seas Estates</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LeadershipQuoteoftheDayGadget">
-    <portlet-name>LeadershipQuoteoftheDayGadget</portlet-name>
-    <display-name>Leadership Quote of the Day</display-name>
-    <description>Google Gadgets: Leadership Quote of the Day Gadget</description>
+  <portlet id="SISwimsuitModeloftheDayGadget">
+    <portlet-name>SISwimsuitModeloftheDayGadget</portlet-name>
+    <display-name>SI Swimsuit Model of the Day</display-name>
+    <description>Google Gadgets: SI Swimsuit Model of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Leadership Quote of the Day</value>
+      <value>SI Swimsuit Model of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/leadership.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://si.swimsuit.model.googlepages.com/si-3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/leadership.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://si.swimsuit.model.googlepages.com/si-3.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -244,29 +244,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Leadership Quote of the Day</title>
-      <short-title>Leadership Quote of the Day</short-title>
+      <title>SI Swimsuit Model of the Day</title>
+      <short-title>SI Swimsuit Model of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WisDumboftheDayGadget">
-    <portlet-name>WisDumboftheDayGadget</portlet-name>
-    <display-name>WisDumb of the Day</display-name>
-    <description>Google Gadgets: WisDumb of the Day Gadget</description>
+  <portlet id="MyFavoriteYoutubeVideosGadget">
+    <portlet-name>MyFavoriteYoutubeVideosGadget</portlet-name>
+    <display-name>My Favorite Youtube Videos</display-name>
+    <description>Google Gadgets: My Favorite Youtube Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WisDumb of the Day</value>
+      <value>My Favorite Youtube Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110319140606849944695%26mid%3D77%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111515963030603690018%26mid%3D135%26url%3Dgm_youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D110319140606849944695%26mid%3D77%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111515963030603690018%26mid%3D135%26url%3Dgm_youtube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -277,29 +277,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WisDumb of the Day</title>
-      <short-title>WisDumb of the Day</short-title>
+      <title>My Favorite Youtube Videos</title>
+      <short-title>My Favorite Youtube Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomQuoteoftheWeekGadget">
-    <portlet-name>RandomQuoteoftheWeekGadget</portlet-name>
-    <display-name>Random Quote of the Week</display-name>
-    <description>Google Gadgets: Random Quote of the Week Gadget</description>
+  <portlet id="QuoteoftheDayGadget">
+    <portlet-name>QuoteoftheDayGadget</portlet-name>
+    <display-name>Quote of the Day</display-name>
+    <description>Google Gadgets: Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Quote of the Week</value>
+      <value>Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D103712759365122293428%26mid%3D29%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D107494619506935595537%26mid%3D10%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D103712759365122293428%26mid%3D29%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D107494619506935595537%26mid%3D10%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -310,29 +310,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Quote of the Week</title>
-      <short-title>Random Quote of the Week</short-title>
+      <title>Quote of the Day</title>
+      <short-title>Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YoumightbeaREDNECKifGadget">
-    <portlet-name>YoumightbeaREDNECKifGadget</portlet-name>
-    <display-name>You might be a REDNECK if...</display-name>
-    <description>Google Gadgets: You might be a REDNECK if... Gadget</description>
+  <portlet id="MyFavSongsThisWeekGadget">
+    <portlet-name>MyFavSongsThisWeekGadget</portlet-name>
+    <display-name>My Fav Songs This Week</display-name>
+    <description>Google Gadgets: My Fav Songs This Week Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>You might be a REDNECK if...</value>
+      <value>My Fav Songs This Week</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/foxworthy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110156166044165206857%26mid%3D37%26url%3Dgm_list.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/foxworthy.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D110156166044165206857%26mid%3D37%26url%3Dgm_list.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -343,29 +343,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>You might be a REDNECK if...</title>
-      <short-title>You might be a REDNECK if...</short-title>
+      <title>My Fav Songs This Week</title>
+      <short-title>My Fav Songs This Week</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SnowyPuzzleIslandsfromAlawarcomGadget">
-    <portlet-name>SnowyPuzzleIslandsfromAlawarcomGadget</portlet-name>
-    <display-name>Snowy Puzzle Islands from Alawar.com</display-name>
-    <description>Google Gadgets: Snowy Puzzle Islands from Alawar.com Gadget</description>
+  <portlet id="GetTranslationGadget">
+    <portlet-name>GetTranslationGadget</portlet-name>
+    <display-name>Get Translation</display-name>
+    <description>Google Gadgets: Get Translation Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Snowy Puzzle Islands from Alawar.com</value>
+      <value>Get Translation</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://public.alawar.com/vitos/google/new/snowypi.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110301441235730775478/translator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://public.alawar.com/vitos/google/new/snowypi.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110301441235730775478/translator.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -376,29 +376,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Snowy Puzzle Islands from Alawar.com</title>
-      <short-title>Snowy Puzzle Islands from Alawar.com</short-title>
+      <title>Get Translation</title>
+      <short-title>Get Translation</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchGadget">
-    <portlet-name>SearchGadget</portlet-name>
-    <display-name>Search</display-name>
-    <description>Google Gadgets: Search Gadget</description>
+  <portlet id="TranslatorGadget">
+    <portlet-name>TranslatorGadget</portlet-name>
+    <display-name>Translator</display-name>
+    <description>Google Gadgets: Translator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search</value>
+      <value>Translator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005471282943737968194/cse/i2be27x4l1u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110301441235730775478/translator2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005471282943737968194/cse/i2be27x4l1u/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110301441235730775478/translator2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -409,29 +409,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search</title>
-      <short-title>Search</short-title>
+      <title>Translator</title>
+      <short-title>Translator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PopularNintendoWiiGamesoftheHourGadget">
-    <portlet-name>PopularNintendoWiiGamesoftheHourGadget</portlet-name>
-    <display-name>Popular Nintendo Wii Games of the Hour</display-name>
-    <description>Google Gadgets: Popular Nintendo Wii Games of the Hour Gadget</description>
+  <portlet id="TheWeeklyAshGadget">
+    <portlet-name>TheWeeklyAshGadget</portlet-name>
+    <display-name>The Weekly Ash!!!!!!!!!!!!!...</display-name>
+    <description>Google Gadgets: The Weekly Ash!!!!!!!!!!!!!!!!!!! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Popular Nintendo Wii Games of the Hour</value>
+      <value>The Weekly Ash!!!!!!!!!!!!!!!!!!!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/games/wii/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105014323261634464967%26mid%3D91%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/games/wii/</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D105014323261634464967%26mid%3D91%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -442,29 +442,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Popular Nintendo Wii Games of the Hour</title>
-      <short-title>Popular Nintendo Wii Games of the Hour</short-title>
+      <title>The Weekly Ash!!!!!!!!!!!!!!!!!!!</title>
+      <short-title>The Weekly Ash!!!!!!!!!!!!!!!!!!!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheChaosLordGadget">
-    <portlet-name>TheChaosLordGadget</portlet-name>
-    <display-name>-.- The Chaos Lord -.-</display-name>
-    <description>Google Gadgets: -.- The Chaos Lord -.- Gadget</description>
+  <portlet id="InspectorWombatGadget">
+    <portlet-name>InspectorWombatGadget</portlet-name>
+    <display-name>Inspector Wombat</display-name>
+    <description>Google Gadgets: Inspector Wombat Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>-.- The Chaos Lord -.-</value>
+      <value>Inspector Wombat</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D107147640713451362521%26mid%3D94%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/InspectorWombat.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D107147640713451362521%26mid%3D94%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/InspectorWombat.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -475,29 +475,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>-.- The Chaos Lord -.-</title>
-      <short-title>-.- The Chaos Lord -.-</short-title>
+      <title>Inspector Wombat</title>
+      <short-title>Inspector Wombat</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Today39sWootGadget">
-    <portlet-name>Today39sWootGadget</portlet-name>
-    <display-name>Today&#39;s Woot</display-name>
-    <description>Google Gadgets: Today&#39;s Woot Gadget</description>
+  <portlet id="NasaPhotosoftheDayGadget">
+    <portlet-name>NasaPhotosoftheDayGadget</portlet-name>
+    <display-name>Nasa Photos of the Day</display-name>
+    <description>Google Gadgets: Nasa Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Today&#39;s Woot</value>
+      <value>Nasa Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/376175/D404091820851643822&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.googlepages.com/nasa-photos2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/376175/D404091820851643822</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.googlepages.com/nasa-photos2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -508,29 +508,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Today&#39;s Woot</title>
-      <short-title>Today&#39;s Woot</short-title>
+      <title>Nasa Photos of the Day</title>
+      <short-title>Nasa Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="wwwisrradiocomGadget">
-    <portlet-name>wwwisrradiocomGadget</portlet-name>
-    <display-name>www.isr-radio.com</display-name>
-    <description>Google Gadgets: www.isr-radio.com Gadget</description>
+  <portlet id="MagicalFairySnapshotGadget">
+    <portlet-name>MagicalFairySnapshotGadget</portlet-name>
+    <display-name>Magical Fairy Snapshot</display-name>
+    <description>Google Gadgets: Magical Fairy Snapshot Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>www.isr-radio.com</value>
+      <value>Magical Fairy Snapshot</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001798320672177892428/cse/iaux5nabveg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gotoscience.com/gadgets/Gadget-Magial-Fairy-Snapshot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001798320672177892428/cse/iaux5nabveg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gotoscience.com/gadgets/Gadget-Magial-Fairy-Snapshot.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -541,29 +541,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>www.isr-radio.com</title>
-      <short-title>www.isr-radio.com</short-title>
+      <title>Magical Fairy Snapshot</title>
+      <short-title>Magical Fairy Snapshot</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlyCatcherGadget">
-    <portlet-name>FlyCatcherGadget</portlet-name>
-    <display-name>Fly Catcher</display-name>
-    <description>Google Gadgets: Fly Catcher Gadget</description>
+  <portlet id="RubikCubeGadget">
+    <portlet-name>RubikCubeGadget</portlet-name>
+    <display-name>Rubik Cube  </display-name>
+    <description>Google Gadgets: Rubik Cube   Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fly Catcher</value>
+      <value>Rubik Cube  </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/flycatcher.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110653391129218867846/rubikcube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/flycatcher.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110653391129218867846/rubikcube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -574,29 +574,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fly Catcher</title>
-      <short-title>Fly Catcher</short-title>
+      <title>Rubik Cube  </title>
+      <short-title>Rubik Cube  </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheLiblogsSearchEngineGadget">
-    <portlet-name>TheLiblogsSearchEngineGadget</portlet-name>
-    <display-name>The Liblogs Search Engine</display-name>
-    <description>Google Gadgets: The Liblogs Search Engine Gadget</description>
+  <portlet id="FlashmanpacmanGadget">
+    <portlet-name>FlashmanpacmanGadget</portlet-name>
+    <display-name>Flashman pacman  </display-name>
+    <description>Google Gadgets: Flashman pacman   Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Liblogs Search Engine</value>
+      <value>Flashman pacman  </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/006529462103597732802/cse/8olfswddwqg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110653391129218867846/flashman.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/006529462103597732802/cse/8olfswddwqg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110653391129218867846/flashman.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -607,29 +607,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Liblogs Search Engine</title>
-      <short-title>The Liblogs Search Engine</short-title>
+      <title>Flashman pacman  </title>
+      <short-title>Flashman pacman  </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchthequotFreeBiologyBookquotGadget">
-    <portlet-name>SearchthequotFreeBiologyBookquotGadget</portlet-name>
-    <display-name>Search the &quot;Free Biology Book&quot;</display-name>
-    <description>Google Gadgets: Search the &quot;Free Biology Book&quot; Gadget</description>
+  <portlet id="5CardDrawGadget">
+    <portlet-name>5CardDrawGadget</portlet-name>
+    <display-name>5 Card Draw</display-name>
+    <description>Google Gadgets: 5 Card Draw Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search the &quot;Free Biology Book&quot;</value>
+      <value>5 Card Draw</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018209202194507862835/cse/7iu807dxoyw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/5carddraw1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/018209202194507862835/cse/7iu807dxoyw/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/5carddraw1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -640,29 +640,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search the &quot;Free Biology Book&quot;</title>
-      <short-title>Search the &quot;Free Biology Book&quot;</short-title>
+      <title>5 Card Draw</title>
+      <short-title>5 Card Draw</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SaskSearchGadget">
-    <portlet-name>SaskSearchGadget</portlet-name>
-    <display-name>SaskSearch</display-name>
-    <description>Google Gadgets: SaskSearch Gadget</description>
+  <portlet id="PitchforknewsandreviewsforXBXRXGadget">
+    <portlet-name>PitchforknewsandreviewsforXBXRXGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for XBXRX Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SaskSearch</value>
+      <value>Pitchfork news and reviews for XBXRX</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016775909810522533717/cse/cfidqxid6fa/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_XBXRX&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016775909810522533717/cse/cfidqxid6fa/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_XBXRX</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -673,29 +673,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SaskSearch</title>
-      <short-title>SaskSearch</short-title>
+      <title>Pitchfork news and reviews for XBXRX</title>
+      <short-title>Pitchfork news and reviews for XBXRX</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BalloonHunterGadget">
-    <portlet-name>BalloonHunterGadget</portlet-name>
-    <display-name>Balloon Hunter</display-name>
-    <description>Google Gadgets: Balloon Hunter Gadget</description>
+  <portlet id="PitchforknewsandreviewsforTTCGadget">
+    <portlet-name>PitchforknewsandreviewsforTTCGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for TTC Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Balloon Hunter</value>
+      <value>Pitchfork news and reviews for TTC</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/balloonhunter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_TTC&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/balloonhunter.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_TTC</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -706,29 +706,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Balloon Hunter</title>
-      <short-title>Balloon Hunter</short-title>
+      <title>Pitchfork news and reviews for TTC</title>
+      <short-title>Pitchfork news and reviews for TTC</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="thequasidailyampGadget">
-    <portlet-name>thequasidailyampGadget</portlet-name>
-    <display-name>the (quasi) daily amp</display-name>
-    <description>Google Gadgets: the (quasi) daily amp Gadget</description>
+  <portlet id="PitchforknewsandreviewsforSixbySevenGadget">
+    <portlet-name>PitchforknewsandreviewsforSixbySevenGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Six by Seven Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>the (quasi) daily amp</value>
+      <value>Pitchfork news and reviews for Six by Seven</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104868940824303993166%26mid%3D88%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Six_by_Seven&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D104868940824303993166%26mid%3D88%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Six_by_Seven</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -739,29 +739,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>the (quasi) daily amp</title>
-      <short-title>the (quasi) daily amp</short-title>
+      <title>Pitchfork news and reviews for Six by Seven</title>
+      <short-title>Pitchfork news and reviews for Six by Seven</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheOfficeQuoteoftheDayGadget">
-    <portlet-name>TheOfficeQuoteoftheDayGadget</portlet-name>
-    <display-name>The Office Quote of the Day</display-name>
-    <description>Google Gadgets: The Office Quote of the Day Gadget</description>
+  <portlet id="CFSearchEnginecomColdfusionCFMLSearchEngineGadget">
+    <portlet-name>CFSearchEnginecomColdfusionCFMLSearchEngineGadget</portlet-name>
+    <display-name>CFSearchEngine.com: Coldfus...</display-name>
+    <description>Google Gadgets: CFSearchEngine.com: Coldfusion (CFML) Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Office Quote of the Day</value>
+      <value>CFSearchEngine.com: Coldfusion (CFML) Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.toolbarexpressway.com/the-office-tv-series.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016470950001878139406/cse/ttj6oz4dukc/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.toolbarexpressway.com/the-office-tv-series.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016470950001878139406/cse/ttj6oz4dukc/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -772,29 +772,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Office Quote of the Day</title>
-      <short-title>The Office Quote of the Day</short-title>
+      <title>CFSearchEngine.com: Coldfusion (CFML) Search Engine</title>
+      <short-title>CFSearchEngine.com: Coldfusion (CFML) Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailySportsHistoryGadget">
-    <portlet-name>DailySportsHistoryGadget</portlet-name>
-    <display-name>Daily Sports History</display-name>
-    <description>Google Gadgets: Daily Sports History Gadget</description>
+  <portlet id="MyPortfolioStockQuoteChartGadget">
+    <portlet-name>MyPortfolioStockQuoteChartGadget</portlet-name>
+    <display-name>My Portfolio Stock Quote Chart</display-name>
+    <description>Google Gadgets: My Portfolio Stock Quote Chart Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Sports History</value>
+      <value>My Portfolio Stock Quote Chart</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.on-this-day.com/rss/gadget-sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tigersyard.com/gadgets/stock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.on-this-day.com/rss/gadget-sports.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tigersyard.com/gadgets/stock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -805,29 +805,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Sports History</title>
-      <short-title>Daily Sports History</short-title>
+      <title>My Portfolio Stock Quote Chart</title>
+      <short-title>My Portfolio Stock Quote Chart</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GillenonthegoGadget">
-    <portlet-name>GillenonthegoGadget</portlet-name>
-    <display-name>Gillen! on the go</display-name>
-    <description>Google Gadgets: Gillen! on the go Gadget</description>
+  <portlet id="NewYorkTimesBooksGadget">
+    <portlet-name>NewYorkTimesBooksGadget</portlet-name>
+    <display-name>New York Times: Books</display-name>
+    <description>Google Gadgets: New York Times: Books Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gillen! on the go</value>
+      <value>New York Times: Books</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109017984541559183704%26mid%3D68%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-books.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D109017984541559183704%26mid%3D68%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-books.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -838,29 +838,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gillen! on the go</title>
-      <short-title>Gillen! on the go</short-title>
+      <title>New York Times: Books</title>
+      <short-title>New York Times: Books</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FandangoMovieListerGadget">
-    <portlet-name>FandangoMovieListerGadget</portlet-name>
-    <display-name>Fandango Movie Lister</display-name>
-    <description>Google Gadgets: Fandango Movie Lister Gadget</description>
+  <portlet id="MiniclipGameGalacticWarriorGadget">
+    <portlet-name>MiniclipGameGalacticWarriorGadget</portlet-name>
+    <display-name>Miniclip Game - Galactic Wa...</display-name>
+    <description>Google Gadgets: Miniclip Game - Galactic Warrior Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fandango Movie Lister</value>
+      <value>Miniclip Game - Galactic Warrior</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rob.iverson.googlepages.com/fandango.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/galactic-warrior/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rob.iverson.googlepages.com/fandango.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/galactic-warrior/en/google-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -871,29 +871,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fandango Movie Lister</title>
-      <short-title>Fandango Movie Lister</short-title>
+      <title>Miniclip Game - Galactic Warrior</title>
+      <short-title>Miniclip Game - Galactic Warrior</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDailyDEBDIARY2007Gadget">
-    <portlet-name>TheDailyDEBDIARY2007Gadget</portlet-name>
-    <display-name>The Daily DEB DIARY 2007</display-name>
-    <description>Google Gadgets: The Daily DEB DIARY 2007 Gadget</description>
+  <portlet id="BuycomSearchGadget">
+    <portlet-name>BuycomSearchGadget</portlet-name>
+    <display-name>Buy.com Search</display-name>
+    <description>Google Gadgets: Buy.com Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Daily DEB DIARY 2007</value>
+      <value>Buy.com Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101998196120352844104%26mid%3D36%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://n79.org/modules/buySearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D101998196120352844104%26mid%3D36%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://n79.org/modules/buySearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -904,29 +904,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Daily DEB DIARY 2007</title>
-      <short-title>The Daily DEB DIARY 2007</short-title>
+      <title>Buy.com Search</title>
+      <short-title>Buy.com Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BestClimateHolidaySearchEngineGadget">
-    <portlet-name>BestClimateHolidaySearchEngineGadget</portlet-name>
-    <display-name> Best Climate Holiday Search Engine</display-name>
-    <description>Google Gadgets:  Best Climate Holiday Search Engine Gadget</description>
+  <portlet id="SuperMarioTetrisGadget">
+    <portlet-name>SuperMarioTetrisGadget</portlet-name>
+    <display-name>Super Mario Tetris</display-name>
+    <description>Google Gadgets: Super Mario Tetris Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value> Best Climate Holiday Search Engine</value>
+      <value>Super Mario Tetris</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002059531610547256762/cse/nxfhqrfhuks/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml2/supermariotetris.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002059531610547256762/cse/nxfhqrfhuks/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml2/supermariotetris.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -937,29 +937,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title> Best Climate Holiday Search Engine</title>
-      <short-title> Best Climate Holiday Search Engine</short-title>
+      <title>Super Mario Tetris</title>
+      <short-title>Super Mario Tetris</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="readingfeedGadget">
-    <portlet-name>readingfeedGadget</portlet-name>
-    <display-name>reading feed</display-name>
-    <description>Google Gadgets: reading feed Gadget</description>
+  <portlet id="EASPORTSFIFA08forumpostsGadget">
+    <portlet-name>EASPORTSFIFA08forumpostsGadget</portlet-name>
+    <display-name>EA SPORTS FIFA08 forum posts</display-name>
+    <description>Google Gadgets: EA SPORTS FIFA08 forum posts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>reading feed</value>
+      <value>EA SPORTS FIFA08 forum posts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rss701.googlepages.com/kayak.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/47387eddc7ccbc17/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rss701.googlepages.com/kayak.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/47387eddc7ccbc17/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -970,29 +970,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>reading feed</title>
-      <short-title>reading feed</short-title>
+      <title>EA SPORTS FIFA08 forum posts</title>
+      <short-title>EA SPORTS FIFA08 forum posts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebTechBlogSearchGadget">
-    <portlet-name>WebTechBlogSearchGadget</portlet-name>
-    <display-name>Web Tech Blog Search</display-name>
-    <description>Google Gadgets: Web Tech Blog Search Gadget</description>
+  <portlet id="ShinoBeatGameGadget">
+    <portlet-name>ShinoBeatGameGadget</portlet-name>
+    <display-name>Shino Beat Game</display-name>
+    <description>Google Gadgets: Shino Beat Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Web Tech Blog Search</value>
+      <value>Shino Beat Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012006853112469662256/cse/nprbwmqm5nw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Shino-Beat-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012006853112469662256/cse/nprbwmqm5nw/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Shino-Beat-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1003,29 +1003,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Web Tech Blog Search</title>
-      <short-title>Web Tech Blog Search</short-title>
+      <title>Shino Beat Game</title>
+      <short-title>Shino Beat Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MediaUKmedianewsGadget">
-    <portlet-name>MediaUKmedianewsGadget</portlet-name>
-    <display-name>Media UK: media news</display-name>
-    <description>Google Gadgets: Media UK: media news Gadget</description>
+  <portlet id="FlashOutGadget">
+    <portlet-name>FlashOutGadget</portlet-name>
+    <display-name>FlashOut</display-name>
+    <description>Google Gadgets: FlashOut Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Media UK: media news</value>
+      <value>FlashOut</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mediauk.com/content/google_ig_news.muk&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/105666916059552565083/flashout.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mediauk.com/content/google_ig_news.muk</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/105666916059552565083/flashout.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1036,29 +1036,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Media UK: media news</title>
-      <short-title>Media UK: media news</short-title>
+      <title>FlashOut</title>
+      <short-title>FlashOut</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CaricatureoftheDayGadget">
-    <portlet-name>CaricatureoftheDayGadget</portlet-name>
-    <display-name>Caricature of the Day</display-name>
-    <description>Google Gadgets: Caricature of the Day Gadget</description>
+  <portlet id="MatchMyPetcomMyPetProfileGadget">
+    <portlet-name>MatchMyPetcomMyPetProfileGadget</portlet-name>
+    <display-name>MatchMyPet.com - My Pet Pro...</display-name>
+    <description>Google Gadgets: MatchMyPet.com - My Pet Profile Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Caricature of the Day</value>
+      <value>MatchMyPet.com - My Pet Profile</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rmicka5478.googlepages.com/caricature.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.matchmypet.com/integrations/google/googlewidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rmicka5478.googlepages.com/caricature.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.matchmypet.com/integrations/google/googlewidget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1069,29 +1069,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Caricature of the Day</title>
-      <short-title>Caricature of the Day</short-title>
+      <title>MatchMyPet.com - My Pet Profile</title>
+      <short-title>MatchMyPet.com - My Pet Profile</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DotNetDevelopersSearchEngineGadget">
-    <portlet-name>DotNetDevelopersSearchEngineGadget</portlet-name>
-    <display-name>DotNet Developers Search Engine</display-name>
-    <description>Google Gadgets: DotNet Developers Search Engine Gadget</description>
+  <portlet id="StarBoresEpisodeOneGameGadget">
+    <portlet-name>StarBoresEpisodeOneGameGadget</portlet-name>
+    <display-name>Star Bores: Episode One Game</display-name>
+    <description>Google Gadgets: Star Bores: Episode One Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DotNet Developers Search Engine</value>
+      <value>Star Bores: Episode One Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://searchdotnet.com/searchnetgadget1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Star-Bores:-Episode-One-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://searchdotnet.com/searchnetgadget1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Star-Bores:-Episode-One-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1102,29 +1102,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DotNet Developers Search Engine</title>
-      <short-title>DotNet Developers Search Engine</short-title>
+      <title>Star Bores: Episode One Game</title>
+      <short-title>Star Bores: Episode One Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CrystalixfromAlawarcomGadget">
-    <portlet-name>CrystalixfromAlawarcomGadget</portlet-name>
-    <display-name>Crystalix from Alawar.com</display-name>
-    <description>Google Gadgets: Crystalix from Alawar.com Gadget</description>
+  <portlet id="CaribbeanStudPokerGadget">
+    <portlet-name>CaribbeanStudPokerGadget</portlet-name>
+    <display-name>Caribbean Stud Poker</display-name>
+    <description>Google Gadgets: Caribbean Stud Poker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Crystalix from Alawar.com</value>
+      <value>Caribbean Stud Poker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://public.alawar.com/vitos/google/new/crystalix.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/caribbean/caribbean.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://public.alawar.com/vitos/google/new/crystalix.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/caribbean/caribbean.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1135,29 +1135,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Crystalix from Alawar.com</title>
-      <short-title>Crystalix from Alawar.com</short-title>
+      <title>Caribbean Stud Poker</title>
+      <short-title>Caribbean Stud Poker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TopmedicationoffersGadget">
-    <portlet-name>TopmedicationoffersGadget</portlet-name>
-    <display-name>Top medication offers</display-name>
-    <description>Google Gadgets: Top medication offers Gadget</description>
+  <portlet id="BlocRougeGameGadget">
+    <portlet-name>BlocRougeGameGadget</portlet-name>
+    <display-name>Bloc Rouge Game</display-name>
+    <description>Google Gadgets: Bloc Rouge Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Top medication offers</value>
+      <value>Bloc Rouge Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hugoandis.googlepages.com/topmeds10.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Bloc-Rouge-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hugoandis.googlepages.com/topmeds10.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Bloc-Rouge-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1168,29 +1168,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Top medication offers</title>
-      <short-title>Top medication offers</short-title>
+      <title>Bloc Rouge Game</title>
+      <short-title>Bloc Rouge Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="couponGadget">
-    <portlet-name>couponGadget</portlet-name>
-    <display-name>coupon</display-name>
-    <description>Google Gadgets: coupon Gadget</description>
+  <portlet id="OnceUponATimeokrightnowitsmoreofarantishrantGadget">
+    <portlet-name>OnceUponATimeokrightnowitsmoreofarantishrantGadget</portlet-name>
+    <display-name>Once Upon A Time (ok...righ...</display-name>
+    <description>Google Gadgets: Once Upon A Time (ok...right now its more of a rantish rant) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>coupon</value>
+      <value>Once Upon A Time (ok...right now its more of a rantish rant)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009840532266755081470/cse/cgtvss_ir30/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115386931255002057399%26mid%3D89%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009840532266755081470/cse/cgtvss_ir30/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D115386931255002057399%26mid%3D89%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1201,29 +1201,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>coupon</title>
-      <short-title>coupon</short-title>
+      <title>Once Upon A Time (ok...right now its more of a rantish rant)</title>
+      <short-title>Once Upon A Time (ok...right now its more of a rantish rant)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OyogiGadget">
-    <portlet-name>OyogiGadget</portlet-name>
-    <display-name>Oyogi</display-name>
-    <description>Google Gadgets: Oyogi Gadget</description>
+  <portlet id="SuperManagerGadget">
+    <portlet-name>SuperManagerGadget</portlet-name>
+    <display-name>Super Manager</display-name>
+    <description>Google Gadgets: Super Manager Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Oyogi</value>
+      <value>Super Manager</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://manoharviswanathan.com/downloads/oyogi_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.uflaz.com/xml/Super-Manager.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://manoharviswanathan.com/downloads/oyogi_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.uflaz.com/xml/Super-Manager.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1234,29 +1234,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Oyogi</title>
-      <short-title>Oyogi</short-title>
+      <title>Super Manager</title>
+      <short-title>Super Manager</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="China8comAudioChinesePhrasesGadget">
-    <portlet-name>China8comAudioChinesePhrasesGadget</portlet-name>
-    <display-name>China-8.com Audio Chinese Phrases</display-name>
-    <description>Google Gadgets: China-8.com Audio Chinese Phrases Gadget</description>
+  <portlet id="GunRunGadget">
+    <portlet-name>GunRunGadget</portlet-name>
+    <display-name>Gun Run</display-name>
+    <description>Google Gadgets: Gun Run Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>China-8.com Audio Chinese Phrases</value>
+      <value>Gun Run</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4670a22cccea8e85/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ifooz.com/xml/gunrun.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/4670a22cccea8e85/clearspring.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ifooz.com/xml/gunrun.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1267,29 +1267,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>China-8.com Audio Chinese Phrases</title>
-      <short-title>China-8.com Audio Chinese Phrases</short-title>
+      <title>Gun Run</title>
+      <short-title>Gun Run</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MASONampCHANCEGadget">
-    <portlet-name>MASONampCHANCEGadget</portlet-name>
-    <display-name>MASON &amp; CHANCE</display-name>
-    <description>Google Gadgets: MASON &amp; CHANCE Gadget</description>
+  <portlet id="HPGadget">
+    <portlet-name>HPGadget</portlet-name>
+    <display-name>HP</display-name>
+    <description>Google Gadgets: HP Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MASON &amp; CHANCE</value>
+      <value>HP</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104019279057965983003%26mid%3D35%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/gadgads/hp_simple/hpa_site.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D104019279057965983003%26mid%3D35%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/gadgads/hp_simple/hpa_site.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1300,29 +1300,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MASON &amp; CHANCE</title>
-      <short-title>MASON &amp; CHANCE</short-title>
+      <title>HP</title>
+      <short-title>HP</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NonprofitTechnologySearchORamaGadget">
-    <portlet-name>NonprofitTechnologySearchORamaGadget</portlet-name>
-    <display-name>Nonprofit Technology Search-O-Rama</display-name>
-    <description>Google Gadgets: Nonprofit Technology Search-O-Rama Gadget</description>
+  <portlet id="WordNetBasedDictionaryGadget">
+    <portlet-name>WordNetBasedDictionaryGadget</portlet-name>
+    <display-name>WordNet Based Dictionary</display-name>
+    <description>Google Gadgets: WordNet Based Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nonprofit Technology Search-O-Rama</value>
+      <value>WordNet Based Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017112442565914832703/cse/mfnwzjbvin0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106291651664259497117/cozyenglish_dic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017112442565914832703/cse/mfnwzjbvin0/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106291651664259497117/cozyenglish_dic.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1333,29 +1333,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nonprofit Technology Search-O-Rama</title>
-      <short-title>Nonprofit Technology Search-O-Rama</short-title>
+      <title>WordNet Based Dictionary</title>
+      <short-title>WordNet Based Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FedSmithcomGadget">
-    <portlet-name>FedSmithcomGadget</portlet-name>
-    <display-name>FedSmith.com</display-name>
-    <description>Google Gadgets: FedSmith.com Gadget</description>
+  <portlet id="BubbleBobbleGameGadget">
+    <portlet-name>BubbleBobbleGameGadget</portlet-name>
+    <display-name>Bubble Bobble Game</display-name>
+    <description>Google Gadgets: Bubble Bobble Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FedSmith.com</value>
+      <value>Bubble Bobble Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fedsmith.com/rss/google/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Bubble-Bobble-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fedsmith.com/rss/google/index.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Bubble-Bobble-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1366,29 +1366,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FedSmith.com</title>
-      <short-title>FedSmith.com</short-title>
+      <title>Bubble Bobble Game</title>
+      <short-title>Bubble Bobble Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheWorldClockGadget">
-    <portlet-name>TheWorldClockGadget</portlet-name>
-    <display-name>The World Clock</display-name>
-    <description>Google Gadgets: The World Clock Gadget</description>
+  <portlet id="DeliciousKlogGadget">
+    <portlet-name>DeliciousKlogGadget</portlet-name>
+    <display-name>Delicious Klog</display-name>
+    <description>Google Gadgets: Delicious Klog Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The World Clock</value>
+      <value>Delicious Klog</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://image.itempo.jp/site/images/ig/worldclock_a.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kloggenerator.googlepages.com/deliciousklog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://image.itempo.jp/site/images/ig/worldclock_a.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kloggenerator.googlepages.com/deliciousklog.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1399,29 +1399,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The World Clock</title>
-      <short-title>The World Clock</short-title>
+      <title>Delicious Klog</title>
+      <short-title>Delicious Klog</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AttackTimeGadget">
-    <portlet-name>AttackTimeGadget</portlet-name>
-    <display-name>Attack Time</display-name>
-    <description>Google Gadgets: Attack Time Gadget</description>
+  <portlet id="YetiSports2GameGadget">
+    <portlet-name>YetiSports2GameGadget</portlet-name>
+    <display-name>Yeti Sports 2 Game</display-name>
+    <description>Google Gadgets: Yeti Sports 2 Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Attack Time</value>
+      <value>Yeti Sports 2 Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/attacktimeGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Yeti-Sports-2-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/attacktimeGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Yeti-Sports-2-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1432,29 +1432,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Attack Time</title>
-      <short-title>Attack Time</short-title>
+      <title>Yeti Sports 2 Game</title>
+      <short-title>Yeti Sports 2 Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChemAllianceEnvironmentalAcronymGlossaryGadget">
-    <portlet-name>ChemAllianceEnvironmentalAcronymGlossaryGadget</portlet-name>
-    <display-name>ChemAlliance Environmental Acronym Glossary</display-name>
-    <description>Google Gadgets: ChemAlliance Environmental Acronym Glossary Gadget</description>
+  <portlet id="First4hampersGadget">
+    <portlet-name>First4hampersGadget</portlet-name>
+    <display-name>First4hampers</display-name>
+    <description>Google Gadgets: First4hampers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ChemAlliance Environmental Acronym Glossary</value>
+      <value>First4hampers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.chemalliance.org/webservices/modules/mod_glossary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gfrsolutions.co.uk/tools/gadget/gadget.php%3Fname%3DFirst4hampers&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.chemalliance.org/webservices/modules/mod_glossary.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gfrsolutions.co.uk/tools/gadget/gadget.php%3Fname%3DFirst4hampers</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1465,29 +1465,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ChemAlliance Environmental Acronym Glossary</title>
-      <short-title>ChemAlliance Environmental Acronym Glossary</short-title>
+      <title>First4hampers</title>
+      <short-title>First4hampers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="foxraceGadget">
-    <portlet-name>foxraceGadget</portlet-name>
-    <display-name>foxrace</display-name>
-    <description>Google Gadgets: foxrace Gadget</description>
+  <portlet id="AXIOMTEKFlashNewsGadget">
+    <portlet-name>AXIOMTEKFlashNewsGadget</portlet-name>
+    <display-name>AXIOMTEK Flash News</display-name>
+    <description>Google Gadgets: AXIOMTEK Flash News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>foxrace</value>
+      <value>AXIOMTEK Flash News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016479861353189344756/cse/zj6qwzuxkos/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/AXIOMTEK_Flash_News&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016479861353189344756/cse/zj6qwzuxkos/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/AXIOMTEK_Flash_News</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1498,29 +1498,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>foxrace</title>
-      <short-title>foxrace</short-title>
+      <title>AXIOMTEK Flash News</title>
+      <short-title>AXIOMTEK Flash News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IdoNotesblogGadget">
-    <portlet-name>IdoNotesblogGadget</portlet-name>
-    <display-name>IdoNotes blog</display-name>
-    <description>Google Gadgets: IdoNotes blog Gadget</description>
+  <portlet id="WorldTimeServerClocksGadget">
+    <portlet-name>WorldTimeServerClocksGadget</portlet-name>
+    <display-name>World Time Server Clocks</display-name>
+    <description>Google Gadgets: World Time Server Clocks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IdoNotes blog</value>
+      <value>World Time Server Clocks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.IdoNotes.com/idonotesggadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.worldtimeserver.com/clocks/wtsclockgg1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.IdoNotes.com/idonotesggadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.worldtimeserver.com/clocks/wtsclockgg1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1531,29 +1531,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IdoNotes blog</title>
-      <short-title>IdoNotes blog</short-title>
+      <title>World Time Server Clocks</title>
+      <short-title>World Time Server Clocks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DMStithwantsyoutobehisbabyGadget">
-    <portlet-name>DMStithwantsyoutobehisbabyGadget</portlet-name>
-    <display-name>DM Stith wants you to be his baby.</display-name>
-    <description>Google Gadgets: DM Stith wants you to be his baby. Gadget</description>
+  <portlet id="IllDriGadget">
+    <portlet-name>IllDriGadget</portlet-name>
+    <display-name>Ill-Dri</display-name>
+    <description>Google Gadgets: Ill-Dri Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DM Stith wants you to be his baby.</value>
+      <value>Ill-Dri</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110838252999654765311%26mid%3D70%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/Ill-Dri.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D110838252999654765311%26mid%3D70%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/Ill-Dri.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1564,29 +1564,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DM Stith wants you to be his baby.</title>
-      <short-title>DM Stith wants you to be his baby.</short-title>
+      <title>Ill-Dri</title>
+      <short-title>Ill-Dri</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AurorinaAnswersSearchGadget">
-    <portlet-name>AurorinaAnswersSearchGadget</portlet-name>
-    <display-name>Aurorina Answers Search</display-name>
-    <description>Google Gadgets: Aurorina Answers Search Gadget</description>
+  <portlet id="LuckyLadybugGadget">
+    <portlet-name>LuckyLadybugGadget</portlet-name>
+    <display-name>Lucky Ladybug</display-name>
+    <description>Google Gadgets: Lucky Ladybug Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Aurorina Answers Search</value>
+      <value>Lucky Ladybug</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aurorina.com/en/gadgets/answers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/ladybugGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aurorina.com/en/gadgets/answers.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/ladybugGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1597,29 +1597,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Aurorina Answers Search</title>
-      <short-title>Aurorina Answers Search</short-title>
+      <title>Lucky Ladybug</title>
+      <short-title>Lucky Ladybug</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyDailyDogGadget">
-    <portlet-name>MyDailyDogGadget</portlet-name>
-    <display-name>My Daily Dog</display-name>
-    <description>Google Gadgets: My Daily Dog Gadget</description>
+  <portlet id="TheProAudioReferenceGadget">
+    <portlet-name>TheProAudioReferenceGadget</portlet-name>
+    <display-name>The Pro Audio Reference</display-name>
+    <description>Google Gadgets: The Pro Audio Reference Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Daily Dog</value>
+      <value>The Pro Audio Reference</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D100106969608472401346%26mid%3D48%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004899927026957924031/cse/p1snbqzztew/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D100106969608472401346%26mid%3D48%26url%3Dgm_photo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/004899927026957924031/cse/p1snbqzztew/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1630,29 +1630,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Daily Dog</title>
-      <short-title>My Daily Dog</short-title>
+      <title>The Pro Audio Reference</title>
+      <short-title>The Pro Audio Reference</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SquirrelEscapeGadget">
-    <portlet-name>SquirrelEscapeGadget</portlet-name>
-    <display-name>Squirrel Escape</display-name>
-    <description>Google Gadgets: Squirrel Escape Gadget</description>
+  <portlet id="TheDailyDidiGadget">
+    <portlet-name>TheDailyDidiGadget</portlet-name>
+    <display-name>The Daily Didi</display-name>
+    <description>Google Gadgets: The Daily Didi Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Squirrel Escape</value>
+      <value>The Daily Didi</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/squirrelescapeGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D103714015918702012205%26mid%3D78%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/squirrelescapeGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D103714015918702012205%26mid%3D78%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1663,29 +1663,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Squirrel Escape</title>
-      <short-title>Squirrel Escape</short-title>
+      <title>The Daily Didi</title>
+      <short-title>The Daily Didi</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ZombieSurvivalGadget">
-    <portlet-name>ZombieSurvivalGadget</portlet-name>
-    <display-name>Zombie Survival</display-name>
-    <description>Google Gadgets: Zombie Survival Gadget</description>
+  <portlet id="PitchforknewsandreviewsforTheLittleOnesGadget">
+    <portlet-name>PitchforknewsandreviewsforTheLittleOnesGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for The Little Ones Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Zombie Survival</value>
+      <value>Pitchfork news and reviews for The Little Ones</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/zombie_survivalgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_The_Little_Ones&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/zombie_survivalgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_The_Little_Ones</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1696,29 +1696,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Zombie Survival</title>
-      <short-title>Zombie Survival</short-title>
+      <title>Pitchfork news and reviews for The Little Ones</title>
+      <short-title>Pitchfork news and reviews for The Little Ones</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KonnectorsGadget">
-    <portlet-name>KonnectorsGadget</portlet-name>
-    <display-name>Konnectors</display-name>
-    <description>Google Gadgets: Konnectors Gadget</description>
+  <portlet id="funandgamesGadget">
+    <portlet-name>funandgamesGadget</portlet-name>
+    <display-name>funandgames</display-name>
+    <description>Google Gadgets: funandgames Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Konnectors</value>
+      <value>funandgames</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/konnectors.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/112646477338575290079/tank.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/konnectors.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/112646477338575290079/tank.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1729,29 +1729,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Konnectors</title>
-      <short-title>Konnectors</short-title>
+      <title>funandgames</title>
+      <short-title>funandgames</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Bubba39sWatchGadget">
-    <portlet-name>Bubba39sWatchGadget</portlet-name>
-    <display-name>Bubba&#39;s Watch</display-name>
-    <description>Google Gadgets: Bubba&#39;s Watch Gadget</description>
+  <portlet id="ExploreThomsoncoukGadget">
+    <portlet-name>ExploreThomsoncoukGadget</portlet-name>
+    <display-name>Explore Thomson.co.uk</display-name>
+    <description>Google Gadgets: Explore Thomson.co.uk Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bubba&#39;s Watch</value>
+      <value>Explore Thomson.co.uk</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bubbathelovesponge.net/bubbawatch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thomson.co.uk/igoogle/igoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bubbathelovesponge.net/bubbawatch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thomson.co.uk/igoogle/igoogle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1762,29 +1762,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bubba&#39;s Watch</title>
-      <short-title>Bubba&#39;s Watch</short-title>
+      <title>Explore Thomson.co.uk</title>
+      <short-title>Explore Thomson.co.uk</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BestsellerGamesGadget">
-    <portlet-name>BestsellerGamesGadget</portlet-name>
-    <display-name>Bestseller Games</display-name>
-    <description>Google Gadgets: Bestseller Games Gadget</description>
+  <portlet id="DigitalClock10Gadget">
+    <portlet-name>DigitalClock10Gadget</portlet-name>
+    <display-name>Digital Clock 1.0</display-name>
+    <description>Google Gadgets: Digital Clock 1.0 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bestseller Games</value>
+      <value>Digital Clock 1.0</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/amazon_pc/amazon_pc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/digital.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/amazon_pc/amazon_pc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/digital.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1795,29 +1795,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bestseller Games</title>
-      <short-title>Bestseller Games</short-title>
+      <title>Digital Clock 1.0</title>
+      <short-title>Digital Clock 1.0</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDailyLindaGadget">
-    <portlet-name>TheDailyLindaGadget</portlet-name>
-    <display-name>The Daily Linda</display-name>
-    <description>Google Gadgets: The Daily Linda Gadget</description>
+  <portlet id="RandomMoviePhotosGadget">
+    <portlet-name>RandomMoviePhotosGadget</portlet-name>
+    <display-name>Random Movie Photos</display-name>
+    <description>Google Gadgets: Random Movie Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Daily Linda</value>
+      <value>Random Movie Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114888626846760271904%26mid%3D69%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/random-movie-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114888626846760271904%26mid%3D69%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/random-movie-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1828,29 +1828,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Daily Linda</title>
-      <short-title>The Daily Linda</short-title>
+      <title>Random Movie Photos</title>
+      <short-title>Random Movie Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AmigaHardwareDatabaseGadget">
-    <portlet-name>AmigaHardwareDatabaseGadget</portlet-name>
-    <display-name>Amiga Hardware Database</display-name>
-    <description>Google Gadgets: Amiga Hardware Database Gadget</description>
+  <portlet id="NewsSitesGadget">
+    <portlet-name>NewsSitesGadget</portlet-name>
+    <display-name>News Sites</display-name>
+    <description>Google Gadgets: News Sites Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amiga Hardware Database</value>
+      <value>News Sites</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://amiga.resource.cx/amiga-hwdb.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bobsgadgets.com/gadgets/newssites.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://amiga.resource.cx/amiga-hwdb.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bobsgadgets.com/gadgets/newssites.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1861,29 +1861,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amiga Hardware Database</title>
-      <short-title>Amiga Hardware Database</short-title>
+      <title>News Sites</title>
+      <short-title>News Sites</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MothGadget">
-    <portlet-name>MothGadget</portlet-name>
-    <display-name>Moth</display-name>
-    <description>Google Gadgets: Moth Gadget</description>
+  <portlet id="MaroonGadget">
+    <portlet-name>MaroonGadget</portlet-name>
+    <display-name>Maroon</display-name>
+    <description>Google Gadgets: Maroon Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Moth</value>
+      <value>Maroon</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/moth.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ifooz.com/xml/maroon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/moth.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ifooz.com/xml/maroon.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1894,29 +1894,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Moth</title>
-      <short-title>Moth</short-title>
+      <title>Maroon</title>
+      <short-title>Maroon</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JumpingTrollGadget">
-    <portlet-name>JumpingTrollGadget</portlet-name>
-    <display-name>Jumping Troll</display-name>
-    <description>Google Gadgets: Jumping Troll Gadget</description>
+  <portlet id="SavetheGoldfishGameGadget">
+    <portlet-name>SavetheGoldfishGameGadget</portlet-name>
+    <display-name>Save the Goldfish Game</display-name>
+    <description>Google Gadgets: Save the Goldfish Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Jumping Troll</value>
+      <value>Save the Goldfish Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/jumpingtroll.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Save-the-Goldfish-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/jumpingtroll.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Save-the-Goldfish-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1927,29 +1927,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Jumping Troll</title>
-      <short-title>Jumping Troll</short-title>
+      <title>Save the Goldfish Game</title>
+      <short-title>Save the Goldfish Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CrucifixionSceneoftheWeekGadget">
-    <portlet-name>CrucifixionSceneoftheWeekGadget</portlet-name>
-    <display-name>Crucifixion Scene of the Week</display-name>
-    <description>Google Gadgets: Crucifixion Scene of the Week Gadget</description>
+  <portlet id="NewcastleLatestNewsandLiveScoresGadget">
+    <portlet-name>NewcastleLatestNewsandLiveScoresGadget</portlet-name>
+    <display-name>Newcastle - Latest News and...</display-name>
+    <description>Google Gadgets: Newcastle - Latest News and Live Scores Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Crucifixion Scene of the Week</value>
+      <value>Newcastle - Latest News and Live Scores</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://widgets.bestmoodle.net/gadgets/crucifixion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.oleole.com/main/web/google_gadgets/newcastle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://widgets.bestmoodle.net/gadgets/crucifixion.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.oleole.com/main/web/google_gadgets/newcastle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1960,29 +1960,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Crucifixion Scene of the Week</title>
-      <short-title>Crucifixion Scene of the Week</short-title>
+      <title>Newcastle - Latest News and Live Scores</title>
+      <short-title>Newcastle - Latest News and Live Scores</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WyaWidgetGadget">
-    <portlet-name>WyaWidgetGadget</portlet-name>
-    <display-name>WyaWidget</display-name>
-    <description>Google Gadgets: WyaWidget Gadget</description>
+  <portlet id="ArizonaCardinalsGadget">
+    <portlet-name>ArizonaCardinalsGadget</portlet-name>
+    <display-name>Arizona Cardinals</display-name>
+    <description>Google Gadgets: Arizona Cardinals Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WyaWidget</value>
+      <value>Arizona Cardinals</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wyaworks.com/google/google.jsp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://static.plusmo.com/nfl/ig/ari.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wyaworks.com/google/google.jsp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://static.plusmo.com/nfl/ig/ari.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1993,29 +1993,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WyaWidget</title>
-      <short-title>WyaWidget</short-title>
+      <title>Arizona Cardinals</title>
+      <short-title>Arizona Cardinals</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlogdriveTemplatesGadget">
-    <portlet-name>BlogdriveTemplatesGadget</portlet-name>
-    <display-name>Blogdrive Templates</display-name>
-    <description>Google Gadgets: Blogdrive Templates Gadget</description>
+  <portlet id="TrafficReportGadget">
+    <portlet-name>TrafficReportGadget</portlet-name>
+    <display-name>Traffic Report</display-name>
+    <description>Google Gadgets: Traffic Report Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Blogdrive Templates</value>
+      <value>Traffic Report</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Traffic_Report&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Traffic_Report</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2026,29 +2026,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Blogdrive Templates</title>
-      <short-title>Blogdrive Templates</short-title>
+      <title>Traffic Report</title>
+      <short-title>Traffic Report</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UnfocusedNetImagesGadget">
-    <portlet-name>UnfocusedNetImagesGadget</portlet-name>
-    <display-name>Unfocused.Net : Images</display-name>
-    <description>Google Gadgets: Unfocused.Net : Images Gadget</description>
+  <portlet id="CountdownGadget">
+    <portlet-name>CountdownGadget</portlet-name>
+    <display-name>Countdown</display-name>
+    <description>Google Gadgets: Countdown Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Unfocused.Net : Images</value>
+      <value>Countdown</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.unfocused.net/includes/imagemodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.springwidgets.com/widgets/getGoogleGadget/%3Fid%3D71%26width%3D167%26height%3D135%26param_eventTitle%3D4th%2Bof%2BJuly%2BIndependence%2BDay%26param_eventDate%3D07-04-2007%26param_eventTime%3D12%253A00%2Bam%26param_counterStyle%3Dflip%26param_linkUrl%3Dhttp%253A%252F%252Fspringwidgets.com%252Fwidgetize%252F71%26param_separator%3D%26param_SetCountdownBackground%3D%26param_eventSkin%3DUS%2BFlag%26param_OR%3D%26param_eventCustomSkin%3Dhttp%253A%252F%252F%26param_counterX%3D0%26param_counterY%3D0%26&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.unfocused.net/includes/imagemodule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.springwidgets.com/widgets/getGoogleGadget/%3Fid%3D71%26width%3D167%26height%3D135%26param_eventTitle%3D4th%2Bof%2BJuly%2BIndependence%2BDay%26param_eventDate%3D07-04-2007%26param_eventTime%3D12%253A00%2Bam%26param_counterStyle%3Dflip%26param_linkUrl%3Dhttp%253A%252F%252Fspringwidgets.com%252Fwidgetize%252F71%26param_separator%3D%26param_SetCountdownBackground%3D%26param_eventSkin%3DUS%2BFlag%26param_OR%3D%26param_eventCustomSkin%3Dhttp%253A%252F%252F%26param_counterX%3D0%26param_counterY%3D0%26</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2059,29 +2059,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Unfocused.Net : Images</title>
-      <short-title>Unfocused.Net : Images</short-title>
+      <title>Countdown</title>
+      <short-title>Countdown</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CanadianDomaincaSearchToolGadget">
-    <portlet-name>CanadianDomaincaSearchToolGadget</portlet-name>
-    <display-name>Canadian Domain (.ca) Search Tool</display-name>
-    <description>Google Gadgets: Canadian Domain (.ca) Search Tool Gadget</description>
+  <portlet id="MonitisUptimeSnapshotGadget">
+    <portlet-name>MonitisUptimeSnapshotGadget</portlet-name>
+    <display-name>Monitis Uptime Snapshot</display-name>
+    <description>Google Gadgets: Monitis Uptime Snapshot Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Canadian Domain (.ca) Search Tool</value>
+      <value>Monitis Uptime Snapshot</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.namespro.ca/API/gadget_ca.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://monitis.com/widgets/snapshot/google_home/google_home.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.namespro.ca/API/gadget_ca.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://monitis.com/widgets/snapshot/google_home/google_home.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2092,29 +2092,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Canadian Domain (.ca) Search Tool</title>
-      <short-title>Canadian Domain (.ca) Search Tool</short-title>
+      <title>Monitis Uptime Snapshot</title>
+      <short-title>Monitis Uptime Snapshot</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VCariousTravelGuidesGadget">
-    <portlet-name>VCariousTravelGuidesGadget</portlet-name>
-    <display-name>VCarious: Travel Guides</display-name>
-    <description>Google Gadgets: VCarious: Travel Guides Gadget</description>
+  <portlet id="callcenterGadget">
+    <portlet-name>callcenterGadget</portlet-name>
+    <display-name>call-center</display-name>
+    <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>VCarious: Travel Guides</value>
+      <value>call-center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vcarious.com/ui/modules/google/TravelGuides.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vcarious.com/ui/modules/google/TravelGuides.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2125,29 +2125,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>VCarious: Travel Guides</title>
-      <short-title>VCarious: Travel Guides</short-title>
+      <title>call-center</title>
+      <short-title>call-center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BankwatchcommunityGadget">
-    <portlet-name>BankwatchcommunityGadget</portlet-name>
-    <display-name>Bankwatch community</display-name>
-    <description>Google Gadgets: Bankwatch community Gadget</description>
+  <portlet id="NewestBeckerBibleStudiesGadget">
+    <portlet-name>NewestBeckerBibleStudiesGadget</portlet-name>
+    <display-name>Newest Becker Bible Studies</display-name>
+    <description>Google Gadgets: Newest Becker Bible Studies Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bankwatch community</value>
+      <value>Newest Becker Bible Studies</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/000858096934405685413/cse/i7dkbyj9vpe/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.guidedbiblestudies.com/walk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/000858096934405685413/cse/i7dkbyj9vpe/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.guidedbiblestudies.com/walk.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2158,29 +2158,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bankwatch community</title>
-      <short-title>Bankwatch community</short-title>
+      <title>Newest Becker Bible Studies</title>
+      <short-title>Newest Becker Bible Studies</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="deliciousBookmarksGadget">
-    <portlet-name>deliciousBookmarksGadget</portlet-name>
-    <display-name>del.icio.us Bookmarks</display-name>
-    <description>Google Gadgets: del.icio.us Bookmarks Gadget</description>
+  <portlet id="ZombieSurvivalGadget">
+    <portlet-name>ZombieSurvivalGadget</portlet-name>
+    <display-name>Zombie Survival</display-name>
+    <description>Google Gadgets: Zombie Survival Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>del.icio.us Bookmarks</value>
+      <value>Zombie Survival</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://R.S.Javalgekar.googlepages.com/DeliciousBookmarks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ifooz.com/xml/zombiesurvival.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://R.S.Javalgekar.googlepages.com/DeliciousBookmarks.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ifooz.com/xml/zombiesurvival.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2191,29 +2191,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>del.icio.us Bookmarks</title>
-      <short-title>del.icio.us Bookmarks</short-title>
+      <title>Zombie Survival</title>
+      <short-title>Zombie Survival</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DuowanWOWSearchEngineGadget">
-    <portlet-name>DuowanWOWSearchEngineGadget</portlet-name>
-    <display-name>Duowan WOW Search Engine</display-name>
-    <description>Google Gadgets: Duowan WOW Search Engine Gadget</description>
+  <portlet id="MetalSlugRampage3Gadget">
+    <portlet-name>MetalSlugRampage3Gadget</portlet-name>
+    <display-name>Metal Slug Rampage 3</display-name>
+    <description>Google Gadgets: Metal Slug Rampage 3 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Duowan WOW Search Engine</value>
+      <value>Metal Slug Rampage 3</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005144731171511679403/cse/lok7wjym0by/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ifooz.com/xml/metalslugrampage3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005144731171511679403/cse/lok7wjym0by/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ifooz.com/xml/metalslugrampage3.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2224,29 +2224,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Duowan WOW Search Engine</title>
-      <short-title>Duowan WOW Search Engine</short-title>
+      <title>Metal Slug Rampage 3</title>
+      <short-title>Metal Slug Rampage 3</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SlideshowGadget">
-    <portlet-name>SlideshowGadget</portlet-name>
-    <display-name>Slideshow</display-name>
-    <description>Google Gadgets: Slideshow Gadget</description>
+  <portlet id="SearchVCenterGadget">
+    <portlet-name>SearchVCenterGadget</portlet-name>
+    <display-name>Search VCenter</display-name>
+    <description>Google Gadgets: Search VCenter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Slideshow</value>
+      <value>Search VCenter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/slideshow.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://vcenter.iis.sinica.edu.tw/googlegadgets/vcentersearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/slideshow.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://vcenter.iis.sinica.edu.tw/googlegadgets/vcentersearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2257,29 +2257,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Slideshow</title>
-      <short-title>Slideshow</short-title>
+      <title>Search VCenter</title>
+      <short-title>Search VCenter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MontereyBayAquariumLivePenguinWebCamGadget">
-    <portlet-name>MontereyBayAquariumLivePenguinWebCamGadget</portlet-name>
-    <display-name>Monterey Bay Aquarium Live Penguin Web Cam</display-name>
-    <description>Google Gadgets: Monterey Bay Aquarium Live Penguin Web Cam Gadget</description>
+  <portlet id="AskPinoyHenyoGadget">
+    <portlet-name>AskPinoyHenyoGadget</portlet-name>
+    <display-name>Ask Pinoy Henyo</display-name>
+    <description>Google Gadgets: Ask Pinoy Henyo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Monterey Bay Aquarium Live Penguin Web Cam</value>
+      <value>Ask Pinoy Henyo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mobtuff.com/webcam/gadget/penguin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110963254187471652065/AskPinoyHenyo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mobtuff.com/webcam/gadget/penguin.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110963254187471652065/AskPinoyHenyo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2290,29 +2290,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Monterey Bay Aquarium Live Penguin Web Cam</title>
-      <short-title>Monterey Bay Aquarium Live Penguin Web Cam</short-title>
+      <title>Ask Pinoy Henyo</title>
+      <short-title>Ask Pinoy Henyo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JasandAHalfGadget">
-    <portlet-name>JasandAHalfGadget</portlet-name>
-    <display-name>Jas and A Half</display-name>
-    <description>Google Gadgets: Jas and A Half Gadget</description>
+  <portlet id="PitchforknewsandreviewsforStyrofoamGadget">
+    <portlet-name>PitchforknewsandreviewsforStyrofoamGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Styrofoam Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Jas and A Half</value>
+      <value>Pitchfork news and reviews for Styrofoam</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D116416499028831554824%26mid%3D30%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Styrofoam&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D116416499028831554824%26mid%3D30%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Styrofoam</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2323,29 +2323,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Jas and A Half</title>
-      <short-title>Jas and A Half</short-title>
+      <title>Pitchfork news and reviews for Styrofoam</title>
+      <short-title>Pitchfork news and reviews for Styrofoam</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NativeAmericanStudiesGadget">
-    <portlet-name>NativeAmericanStudiesGadget</portlet-name>
-    <display-name>Native American Studies</display-name>
-    <description>Google Gadgets: Native American Studies Gadget</description>
+  <portlet id="BestPracticalJokesEverGadget">
+    <portlet-name>BestPracticalJokesEverGadget</portlet-name>
+    <display-name>Best Practical Jokes Ever!</display-name>
+    <description>Google Gadgets: Best Practical Jokes Ever! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Native American Studies</value>
+      <value>Best Practical Jokes Ever!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/012776738606739689892/cse/lg7yc_jsxlo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Mandybare.googlepages.com/Practicaljokes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/012776738606739689892/cse/lg7yc_jsxlo/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Mandybare.googlepages.com/Practicaljokes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2356,29 +2356,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Native American Studies</title>
-      <short-title>Native American Studies</short-title>
+      <title>Best Practical Jokes Ever!</title>
+      <short-title>Best Practical Jokes Ever!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyMeGadget">
-    <portlet-name>DailyMeGadget</portlet-name>
-    <display-name>Daily Me</display-name>
-    <description>Google Gadgets: Daily Me Gadget</description>
+  <portlet id="MobileWeaponGadget">
+    <portlet-name>MobileWeaponGadget</portlet-name>
+    <display-name>Mobile Weapon</display-name>
+    <description>Google Gadgets: Mobile Weapon Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Me</value>
+      <value>Mobile Weapon</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110037325988312848542%26mid%3D20%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.uflaz.com/xml/Mobile-Weapon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D110037325988312848542%26mid%3D20%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.uflaz.com/xml/Mobile-Weapon.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2389,29 +2389,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Me</title>
-      <short-title>Daily Me</short-title>
+      <title>Mobile Weapon</title>
+      <short-title>Mobile Weapon</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EPTTournamentsGadget">
-    <portlet-name>EPTTournamentsGadget</portlet-name>
-    <display-name>EPT Tournaments</display-name>
-    <description>Google Gadgets: EPT Tournaments Gadget</description>
+  <portlet id="RudyGiuliani2008Gadget">
+    <portlet-name>RudyGiuliani2008Gadget</portlet-name>
+    <display-name>Rudy Giuliani 2008</display-name>
+    <description>Google Gadgets: Rudy Giuliani 2008 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>EPT Tournaments</value>
+      <value>Rudy Giuliani 2008</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.whichpoker.com/Gadgets/NextEPTWG.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://widgets.widgetnest.net/gadgets/giuliani.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.whichpoker.com/Gadgets/NextEPTWG.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://widgets.widgetnest.net/gadgets/giuliani.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2422,29 +2422,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>EPT Tournaments</title>
-      <short-title>EPT Tournaments</short-title>
+      <title>Rudy Giuliani 2008</title>
+      <short-title>Rudy Giuliani 2008</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FinanceandbusinessfundasChaitanyaGadget">
-    <portlet-name>FinanceandbusinessfundasChaitanyaGadget</portlet-name>
-    <display-name>Finance and business fundas - Chaitanya</display-name>
-    <description>Google Gadgets: Finance and business fundas - Chaitanya Gadget</description>
+  <portlet id="NameThisGameGadget">
+    <portlet-name>NameThisGameGadget</portlet-name>
+    <display-name>Name This Game</display-name>
+    <description>Google Gadgets: Name This Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Finance and business fundas - Chaitanya</value>
+      <value>Name This Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112233190710036170572%26mid%3D63%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ifooz.com/xml/namethisgame.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D112233190710036170572%26mid%3D63%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ifooz.com/xml/namethisgame.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2455,29 +2455,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Finance and business fundas - Chaitanya</title>
-      <short-title>Finance and business fundas - Chaitanya</short-title>
+      <title>Name This Game</title>
+      <short-title>Name This Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TexasHold39emOddsCalculatorGadget">
-    <portlet-name>TexasHold39emOddsCalculatorGadget</portlet-name>
-    <display-name>Texas Hold&#39;em Odds Calculator</display-name>
-    <description>Google Gadgets: Texas Hold&#39;em Odds Calculator Gadget</description>
+  <portlet id="RetroManiaGadget">
+    <portlet-name>RetroManiaGadget</portlet-name>
+    <display-name>Retro Mania</display-name>
+    <description>Google Gadgets: Retro Mania Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Texas Hold&#39;em Odds Calculator</value>
+      <value>Retro Mania</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cardplayer.com/poker_odds/google_texas_holdem&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/retromaniaGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cardplayer.com/poker_odds/google_texas_holdem</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/retromaniaGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2488,29 +2488,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Texas Hold&#39;em Odds Calculator</title>
-      <short-title>Texas Hold&#39;em Odds Calculator</short-title>
+      <title>Retro Mania</title>
+      <short-title>Retro Mania</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MOSSSearchGadget">
-    <portlet-name>MOSSSearchGadget</portlet-name>
-    <display-name>MOSS Search</display-name>
-    <description>Google Gadgets: MOSS Search Gadget</description>
+  <portlet id="FredClausWidgetGadget">
+    <portlet-name>FredClausWidgetGadget</portlet-name>
+    <display-name>Fred Claus Widget</display-name>
+    <description>Google Gadgets: Fred Claus Widget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MOSS Search</value>
+      <value>Fred Claus Widget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010124208352902164740/cse/bx1atvt3jew/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/470d529bccb39222/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010124208352902164740/cse/bx1atvt3jew/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/470d529bccb39222/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2521,29 +2521,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MOSS Search</title>
-      <short-title>MOSS Search</short-title>
+      <title>Fred Claus Widget</title>
+      <short-title>Fred Claus Widget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GeocachingSearchEngineGadget">
-    <portlet-name>GeocachingSearchEngineGadget</portlet-name>
-    <display-name>Geocaching Search Engine</display-name>
-    <description>Google Gadgets: Geocaching Search Engine Gadget</description>
+  <portlet id="Joe39sGoalsBadgeDisplayGadget">
+    <portlet-name>Joe39sGoalsBadgeDisplayGadget</portlet-name>
+    <display-name>Joe&#39;s Goals Badge Display</display-name>
+    <description>Google Gadgets: Joe&#39;s Goals Badge Display Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Geocaching Search Engine</value>
+      <value>Joe&#39;s Goals Badge Display</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005833640384813908879/cse/dbmsbhini6u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://professionalguy.com/joesgoalsgadget/joesgoals.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005833640384813908879/cse/dbmsbhini6u/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://professionalguy.com/joesgoalsgadget/joesgoals.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2554,29 +2554,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Geocaching Search Engine</title>
-      <short-title>Geocaching Search Engine</short-title>
+      <title>Joe&#39;s Goals Badge Display</title>
+      <short-title>Joe&#39;s Goals Badge Display</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JayampLaura39sthirdanniversaryGadget">
-    <portlet-name>JayampLaura39sthirdanniversaryGadget</portlet-name>
-    <display-name>Jay &amp; Laura&#39;s third anniversary</display-name>
-    <description>Google Gadgets: Jay &amp; Laura&#39;s third anniversary Gadget</description>
+  <portlet id="TheMichaelTelegraphGadget">
+    <portlet-name>TheMichaelTelegraphGadget</portlet-name>
+    <display-name>The Michael Telegraph</display-name>
+    <description>Google Gadgets: The Michael Telegraph Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Jay &amp; Laura&#39;s third anniversary</value>
+      <value>The Michael Telegraph</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117398690311118564088%26mid%3D85%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118192984080641991581%26mid%3D8%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117398690311118564088%26mid%3D85%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D118192984080641991581%26mid%3D8%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2587,29 +2587,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Jay &amp; Laura&#39;s third anniversary</title>
-      <short-title>Jay &amp; Laura&#39;s third anniversary</short-title>
+      <title>The Michael Telegraph</title>
+      <short-title>The Michael Telegraph</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CurrencyChartsGadget">
-    <portlet-name>CurrencyChartsGadget</portlet-name>
-    <display-name>Currency Charts</display-name>
-    <description>Google Gadgets: Currency Charts Gadget</description>
+  <portlet id="MLSSingleTableGadget">
+    <portlet-name>MLSSingleTableGadget</portlet-name>
+    <display-name>MLS - Single Table</display-name>
+    <description>Google Gadgets: MLS - Single Table Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Currency Charts</value>
+      <value>MLS - Single Table</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ravikumar.datla.googlepages.com/CurrencyChart.txt&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rrac.net/singletablemls/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ravikumar.datla.googlepages.com/CurrencyChart.txt</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rrac.net/singletablemls/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2620,29 +2620,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Currency Charts</title>
-      <short-title>Currency Charts</short-title>
+      <title>MLS - Single Table</title>
+      <short-title>MLS - Single Table</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuitometroonlineGadget">
-    <portlet-name>QuitometroonlineGadget</portlet-name>
-    <display-name>Quitometro on-line</display-name>
-    <description>Google Gadgets: Quitometro on-line Gadget</description>
+  <portlet id="WoolfireCountdownGadget">
+    <portlet-name>WoolfireCountdownGadget</portlet-name>
+    <display-name>Woolfire Countdown....</display-name>
+    <description>Google Gadgets: Woolfire Countdown.... Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quitometro on-line</value>
+      <value>Woolfire Countdown....</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.quitometro.org/google_gadget/quitonline_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101254671941901522594%26mid%3D69%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.quitometro.org/google_gadget/quitonline_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D101254671941901522594%26mid%3D69%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2653,29 +2653,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quitometro on-line</title>
-      <short-title>Quitometro on-line</short-title>
+      <title>Woolfire Countdown....</title>
+      <short-title>Woolfire Countdown....</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MYBIRTHDAYGadget">
-    <portlet-name>MYBIRTHDAYGadget</portlet-name>
-    <display-name>MY BIRTHDAY!!!!</display-name>
-    <description>Google Gadgets: MY BIRTHDAY!!!! Gadget</description>
+  <portlet id="PitchforknewsandreviewsforHisNameIsAliveGadget">
+    <portlet-name>PitchforknewsandreviewsforHisNameIsAliveGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for His Name Is Alive Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MY BIRTHDAY!!!!</value>
+      <value>Pitchfork news and reviews for His Name Is Alive</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108156060468853774585%26mid%3D64%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_His_Name_Is_Alive&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D108156060468853774585%26mid%3D64%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_His_Name_Is_Alive</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2686,29 +2686,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MY BIRTHDAY!!!!</title>
-      <short-title>MY BIRTHDAY!!!!</short-title>
+      <title>Pitchfork news and reviews for His Name Is Alive</title>
+      <short-title>Pitchfork news and reviews for His Name Is Alive</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AnatomyofMeGadget">
-    <portlet-name>AnatomyofMeGadget</portlet-name>
-    <display-name>Anatomy of Me</display-name>
-    <description>Google Gadgets: Anatomy of Me Gadget</description>
+  <portlet id="TheRotoFeedGadgetGadget">
+    <portlet-name>TheRotoFeedGadgetGadget</portlet-name>
+    <display-name>The RotoFeed Gadget</display-name>
+    <description>Google Gadgets: The RotoFeed Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Anatomy of Me</value>
+      <value>The RotoFeed Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109421342748056751674%26mid%3D53%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ilipner.googlepages.com/rotofeedwidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D109421342748056751674%26mid%3D53%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ilipner.googlepages.com/rotofeedwidget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2719,29 +2719,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Anatomy of Me</title>
-      <short-title>Anatomy of Me</short-title>
+      <title>The RotoFeed Gadget</title>
+      <short-title>The RotoFeed Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelNewsfromReutersGadget">
-    <portlet-name>NewsreelNewsfromReutersGadget</portlet-name>
-    <display-name>Newsreel News from Reuters</display-name>
-    <description>Google Gadgets: Newsreel News from Reuters Gadget</description>
+  <portlet id="PitchforknewsandreviewsforPriestessGadget">
+    <portlet-name>PitchforknewsandreviewsforPriestessGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Priestess Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel News from Reuters</value>
+      <value>Pitchfork news and reviews for Priestess</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-reuters.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Priestess&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-reuters.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Priestess</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2752,29 +2752,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel News from Reuters</title>
-      <short-title>Newsreel News from Reuters</short-title>
+      <title>Pitchfork news and reviews for Priestess</title>
+      <short-title>Pitchfork news and reviews for Priestess</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LifeInsuranceGlossaryGadget">
-    <portlet-name>LifeInsuranceGlossaryGadget</portlet-name>
-    <display-name>Life Insurance Glossary</display-name>
-    <description>Google Gadgets: Life Insurance Glossary Gadget</description>
+  <portlet id="PitchforknewsandreviewsforMattPondPAGadget">
+    <portlet-name>PitchforknewsandreviewsforMattPondPAGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Matt Pond PA Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Life Insurance Glossary</value>
+      <value>Pitchfork news and reviews for Matt Pond PA</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.LifeInsuranceWiz.com/google-gadgets/glossary/glossary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Matt_Pond_PA&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.LifeInsuranceWiz.com/google-gadgets/glossary/glossary.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Matt_Pond_PA</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2785,29 +2785,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Life Insurance Glossary</title>
-      <short-title>Life Insurance Glossary</short-title>
+      <title>Pitchfork news and reviews for Matt Pond PA</title>
+      <short-title>Pitchfork news and reviews for Matt Pond PA</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameBeckhamGoldenballsGadget">
-    <portlet-name>MiniclipGameBeckhamGoldenballsGadget</portlet-name>
-    <display-name>Miniclip Game - Beckham Goldenballs</display-name>
-    <description>Google Gadgets: Miniclip Game - Beckham Goldenballs Gadget</description>
+  <portlet id="callcenter1Gadget">
+    <portlet-name>callcenter1Gadget</portlet-name>
+    <display-name>call-center</display-name>
+    <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Beckham Goldenballs</value>
+      <value>call-center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/beckham-goldenballs/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/answering.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/beckham-goldenballs/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/answering.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2818,29 +2818,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Beckham Goldenballs</title>
-      <short-title>Miniclip Game - Beckham Goldenballs</short-title>
+      <title>call-center</title>
+      <short-title>call-center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CARLDefenseNewsandInfoGadget">
-    <portlet-name>CARLDefenseNewsandInfoGadget</portlet-name>
-    <display-name>CARL Defense News and Info</display-name>
-    <description>Google Gadgets: CARL Defense News and Info Gadget</description>
+  <portlet id="NewYorkTimesEducationGadget">
+    <portlet-name>NewYorkTimesEducationGadget</portlet-name>
+    <display-name>New York Times: Education</display-name>
+    <description>Google Gadgets: New York Times: Education Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CARL Defense News and Info</value>
+      <value>New York Times: Education</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://metzejr83.tripod.com/gadget4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-education.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://metzejr83.tripod.com/gadget4.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-education.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2851,29 +2851,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CARL Defense News and Info</title>
-      <short-title>CARL Defense News and Info</short-title>
+      <title>New York Times: Education</title>
+      <short-title>New York Times: Education</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyAuctionsGadgetforTradeMeGadget">
-    <portlet-name>MyAuctionsGadgetforTradeMeGadget</portlet-name>
-    <display-name>My Auctions Gadget for TradeMe</display-name>
-    <description>Google Gadgets: My Auctions Gadget for TradeMe Gadget</description>
+  <portlet id="PitchforknewsandreviewsforKOsGadget">
+    <portlet-name>PitchforknewsandreviewsforKOsGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for K-Os Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Auctions Gadget for TradeMe</value>
+      <value>Pitchfork news and reviews for K-Os</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wellies.org/trademe/trademe_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_K-Os&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wellies.org/trademe/trademe_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_K-Os</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2884,29 +2884,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Auctions Gadget for TradeMe</title>
-      <short-title>My Auctions Gadget for TradeMe</short-title>
+      <title>Pitchfork news and reviews for K-Os</title>
+      <short-title>Pitchfork news and reviews for K-Os</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HealthCareSearchToolsClothedVisualDxHealthGadget">
-    <portlet-name>HealthCareSearchToolsClothedVisualDxHealthGadget</portlet-name>
-    <display-name>Health Care Search Tools (Clothed) - VisualDxHealth</display-name>
-    <description>Google Gadgets: Health Care Search Tools (Clothed) - VisualDxHealth Gadget</description>
+  <portlet id="AggressiveAttackGadget">
+    <portlet-name>AggressiveAttackGadget</portlet-name>
+    <display-name>Aggressive Attack</display-name>
+    <description>Google Gadgets: Aggressive Attack Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Health Care Search Tools (Clothed) - VisualDxHealth</value>
+      <value>Aggressive Attack</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://visualdxhealth.googlepages.com/VDxH_gadget_trustedSearchBodyLocClot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/aggressiveattack.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://visualdxhealth.googlepages.com/VDxH_gadget_trustedSearchBodyLocClot.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/aggressiveattack.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2917,29 +2917,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Health Care Search Tools (Clothed) - VisualDxHealth</title>
-      <short-title>Health Care Search Tools (Clothed) - VisualDxHealth</short-title>
+      <title>Aggressive Attack</title>
+      <short-title>Aggressive Attack</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MichiganCaucusBlueSearchGadget">
-    <portlet-name>MichiganCaucusBlueSearchGadget</portlet-name>
-    <display-name>Michigan Caucus Blue Search</display-name>
-    <description>Google Gadgets: Michigan Caucus Blue Search Gadget</description>
+  <portlet id="PitchforknewsandreviewsforPaulSimonGadget">
+    <portlet-name>PitchforknewsandreviewsforPaulSimonGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Paul Simon Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Michigan Caucus Blue Search</value>
+      <value>Pitchfork news and reviews for Paul Simon</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016782161939379062768/cse/lp6wcbaucei/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Paul_Simon&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016782161939379062768/cse/lp6wcbaucei/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Paul_Simon</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2950,29 +2950,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Michigan Caucus Blue Search</title>
-      <short-title>Michigan Caucus Blue Search</short-title>
+      <title>Pitchfork news and reviews for Paul Simon</title>
+      <short-title>Pitchfork news and reviews for Paul Simon</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ZillowSummaryInformationGadget">
-    <portlet-name>ZillowSummaryInformationGadget</portlet-name>
-    <display-name>Zillow Summary Information</display-name>
-    <description>Google Gadgets: Zillow Summary Information Gadget</description>
+  <portlet id="PitchforknewsandreviewsforMercuryProgramGadget">
+    <portlet-name>PitchforknewsandreviewsforMercuryProgramGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Mercury Program Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Zillow Summary Information</value>
+      <value>Pitchfork news and reviews for Mercury Program</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.polygad.com/google/zillowmulti.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Mercury_Program&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.polygad.com/google/zillowmulti.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Mercury_Program</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2983,29 +2983,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Zillow Summary Information</title>
-      <short-title>Zillow Summary Information</short-title>
+      <title>Pitchfork news and reviews for Mercury Program</title>
+      <short-title>Pitchfork news and reviews for Mercury Program</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SpoolSearcherv10Gadget">
-    <portlet-name>SpoolSearcherv10Gadget</portlet-name>
-    <display-name>SpoolSearcher v1.0</display-name>
-    <description>Google Gadgets: SpoolSearcher v1.0 Gadget</description>
+  <portlet id="volumebreakoutGadget">
+    <portlet-name>volumebreakoutGadget</portlet-name>
+    <display-name>volume breakout</display-name>
+    <description>Google Gadgets: volume breakout Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SpoolSearcher v1.0</value>
+      <value>volume breakout</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://static.spool.fm/flash/ssearcher.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/volume_breakout&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://static.spool.fm/flash/ssearcher.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/volume_breakout</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3016,29 +3016,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SpoolSearcher v1.0</title>
-      <short-title>SpoolSearcher v1.0</short-title>
+      <title>volume breakout</title>
+      <short-title>volume breakout</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SEOSearchEngineGadget">
-    <portlet-name>SEOSearchEngineGadget</portlet-name>
-    <display-name>SEO Search Engine</display-name>
-    <description>Google Gadgets: SEO Search Engine Gadget</description>
+  <portlet id="LunaPicPhotoEditorGadget">
+    <portlet-name>LunaPicPhotoEditorGadget</portlet-name>
+    <display-name>LunaPic Photo Editor</display-name>
+    <description>Google Gadgets: LunaPic Photo Editor Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SEO Search Engine</value>
+      <value>LunaPic Photo Editor</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.searchangle.com/gadget2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.lunapic.com/photo-editor.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.searchangle.com/gadget2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.lunapic.com/photo-editor.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3049,29 +3049,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SEO Search Engine</title>
-      <short-title>SEO Search Engine</short-title>
+      <title>LunaPic Photo Editor</title>
+      <short-title>LunaPic Photo Editor</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MixcardGadget">
-    <portlet-name>MixcardGadget</portlet-name>
-    <display-name>Mixcard</display-name>
-    <description>Google Gadgets: Mixcard Gadget</description>
+  <portlet id="TableStyledBookmarksGadget">
+    <portlet-name>TableStyledBookmarksGadget</portlet-name>
+    <display-name>Table Styled Bookmarks</display-name>
+    <description>Google Gadgets: Table Styled Bookmarks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mixcard</value>
+      <value>Table Styled Bookmarks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ycast.com/GoogleGadget/MixpoMixcardGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://maybegadgets.googlecode.com/files/tsb.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ycast.com/GoogleGadget/MixpoMixcardGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://maybegadgets.googlecode.com/files/tsb.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3082,29 +3082,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mixcard</title>
-      <short-title>Mixcard</short-title>
+      <title>Table Styled Bookmarks</title>
+      <short-title>Table Styled Bookmarks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CortlandCountryMusicParkEventsGadget">
-    <portlet-name>CortlandCountryMusicParkEventsGadget</portlet-name>
-    <display-name>Cortland Country Music Park Events</display-name>
-    <description>Google Gadgets: Cortland Country Music Park Events Gadget</description>
+  <portlet id="YourLoveableOafJeremyGadget">
+    <portlet-name>YourLoveableOafJeremyGadget</portlet-name>
+    <display-name>Your Loveable Oaf, Jeremy</display-name>
+    <description>Google Gadgets: Your Loveable Oaf, Jeremy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cortland Country Music Park Events</value>
+      <value>Your Loveable Oaf, Jeremy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cortlandcountrymusicpark.com/ccmpes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110772403208939883362%26mid%3D86%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cortlandcountrymusicpark.com/ccmpes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D110772403208939883362%26mid%3D86%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3115,29 +3115,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cortland Country Music Park Events</title>
-      <short-title>Cortland Country Music Park Events</short-title>
+      <title>Your Loveable Oaf, Jeremy</title>
+      <short-title>Your Loveable Oaf, Jeremy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LuxuriousBusinessSolutionsGadget">
-    <portlet-name>LuxuriousBusinessSolutionsGadget</portlet-name>
-    <display-name>Luxurious Business Solutions</display-name>
-    <description>Google Gadgets: Luxurious Business Solutions Gadget</description>
+  <portlet id="PitchforknewsandreviewsforSaschaFunkeGadget">
+    <portlet-name>PitchforknewsandreviewsforSaschaFunkeGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Sascha Funke Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Luxurious Business Solutions</value>
+      <value>Pitchfork news and reviews for Sascha Funke</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4671468af88b019c/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Sascha_Funke&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/4671468af88b019c/clearspring.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Sascha_Funke</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3148,29 +3148,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Luxurious Business Solutions</title>
-      <short-title>Luxurious Business Solutions</short-title>
+      <title>Pitchfork news and reviews for Sascha Funke</title>
+      <short-title>Pitchfork news and reviews for Sascha Funke</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DefenderGadget">
-    <portlet-name>DefenderGadget</portlet-name>
-    <display-name>Defender</display-name>
-    <description>Google Gadgets: Defender Gadget</description>
+  <portlet id="ThisDayintheLifeofAvesGadget">
+    <portlet-name>ThisDayintheLifeofAvesGadget</portlet-name>
+    <display-name>This Day in the Life of Aves</display-name>
+    <description>Google Gadgets: This Day in the Life of Aves Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Defender</value>
+      <value>This Day in the Life of Aves</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/defender/defender.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D103615875428813740495%26mid%3D57%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/defender/defender.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D103615875428813740495%26mid%3D57%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3181,29 +3181,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Defender</title>
-      <short-title>Defender</short-title>
+      <title>This Day in the Life of Aves</title>
+      <short-title>This Day in the Life of Aves</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ZaksCornerGadget">
-    <portlet-name>ZaksCornerGadget</portlet-name>
-    <display-name>Zaks Corner</display-name>
-    <description>Google Gadgets: Zaks Corner Gadget</description>
+  <portlet id="PitchforknewsandreviewsforTapes39nTapesGadget">
+    <portlet-name>PitchforknewsandreviewsforTapes39nTapesGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Tapes &#39;n Tapes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Zaks Corner</value>
+      <value>Pitchfork news and reviews for Tapes &#39;n Tapes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112881804853419545151%26mid%3D61%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Tapes_n_Tapes&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D112881804853419545151%26mid%3D61%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Tapes_n_Tapes</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3214,29 +3214,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Zaks Corner</title>
-      <short-title>Zaks Corner</short-title>
+      <title>Pitchfork news and reviews for Tapes &#39;n Tapes</title>
+      <short-title>Pitchfork news and reviews for Tapes &#39;n Tapes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KatstatusGadget">
-    <portlet-name>KatstatusGadget</portlet-name>
-    <display-name>Kat-status</display-name>
-    <description>Google Gadgets: Kat-status Gadget</description>
+  <portlet id="PitchforknewsandreviewsforChristmasDecorationsGadget">
+    <portlet-name>PitchforknewsandreviewsforChristmasDecorationsGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Christmas Decorations Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Kat-status</value>
+      <value>Pitchfork news and reviews for Christmas Decorations</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D100825234861830001179%26mid%3D49%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Christmas_Decorations&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D100825234861830001179%26mid%3D49%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Christmas_Decorations</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3247,29 +3247,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Kat-status</title>
-      <short-title>Kat-status</short-title>
+      <title>Pitchfork news and reviews for Christmas Decorations</title>
+      <short-title>Pitchfork news and reviews for Christmas Decorations</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuoteoftheDayByNeilWattsGadget">
-    <portlet-name>QuoteoftheDayByNeilWattsGadget</portlet-name>
-    <display-name>Quote of the Day - By: Neil Watts</display-name>
-    <description>Google Gadgets: Quote of the Day - By: Neil Watts Gadget</description>
+  <portlet id="EuroheaderGadget">
+    <portlet-name>EuroheaderGadget</portlet-name>
+    <display-name>Euroheader</display-name>
+    <description>Google Gadgets: Euroheader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quote of the Day - By: Neil Watts</value>
+      <value>Euroheader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112737226989487326877%26mid%3D72%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.funnytake.net/ggad/games/euroheaders.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D112737226989487326877%26mid%3D72%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.funnytake.net/ggad/games/euroheaders.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3280,29 +3280,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quote of the Day - By: Neil Watts</title>
-      <short-title>Quote of the Day - By: Neil Watts</short-title>
+      <title>Euroheader</title>
+      <short-title>Euroheader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleSearchAssistantGadget">
-    <portlet-name>GoogleSearchAssistantGadget</portlet-name>
-    <display-name>Google Search Assistant</display-name>
-    <description>Google Gadgets: Google Search Assistant Gadget</description>
+  <portlet id="PerfectMatchGadget">
+    <portlet-name>PerfectMatchGadget</portlet-name>
+    <display-name>Perfect Match</display-name>
+    <description>Google Gadgets: Perfect Match Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Search Assistant</value>
+      <value>Perfect Match</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sportsapalooza.com/google-gadget/ads.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/pmatchGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sportsapalooza.com/google-gadget/ads.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/pmatchGadget.Xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3313,29 +3313,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Search Assistant</title>
-      <short-title>Google Search Assistant</short-title>
+      <title>Perfect Match</title>
+      <short-title>Perfect Match</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PoemoftheDayGadget">
-    <portlet-name>PoemoftheDayGadget</portlet-name>
-    <display-name>Poem of the Day</display-name>
-    <description>Google Gadgets: Poem of the Day Gadget</description>
+  <portlet id="PitchforknewsandreviewsforCaptainBeefheartampTheMagicBandGadget">
+    <portlet-name>PitchforknewsandreviewsforCaptainBeefheartampTheMagicBandGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Captain Beefheart &amp; The Magic Band Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Poem of the Day</value>
+      <value>Pitchfork news and reviews for Captain Beefheart &amp; The Magic Band</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108388575342571115159%26mid%3D13%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Captain_Beefheart__The_Magic_Band&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D108388575342571115159%26mid%3D13%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Captain_Beefheart__The_Magic_Band</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3346,29 +3346,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Poem of the Day</title>
-      <short-title>Poem of the Day</short-title>
+      <title>Pitchfork news and reviews for Captain Beefheart &amp; The Magic Band</title>
+      <short-title>Pitchfork news and reviews for Captain Beefheart &amp; The Magic Band</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MobBotMobileVerbotBetaGadget">
-    <portlet-name>MobBotMobileVerbotBetaGadget</portlet-name>
-    <display-name>MobBot - Mobile Verbot (Beta)</display-name>
-    <description>Google Gadgets: MobBot - Mobile Verbot (Beta) Gadget</description>
+  <portlet id="8bitrocketRetroBlasterGadget">
+    <portlet-name>8bitrocketRetroBlasterGadget</portlet-name>
+    <display-name>8bitrocket Retro Blaster</display-name>
+    <description>Google Gadgets: 8bitrocket Retro Blaster Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MobBot - Mobile Verbot (Beta)</value>
+      <value>8bitrocket Retro Blaster</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jmlawlor.googlepages.com/MobBotGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/105488372485963141405/retroblaster.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jmlawlor.googlepages.com/MobBotGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/105488372485963141405/retroblaster.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3379,29 +3379,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MobBot - Mobile Verbot (Beta)</title>
-      <short-title>MobBot - Mobile Verbot (Beta)</short-title>
+      <title>8bitrocket Retro Blaster</title>
+      <short-title>8bitrocket Retro Blaster</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AbbatheFoxGadget">
-    <portlet-name>AbbatheFoxGadget</portlet-name>
-    <display-name>Abba the Fox</display-name>
-    <description>Google Gadgets: Abba the Fox Gadget</description>
+  <portlet id="BrainTunerGadget">
+    <portlet-name>BrainTunerGadget</portlet-name>
+    <display-name>Brain Tuner</display-name>
+    <description>Google Gadgets: Brain Tuner Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Abba the Fox</value>
+      <value>Brain Tuner</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/abbathefoxgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.best-top-tips.com/besttoptipsgadet1.0/braintuner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/abbathefoxgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.best-top-tips.com/besttoptipsgadet1.0/braintuner.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3412,29 +3412,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Abba the Fox</title>
-      <short-title>Abba the Fox</short-title>
+      <title>Brain Tuner</title>
+      <short-title>Brain Tuner</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TIMEQuotesoftheDayGadget">
-    <portlet-name>TIMEQuotesoftheDayGadget</portlet-name>
-    <display-name>TIME: Quotes of the Day</display-name>
-    <description>Google Gadgets: TIME: Quotes of the Day Gadget</description>
+  <portlet id="PitchforknewsandreviewsforTheThermalsGadget">
+    <portlet-name>PitchforknewsandreviewsforTheThermalsGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for The Thermals Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TIME: Quotes of the Day</value>
+      <value>Pitchfork news and reviews for The Thermals</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/p/Google/R2xmQjcTNxJmRGQVY0MzRmFCf0NkR2AVYkNrQGNAY0YzRTNaZkI3EzcSZkVmT2YVZ0Q0Ew/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_The_Thermals&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/p/Google/R2xmQjcTNxJmRGQVY0MzRmFCf0NkR2AVYkNrQGNAY0YzRTNaZkI3EzcSZkVmT2YVZ0Q0Ew/clearspring.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_The_Thermals</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3445,29 +3445,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TIME: Quotes of the Day</title>
-      <short-title>TIME: Quotes of the Day</short-title>
+      <title>Pitchfork news and reviews for The Thermals</title>
+      <short-title>Pitchfork news and reviews for The Thermals</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PoserfromefrontierGadget">
-    <portlet-name>PoserfromefrontierGadget</portlet-name>
-    <display-name>Poser from e frontier</display-name>
-    <description>Google Gadgets: Poser from e frontier Gadget</description>
+  <portlet id="66thAsteroidDefenceGadget">
+    <portlet-name>66thAsteroidDefenceGadget</portlet-name>
+    <display-name>66th Asteroid Defence</display-name>
+    <description>Google Gadgets: 66th Asteroid Defence Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Poser from e frontier</value>
+      <value>66th Asteroid Defence</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://syatson.googlepages.com/efGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/66thAsteroidDefence.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://syatson.googlepages.com/efGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/66thAsteroidDefence.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3478,29 +3478,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Poser from e frontier</title>
-      <short-title>Poser from e frontier</short-title>
+      <title>66th Asteroid Defence</title>
+      <short-title>66th Asteroid Defence</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooBuzzIndexMoversOverallGadget">
-    <portlet-name>YahooBuzzIndexMoversOverallGadget</portlet-name>
-    <display-name>Yahoo! Buzz Index Movers Overall.</display-name>
-    <description>Google Gadgets: Yahoo! Buzz Index Movers Overall. Gadget</description>
+  <portlet id="TableStyledBookmarks1Gadget">
+    <portlet-name>TableStyledBookmarks1Gadget</portlet-name>
+    <display-name>Table Styled Bookmarks</display-name>
+    <description>Google Gadgets: Table Styled Bookmarks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo! Buzz Index Movers Overall.</value>
+      <value>Table Styled Bookmarks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/gadget/yahoo-buzz-search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://maybegadgets.googlecode.com/files/tsb6.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/gadget/yahoo-buzz-search.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://maybegadgets.googlecode.com/files/tsb6.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3511,29 +3511,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo! Buzz Index Movers Overall.</title>
-      <short-title>Yahoo! Buzz Index Movers Overall.</short-title>
+      <title>Table Styled Bookmarks</title>
+      <short-title>Table Styled Bookmarks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChessIGbetaGadget">
-    <portlet-name>ChessIGbetaGadget</portlet-name>
-    <display-name>ChessIG (beta)</display-name>
-    <description>Google Gadgets: ChessIG (beta) Gadget</description>
+  <portlet id="Tiger39sESPTestGadget">
+    <portlet-name>Tiger39sESPTestGadget</portlet-name>
+    <display-name>Tiger&#39;s ESP Test</display-name>
+    <description>Google Gadgets: Tiger&#39;s ESP Test Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ChessIG (beta)</value>
+      <value>Tiger&#39;s ESP Test</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.chessnavigator.com/ChessIG/Gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tigersyard.com/gadgets/esp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.chessnavigator.com/ChessIG/Gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tigersyard.com/gadgets/esp.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3544,29 +3544,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ChessIG (beta)</title>
-      <short-title>ChessIG (beta)</short-title>
+      <title>Tiger&#39;s ESP Test</title>
+      <short-title>Tiger&#39;s ESP Test</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OnlineShoppingCouponCodesGadget">
-    <portlet-name>OnlineShoppingCouponCodesGadget</portlet-name>
-    <display-name>Online Shopping Coupon Codes</display-name>
-    <description>Google Gadgets: Online Shopping Coupon Codes Gadget</description>
+  <portlet id="ZombieTerrorGameGadget">
+    <portlet-name>ZombieTerrorGameGadget</portlet-name>
+    <display-name>Zombie Terror Game</display-name>
+    <description>Google Gadgets: Zombie Terror Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Online Shopping Coupon Codes</value>
+      <value>Zombie Terror Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ableshoppers.com/coupon_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Zombie-Terror-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ableshoppers.com/coupon_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Zombie-Terror-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3577,29 +3577,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Online Shopping Coupon Codes</title>
-      <short-title>Online Shopping Coupon Codes</short-title>
+      <title>Zombie Terror Game</title>
+      <short-title>Zombie Terror Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KitKatJamQuickLoginGadget">
-    <portlet-name>KitKatJamQuickLoginGadget</portlet-name>
-    <display-name>KitKatJam Quick Login</display-name>
-    <description>Google Gadgets: KitKatJam Quick Login Gadget</description>
+  <portlet id="AIREffectiveFedFundsRateGadget">
+    <portlet-name>AIREffectiveFedFundsRateGadget</portlet-name>
+    <display-name>AIR - Effective Fed Funds Rate</display-name>
+    <description>Google Gadgets: AIR - Effective Fed Funds Rate Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>KitKatJam Quick Login</value>
+      <value>AIR - Effective Fed Funds Rate</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dmbfansite.com/KKJWidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.appliedinvestmentresearch.com/air_content/gadgets/fedfunds/fedfunds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dmbfansite.com/KKJWidget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.appliedinvestmentresearch.com/air_content/gadgets/fedfunds/fedfunds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3610,29 +3610,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>KitKatJam Quick Login</title>
-      <short-title>KitKatJam Quick Login</short-title>
+      <title>AIR - Effective Fed Funds Rate</title>
+      <short-title>AIR - Effective Fed Funds Rate</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchForFlightsHotelsandRentalCarsatCheapTicketscomGadget">
-    <portlet-name>SearchForFlightsHotelsandRentalCarsatCheapTicketscomGadget</portlet-name>
-    <display-name>Search For Flights, Hotels, and Rental Cars****@Cheap*****</display-name>
-    <description>Google Gadgets: Search For Flights, Hotels, and Rental Cars****@Cheap***** Gadget</description>
+  <portlet id="ProjectEddieGameGadget">
+    <portlet-name>ProjectEddieGameGadget</portlet-name>
+    <display-name>Project Eddie Game</display-name>
+    <description>Google Gadgets: Project Eddie Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search For Flights, Hotels, and Rental Cars****@Cheap*****</value>
+      <value>Project Eddie Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tripschedule.com/gadgets/cheaptickets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Project-Eddie-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tripschedule.com/gadgets/cheaptickets.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Project-Eddie-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3643,29 +3643,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search For Flights, Hotels, and Rental Cars****@Cheap*****</title>
-      <short-title>Search For Flights, Hotels, and Rental Cars****@Cheap*****</short-title>
+      <title>Project Eddie Game</title>
+      <short-title>Project Eddie Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ASEAIXSearchEngineGadget">
-    <portlet-name>ASEAIXSearchEngineGadget</portlet-name>
-    <display-name>ASE (AIX Search Engine)</display-name>
-    <description>Google Gadgets: ASE (AIX Search Engine) Gadget</description>
+  <portlet id="MIMSOnlineBetaMedicalsearchenginefordruginformationinteractionsimagesampmeGadget">
+    <portlet-name>MIMSOnlineBetaMedicalsearchenginefordruginformationinteractionsimagesampmeGadget</portlet-name>
+    <display-name>MIMS Online (Beta) - Medica...</display-name>
+    <description>Google Gadgets: MIMS Online (Beta) - Medical search engine for drug information, interactions images &amp; medical diagnoses in Asia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ASE (AIX Search Engine)</value>
+      <value>MIMS Online (Beta) - Medical search engine for drug information, interactions images &amp; medical diagnoses in Asia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003523856582721323063/cse/8gd9a01vbwk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/107910028368976387610/mimsonline-popup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/003523856582721323063/cse/8gd9a01vbwk/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/107910028368976387610/mimsonline-popup.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3676,29 +3676,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ASE (AIX Search Engine)</title>
-      <short-title>ASE (AIX Search Engine)</short-title>
+      <title>MIMS Online (Beta) - Medical search engine for drug information, interactions images &amp; medical diagnoses in Asia</title>
+      <short-title>MIMS Online (Beta) - Medical search engine for drug information, interactions images &amp; medical diagnoses in Asia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameTennisAceGadget">
-    <portlet-name>MiniclipGameTennisAceGadget</portlet-name>
-    <display-name>Miniclip Game - Tennis Ace</display-name>
-    <description>Google Gadgets: Miniclip Game - Tennis Ace Gadget</description>
+  <portlet id="PitchforknewsandreviewsforSpartaGadget">
+    <portlet-name>PitchforknewsandreviewsforSpartaGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Sparta Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Tennis Ace</value>
+      <value>Pitchfork news and reviews for Sparta</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/tennis-ace/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Sparta&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/tennis-ace/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Sparta</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3709,29 +3709,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Tennis Ace</title>
-      <short-title>Miniclip Game - Tennis Ace</short-title>
+      <title>Pitchfork news and reviews for Sparta</title>
+      <short-title>Pitchfork news and reviews for Sparta</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RipThatPageComSearchingRippedGadget">
-    <portlet-name>RipThatPageComSearchingRippedGadget</portlet-name>
-    <display-name>RipThatPage.Com: Searching Ripped</display-name>
-    <description>Google Gadgets: RipThatPage.Com: Searching Ripped Gadget</description>
+  <portlet id="HannahMontanaQuotesGadget">
+    <portlet-name>HannahMontanaQuotesGadget</portlet-name>
+    <display-name>Hannah Montana Quotes</display-name>
+    <description>Google Gadgets: Hannah Montana Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RipThatPage.Com: Searching Ripped</value>
+      <value>Hannah Montana Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.liquidloungepeople.com/websiteRipper/gadget_SearchRipped.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/105439374022030073895/HannahMontanaQuotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.liquidloungepeople.com/websiteRipper/gadget_SearchRipped.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/105439374022030073895/HannahMontanaQuotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3742,29 +3742,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RipThatPage.Com: Searching Ripped</title>
-      <short-title>RipThatPage.Com: Searching Ripped</short-title>
+      <title>Hannah Montana Quotes</title>
+      <short-title>Hannah Montana Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BodyFatEstimateYMCAFormulaCalculatorbyBizCalcscomGadget">
-    <portlet-name>BodyFatEstimateYMCAFormulaCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com Gadget</description>
+  <portlet id="PitchforknewsandreviewsforRadicalfashionGadget">
+    <portlet-name>PitchforknewsandreviewsforRadicalfashionGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Radicalfashion Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com</value>
+      <value>Pitchfork news and reviews for Radicalfashion</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/body-fat-ymca.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Radicalfashion&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/body-fat-ymca.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Radicalfashion</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3775,29 +3775,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com</title>
-      <short-title>Body Fat Estimate (YMCA Formula) Calculator by BizCalcs.com</short-title>
+      <title>Pitchfork news and reviews for Radicalfashion</title>
+      <short-title>Pitchfork news and reviews for Radicalfashion</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AnniversaryGadget">
-    <portlet-name>AnniversaryGadget</portlet-name>
-    <display-name>Anniversary</display-name>
-    <description>Google Gadgets: Anniversary Gadget</description>
+  <portlet id="NewsinSportsGadget">
+    <portlet-name>NewsinSportsGadget</portlet-name>
+    <display-name>News in Sports</display-name>
+    <description>Google Gadgets: News in Sports Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Anniversary</value>
+      <value>News in Sports</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D116546052470211454491%26mid%3D94%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D116546052470211454491%26mid%3D94%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/sports.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3808,29 +3808,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Anniversary</title>
-      <short-title>Anniversary</short-title>
+      <title>News in Sports</title>
+      <short-title>News in Sports</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UniversityofMassachusettsBostonGadget">
-    <portlet-name>UniversityofMassachusettsBostonGadget</portlet-name>
-    <display-name>University of Massachusetts::Boston</display-name>
-    <description>Google Gadgets: University of Massachusetts::Boston Gadget</description>
+  <portlet id="SEASIDE2008Gadget">
+    <portlet-name>SEASIDE2008Gadget</portlet-name>
+    <display-name>SEASIDE 2008!</display-name>
+    <description>Google Gadgets: SEASIDE 2008! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>University of Massachusetts::Boston</value>
+      <value>SEASIDE 2008!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001225130692263366863/cse/dgdpgnxmn0g/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104427800161965276978%26mid%3D42%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001225130692263366863/cse/dgdpgnxmn0g/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D104427800161965276978%26mid%3D42%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3841,29 +3841,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>University of Massachusetts::Boston</title>
-      <short-title>University of Massachusetts::Boston</short-title>
+      <title>SEASIDE 2008!</title>
+      <short-title>SEASIDE 2008!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SpeedToPaceConversionCalculatorbyBizCalcscomGadget">
-    <portlet-name>SpeedToPaceConversionCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Speed To Pace Conversion Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Speed To Pace Conversion Calculator by BizCalcs.com Gadget</description>
+  <portlet id="theAirDBGadget">
+    <portlet-name>theAirDBGadget</portlet-name>
+    <display-name>theAirDB</display-name>
+    <description>Google Gadgets: theAirDB Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Speed To Pace Conversion Calculator by BizCalcs.com</value>
+      <value>theAirDB</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/Speed-To-Pace-Conversion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101201675051961095713/theairdb.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/Speed-To-Pace-Conversion.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101201675051961095713/theairdb.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3874,29 +3874,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Speed To Pace Conversion Calculator by BizCalcs.com</title>
-      <short-title>Speed To Pace Conversion Calculator by BizCalcs.com</short-title>
+      <title>theAirDB</title>
+      <short-title>theAirDB</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SchoolsOutGadget">
-    <portlet-name>SchoolsOutGadget</portlet-name>
-    <display-name>Schools Out!!!</display-name>
-    <description>Google Gadgets: Schools Out!!! Gadget</description>
+  <portlet id="PitchforknewsandreviewsforTheHospitalsGadget">
+    <portlet-name>PitchforknewsandreviewsforTheHospitalsGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for The Hospitals Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Schools Out!!!</value>
+      <value>Pitchfork news and reviews for The Hospitals</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D100987558119940419935%26mid%3D39%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_The_Hospitals&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D100987558119940419935%26mid%3D39%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_The_Hospitals</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3907,29 +3907,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Schools Out!!!</title>
-      <short-title>Schools Out!!!</short-title>
+      <title>Pitchfork news and reviews for The Hospitals</title>
+      <short-title>Pitchfork news and reviews for The Hospitals</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Eskiv1Gadget">
-    <portlet-name>Eskiv1Gadget</portlet-name>
-    <display-name>Eskiv1</display-name>
-    <description>Google Gadgets: Eskiv1 Gadget</description>
+  <portlet id="PitchforknewsandreviewsforCommonGadget">
+    <portlet-name>PitchforknewsandreviewsforCommonGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Common Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Eskiv1</value>
+      <value>Pitchfork news and reviews for Common</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/eskiv1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Common&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/eskiv1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Common</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3940,29 +3940,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Eskiv1</title>
-      <short-title>Eskiv1</short-title>
+      <title>Pitchfork news and reviews for Common</title>
+      <short-title>Pitchfork news and reviews for Common</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PinDaxHeadlineBoardGadget">
-    <portlet-name>PinDaxHeadlineBoardGadget</portlet-name>
-    <display-name>PinDax Headline Board</display-name>
-    <description>Google Gadgets: PinDax Headline Board Gadget</description>
+  <portlet id="UNConferenceonGlobalClimateChangeGadget">
+    <portlet-name>UNConferenceonGlobalClimateChangeGadget</portlet-name>
+    <display-name>UN Conference on Global Cli...</display-name>
+    <description>Google Gadgets: UN Conference on Global Climate Change Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PinDax Headline Board</value>
+      <value>UN Conference on Global Climate Change</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pindax.com/miniBoardXML.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Global_Climate_Change&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pindax.com/miniBoardXML.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Global_Climate_Change</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3973,29 +3973,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PinDax Headline Board</title>
-      <short-title>PinDax Headline Board</short-title>
+      <title>UN Conference on Global Climate Change</title>
+      <short-title>UN Conference on Global Climate Change</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Bomb39sAwayGadget">
-    <portlet-name>Bomb39sAwayGadget</portlet-name>
-    <display-name>Bomb&#39;s Away</display-name>
-    <description>Google Gadgets: Bomb&#39;s Away Gadget</description>
+  <portlet id="JohnMcCainNewsGadget">
+    <portlet-name>JohnMcCainNewsGadget</portlet-name>
+    <display-name>John McCain News</display-name>
+    <description>Google Gadgets: John McCain News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bomb&#39;s Away</value>
+      <value>John McCain News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/bombsawayGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/johnmccainnewsfeed.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/bombsawayGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/johnmccainnewsfeed.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4006,29 +4006,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bomb&#39;s Away</title>
-      <short-title>Bomb&#39;s Away</short-title>
+      <title>John McCain News</title>
+      <short-title>John McCain News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UptonianPetsGadget">
-    <portlet-name>UptonianPetsGadget</portlet-name>
-    <display-name>Uptonian Pets</display-name>
-    <description>Google Gadgets: Uptonian Pets Gadget</description>
+  <portlet id="CampusNewsbroughttoyoubyKellysKampusGadget">
+    <portlet-name>CampusNewsbroughttoyoubyKellysKampusGadget</portlet-name>
+    <display-name>Campus News brought to you ...</display-name>
+    <description>Google Gadgets: Campus News brought to you by KellysKampus  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Uptonian Pets</value>
+      <value>Campus News brought to you by KellysKampus </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117895261643939502074%26mid%3D74%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kellyskampus.com/kellykampus_rss/kellykampus_rss.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117895261643939502074%26mid%3D74%26url%3Dgm_photo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kellyskampus.com/kellykampus_rss/kellykampus_rss.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4039,29 +4039,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Uptonian Pets</title>
-      <short-title>Uptonian Pets</short-title>
+      <title>Campus News brought to you by KellysKampus </title>
+      <short-title>Campus News brought to you by KellysKampus </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchAmazonGadget">
-    <portlet-name>SearchAmazonGadget</portlet-name>
-    <display-name>Search Amazon</display-name>
-    <description>Google Gadgets: Search Amazon Gadget</description>
+  <portlet id="BarclaysFantasyPremierLeagueGadget">
+    <portlet-name>BarclaysFantasyPremierLeagueGadget</portlet-name>
+    <display-name>Barclays Fantasy Premier Le...</display-name>
+    <description>Google Gadgets: Barclays Fantasy Premier League Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search Amazon</value>
+      <value>Barclays Fantasy Premier League</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://netremote.com/rss/amazon-big.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105856386676280775956%26mid%3D90%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://netremote.com/rss/amazon-big.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D105856386676280775956%26mid%3D90%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4072,29 +4072,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search Amazon</title>
-      <short-title>Search Amazon</short-title>
+      <title>Barclays Fantasy Premier League</title>
+      <short-title>Barclays Fantasy Premier League</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AustralianStockExchangeGadget">
-    <portlet-name>AustralianStockExchangeGadget</portlet-name>
-    <display-name>Australian Stock Exchange</display-name>
-    <description>Google Gadgets: Australian Stock Exchange Gadget</description>
+  <portlet id="CokeMusicTopTenChartsGadget">
+    <portlet-name>CokeMusicTopTenChartsGadget</portlet-name>
+    <display-name>Coke Music Top Ten Charts</display-name>
+    <description>Google Gadgets: Coke Music Top Ten Charts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Australian Stock Exchange</value>
+      <value>Coke Music Top Ten Charts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://davidhong.id.au/public/google/asx.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.coca-cola.co.uk/coketoptencharts/CokeTopTen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://davidhong.id.au/public/google/asx.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.coca-cola.co.uk/coketoptencharts/CokeTopTen.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4105,29 +4105,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Australian Stock Exchange</title>
-      <short-title>Australian Stock Exchange</short-title>
+      <title>Coke Music Top Ten Charts</title>
+      <short-title>Coke Music Top Ten Charts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniclipGameRugbyChallengeGadget">
-    <portlet-name>MiniclipGameRugbyChallengeGadget</portlet-name>
-    <display-name>Miniclip Game - Rugby Challenge</display-name>
-    <description>Google Gadgets: Miniclip Game - Rugby Challenge Gadget</description>
+  <portlet id="PitchforknewsandreviewsforGregDulliGadget">
+    <portlet-name>PitchforknewsandreviewsforGregDulliGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Greg Dulli Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Miniclip Game - Rugby Challenge</value>
+      <value>Pitchfork news and reviews for Greg Dulli</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.miniclip.com/games/rugby-challenge/en/google-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Greg_Dulli&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.miniclip.com/games/rugby-challenge/en/google-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Greg_Dulli</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4138,29 +4138,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Miniclip Game - Rugby Challenge</title>
-      <short-title>Miniclip Game - Rugby Challenge</short-title>
+      <title>Pitchfork news and reviews for Greg Dulli</title>
+      <short-title>Pitchfork news and reviews for Greg Dulli</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ClockGadget">
-    <portlet-name>ClockGadget</portlet-name>
-    <display-name>Clock</display-name>
-    <description>Google Gadgets: Clock Gadget</description>
+  <portlet id="UBBlogsGadget">
+    <portlet-name>UBBlogsGadget</portlet-name>
+    <display-name>UB Blogs</display-name>
+    <description>Google Gadgets: UB Blogs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Clock</value>
+      <value>UB Blogs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D110%26xwidth%3D250%26mininame%3Dclock%26buildnumber%3D1%252E5%252E5%252E6%26title%3DClock%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Aclock%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fclock%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/UB_Blogs&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D110%26xwidth%3D250%26mininame%3Dclock%26buildnumber%3D1%252E5%252E5%252E6%26title%3DClock%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Aclock%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fclock%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/UB_Blogs</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4171,29 +4171,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Clock</title>
-      <short-title>Clock</short-title>
+      <title>UB Blogs</title>
+      <short-title>UB Blogs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Mixcard1Gadget">
-    <portlet-name>Mixcard1Gadget</portlet-name>
-    <display-name>Mixcard</display-name>
-    <description>Google Gadgets: Mixcard Gadget</description>
+  <portlet id="quotLilBitsquotIsComingGadget">
+    <portlet-name>quotLilBitsquotIsComingGadget</portlet-name>
+    <display-name>&quot;Lil Bits&quot; Is Coming</display-name>
+    <description>Google Gadgets: &quot;Lil Bits&quot; Is Coming Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mixcard</value>
+      <value>&quot;Lil Bits&quot; Is Coming</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://maneshkallat.googlepages.com/MixpoGadget01.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112441556466439277697%26mid%3D55%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://maneshkallat.googlepages.com/MixpoGadget01.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D112441556466439277697%26mid%3D55%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4204,29 +4204,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mixcard</title>
-      <short-title>Mixcard</short-title>
+      <title>&quot;Lil Bits&quot; Is Coming</title>
+      <short-title>&quot;Lil Bits&quot; Is Coming</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BuckleyMessageGadget">
-    <portlet-name>BuckleyMessageGadget</portlet-name>
-    <display-name>Buckley Message!!</display-name>
-    <description>Google Gadgets: Buckley Message!! Gadget</description>
+  <portlet id="PictureMergecapitalismoGadget">
+    <portlet-name>PictureMergecapitalismoGadget</portlet-name>
+    <display-name>Picture Merge (capitalismo)</display-name>
+    <description>Google Gadgets: Picture Merge (capitalismo) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Buckley Message!!</value>
+      <value>Picture Merge (capitalismo)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102508318576943635519%26mid%3D88%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/46e570f772e8f26b/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D102508318576943635519%26mid%3D88%26url%3Dgm_googlegram.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/46e570f772e8f26b/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4237,29 +4237,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Buckley Message!!</title>
-      <short-title>Buckley Message!!</short-title>
+      <title>Picture Merge (capitalismo)</title>
+      <short-title>Picture Merge (capitalismo)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="currencyquotesforexGadget">
-    <portlet-name>currencyquotesforexGadget</portlet-name>
-    <display-name>currency quotes : forex</display-name>
-    <description>Google Gadgets: currency quotes : forex Gadget</description>
+  <portlet id="PsySearchGadget">
+    <portlet-name>PsySearchGadget</portlet-name>
+    <display-name>Psy Search</display-name>
+    <description>Google Gadgets: Psy Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>currency quotes : forex</value>
+      <value>Psy Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ac-markets.com/forex/currencyquotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005738087570967245863/cse/gpgs7es2u94/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ac-markets.com/forex/currencyquotes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005738087570967245863/cse/gpgs7es2u94/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4270,29 +4270,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>currency quotes : forex</title>
-      <short-title>currency quotes : forex</short-title>
+      <title>Psy Search</title>
+      <short-title>Psy Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DivingGadget">
-    <portlet-name>DivingGadget</portlet-name>
-    <display-name>Diving</display-name>
-    <description>Google Gadgets: Diving Gadget</description>
+  <portlet id="SouthwestMichiganWeatherGadget">
+    <portlet-name>SouthwestMichiganWeatherGadget</portlet-name>
+    <display-name>SouthwestMichiganWeather</display-name>
+    <description>Google Gadgets: SouthwestMichiganWeather Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Diving</value>
+      <value>SouthwestMichiganWeather</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/diving.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rentpadmichiana.com/gadgets/kbeh2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/diving.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rentpadmichiana.com/gadgets/kbeh2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4303,29 +4303,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Diving</title>
-      <short-title>Diving</short-title>
+      <title>SouthwestMichiganWeather</title>
+      <short-title>SouthwestMichiganWeather</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RSS2convertsRSSandATOMfeedsintoPDFGadget">
-    <portlet-name>RSS2convertsRSSandATOMfeedsintoPDFGadget</portlet-name>
-    <display-name>RSS2 converts RSS and ATOM feeds into PDF</display-name>
-    <description>Google Gadgets: RSS2 converts RSS and ATOM feeds into PDF Gadget</description>
+  <portlet id="Space4leasecomSearchingGadget">
+    <portlet-name>Space4leasecomSearchingGadget</portlet-name>
+    <display-name>Space4lease.com Searching...</display-name>
+    <description>Google Gadgets: Space4lease.com Searching... Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RSS2 converts RSS and ATOM feeds into PDF</value>
+      <value>Space4lease.com Searching...</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rss2.co.uk/gadgets/rss2/rss2_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.space4lease.com/wap/S4LGoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rss2.co.uk/gadgets/rss2/rss2_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.space4lease.com/wap/S4LGoogleGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4336,29 +4336,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RSS2 converts RSS and ATOM feeds into PDF</title>
-      <short-title>RSS2 converts RSS and ATOM feeds into PDF</short-title>
+      <title>Space4lease.com Searching...</title>
+      <short-title>Space4lease.com Searching...</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MarketingJobsGadget">
-    <portlet-name>MarketingJobsGadget</portlet-name>
-    <display-name>Marketing Jobs</display-name>
-    <description>Google Gadgets: Marketing Jobs Gadget</description>
+  <portlet id="Visit4InfoFunnyAdsGadget">
+    <portlet-name>Visit4InfoFunnyAdsGadget</portlet-name>
+    <display-name>Visit4Info Funny Ads</display-name>
+    <description>Google Gadgets: Visit4Info Funny Ads Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Marketing Jobs</value>
+      <value>Visit4Info Funny Ads</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D116598755838222025054%26mid%3D30%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.visit4info.com/external/gadgets/google/1/visit4info_universal.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D116598755838222025054%26mid%3D30%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.visit4info.com/external/gadgets/google/1/visit4info_universal.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4369,29 +4369,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Marketing Jobs</title>
-      <short-title>Marketing Jobs</short-title>
+      <title>Visit4Info Funny Ads</title>
+      <short-title>Visit4Info Funny Ads</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MaineFestivalsandEventsGadget">
-    <portlet-name>MaineFestivalsandEventsGadget</portlet-name>
-    <display-name>Maine Festivals and Events</display-name>
-    <description>Google Gadgets: Maine Festivals and Events Gadget</description>
+  <portlet id="PitchforknewsandreviewsforMountainsGadget">
+    <portlet-name>PitchforknewsandreviewsforMountainsGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Mountains Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Maine Festivals and Events</value>
+      <value>Pitchfork news and reviews for Mountains</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.maine.info/maine-festivals-google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Mountains&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.maine.info/maine-festivals-google-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Mountains</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4402,29 +4402,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Maine Festivals and Events</title>
-      <short-title>Maine Festivals and Events</short-title>
+      <title>Pitchfork news and reviews for Mountains</title>
+      <short-title>Pitchfork news and reviews for Mountains</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="bartersiteGadget">
-    <portlet-name>bartersiteGadget</portlet-name>
-    <display-name>barter site</display-name>
-    <description>Google Gadgets: barter site Gadget</description>
+  <portlet id="RockyMountainPBSGadget">
+    <portlet-name>RockyMountainPBSGadget</portlet-name>
+    <display-name>Rocky Mountain PBS</display-name>
+    <description>Google Gadgets: Rocky Mountain PBS Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>barter site</value>
+      <value>Rocky Mountain PBS</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005997211820440651375/cse/ooqbuzfmshm/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rmpbs.org/rss/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005997211820440651375/cse/ooqbuzfmshm/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rmpbs.org/rss/google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4435,29 +4435,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>barter site</title>
-      <short-title>barter site</short-title>
+      <title>Rocky Mountain PBS</title>
+      <short-title>Rocky Mountain PBS</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EVREWHEREcomLaunchesGadget">
-    <portlet-name>EVREWHEREcomLaunchesGadget</portlet-name>
-    <display-name>EVREWHERE.com Launches</display-name>
-    <description>Google Gadgets: EVREWHERE.com Launches Gadget</description>
+  <portlet id="BigComicBookDataBaseGadget">
+    <portlet-name>BigComicBookDataBaseGadget</portlet-name>
+    <display-name>Big Comic Book DataBase</display-name>
+    <description>Google Gadgets: Big Comic Book DataBase Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>EVREWHERE.com Launches</value>
+      <value>Big Comic Book DataBase</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101278567405182703317%26mid%3D108%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dakoch.googlepages.com/comics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D101278567405182703317%26mid%3D108%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dakoch.googlepages.com/comics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4468,29 +4468,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>EVREWHERE.com Launches</title>
-      <short-title>EVREWHERE.com Launches</short-title>
+      <title>Big Comic Book DataBase</title>
+      <short-title>Big Comic Book DataBase</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchaSiteGadget">
-    <portlet-name>SearchaSiteGadget</portlet-name>
-    <display-name>Search a Site</display-name>
-    <description>Google Gadgets: Search a Site Gadget</description>
+  <portlet id="DeathwatchGoldDivisionChampionsGadget">
+    <portlet-name>DeathwatchGoldDivisionChampionsGadget</portlet-name>
+    <display-name>Deathwatch Gold - Division ...</display-name>
+    <description>Google Gadgets: Deathwatch Gold - Division Champions Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search a Site</value>
+      <value>Deathwatch Gold - Division Champions</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chipchamp.googlepages.com/sitesearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113964521654475251034%26mid%3D95%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chipchamp.googlepages.com/sitesearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D113964521654475251034%26mid%3D95%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4501,29 +4501,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search a Site</title>
-      <short-title>Search a Site</short-title>
+      <title>Deathwatch Gold - Division Champions</title>
+      <short-title>Deathwatch Gold - Division Champions</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UVIndexForecastGadget">
-    <portlet-name>UVIndexForecastGadget</portlet-name>
-    <display-name>UV Index Forecast</display-name>
-    <description>Google Gadgets: UV Index Forecast Gadget</description>
+  <portlet id="JamBaseTourDatesGadget">
+    <portlet-name>JamBaseTourDatesGadget</portlet-name>
+    <display-name>JamBase Tour Dates</display-name>
+    <description>Google Gadgets: JamBase Tour Dates Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>UV Index Forecast</value>
+      <value>JamBase Tour Dates</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aromatic.org/google/uv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/JamBase_Tour_Dates&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aromatic.org/google/uv.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/JamBase_Tour_Dates</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4534,29 +4534,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>UV Index Forecast</title>
-      <short-title>UV Index Forecast</short-title>
+      <title>JamBase Tour Dates</title>
+      <short-title>JamBase Tour Dates</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KelpForestLiveCamGadget">
-    <portlet-name>KelpForestLiveCamGadget</portlet-name>
-    <display-name>Kelp Forest Live Cam</display-name>
-    <description>Google Gadgets: Kelp Forest Live Cam Gadget</description>
+  <portlet id="Area51GroomLakeGadget">
+    <portlet-name>Area51GroomLakeGadget</portlet-name>
+    <display-name>Area 51 Groom Lake</display-name>
+    <description>Google Gadgets: Area 51 Groom Lake Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Kelp Forest Live Cam</value>
+      <value>Area 51 Groom Lake</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/mbkelp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/Area51GroomLake.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lsmith2004.googlepages.com/mbkelp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/Area51GroomLake.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4567,29 +4567,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Kelp Forest Live Cam</title>
-      <short-title>Kelp Forest Live Cam</short-title>
+      <title>Area 51 Groom Lake</title>
+      <short-title>Area 51 Groom Lake</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="bpobayGadget">
-    <portlet-name>bpobayGadget</portlet-name>
-    <display-name>bpobay</display-name>
-    <description>Google Gadgets: bpobay Gadget</description>
+  <portlet id="PitchforknewsandreviewsforAfrirampoGadget">
+    <portlet-name>PitchforknewsandreviewsforAfrirampoGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Afrirampo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>bpobay</value>
+      <value>Pitchfork news and reviews for Afrirampo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bpobay.com/bpo-gadgets/books.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Afrirampo&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bpobay.com/bpo-gadgets/books.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Afrirampo</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4600,29 +4600,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>bpobay</title>
-      <short-title>bpobay</short-title>
+      <title>Pitchfork news and reviews for Afrirampo</title>
+      <short-title>Pitchfork news and reviews for Afrirampo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Top5moviesattheboxofficeGadget">
-    <portlet-name>Top5moviesattheboxofficeGadget</portlet-name>
-    <display-name>Top 5 movies at the box office</display-name>
-    <description>Google Gadgets: Top 5 movies at the box office Gadget</description>
+  <portlet id="3CardPokerGadget">
+    <portlet-name>3CardPokerGadget</portlet-name>
+    <display-name>3 Card Poker</display-name>
+    <description>Google Gadgets: 3 Card Poker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Top 5 movies at the box office</value>
+      <value>3 Card Poker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pramodfanda.info/gadget/top5movies.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ifooz.com/xml/3cardpoker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pramodfanda.info/gadget/top5movies.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ifooz.com/xml/3cardpoker.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4633,29 +4633,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Top 5 movies at the box office</title>
-      <short-title>Top 5 movies at the box office</short-title>
+      <title>3 Card Poker</title>
+      <short-title>3 Card Poker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleBookstoreGadget">
-    <portlet-name>GoogleBookstoreGadget</portlet-name>
-    <display-name>Google Bookstore</display-name>
-    <description>Google Gadgets: Google Bookstore Gadget</description>
+  <portlet id="SuperSneakySpyGuy8Gadget">
+    <portlet-name>SuperSneakySpyGuy8Gadget</portlet-name>
+    <display-name>Super Sneaky Spy Guy 8</display-name>
+    <description>Google Gadgets: Super Sneaky Spy Guy 8 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Bookstore</value>
+      <value>Super Sneaky Spy Guy 8</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://g.1o4.jp/module/amazoncom-googlebook.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/Super-Sneaky-Spy-Guy8.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://g.1o4.jp/module/amazoncom-googlebook.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/Super-Sneaky-Spy-Guy8.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4666,29 +4666,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Bookstore</title>
-      <short-title>Google Bookstore</short-title>
+      <title>Super Sneaky Spy Guy 8</title>
+      <short-title>Super Sneaky Spy Guy 8</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Socializerbyweb2announcercomGadget">
-    <portlet-name>Socializerbyweb2announcercomGadget</portlet-name>
-    <display-name>Socializer by web2announcer.com</display-name>
-    <description>Google Gadgets: Socializer by web2announcer.com Gadget</description>
+  <portlet id="IrelandTripPhotoGadget">
+    <portlet-name>IrelandTripPhotoGadget</portlet-name>
+    <display-name>Ireland Trip Photo</display-name>
+    <description>Google Gadgets: Ireland Trip Photo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Socializer by web2announcer.com</value>
+      <value>Ireland Trip Photo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web2announcer.com/gm/socializer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102092429314397773934%26mid%3D88%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web2announcer.com/gm/socializer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D102092429314397773934%26mid%3D88%26url%3Dgm_photo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4699,29 +4699,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Socializer by web2announcer.com</title>
-      <short-title>Socializer by web2announcer.com</short-title>
+      <title>Ireland Trip Photo</title>
+      <short-title>Ireland Trip Photo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleMiniSearchGadget">
-    <portlet-name>GoogleMiniSearchGadget</portlet-name>
-    <display-name>Google Mini-Search</display-name>
-    <description>Google Gadgets: Google Mini-Search Gadget</description>
+  <portlet id="RSS2convertsRSSandATOMfeedsintoPDFGadget">
+    <portlet-name>RSS2convertsRSSandATOMfeedsintoPDFGadget</portlet-name>
+    <display-name>RSS2 converts RSS and ATOM ...</display-name>
+    <description>Google Gadgets: RSS2 converts RSS and ATOM feeds into PDF Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Mini-Search</value>
+      <value>RSS2 converts RSS and ATOM feeds into PDF</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dave.niraj.googlepages.com/gsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rss2.co.uk/gadgets/rss2/rss2_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dave.niraj.googlepages.com/gsearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rss2.co.uk/gadgets/rss2/rss2_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4732,29 +4732,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Mini-Search</title>
-      <short-title>Google Mini-Search</short-title>
+      <title>RSS2 converts RSS and ATOM feeds into PDF</title>
+      <short-title>RSS2 converts RSS and ATOM feeds into PDF</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SuperSmashBrosBrawlGadget">
-    <portlet-name>SuperSmashBrosBrawlGadget</portlet-name>
-    <display-name>Super Smash Bros. Brawl</display-name>
-    <description>Google Gadgets: Super Smash Bros. Brawl Gadget</description>
+  <portlet id="MillenniumBlizzardGameGadget">
+    <portlet-name>MillenniumBlizzardGameGadget</portlet-name>
+    <display-name>Millennium Blizzard Game</display-name>
+    <description>Google Gadgets: Millennium Blizzard Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Super Smash Bros. Brawl</value>
+      <value>Millennium Blizzard Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104600220541566402353%26mid%3D60%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Millennium-Blizzard-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D104600220541566402353%26mid%3D60%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Millennium-Blizzard-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4765,29 +4765,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Super Smash Bros. Brawl</title>
-      <short-title>Super Smash Bros. Brawl</short-title>
+      <title>Millennium Blizzard Game</title>
+      <short-title>Millennium Blizzard Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DataVisualizationSearchGadget">
-    <portlet-name>DataVisualizationSearchGadget</portlet-name>
-    <display-name>Data Visualization Search</display-name>
-    <description>Google Gadgets: Data Visualization Search Gadget</description>
+  <portlet id="AmericanPokerIIGadget">
+    <portlet-name>AmericanPokerIIGadget</portlet-name>
+    <display-name>American Poker II</display-name>
+    <description>Google Gadgets: American Poker II Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Data Visualization Search</value>
+      <value>American Poker II</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015508547728725058312/cse/e72-8qt96bi/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/AmericanPokerII.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015508547728725058312/cse/e72-8qt96bi/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/AmericanPokerII.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4798,29 +4798,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Data Visualization Search</title>
-      <short-title>Data Visualization Search</short-title>
+      <title>American Poker II</title>
+      <short-title>American Poker II</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CricketSearchGadget">
-    <portlet-name>CricketSearchGadget</portlet-name>
-    <display-name>Cricket Search</display-name>
-    <description>Google Gadgets: Cricket Search Gadget</description>
+  <portlet id="ThenaturephotographyofJoeDeckerGadget">
+    <portlet-name>ThenaturephotographyofJoeDeckerGadget</portlet-name>
+    <display-name>The nature photography of J...</display-name>
+    <description>Google Gadgets: The nature photography of Joe Decker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cricket Search</value>
+      <value>The nature photography of Joe Decker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013439550306667110260/cse/6pasfxe_tyo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rockslidephoto.com/randecker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013439550306667110260/cse/6pasfxe_tyo/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rockslidephoto.com/randecker.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4831,29 +4831,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cricket Search</title>
-      <short-title>Cricket Search</short-title>
+      <title>The nature photography of Joe Decker</title>
+      <short-title>The nature photography of Joe Decker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="3DLogicGadget">
-    <portlet-name>3DLogicGadget</portlet-name>
-    <display-name>3D Logic</display-name>
-    <description>Google Gadgets: 3D Logic Gadget</description>
+  <portlet id="HomerSimpsonfromTheSimpsonsQuoteoftheDayGadget">
+    <portlet-name>HomerSimpsonfromTheSimpsonsQuoteoftheDayGadget</portlet-name>
+    <display-name>Homer Simpson from The Simp...</display-name>
+    <description>Google Gadgets: Homer Simpson from The Simpsons Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>3D Logic</value>
+      <value>Homer Simpson from The Simpsons Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/logic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.toolbarexpressway.com/homer-simpson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://radgadget.googlepages.com/logic.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.toolbarexpressway.com/homer-simpson.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4864,29 +4864,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>3D Logic</title>
-      <short-title>3D Logic</short-title>
+      <title>Homer Simpson from The Simpsons Quote of the Day</title>
+      <short-title>Homer Simpson from The Simpsons Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheNotsoDailyKeepingupwithKeatonsGadget">
-    <portlet-name>TheNotsoDailyKeepingupwithKeatonsGadget</portlet-name>
-    <display-name>The Not so Daily Keeping up with Keatons</display-name>
-    <description>Google Gadgets: The Not so Daily Keeping up with Keatons Gadget</description>
+  <portlet id="BubbleTanksGadget">
+    <portlet-name>BubbleTanksGadget</portlet-name>
+    <display-name>Bubble Tanks</display-name>
+    <description>Google Gadgets: Bubble Tanks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Not so Daily Keeping up with Keatons</value>
+      <value>Bubble Tanks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111225460226880673780%26mid%3D96%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/bubbletanks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111225460226880673780%26mid%3D96%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theweather.tk/googlegadgets/bubbletanks.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4897,29 +4897,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Not so Daily Keeping up with Keatons</title>
-      <short-title>The Not so Daily Keeping up with Keatons</short-title>
+      <title>Bubble Tanks</title>
+      <short-title>Bubble Tanks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDailyInsiviaGadget">
-    <portlet-name>TheDailyInsiviaGadget</portlet-name>
-    <display-name>The Daily Insivia</display-name>
-    <description>Google Gadgets: The Daily Insivia Gadget</description>
+  <portlet id="PitchforknewsandreviewsforDetroitCobrasGadget">
+    <portlet-name>PitchforknewsandreviewsforDetroitCobrasGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Detroit Cobras Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Daily Insivia</value>
+      <value>Pitchfork news and reviews for Detroit Cobras</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114783671703591942670%26mid%3D84%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Detroit_Cobras&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114783671703591942670%26mid%3D84%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Detroit_Cobras</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4930,29 +4930,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Daily Insivia</title>
-      <short-title>The Daily Insivia</short-title>
+      <title>Pitchfork news and reviews for Detroit Cobras</title>
+      <short-title>Pitchfork news and reviews for Detroit Cobras</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebExPCNowGadget">
-    <portlet-name>WebExPCNowGadget</portlet-name>
-    <display-name>WebEx PCNow</display-name>
-    <description>Google Gadgets: WebEx PCNow Gadget</description>
+  <portlet id="WebSitePulseAccountStatusGadget">
+    <portlet-name>WebSitePulseAccountStatusGadget</portlet-name>
+    <display-name>WebSitePulse Account Status</display-name>
+    <description>Google Gadgets: WebSitePulse Account Status Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WebEx PCNow</value>
+      <value>WebSitePulse Account Status</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pc.mywebexpc.com/pc/gadget.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://api.websitepulse.com/testtools.current-status.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pc.mywebexpc.com/pc/gadget.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://api.websitepulse.com/testtools.current-status.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4963,29 +4963,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WebEx PCNow</title>
-      <short-title>WebEx PCNow</short-title>
+      <title>WebSitePulse Account Status</title>
+      <short-title>WebSitePulse Account Status</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ESANewsEuropeanSpaceAgencyGadget">
-    <portlet-name>ESANewsEuropeanSpaceAgencyGadget</portlet-name>
-    <display-name>ESA News ?? European Space Agency</display-name>
-    <description>Google Gadgets: ESA News ?? European Space Agency Gadget</description>
+  <portlet id="BaseballLivescoreWidgetGadget">
+    <portlet-name>BaseballLivescoreWidgetGadget</portlet-name>
+    <display-name>Baseball Livescore Widget</display-name>
+    <description>Google Gadgets: Baseball Livescore Widget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ESA News ?? European Space Agency</value>
+      <value>Baseball Livescore Widget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://esamultimedia.esa.int/multimedia/esagadgets/esanewsfeed.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.exactscores.com/Gadget-Baseball-FadeA3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://esamultimedia.esa.int/multimedia/esagadgets/esanewsfeed.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.exactscores.com/Gadget-Baseball-FadeA3.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4996,29 +4996,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ESA News ?? European Space Agency</title>
-      <short-title>ESA News ?? European Space Agency</short-title>
+      <title>Baseball Livescore Widget</title>
+      <short-title>Baseball Livescore Widget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="newwmusicGadget">
-    <portlet-name>newwmusicGadget</portlet-name>
-    <display-name>neww* music =]</display-name>
-    <description>Google Gadgets: neww* music =] Gadget</description>
+  <portlet id="illustrationGadget">
+    <portlet-name>illustrationGadget</portlet-name>
+    <display-name>illustration</display-name>
+    <description>Google Gadgets: illustration Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>neww* music =]</value>
+      <value>illustration</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102259726489202589316%26mid%3D39%26url%3Dgm_list.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wdesign.it/google_gadgets/illustration_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D102259726489202589316%26mid%3D39%26url%3Dgm_list.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wdesign.it/google_gadgets/illustration_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5029,29 +5029,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>neww* music =]</title>
-      <short-title>neww* music =]</short-title>
+      <title>illustration</title>
+      <short-title>illustration</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="popula8ionGadget">
-    <portlet-name>popula8ionGadget</portlet-name>
-    <display-name>popula8ion</display-name>
-    <description>Google Gadgets: popula8ion Gadget</description>
+  <portlet id="PitchforknewsandreviewsforSpankRockGadget">
+    <portlet-name>PitchforknewsandreviewsforSpankRockGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Spank Rock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>popula8ion</value>
+      <value>Pitchfork news and reviews for Spank Rock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008667485857613167644/cse/vz56-gjmqsw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Spank_Rock&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/008667485857613167644/cse/vz56-gjmqsw/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Spank_Rock</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5062,29 +5062,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>popula8ion</title>
-      <short-title>popula8ion</short-title>
+      <title>Pitchfork news and reviews for Spank Rock</title>
+      <short-title>Pitchfork news and reviews for Spank Rock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ClayPigeonShooterGadget">
-    <portlet-name>ClayPigeonShooterGadget</portlet-name>
-    <display-name>Clay Pigeon Shooter</display-name>
-    <description>Google Gadgets: Clay Pigeon Shooter Gadget</description>
+  <portlet id="SonnyGadget">
+    <portlet-name>SonnyGadget</portlet-name>
+    <display-name>Sonny</display-name>
+    <description>Google Gadgets: Sonny Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Clay Pigeon Shooter</value>
+      <value>Sonny</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/claypigeonGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://classicgames.uflaz.com/xml/sonny.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/claypigeonGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://classicgames.uflaz.com/xml/sonny.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5095,29 +5095,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Clay Pigeon Shooter</title>
-      <short-title>Clay Pigeon Shooter</short-title>
+      <title>Sonny</title>
+      <short-title>Sonny</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EShangraoFlexSearchEngineGadget">
-    <portlet-name>EShangraoFlexSearchEngineGadget</portlet-name>
-    <display-name>EShangrao Flex Search Engine</display-name>
-    <description>Google Gadgets: EShangrao Flex Search Engine Gadget</description>
+  <portlet id="OnlineWorldDriftingChampionshipsGameGadget">
+    <portlet-name>OnlineWorldDriftingChampionshipsGameGadget</portlet-name>
+    <display-name>Online World Drifting Champ...</display-name>
+    <description>Google Gadgets: Online World Drifting Championships Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>EShangrao Flex Search Engine</value>
+      <value>Online World Drifting Championships Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014636269863520481683/cse/skvny-rn9-c/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Online-World-Drifting-Championships-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014636269863520481683/cse/skvny-rn9-c/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Online-World-Drifting-Championships-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5128,29 +5128,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>EShangrao Flex Search Engine</title>
-      <short-title>EShangrao Flex Search Engine</short-title>
+      <title>Online World Drifting Championships Game</title>
+      <short-title>Online World Drifting Championships Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StepbyStepOberhausenNewsGadget">
-    <portlet-name>StepbyStepOberhausenNewsGadget</portlet-name>
-    <display-name>Step-by-Step Oberhausen News</display-name>
-    <description>Google Gadgets: Step-by-Step Oberhausen News Gadget</description>
+  <portlet id="SuperK9Gadget">
+    <portlet-name>SuperK9Gadget</portlet-name>
+    <display-name>Super K9</display-name>
+    <description>Google Gadgets: Super K9 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Step-by-Step Oberhausen News</value>
+      <value>Super K9</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://step-by-step-oberhausen.de/stepbystep.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freeonlinegames.com/gadgets/superk9/superk9.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://step-by-step-oberhausen.de/stepbystep.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freeonlinegames.com/gadgets/superk9/superk9.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5161,29 +5161,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Step-by-Step Oberhausen News</title>
-      <short-title>Step-by-Step Oberhausen News</short-title>
+      <title>Super K9</title>
+      <short-title>Super K9</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDailyAbuGadget">
-    <portlet-name>TheDailyAbuGadget</portlet-name>
-    <display-name>The Daily Abu</display-name>
-    <description>Google Gadgets: The Daily Abu Gadget</description>
+  <portlet id="GoogleGramGadget">
+    <portlet-name>GoogleGramGadget</portlet-name>
+    <display-name>GoogleGram</display-name>
+    <description>Google Gadgets: GoogleGram Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Daily Abu</value>
+      <value>GoogleGram</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113064488066011878509%26mid%3D43%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110860331545703187615%26mid%3D23%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D113064488066011878509%26mid%3D43%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D110860331545703187615%26mid%3D23%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5194,29 +5194,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Daily Abu</title>
-      <short-title>The Daily Abu</short-title>
+      <title>GoogleGram</title>
+      <short-title>GoogleGram</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AmazonPriceTrackerGadget">
-    <portlet-name>AmazonPriceTrackerGadget</portlet-name>
-    <display-name>Amazon Price Tracker</display-name>
-    <description>Google Gadgets: Amazon Price Tracker Gadget</description>
+  <portlet id="PitchforknewsandreviewsforWhiteyGadget">
+    <portlet-name>PitchforknewsandreviewsforWhiteyGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Whitey Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amazon Price Tracker</value>
+      <value>Pitchfork news and reviews for Whitey</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://trekkyleaper.is-a-geek.com/aws/google/amznpricetracker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Whitey&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://trekkyleaper.is-a-geek.com/aws/google/amznpricetracker.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Whitey</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5227,29 +5227,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amazon Price Tracker</title>
-      <short-title>Amazon Price Tracker</short-title>
+      <title>Pitchfork news and reviews for Whitey</title>
+      <short-title>Pitchfork news and reviews for Whitey</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyDairyGadget">
-    <portlet-name>MyDairyGadget</portlet-name>
-    <display-name>My Dairy</display-name>
-    <description>Google Gadgets: My Dairy Gadget</description>
+  <portlet id="SurflineSearchGadget">
+    <portlet-name>SurflineSearchGadget</portlet-name>
+    <display-name>Surfline Search</display-name>
+    <description>Google Gadgets: Surfline Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Dairy</value>
+      <value>Surfline Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108700747403351308357%26mid%3D99%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017858125658878731740/cse/cn99dhwefa0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D108700747403351308357%26mid%3D99%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017858125658878731740/cse/cn99dhwefa0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5260,29 +5260,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Dairy</title>
-      <short-title>My Dairy</short-title>
+      <title>Surfline Search</title>
+      <short-title>Surfline Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="mirPodPodcastPlayerGadget">
-    <portlet-name>mirPodPodcastPlayerGadget</portlet-name>
-    <display-name>mirPod Podcast Player</display-name>
-    <description>Google Gadgets: mirPod Podcast Player Gadget</description>
+  <portlet id="VideoReviewerWeeklyTop10CameraReviewGadget">
+    <portlet-name>VideoReviewerWeeklyTop10CameraReviewGadget</portlet-name>
+    <display-name>VideoReviewer - Weekly Top ...</display-name>
+    <description>Google Gadgets: VideoReviewer - Weekly Top 10 Camera Review Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>mirPod Podcast Player</value>
+      <value>VideoReviewer - Weekly Top 10 Camera Review</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mirpod.com/igoogle/mirpod_player.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/top10cameras1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mirpod.com/igoogle/mirpod_player.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/top10cameras1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5293,29 +5293,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>mirPod Podcast Player</title>
-      <short-title>mirPod Podcast Player</short-title>
+      <title>VideoReviewer - Weekly Top 10 Camera Review</title>
+      <short-title>VideoReviewer - Weekly Top 10 Camera Review</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MediterranianCruiseGadget">
-    <portlet-name>MediterranianCruiseGadget</portlet-name>
-    <display-name>Mediterranian Cruise</display-name>
-    <description>Google Gadgets: Mediterranian Cruise Gadget</description>
+  <portlet id="PitchforknewsandreviewsforCoralGadget">
+    <portlet-name>PitchforknewsandreviewsforCoralGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Coral Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mediterranian Cruise</value>
+      <value>Pitchfork news and reviews for Coral</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104189179135765707918%26mid%3D32%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Coral&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D104189179135765707918%26mid%3D32%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Coral</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5326,29 +5326,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mediterranian Cruise</title>
-      <short-title>Mediterranian Cruise</short-title>
+      <title>Pitchfork news and reviews for Coral</title>
+      <short-title>Pitchfork news and reviews for Coral</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChuckNorrisisGreatFunGadget">
-    <portlet-name>ChuckNorrisisGreatFunGadget</portlet-name>
-    <display-name>Chuck Norris is Great Fun...</display-name>
-    <description>Google Gadgets: Chuck Norris is Great Fun... Gadget</description>
+  <portlet id="ElectronicaPrequelGadget">
+    <portlet-name>ElectronicaPrequelGadget</portlet-name>
+    <display-name>Electronica: Prequel</display-name>
+    <description>Google Gadgets: Electronica: Prequel Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Chuck Norris is Great Fun...</value>
+      <value>Electronica: Prequel</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111622971236280433842%26mid%3D45%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.upliz.com/google/xml/play-230-Electronica_Prequel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111622971236280433842%26mid%3D45%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.upliz.com/google/xml/play-230-Electronica_Prequel.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5359,29 +5359,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Chuck Norris is Great Fun...</title>
-      <short-title>Chuck Norris is Great Fun...</short-title>
+      <title>Electronica: Prequel</title>
+      <short-title>Electronica: Prequel</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="dealsebaycomGadget">
-    <portlet-name>dealsebaycomGadget</portlet-name>
-    <display-name>dealsebay.com</display-name>
-    <description>Google Gadgets: dealsebay.com Gadget</description>
+  <portlet id="ZeldaTheSeedofDarknessGadget">
+    <portlet-name>ZeldaTheSeedofDarknessGadget</portlet-name>
+    <display-name>Zelda - The Seed of Darkness</display-name>
+    <description>Google Gadgets: Zelda - The Seed of Darkness Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>dealsebay.com</value>
+      <value>Zelda - The Seed of Darkness</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002312884548953974149/cse/jfonhtnj_vk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cubycube.com/sapp/ggadget_zelda_seed_of_darkness/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002312884548953974149/cse/jfonhtnj_vk/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cubycube.com/sapp/ggadget_zelda_seed_of_darkness/index.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5392,29 +5392,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>dealsebay.com</title>
-      <short-title>dealsebay.com</short-title>
+      <title>Zelda - The Seed of Darkness</title>
+      <short-title>Zelda - The Seed of Darkness</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MaBallsGadget">
-    <portlet-name>MaBallsGadget</portlet-name>
-    <display-name>Ma-Balls</display-name>
-    <description>Google Gadgets: Ma-Balls Gadget</description>
+  <portlet id="SB1OnlineTickerGadget">
+    <portlet-name>SB1OnlineTickerGadget</portlet-name>
+    <display-name>SB-1 Online Ticker</display-name>
+    <description>Google Gadgets: SB-1 Online Ticker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ma-Balls</value>
+      <value>SB-1 Online Ticker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/maballsGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mitchkeeler.com/gadgets/sb1ticker/sb1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/maballsGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mitchkeeler.com/gadgets/sb1ticker/sb1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5425,29 +5425,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ma-Balls</title>
-      <short-title>Ma-Balls</short-title>
+      <title>SB-1 Online Ticker</title>
+      <short-title>SB-1 Online Ticker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LSBlogsRandomBlogGadget">
-    <portlet-name>LSBlogsRandomBlogGadget</portlet-name>
-    <display-name>LS Blogs - Random Blog</display-name>
-    <description>Google Gadgets: LS Blogs - Random Blog Gadget</description>
+  <portlet id="PitchforknewsandreviewsforShoutOutOutOutOutGadget">
+    <portlet-name>PitchforknewsandreviewsforShoutOutOutOutOutGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Shout Out Out Out Out Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LS Blogs - Random Blog</value>
+      <value>Pitchfork news and reviews for Shout Out Out Out Out</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lsblogs.com/gmodule_random_blog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Shout_Out_Out_Out_Out&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lsblogs.com/gmodule_random_blog.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Shout_Out_Out_Out_Out</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5458,29 +5458,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LS Blogs - Random Blog</title>
-      <short-title>LS Blogs - Random Blog</short-title>
+      <title>Pitchfork news and reviews for Shout Out Out Out Out</title>
+      <short-title>Pitchfork news and reviews for Shout Out Out Out Out</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoviefoneNewonDVDGadget">
-    <portlet-name>MoviefoneNewonDVDGadget</portlet-name>
-    <display-name>Moviefone: New on DVD</display-name>
-    <description>Google Gadgets: Moviefone: New on DVD Gadget</description>
+  <portlet id="FlyGirlGadget">
+    <portlet-name>FlyGirlGadget</portlet-name>
+    <display-name>Fly Girl</display-name>
+    <description>Google Gadgets: Fly Girl Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Moviefone: New on DVD</value>
+      <value>Fly Girl</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cdn.digitalcity.com/channelmodules/moviefone_dvd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/flygirl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cdn.digitalcity.com/channelmodules/moviefone_dvd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/flygirl.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5491,29 +5491,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Moviefone: New on DVD</title>
-      <short-title>Moviefone: New on DVD</short-title>
+      <title>Fly Girl</title>
+      <short-title>Fly Girl</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EMRTodaySearchEngineGadget">
-    <portlet-name>EMRTodaySearchEngineGadget</portlet-name>
-    <display-name>EMR Today Search Engine</display-name>
-    <description>Google Gadgets: EMR Today Search Engine Gadget</description>
+  <portlet id="GoogleScholarCitationCounterGadget">
+    <portlet-name>GoogleScholarCitationCounterGadget</portlet-name>
+    <display-name>Google Scholar Citation Cou...</display-name>
+    <description>Google Gadgets: Google Scholar Citation Counter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>EMR Today Search Engine</value>
+      <value>Google Scholar Citation Counter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005450292645610919805/cse/vnqx57uvauy/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://citations-gadget.googlecode.com/svn/trunk/citation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005450292645610919805/cse/vnqx57uvauy/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://citations-gadget.googlecode.com/svn/trunk/citation.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5524,29 +5524,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>EMR Today Search Engine</title>
-      <short-title>EMR Today Search Engine</short-title>
+      <title>Google Scholar Citation Counter</title>
+      <short-title>Google Scholar Citation Counter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SpacemanGadget">
-    <portlet-name>SpacemanGadget</portlet-name>
-    <display-name>Spaceman</display-name>
-    <description>Google Gadgets: Spaceman Gadget</description>
+  <portlet id="realrelaxinglifeGadget">
+    <portlet-name>realrelaxinglifeGadget</portlet-name>
+    <display-name>real,relaxing,life</display-name>
+    <description>Google Gadgets: real,relaxing,life Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Spaceman</value>
+      <value>real,relaxing,life</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/spaceman.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005657746829139983453/cse/uantibikvms/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/spaceman.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005657746829139983453/cse/uantibikvms/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5557,29 +5557,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Spaceman</title>
-      <short-title>Spaceman</short-title>
+      <title>real,relaxing,life</title>
+      <short-title>real,relaxing,life</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FineTunePlaylistGadget">
-    <portlet-name>FineTunePlaylistGadget</portlet-name>
-    <display-name>FineTune Playlist</display-name>
-    <description>Google Gadgets: FineTune Playlist Gadget</description>
+  <portlet id="PitchforknewsandreviewsforPonysGadget">
+    <portlet-name>PitchforknewsandreviewsforPonysGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Ponys Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FineTune Playlist</value>
+      <value>Pitchfork news and reviews for Ponys</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chandan619.googlepages.com/finetunewidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Ponys&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chandan619.googlepages.com/finetunewidget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Ponys</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5590,29 +5590,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FineTune Playlist</title>
-      <short-title>FineTune Playlist</short-title>
+      <title>Pitchfork news and reviews for Ponys</title>
+      <short-title>Pitchfork news and reviews for Ponys</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AviatorIMPGadget">
-    <portlet-name>AviatorIMPGadget</portlet-name>
-    <display-name>Aviator IMP</display-name>
-    <description>Google Gadgets: Aviator IMP Gadget</description>
+  <portlet id="AmericanProverbquotesGadget">
+    <portlet-name>AmericanProverbquotesGadget</portlet-name>
+    <display-name>American Proverb quotes</display-name>
+    <description>Google Gadgets: American Proverb quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Aviator IMP</value>
+      <value>American Proverb quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/aviatorimpGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/quote/proverb_a.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/aviatorimpGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/quote/proverb_a.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5623,29 +5623,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Aviator IMP</title>
-      <short-title>Aviator IMP</short-title>
+      <title>American Proverb quotes</title>
+      <short-title>American Proverb quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="theworldismineGadget">
-    <portlet-name>theworldismineGadget</portlet-name>
-    <display-name>the world is mine...</display-name>
-    <description>Google Gadgets: the world is mine... Gadget</description>
+  <portlet id="NewYorkTimesWashingtonGadget">
+    <portlet-name>NewYorkTimesWashingtonGadget</portlet-name>
+    <display-name>New York Times: Washington</display-name>
+    <description>Google Gadgets: New York Times: Washington Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>the world is mine...</value>
+      <value>New York Times: Washington</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113275417327706752982%26mid%3D73%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-wash.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D113275417327706752982%26mid%3D73%26url%3Dgm_photo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-wash.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5656,29 +5656,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>the world is mine...</title>
-      <short-title>the world is mine...</short-title>
+      <title>New York Times: Washington</title>
+      <short-title>New York Times: Washington</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="randomphotofromvphillcomGadget">
-    <portlet-name>randomphotofromvphillcomGadget</portlet-name>
-    <display-name>random photo from vphill.com</display-name>
-    <description>Google Gadgets: random photo from vphill.com Gadget</description>
+  <portlet id="iminurgadgtstealnura10shnGadget">
+    <portlet-name>iminurgadgtstealnura10shnGadget</portlet-name>
+    <display-name>im in ur gadgt stealn ur a1...</display-name>
+    <description>Google Gadgets: im in ur gadgt stealn ur a10shn Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>random photo from vphill.com</value>
+      <value>im in ur gadgt stealn ur a10shn</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://vphill.com/photodatabase/public/modules/daily.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gingagadgets.com/lolcats/lolcats.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://vphill.com/photodatabase/public/modules/daily.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gingagadgets.com/lolcats/lolcats.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5689,29 +5689,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>random photo from vphill.com</title>
-      <short-title>random photo from vphill.com</short-title>
+      <title>im in ur gadgt stealn ur a10shn</title>
+      <short-title>im in ur gadgt stealn ur a10shn</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NibblesGadget">
-    <portlet-name>NibblesGadget</portlet-name>
-    <display-name>Nibbles</display-name>
-    <description>Google Gadgets: Nibbles Gadget</description>
+  <portlet id="AppleHuntGameGadget">
+    <portlet-name>AppleHuntGameGadget</portlet-name>
+    <display-name>Apple Hunt Game</display-name>
+    <description>Google Gadgets: Apple Hunt Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nibbles</value>
+      <value>Apple Hunt Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/nibblesGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Apple-Hunt-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/nibblesGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Apple-Hunt-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5722,29 +5722,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nibbles</title>
-      <short-title>Nibbles</short-title>
+      <title>Apple Hunt Game</title>
+      <short-title>Apple Hunt Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TennisGadget">
-    <portlet-name>TennisGadget</portlet-name>
-    <display-name>Tennis</display-name>
-    <description>Google Gadgets: Tennis Gadget</description>
+  <portlet id="Selection07Gadget">
+    <portlet-name>Selection07Gadget</portlet-name>
+    <display-name>Selection 07</display-name>
+    <description>Google Gadgets: Selection 07 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tennis</value>
+      <value>Selection 07</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/tennisgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.selection07.com/gadgets/acme/cheese.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/tennisgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.selection07.com/gadgets/acme/cheese.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5755,29 +5755,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tennis</title>
-      <short-title>Tennis</short-title>
+      <title>Selection 07</title>
+      <short-title>Selection 07</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CRSeletronicsSearchEngineGadget">
-    <portlet-name>CRSeletronicsSearchEngineGadget</portlet-name>
-    <display-name>CRSeletronics Search Engine</display-name>
-    <description>Google Gadgets: CRSeletronics Search Engine Gadget</description>
+  <portlet id="PitchforknewsandreviewsforSuperchunkGadget">
+    <portlet-name>PitchforknewsandreviewsforSuperchunkGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Superchunk Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CRSeletronics Search Engine</value>
+      <value>Pitchfork news and reviews for Superchunk</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015965666221203825275/cse/98omjbssfh4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Superchunk&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015965666221203825275/cse/98omjbssfh4/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Superchunk</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5788,29 +5788,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CRSeletronics Search Engine</title>
-      <short-title>CRSeletronics Search Engine</short-title>
+      <title>Pitchfork news and reviews for Superchunk</title>
+      <short-title>Pitchfork news and reviews for Superchunk</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MLSSingleTableGadget">
-    <portlet-name>MLSSingleTableGadget</portlet-name>
-    <display-name>MLS - Single Table</display-name>
-    <description>Google Gadgets: MLS - Single Table Gadget</description>
+  <portlet id="PitchforknewsandreviewsforMachaGadget">
+    <portlet-name>PitchforknewsandreviewsforMachaGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Macha Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MLS - Single Table</value>
+      <value>Pitchfork news and reviews for Macha</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rrac.net/singletablemls/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Macha&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rrac.net/singletablemls/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Macha</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5821,29 +5821,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MLS - Single Table</title>
-      <short-title>MLS - Single Table</short-title>
+      <title>Pitchfork news and reviews for Macha</title>
+      <short-title>Pitchfork news and reviews for Macha</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GenerationGamerzvideoGameFeedGadget">
-    <portlet-name>GenerationGamerzvideoGameFeedGadget</portlet-name>
-    <display-name>Generation: Gamerz video Game Feed</display-name>
-    <description>Google Gadgets: Generation: Gamerz video Game Feed Gadget</description>
+  <portlet id="AOLBodyGadget">
+    <portlet-name>AOLBodyGadget</portlet-name>
+    <display-name>AOL Body</display-name>
+    <description>Google Gadgets: AOL Body Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Generation: Gamerz video Game Feed</value>
+      <value>AOL Body</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://generationgamerz.com/google/gggapi.1.0.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aolcdn.com/igoogle/body.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://generationgamerz.com/google/gggapi.1.0.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aolcdn.com/igoogle/body.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5854,29 +5854,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Generation: Gamerz video Game Feed</title>
-      <short-title>Generation: Gamerz video Game Feed</short-title>
+      <title>AOL Body</title>
+      <short-title>AOL Body</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EskivGadget">
-    <portlet-name>EskivGadget</portlet-name>
-    <display-name>Eskiv</display-name>
-    <description>Google Gadgets: Eskiv Gadget</description>
+  <portlet id="AboutRespectGadget">
+    <portlet-name>AboutRespectGadget</portlet-name>
+    <display-name>About Respect</display-name>
+    <description>Google Gadgets: About Respect Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Eskiv</value>
+      <value>About Respect</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/eskiv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/468faeaca0a426ec/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theweather.tk/googlegadgets/eskiv.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/468faeaca0a426ec/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5887,29 +5887,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Eskiv</title>
-      <short-title>Eskiv</short-title>
+      <title>About Respect</title>
+      <short-title>About Respect</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PolarJumpGadget">
-    <portlet-name>PolarJumpGadget</portlet-name>
-    <display-name>Polar Jump</display-name>
-    <description>Google Gadgets: Polar Jump Gadget</description>
+  <portlet id="VeohVideosGadget">
+    <portlet-name>VeohVideosGadget</portlet-name>
+    <display-name>Veoh Videos</display-name>
+    <description>Google Gadgets: Veoh Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Polar Jump</value>
+      <value>Veoh Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/polar-jumpgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.crspy.net/veoh.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/polar-jumpgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.crspy.net/veoh.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5920,29 +5920,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Polar Jump</title>
-      <short-title>Polar Jump</short-title>
+      <title>Veoh Videos</title>
+      <short-title>Veoh Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VictorGadget">
-    <portlet-name>VictorGadget</portlet-name>
-    <display-name>Victor</display-name>
-    <description>Google Gadgets: Victor Gadget</description>
+  <portlet id="SimTaxiGadget">
+    <portlet-name>SimTaxiGadget</portlet-name>
+    <display-name>Sim Taxi</display-name>
+    <description>Google Gadgets: Sim Taxi Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Victor</value>
+      <value>Sim Taxi</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105330852193769786865%26mid%3D37%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/112840405835378690800/simtaxi.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D105330852193769786865%26mid%3D37%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/112840405835378690800/simtaxi.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5953,29 +5953,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Victor</title>
-      <short-title>Victor</short-title>
+      <title>Sim Taxi</title>
+      <short-title>Sim Taxi</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Make39Yes39lyricsGadget">
-    <portlet-name>Make39Yes39lyricsGadget</portlet-name>
-    <display-name>Make &#39;Yes&#39; lyrics</display-name>
-    <description>Google Gadgets: Make &#39;Yes&#39; lyrics Gadget</description>
+  <portlet id="MortgageCalculatorBlueGadget">
+    <portlet-name>MortgageCalculatorBlueGadget</portlet-name>
+    <display-name>Mortgage Calculator Blue</display-name>
+    <description>Google Gadgets: Mortgage Calculator Blue Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Make &#39;Yes&#39; lyrics</value>
+      <value>Mortgage Calculator Blue</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.eilands.com/xmlgadget/vjon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/46ef7b09b47d654e/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.eilands.com/xmlgadget/vjon.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/46ef7b09b47d654e/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5986,29 +5986,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Make &#39;Yes&#39; lyrics</title>
-      <short-title>Make &#39;Yes&#39; lyrics</short-title>
+      <title>Mortgage Calculator Blue</title>
+      <short-title>Mortgage Calculator Blue</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AsynchronousChessGadget">
-    <portlet-name>AsynchronousChessGadget</portlet-name>
-    <display-name>Asynchronous Chess</display-name>
-    <description>Google Gadgets: Asynchronous Chess Gadget</description>
+  <portlet id="MexicanProverboftheDayGadget">
+    <portlet-name>MexicanProverboftheDayGadget</portlet-name>
+    <display-name>Mexican Proverb of the Day</display-name>
+    <description>Google Gadgets: Mexican Proverb of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Asynchronous Chess</value>
+      <value>Mexican Proverb of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jflatow.googlepages.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/mexican-proverbs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jflatow.googlepages.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/mexican-proverbs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6019,29 +6019,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Asynchronous Chess</title>
-      <short-title>Asynchronous Chess</short-title>
+      <title>Mexican Proverb of the Day</title>
+      <short-title>Mexican Proverb of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThedailyHeatherGadget">
-    <portlet-name>ThedailyHeatherGadget</portlet-name>
-    <display-name>The daily Heather</display-name>
-    <description>Google Gadgets: The daily Heather Gadget</description>
+  <portlet id="SouthAfricaVNewZealndTestGadget">
+    <portlet-name>SouthAfricaVNewZealndTestGadget</portlet-name>
+    <display-name>South Africa V New Zealnd Test</display-name>
+    <description>Google Gadgets: South Africa V New Zealnd Test Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The daily Heather</value>
+      <value>South Africa V New Zealnd Test</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110299507883163625573%26mid%3D62%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/473dbdb0c7e4bd86/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D110299507883163625573%26mid%3D62%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/473dbdb0c7e4bd86/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6052,29 +6052,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The daily Heather</title>
-      <short-title>The daily Heather</short-title>
+      <title>South Africa V New Zealnd Test</title>
+      <short-title>South Africa V New Zealnd Test</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WorldScoutJamboreeGadget">
-    <portlet-name>WorldScoutJamboreeGadget</portlet-name>
-    <display-name>World Scout Jamboree</display-name>
-    <description>Google Gadgets: World Scout Jamboree Gadget</description>
+  <portlet id="RainandShineForecastGadget">
+    <portlet-name>RainandShineForecastGadget</portlet-name>
+    <display-name>Rain and Shine Forecast</display-name>
+    <description>Google Gadgets: Rain and Shine Forecast Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>World Scout Jamboree</value>
+      <value>Rain and Shine Forecast</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D100315436056276754659%26mid%3D31%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://futurama.googlepages.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D100315436056276754659%26mid%3D31%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://futurama.googlepages.com/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6085,29 +6085,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>World Scout Jamboree</title>
-      <short-title>World Scout Jamboree</short-title>
+      <title>Rain and Shine Forecast</title>
+      <short-title>Rain and Shine Forecast</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AmazonGadgetGadget">
-    <portlet-name>AmazonGadgetGadget</portlet-name>
-    <display-name>Amazon Gadget</display-name>
-    <description>Google Gadgets: Amazon Gadget Gadget</description>
+  <portlet id="NewYear39sGadget">
+    <portlet-name>NewYear39sGadget</portlet-name>
+    <display-name>New Year&#39;s</display-name>
+    <description>Google Gadgets: New Year&#39;s Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amazon Gadget</value>
+      <value>New Year&#39;s</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gadgetsearch.net/amazon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104173589658316101164%26mid%3D70%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gadgetsearch.net/amazon.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D104173589658316101164%26mid%3D70%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6118,29 +6118,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amazon Gadget</title>
-      <short-title>Amazon Gadget</short-title>
+      <title>New Year&#39;s</title>
+      <short-title>New Year&#39;s</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WHSmithDesktopSearchGadget">
-    <portlet-name>WHSmithDesktopSearchGadget</portlet-name>
-    <display-name>WHSmith Desktop Search</display-name>
-    <description>Google Gadgets: WHSmith Desktop Search Gadget</description>
+  <portlet id="PitchforknewsandreviewsforShoutOutLoudsGadget">
+    <portlet-name>PitchforknewsandreviewsforShoutOutLoudsGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Shout Out Louds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WHSmith Desktop Search</value>
+      <value>Pitchfork news and reviews for Shout Out Louds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.england06.net/whsmith.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Shout_Out_Louds&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.england06.net/whsmith.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Shout_Out_Louds</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6151,29 +6151,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WHSmith Desktop Search</title>
-      <short-title>WHSmith Desktop Search</short-title>
+      <title>Pitchfork news and reviews for Shout Out Louds</title>
+      <short-title>Pitchfork news and reviews for Shout Out Louds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="I39mdonewithschoolforeverGadget">
-    <portlet-name>I39mdonewithschoolforeverGadget</portlet-name>
-    <display-name>I&#39;m done with school forever</display-name>
-    <description>Google Gadgets: I&#39;m done with school forever Gadget</description>
+  <portlet id="PitchforknewsandreviewsforDntelGadget">
+    <portlet-name>PitchforknewsandreviewsforDntelGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Dntel Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>I&#39;m done with school forever</value>
+      <value>Pitchfork news and reviews for Dntel</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105807873534026607122%26mid%3D40%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Dntel&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D105807873534026607122%26mid%3D40%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Dntel</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6184,29 +6184,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>I&#39;m done with school forever</title>
-      <short-title>I&#39;m done with school forever</short-title>
+      <title>Pitchfork news and reviews for Dntel</title>
+      <short-title>Pitchfork news and reviews for Dntel</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuoteofthedayGadget">
-    <portlet-name>QuoteofthedayGadget</portlet-name>
-    <display-name>Quote of the day</display-name>
-    <description>Google Gadgets: Quote of the day Gadget</description>
+  <portlet id="ArmsRunnerGadget">
+    <portlet-name>ArmsRunnerGadget</portlet-name>
+    <display-name>Arms Runner</display-name>
+    <description>Google Gadgets: Arms Runner Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quote of the day</value>
+      <value>Arms Runner</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109691861486962603027%26mid%3D27%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/Arms_Runner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D109691861486962603027%26mid%3D27%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/Arms_Runner.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6217,29 +6217,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quote of the day</title>
-      <short-title>Quote of the day</short-title>
+      <title>Arms Runner</title>
+      <short-title>Arms Runner</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CutepicturesofBabiesGadget">
-    <portlet-name>CutepicturesofBabiesGadget</portlet-name>
-    <display-name>Cute pictures of Babies</display-name>
-    <description>Google Gadgets: Cute pictures of Babies Gadget</description>
+  <portlet id="BibleUniversecom39sDailyBibleDevotionGadget">
+    <portlet-name>BibleUniversecom39sDailyBibleDevotionGadget</portlet-name>
+    <display-name>BibleUniverse.com&#39;s Dai...</display-name>
+    <description>Google Gadgets: BibleUniverse.com&#39;s Daily Bible Devotion Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cute pictures of Babies</value>
+      <value>BibleUniverse.com&#39;s Daily Bible Devotion</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113306562464565849673%26mid%3D89%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bibleuniverse.com/feeds/devotion-feed.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D113306562464565849673%26mid%3D89%26url%3Dgm_photo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bibleuniverse.com/feeds/devotion-feed.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6250,29 +6250,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cute pictures of Babies</title>
-      <short-title>Cute pictures of Babies</short-title>
+      <title>BibleUniverse.com&#39;s Daily Bible Devotion</title>
+      <short-title>BibleUniverse.com&#39;s Daily Bible Devotion</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SubnetCalculatorGadget">
-    <portlet-name>SubnetCalculatorGadget</portlet-name>
-    <display-name>Subnet Calculator</display-name>
-    <description>Google Gadgets: Subnet Calculator Gadget</description>
+  <portlet id="TheDailySteveGadget">
+    <portlet-name>TheDailySteveGadget</portlet-name>
+    <display-name>The Daily Steve</display-name>
+    <description>Google Gadgets: The Daily Steve Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Subnet Calculator</value>
+      <value>The Daily Steve</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www2.moggert.net/subnetcalc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102124200819728433523%26mid%3D93%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www2.moggert.net/subnetcalc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D102124200819728433523%26mid%3D93%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6283,29 +6283,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Subnet Calculator</title>
-      <short-title>Subnet Calculator</short-title>
+      <title>The Daily Steve</title>
+      <short-title>The Daily Steve</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="bargaindvdboxsetscomGadget">
-    <portlet-name>bargaindvdboxsetscomGadget</portlet-name>
-    <display-name>bargaindvdboxsets.com</display-name>
-    <description>Google Gadgets: bargaindvdboxsets.com Gadget</description>
+  <portlet id="RockClimbingPhotosGadget">
+    <portlet-name>RockClimbingPhotosGadget</portlet-name>
+    <display-name>Rock Climbing Photos</display-name>
+    <description>Google Gadgets: Rock Climbing Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>bargaindvdboxsets.com</value>
+      <value>Rock Climbing Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006218306786131474505/cse/mddds2jxmfw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://getbeta.com/google_random_image.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006218306786131474505/cse/mddds2jxmfw/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://getbeta.com/google_random_image.asp</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6316,29 +6316,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>bargaindvdboxsets.com</title>
-      <short-title>bargaindvdboxsets.com</short-title>
+      <title>Rock Climbing Photos</title>
+      <short-title>Rock Climbing Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FoodBlogSearchGadget">
-    <portlet-name>FoodBlogSearchGadget</portlet-name>
-    <display-name>Food Blog Search</display-name>
-    <description>Google Gadgets: Food Blog Search Gadget</description>
+  <portlet id="BowmasterPreludeGadget">
+    <portlet-name>BowmasterPreludeGadget</portlet-name>
+    <display-name>Bowmaster Prelude</display-name>
+    <description>Google Gadgets: Bowmaster Prelude Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Food Blog Search</value>
+      <value>Bowmaster Prelude</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003084314295129404805/cse/72ozi9a0fjk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/bowmasterprelude.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/003084314295129404805/cse/72ozi9a0fjk/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/bowmasterprelude.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6349,29 +6349,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Food Blog Search</title>
-      <short-title>Food Blog Search</short-title>
+      <title>Bowmaster Prelude</title>
+      <short-title>Bowmaster Prelude</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InverseGoogleChinaGadget">
-    <portlet-name>InverseGoogleChinaGadget</portlet-name>
-    <display-name>Inverse Google China</display-name>
-    <description>Google Gadgets: Inverse Google China Gadget</description>
+  <portlet id="NashuaTelegraphcomRedSoxnewsGadget">
+    <portlet-name>NashuaTelegraphcomRedSoxnewsGadget</portlet-name>
+    <display-name>Nashua Telegraph.com Red So...</display-name>
+    <description>Google Gadgets: Nashua Telegraph.com Red Sox news Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Inverse Google China</value>
+      <value>Nashua Telegraph.com Red Sox news</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001647362868805548177/cse/jguzjhh5frq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Nashua_Telegraphcom_Red_Sox_news&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001647362868805548177/cse/jguzjhh5frq/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Nashua_Telegraphcom_Red_Sox_news</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6382,29 +6382,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Inverse Google China</title>
-      <short-title>Inverse Google China</short-title>
+      <title>Nashua Telegraph.com Red Sox news</title>
+      <short-title>Nashua Telegraph.com Red Sox news</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooMailGadget">
-    <portlet-name>YahooMailGadget</portlet-name>
-    <display-name>Yahoo Mail</display-name>
-    <description>Google Gadgets: Yahoo Mail Gadget</description>
+  <portlet id="RtIMonitoringGraphsGadget">
+    <portlet-name>RtIMonitoringGraphsGadget</portlet-name>
+    <display-name>RtI Monitoring Graphs</display-name>
+    <description>Google Gadgets: RtI Monitoring Graphs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo Mail</value>
+      <value>RtI Monitoring Graphs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~dchee/YahooMail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.davidmschulz.com/~staple/rtiGoogleModule2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~dchee/YahooMail.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.davidmschulz.com/~staple/rtiGoogleModule2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6415,29 +6415,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo Mail</title>
-      <short-title>Yahoo Mail</short-title>
+      <title>RtI Monitoring Graphs</title>
+      <short-title>RtI Monitoring Graphs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BONsaiofloooooveGadget">
-    <portlet-name>BONsaiofloooooveGadget</portlet-name>
-    <display-name>BONsai of looooove.</display-name>
-    <description>Google Gadgets: BONsai of looooove. Gadget</description>
+  <portlet id="GoogleLocalSearchGadget">
+    <portlet-name>GoogleLocalSearchGadget</portlet-name>
+    <display-name>Google Local Search</display-name>
+    <description>Google Gadgets: Google Local Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BONsai of looooove.</value>
+      <value>Google Local Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117010850556655770754%26mid%3D53%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thebogles.com/google/local_search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117010850556655770754%26mid%3D53%26url%3Dgm_googlegram.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thebogles.com/google/local_search.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6448,29 +6448,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BONsai of looooove.</title>
-      <short-title>BONsai of looooove.</short-title>
+      <title>Google Local Search</title>
+      <short-title>Google Local Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyspaceProfileLayoutsGadget">
-    <portlet-name>MyspaceProfileLayoutsGadget</portlet-name>
-    <display-name>Myspace Profile Layouts</display-name>
-    <description>Google Gadgets: Myspace Profile Layouts Gadget</description>
+  <portlet id="MayoCliniccomsearchGadget">
+    <portlet-name>MayoCliniccomsearchGadget</portlet-name>
+    <display-name>MayoClinic.com search</display-name>
+    <description>Google Gadgets: MayoClinic.com search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Myspace Profile Layouts</value>
+      <value>MayoClinic.com search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.myspaceprofilelayout.com/rss.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014211175852919479467/cse/6j-0ffdbdke/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.myspaceprofilelayout.com/rss.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014211175852919479467/cse/6j-0ffdbdke/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6481,29 +6481,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Myspace Profile Layouts</title>
-      <short-title>Myspace Profile Layouts</short-title>
+      <title>MayoClinic.com search</title>
+      <short-title>MayoClinic.com search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SheepishGadget">
-    <portlet-name>SheepishGadget</portlet-name>
-    <display-name>Sheepish</display-name>
-    <description>Google Gadgets: Sheepish Gadget</description>
+  <portlet id="FilingBankruptcyGadget">
+    <portlet-name>FilingBankruptcyGadget</portlet-name>
+    <display-name>Filing Bankruptcy</display-name>
+    <description>Google Gadgets: Filing Bankruptcy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sheepish</value>
+      <value>Filing Bankruptcy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/sheepishgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009111759775533828715/cse/k9nbjzb-l0s/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/sheepishgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009111759775533828715/cse/k9nbjzb-l0s/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6514,29 +6514,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sheepish</title>
-      <short-title>Sheepish</short-title>
+      <title>Filing Bankruptcy</title>
+      <short-title>Filing Bankruptcy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NapaWineTourLimoServiceGadget">
-    <portlet-name>NapaWineTourLimoServiceGadget</portlet-name>
-    <display-name>Napa Wine Tour Limo Service</display-name>
-    <description>Google Gadgets: Napa Wine Tour Limo Service Gadget</description>
+  <portlet id="CircuitBoardQuoteandOrderingGadget">
+    <portlet-name>CircuitBoardQuoteandOrderingGadget</portlet-name>
+    <display-name>Circuit Board Quote and Ord...</display-name>
+    <description>Google Gadgets: Circuit Board Quote and Ordering Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Napa Wine Tour Limo Service</value>
+      <value>Circuit Board Quote and Ordering</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.elitelimo.net/elitelimo_net4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sunstone.com/gadgets/iqt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.elitelimo.net/elitelimo_net4.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sunstone.com/gadgets/iqt.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6547,29 +6547,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Napa Wine Tour Limo Service</title>
-      <short-title>Napa Wine Tour Limo Service</short-title>
+      <title>Circuit Board Quote and Ordering</title>
+      <short-title>Circuit Board Quote and Ordering</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RPNCalculatorGadget">
-    <portlet-name>RPNCalculatorGadget</portlet-name>
-    <display-name>RPN Calculator</display-name>
-    <description>Google Gadgets: RPN Calculator Gadget</description>
+  <portlet id="VEGAScomWhatamp039sNewinVegasGadget">
+    <portlet-name>VEGAScomWhatamp039sNewinVegasGadget</portlet-name>
+    <display-name>VEGAS.com - What&amp;#039;s...</display-name>
+    <description>Google Gadgets: VEGAS.com - What&amp;#039;s New in Vegas Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RPN Calculator</value>
+      <value>VEGAS.com - What&amp;#039;s New in Vegas</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jeanrene.bouvier.googlepages.com/PolishCalc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/470d0deda6d967e5/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jeanrene.bouvier.googlepages.com/PolishCalc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/470d0deda6d967e5/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6580,29 +6580,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RPN Calculator</title>
-      <short-title>RPN Calculator</short-title>
+      <title>VEGAS.com - What&amp;#039;s New in Vegas</title>
+      <short-title>VEGAS.com - What&amp;#039;s New in Vegas</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CastleUnderFireGadget">
-    <portlet-name>CastleUnderFireGadget</portlet-name>
-    <display-name>Castle Under Fire</display-name>
-    <description>Google Gadgets: Castle Under Fire Gadget</description>
+  <portlet id="PitchforknewsandreviewsforMirahGadget">
+    <portlet-name>PitchforknewsandreviewsforMirahGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Mirah Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Castle Under Fire</value>
+      <value>Pitchfork news and reviews for Mirah</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/castleunderfire.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Mirah&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theweather.tk/googlegadgets/castleunderfire.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Mirah</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6613,29 +6613,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Castle Under Fire</title>
-      <short-title>Castle Under Fire</short-title>
+      <title>Pitchfork news and reviews for Mirah</title>
+      <short-title>Pitchfork news and reviews for Mirah</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InverseGoogleChina1Gadget">
-    <portlet-name>InverseGoogleChina1Gadget</portlet-name>
-    <display-name>Inverse Google China</display-name>
-    <description>Google Gadgets: Inverse Google China Gadget</description>
+  <portlet id="NewYear39s1Gadget">
+    <portlet-name>NewYear39s1Gadget</portlet-name>
+    <display-name>New Year&#39;s</display-name>
+    <description>Google Gadgets: New Year&#39;s Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Inverse Google China</value>
+      <value>New Year&#39;s</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001647362868805548177/cse/jguzjhh5frq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104173589658316101164%26mid%3D70%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001647362868805548177/cse/jguzjhh5frq/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D104173589658316101164%26mid%3D70%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6646,29 +6646,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Inverse Google China</title>
-      <short-title>Inverse Google China</short-title>
+      <title>New Year&#39;s</title>
+      <short-title>New Year&#39;s</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooMail1Gadget">
-    <portlet-name>YahooMail1Gadget</portlet-name>
-    <display-name>Yahoo Mail</display-name>
-    <description>Google Gadgets: Yahoo Mail Gadget</description>
+  <portlet id="PitchforknewsandreviewsforShoutOutLouds1Gadget">
+    <portlet-name>PitchforknewsandreviewsforShoutOutLouds1Gadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Shout Out Louds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo Mail</value>
+      <value>Pitchfork news and reviews for Shout Out Louds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~dchee/YahooMail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Shout_Out_Louds&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~dchee/YahooMail.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Shout_Out_Louds</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6679,29 +6679,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo Mail</title>
-      <short-title>Yahoo Mail</short-title>
+      <title>Pitchfork news and reviews for Shout Out Louds</title>
+      <short-title>Pitchfork news and reviews for Shout Out Louds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BONsaioflooooove1Gadget">
-    <portlet-name>BONsaioflooooove1Gadget</portlet-name>
-    <display-name>BONsai of looooove.</display-name>
-    <description>Google Gadgets: BONsai of looooove. Gadget</description>
+  <portlet id="PitchforknewsandreviewsforDntel1Gadget">
+    <portlet-name>PitchforknewsandreviewsforDntel1Gadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Dntel Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BONsai of looooove.</value>
+      <value>Pitchfork news and reviews for Dntel</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117010850556655770754%26mid%3D53%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Dntel&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117010850556655770754%26mid%3D53%26url%3Dgm_googlegram.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Dntel</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6712,29 +6712,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BONsai of looooove.</title>
-      <short-title>BONsai of looooove.</short-title>
+      <title>Pitchfork news and reviews for Dntel</title>
+      <short-title>Pitchfork news and reviews for Dntel</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyspaceProfileLayouts1Gadget">
-    <portlet-name>MyspaceProfileLayouts1Gadget</portlet-name>
-    <display-name>Myspace Profile Layouts</display-name>
-    <description>Google Gadgets: Myspace Profile Layouts Gadget</description>
+  <portlet id="ArmsRunner1Gadget">
+    <portlet-name>ArmsRunner1Gadget</portlet-name>
+    <display-name>Arms Runner</display-name>
+    <description>Google Gadgets: Arms Runner Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Myspace Profile Layouts</value>
+      <value>Arms Runner</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.myspaceprofilelayout.com/rss.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/Arms_Runner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.myspaceprofilelayout.com/rss.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/Arms_Runner.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6745,29 +6745,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Myspace Profile Layouts</title>
-      <short-title>Myspace Profile Layouts</short-title>
+      <title>Arms Runner</title>
+      <short-title>Arms Runner</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Sheepish1Gadget">
-    <portlet-name>Sheepish1Gadget</portlet-name>
-    <display-name>Sheepish</display-name>
-    <description>Google Gadgets: Sheepish Gadget</description>
+  <portlet id="BibleUniversecom39sDailyBibleDevotion1Gadget">
+    <portlet-name>BibleUniversecom39sDailyBibleDevotion1Gadget</portlet-name>
+    <display-name>BibleUniverse.com&#39;s Dai...</display-name>
+    <description>Google Gadgets: BibleUniverse.com&#39;s Daily Bible Devotion Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sheepish</value>
+      <value>BibleUniverse.com&#39;s Daily Bible Devotion</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/sheepishgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bibleuniverse.com/feeds/devotion-feed.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/sheepishgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bibleuniverse.com/feeds/devotion-feed.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6778,29 +6778,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sheepish</title>
-      <short-title>Sheepish</short-title>
+      <title>BibleUniverse.com&#39;s Daily Bible Devotion</title>
+      <short-title>BibleUniverse.com&#39;s Daily Bible Devotion</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NapaWineTourLimoService1Gadget">
-    <portlet-name>NapaWineTourLimoService1Gadget</portlet-name>
-    <display-name>Napa Wine Tour Limo Service</display-name>
-    <description>Google Gadgets: Napa Wine Tour Limo Service Gadget</description>
+  <portlet id="TheDailySteve1Gadget">
+    <portlet-name>TheDailySteve1Gadget</portlet-name>
+    <display-name>The Daily Steve</display-name>
+    <description>Google Gadgets: The Daily Steve Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Napa Wine Tour Limo Service</value>
+      <value>The Daily Steve</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.elitelimo.net/elitelimo_net4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102124200819728433523%26mid%3D93%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.elitelimo.net/elitelimo_net4.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D102124200819728433523%26mid%3D93%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6811,29 +6811,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Napa Wine Tour Limo Service</title>
-      <short-title>Napa Wine Tour Limo Service</short-title>
+      <title>The Daily Steve</title>
+      <short-title>The Daily Steve</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RPNCalculator1Gadget">
-    <portlet-name>RPNCalculator1Gadget</portlet-name>
-    <display-name>RPN Calculator</display-name>
-    <description>Google Gadgets: RPN Calculator Gadget</description>
+  <portlet id="RockClimbingPhotos1Gadget">
+    <portlet-name>RockClimbingPhotos1Gadget</portlet-name>
+    <display-name>Rock Climbing Photos</display-name>
+    <description>Google Gadgets: Rock Climbing Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RPN Calculator</value>
+      <value>Rock Climbing Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jeanrene.bouvier.googlepages.com/PolishCalc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://getbeta.com/google_random_image.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jeanrene.bouvier.googlepages.com/PolishCalc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://getbeta.com/google_random_image.asp</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6844,29 +6844,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RPN Calculator</title>
-      <short-title>RPN Calculator</short-title>
+      <title>Rock Climbing Photos</title>
+      <short-title>Rock Climbing Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CastleUnderFire1Gadget">
-    <portlet-name>CastleUnderFire1Gadget</portlet-name>
-    <display-name>Castle Under Fire</display-name>
-    <description>Google Gadgets: Castle Under Fire Gadget</description>
+  <portlet id="BowmasterPrelude1Gadget">
+    <portlet-name>BowmasterPrelude1Gadget</portlet-name>
+    <display-name>Bowmaster Prelude</display-name>
+    <description>Google Gadgets: Bowmaster Prelude Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Castle Under Fire</value>
+      <value>Bowmaster Prelude</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/castleunderfire.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/bowmasterprelude.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theweather.tk/googlegadgets/castleunderfire.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/bowmasterprelude.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6877,29 +6877,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Castle Under Fire</title>
-      <short-title>Castle Under Fire</short-title>
+      <title>Bowmaster Prelude</title>
+      <short-title>Bowmaster Prelude</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleGramGadget">
-    <portlet-name>GoogleGramGadget</portlet-name>
-    <display-name>GoogleGram</display-name>
-    <description>Google Gadgets: GoogleGram Gadget</description>
+  <portlet id="NashuaTelegraphcomRedSoxnews1Gadget">
+    <portlet-name>NashuaTelegraphcomRedSoxnews1Gadget</portlet-name>
+    <display-name>Nashua Telegraph.com Red So...</display-name>
+    <description>Google Gadgets: Nashua Telegraph.com Red Sox news Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GoogleGram</value>
+      <value>Nashua Telegraph.com Red Sox news</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104201102658408964363%26mid%3D8%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Nashua_Telegraphcom_Red_Sox_news&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D104201102658408964363%26mid%3D8%26url%3Dgm_googlegram.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Nashua_Telegraphcom_Red_Sox_news</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6910,29 +6910,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GoogleGram</title>
-      <short-title>GoogleGram</short-title>
+      <title>Nashua Telegraph.com Red Sox news</title>
+      <short-title>Nashua Telegraph.com Red Sox news</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyTelevisionHistoryGadget">
-    <portlet-name>DailyTelevisionHistoryGadget</portlet-name>
-    <display-name>Daily Television History</display-name>
-    <description>Google Gadgets: Daily Television History Gadget</description>
+  <portlet id="RtIMonitoringGraphs1Gadget">
+    <portlet-name>RtIMonitoringGraphs1Gadget</portlet-name>
+    <display-name>RtI Monitoring Graphs</display-name>
+    <description>Google Gadgets: RtI Monitoring Graphs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Television History</value>
+      <value>RtI Monitoring Graphs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.on-this-day.com/rss/gadget-tv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.davidmschulz.com/~staple/rtiGoogleModule2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.on-this-day.com/rss/gadget-tv.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.davidmschulz.com/~staple/rtiGoogleModule2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6943,29 +6943,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Television History</title>
-      <short-title>Daily Television History</short-title>
+      <title>RtI Monitoring Graphs</title>
+      <short-title>RtI Monitoring Graphs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BetterLivingThroughTechnologyGadget">
-    <portlet-name>BetterLivingThroughTechnologyGadget</portlet-name>
-    <display-name>Better Living Through Technology</display-name>
-    <description>Google Gadgets: Better Living Through Technology Gadget</description>
+  <portlet id="GoogleLocalSearch1Gadget">
+    <portlet-name>GoogleLocalSearch1Gadget</portlet-name>
+    <display-name>Google Local Search</display-name>
+    <description>Google Gadgets: Google Local Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Better Living Through Technology</value>
+      <value>Google Local Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008136280283931488350/cse/uemuoeg9exq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thebogles.com/google/local_search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/008136280283931488350/cse/uemuoeg9exq/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thebogles.com/google/local_search.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6976,29 +6976,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Better Living Through Technology</title>
-      <short-title>Better Living Through Technology</short-title>
+      <title>Google Local Search</title>
+      <short-title>Google Local Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="INTHELIFEOFJOHNGadget">
-    <portlet-name>INTHELIFEOFJOHNGadget</portlet-name>
-    <display-name>IN THE LIFE OF JOHN.....</display-name>
-    <description>Google Gadgets: IN THE LIFE OF JOHN..... Gadget</description>
+  <portlet id="MayoCliniccomsearch1Gadget">
+    <portlet-name>MayoCliniccomsearch1Gadget</portlet-name>
+    <display-name>MayoClinic.com search</display-name>
+    <description>Google Gadgets: MayoClinic.com search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IN THE LIFE OF JOHN.....</value>
+      <value>MayoClinic.com search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117171278033287074604%26mid%3D99%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014211175852919479467/cse/6j-0ffdbdke/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117171278033287074604%26mid%3D99%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014211175852919479467/cse/6j-0ffdbdke/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7009,29 +7009,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IN THE LIFE OF JOHN.....</title>
-      <short-title>IN THE LIFE OF JOHN.....</short-title>
+      <title>MayoClinic.com search</title>
+      <short-title>MayoClinic.com search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MostRecentBopstasGadget">
-    <portlet-name>MostRecentBopstasGadget</portlet-name>
-    <display-name>Most Recent Bopstas</display-name>
-    <description>Google Gadgets: Most Recent Bopstas Gadget</description>
+  <portlet id="FilingBankruptcy1Gadget">
+    <portlet-name>FilingBankruptcy1Gadget</portlet-name>
+    <display-name>Filing Bankruptcy</display-name>
+    <description>Google Gadgets: Filing Bankruptcy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Most Recent Bopstas</value>
+      <value>Filing Bankruptcy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googleidol.com/gadget/gidol.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009111759775533828715/cse/k9nbjzb-l0s/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googleidol.com/gadget/gidol.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009111759775533828715/cse/k9nbjzb-l0s/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7042,29 +7042,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Most Recent Bopstas</title>
-      <short-title>Most Recent Bopstas</short-title>
+      <title>Filing Bankruptcy</title>
+      <short-title>Filing Bankruptcy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebBrowserGadget">
-    <portlet-name>WebBrowserGadget</portlet-name>
-    <display-name>Web Browser</display-name>
-    <description>Google Gadgets: Web Browser Gadget</description>
+  <portlet id="CircuitBoardQuoteandOrdering1Gadget">
+    <portlet-name>CircuitBoardQuoteandOrdering1Gadget</portlet-name>
+    <display-name>Circuit Board Quote and Ord...</display-name>
+    <description>Google Gadgets: Circuit Board Quote and Ordering Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Web Browser</value>
+      <value>Circuit Board Quote and Ordering</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kloggenerator.googlepages.com/webbrowser.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sunstone.com/gadgets/iqt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kloggenerator.googlepages.com/webbrowser.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sunstone.com/gadgets/iqt.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7075,29 +7075,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Web Browser</title>
-      <short-title>Web Browser</short-title>
+      <title>Circuit Board Quote and Ordering</title>
+      <short-title>Circuit Board Quote and Ordering</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheWorshipSearchEngineGadget">
-    <portlet-name>TheWorshipSearchEngineGadget</portlet-name>
-    <display-name>The Worship Search Engine</display-name>
-    <description>Google Gadgets: The Worship Search Engine Gadget</description>
+  <portlet id="VEGAScomWhatamp039sNewinVegas1Gadget">
+    <portlet-name>VEGAScomWhatamp039sNewinVegas1Gadget</portlet-name>
+    <display-name>VEGAS.com - What&amp;#039;s...</display-name>
+    <description>Google Gadgets: VEGAS.com - What&amp;#039;s New in Vegas Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Worship Search Engine</value>
+      <value>VEGAS.com - What&amp;#039;s New in Vegas</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001039511034237223690/cse/xh_rxmlso_k/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/470d0deda6d967e5/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001039511034237223690/cse/xh_rxmlso_k/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/470d0deda6d967e5/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7108,29 +7108,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Worship Search Engine</title>
-      <short-title>The Worship Search Engine</short-title>
+      <title>VEGAS.com - What&amp;#039;s New in Vegas</title>
+      <short-title>VEGAS.com - What&amp;#039;s New in Vegas</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ReadingEagleNewspaperTopArticlesoftheDayGadget">
-    <portlet-name>ReadingEagleNewspaperTopArticlesoftheDayGadget</portlet-name>
-    <display-name>Reading Eagle Newspaper Top Articles of the Day</display-name>
-    <description>Google Gadgets: Reading Eagle Newspaper Top Articles of the Day Gadget</description>
+  <portlet id="PitchforknewsandreviewsforMirah1Gadget">
+    <portlet-name>PitchforknewsandreviewsforMirah1Gadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Mirah Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Reading Eagle Newspaper Top Articles of the Day</value>
+      <value>Pitchfork news and reviews for Mirah</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.readingeagle.com/ReadingEagleHeadlinesGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Mirah&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.readingeagle.com/ReadingEagleHeadlinesGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Mirah</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7141,29 +7141,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Reading Eagle Newspaper Top Articles of the Day</title>
-      <short-title>Reading Eagle Newspaper Top Articles of the Day</short-title>
+      <title>Pitchfork news and reviews for Mirah</title>
+      <short-title>Pitchfork news and reviews for Mirah</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MediVoidGadget">
-    <portlet-name>MediVoidGadget</portlet-name>
-    <display-name>MediVoid</display-name>
-    <description>Google Gadgets: MediVoid Gadget</description>
+  <portlet id="PitchforknewsandreviewsforSallyShapiroGadget">
+    <portlet-name>PitchforknewsandreviewsforSallyShapiroGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Sally Shapiro Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MediVoid</value>
+      <value>Pitchfork news and reviews for Sally Shapiro</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/medivoidGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Sally_Shapiro&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/medivoidGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Sally_Shapiro</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7174,29 +7174,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MediVoid</title>
-      <short-title>MediVoid</short-title>
+      <title>Pitchfork news and reviews for Sally Shapiro</title>
+      <short-title>Pitchfork news and reviews for Sally Shapiro</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgageRateWatchWideGadget">
-    <portlet-name>MortgageRateWatchWideGadget</portlet-name>
-    <display-name>Mortgage Rate Watch - Wide</display-name>
-    <description>Google Gadgets: Mortgage Rate Watch - Wide Gadget</description>
+  <portlet id="CubyCubecomWeeklyNewGamesGadget">
+    <portlet-name>CubyCubecomWeeklyNewGamesGadget</portlet-name>
+    <display-name>CubyCube.com - Weekly New G...</display-name>
+    <description>Google Gadgets: CubyCube.com - Weekly New Games Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage Rate Watch - Wide</value>
+      <value>CubyCube.com - Weekly New Games</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/MRW4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cubycube.com/sapp/ggadget/ggadget_cubygame.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/MRW4.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cubycube.com/sapp/ggadget/ggadget_cubygame.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7207,29 +7207,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage Rate Watch - Wide</title>
-      <short-title>Mortgage Rate Watch - Wide</short-title>
+      <title>CubyCube.com - Weekly New Games</title>
+      <short-title>CubyCube.com - Weekly New Games</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TravelocityHotelSearchGadget">
-    <portlet-name>TravelocityHotelSearchGadget</portlet-name>
-    <display-name>Travelocity Hotel Search</display-name>
-    <description>Google Gadgets: Travelocity Hotel Search Gadget</description>
+  <portlet id="PacmanGadget">
+    <portlet-name>PacmanGadget</portlet-name>
+    <display-name>Pacman</display-name>
+    <description>Google Gadgets: Pacman Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Travelocity Hotel Search</value>
+      <value>Pacman</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://n79.org/modules/travelocityHotel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bunchball.com/modules/ig_pacman.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://n79.org/modules/travelocityHotel.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bunchball.com/modules/ig_pacman.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7240,29 +7240,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Travelocity Hotel Search</title>
-      <short-title>Travelocity Hotel Search</short-title>
+      <title>Pacman</title>
+      <short-title>Pacman</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="randomnessosityGadget">
-    <portlet-name>randomnessosityGadget</portlet-name>
-    <display-name>randomnessosity</display-name>
-    <description>Google Gadgets: randomnessosity Gadget</description>
+  <portlet id="ChelseaLatestNewsandLiveScoresGadget">
+    <portlet-name>ChelseaLatestNewsandLiveScoresGadget</portlet-name>
+    <display-name>Chelsea - Latest News and L...</display-name>
+    <description>Google Gadgets: Chelsea - Latest News and Live Scores Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>randomnessosity</value>
+      <value>Chelsea - Latest News and Live Scores</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118106966561437642695%26mid%3D39%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.oleole.com/main/web/google_gadgets/chelsea.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D118106966561437642695%26mid%3D39%26url%3Dgm_googlegram.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.oleole.com/main/web/google_gadgets/chelsea.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7273,29 +7273,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>randomnessosity</title>
-      <short-title>randomnessosity</short-title>
+      <title>Chelsea - Latest News and Live Scores</title>
+      <short-title>Chelsea - Latest News and Live Scores</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FrankOfTheDayGadget">
-    <portlet-name>FrankOfTheDayGadget</portlet-name>
-    <display-name>Frank Of The Day</display-name>
-    <description>Google Gadgets: Frank Of The Day Gadget</description>
+  <portlet id="CellblockInstantPhotoandVideoBloggingGadget">
+    <portlet-name>CellblockInstantPhotoandVideoBloggingGadget</portlet-name>
+    <display-name>Cellblock - Instant Photo a...</display-name>
+    <description>Google Gadgets: Cellblock - Instant Photo and Video Blogging Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Frank Of The Day</value>
+      <value>Cellblock - Instant Photo and Video Blogging</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102787355789568054268%26mid%3D90%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cellblock.com/google/module.htm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D102787355789568054268%26mid%3D90%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cellblock.com/google/module.htm</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7306,29 +7306,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Frank Of The Day</title>
-      <short-title>Frank Of The Day</short-title>
+      <title>Cellblock - Instant Photo and Video Blogging</title>
+      <short-title>Cellblock - Instant Photo and Video Blogging</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ContractionTrackerGadget">
-    <portlet-name>ContractionTrackerGadget</portlet-name>
-    <display-name>Contraction Tracker</display-name>
-    <description>Google Gadgets: Contraction Tracker Gadget</description>
+  <portlet id="BookemonReaderGadget">
+    <portlet-name>BookemonReaderGadget</portlet-name>
+    <display-name>Bookemon Reader</display-name>
+    <description>Google Gadgets: Bookemon Reader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Contraction Tracker</value>
+      <value>Bookemon Reader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mattandjoy.com/contractiontracker/api/contractiontracker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106293462143658886361/test.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mattandjoy.com/contractiontracker/api/contractiontracker.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106293462143658886361/test.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7339,29 +7339,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Contraction Tracker</title>
-      <short-title>Contraction Tracker</short-title>
+      <title>Bookemon Reader</title>
+      <short-title>Bookemon Reader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SunlightNetworkPunchclockCampaignGadget">
-    <portlet-name>SunlightNetworkPunchclockCampaignGadget</portlet-name>
-    <display-name>Sunlight Network Punchclock Campaign</display-name>
-    <description>Google Gadgets: Sunlight Network Punchclock Campaign Gadget</description>
+  <portlet id="DukzGameGadget">
+    <portlet-name>DukzGameGadget</portlet-name>
+    <display-name>Dukz Game</display-name>
+    <description>Google Gadgets: Dukz Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sunlight Network Punchclock Campaign</value>
+      <value>Dukz Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sunlightlabs.com/widgets/google/punchclockbarchart.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Dukz-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sunlightlabs.com/widgets/google/punchclockbarchart.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Dukz-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7372,29 +7372,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sunlight Network Punchclock Campaign</title>
-      <short-title>Sunlight Network Punchclock Campaign</short-title>
+      <title>Dukz Game</title>
+      <short-title>Dukz Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ImagetestwidgetGadget">
-    <portlet-name>ImagetestwidgetGadget</portlet-name>
-    <display-name>Image test widget</display-name>
-    <description>Google Gadgets: Image test widget Gadget</description>
+  <portlet id="PitchforknewsandreviewsforJohnFaheyGadget">
+    <portlet-name>PitchforknewsandreviewsforJohnFaheyGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for John Fahey Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Image test widget</value>
+      <value>Pitchfork news and reviews for John Fahey</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/46480da754c67dd4/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_John_Fahey&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/46480da754c67dd4/clearspring.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_John_Fahey</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7405,29 +7405,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Image test widget</title>
-      <short-title>Image test widget</short-title>
+      <title>Pitchfork news and reviews for John Fahey</title>
+      <short-title>Pitchfork news and reviews for John Fahey</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlightStatscomGadget">
-    <portlet-name>FlightStatscomGadget</portlet-name>
-    <display-name>FlightStats.com</display-name>
-    <description>Google Gadgets: FlightStats.com Gadget</description>
+  <portlet id="PitchforknewsandreviewsforStillGadget">
+    <portlet-name>PitchforknewsandreviewsforStillGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Still Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FlightStats.com</value>
+      <value>Pitchfork news and reviews for Still</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.flightstats.com/go/Downloads/AddGoogleHomePageAllInOne.module&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Still&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.flightstats.com/go/Downloads/AddGoogleHomePageAllInOne.module</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Still</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7438,29 +7438,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FlightStats.com</title>
-      <short-title>FlightStats.com</short-title>
+      <title>Pitchfork news and reviews for Still</title>
+      <short-title>Pitchfork news and reviews for Still</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BrookoftheDayGadget">
-    <portlet-name>BrookoftheDayGadget</portlet-name>
-    <display-name>Brook of the Day</display-name>
-    <description>Google Gadgets: Brook of the Day Gadget</description>
+  <portlet id="EncyclopediaBritannicaSearchGadget">
+    <portlet-name>EncyclopediaBritannicaSearchGadget</portlet-name>
+    <display-name>Encyclopedia Britannica Search</display-name>
+    <description>Google Gadgets: Encyclopedia Britannica Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Brook of the Day</value>
+      <value>Encyclopedia Britannica Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D101923348492039260626%26mid%3D94%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/britannica-encyclopedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D101923348492039260626%26mid%3D94%26url%3Dgm_photo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/britannica-encyclopedia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7471,29 +7471,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Brook of the Day</title>
-      <short-title>Brook of the Day</short-title>
+      <title>Encyclopedia Britannica Search</title>
+      <short-title>Encyclopedia Britannica Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BellCanadaGadget">
-    <portlet-name>BellCanadaGadget</portlet-name>
-    <display-name>Bell Canada</display-name>
-    <description>Google Gadgets: Bell Canada Gadget</description>
+  <portlet id="MusiqueRockPopBluesPunkMetalwwwIconenetGadget">
+    <portlet-name>MusiqueRockPopBluesPunkMetalwwwIconenetGadget</portlet-name>
+    <display-name>Musique Rock Pop Blues Punk...</display-name>
+    <description>Google Gadgets: Musique Rock Pop Blues Punk Metal - www.I-cone.net Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bell Canada</value>
+      <value>Musique Rock Pop Blues Punk Metal - www.I-cone.net</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105616105335811714361%26mid%3D26%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.i-cone.net/i-cone-net-juke-box_rock-pop-punk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D105616105335811714361%26mid%3D26%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.i-cone.net/i-cone-net-juke-box_rock-pop-punk.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7504,29 +7504,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bell Canada</title>
-      <short-title>Bell Canada</short-title>
+      <title>Musique Rock Pop Blues Punk Metal - www.I-cone.net</title>
+      <short-title>Musique Rock Pop Blues Punk Metal - www.I-cone.net</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SAPSearchEngineGadget">
-    <portlet-name>SAPSearchEngineGadget</portlet-name>
-    <display-name>SAP Search Engine</display-name>
-    <description>Google Gadgets: SAP Search Engine Gadget</description>
+  <portlet id="PitchforknewsandreviewsforFuckingChampsGadget">
+    <portlet-name>PitchforknewsandreviewsforFuckingChampsGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Fucking Champs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SAP Search Engine</value>
+      <value>Pitchfork news and reviews for Fucking Champs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014092361795124232200/cse/xaz7fpab7eu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Fucking_Champs&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014092361795124232200/cse/xaz7fpab7eu/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Fucking_Champs</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7537,29 +7537,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SAP Search Engine</title>
-      <short-title>SAP Search Engine</short-title>
+      <title>Pitchfork news and reviews for Fucking Champs</title>
+      <short-title>Pitchfork news and reviews for Fucking Champs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchInSiteGadget">
-    <portlet-name>SearchInSiteGadget</portlet-name>
-    <display-name>Search In Site</display-name>
-    <description>Google Gadgets: Search In Site Gadget</description>
+  <portlet id="MiamiDolphinsGadget">
+    <portlet-name>MiamiDolphinsGadget</portlet-name>
+    <display-name>Miami Dolphins</display-name>
+    <description>Google Gadgets: Miami Dolphins Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search In Site</value>
+      <value>Miami Dolphins</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/base/a/1261794/D12895465866707792195&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://static.plusmo.com/nfl/ig/mia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/base/a/1261794/D12895465866707792195</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://static.plusmo.com/nfl/ig/mia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7570,29 +7570,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search In Site</title>
-      <short-title>Search In Site</short-title>
+      <title>Miami Dolphins</title>
+      <short-title>Miami Dolphins</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BilliardsGadget">
-    <portlet-name>BilliardsGadget</portlet-name>
-    <display-name>Billiards</display-name>
-    <description>Google Gadgets: Billiards Gadget</description>
+  <portlet id="TheDailyNoodleGadget">
+    <portlet-name>TheDailyNoodleGadget</portlet-name>
+    <display-name>The Daily Noodle</display-name>
+    <description>Google Gadgets: The Daily Noodle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Billiards</value>
+      <value>The Daily Noodle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/Billiardsgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117150147737906758492%26mid%3D5%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/Billiardsgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117150147737906758492%26mid%3D5%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7603,29 +7603,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Billiards</title>
-      <short-title>Billiards</short-title>
+      <title>The Daily Noodle</title>
+      <short-title>The Daily Noodle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NintendoWiiReleaseCountdownNederlandGadget">
-    <portlet-name>NintendoWiiReleaseCountdownNederlandGadget</portlet-name>
-    <display-name>Nintendo Wii - Release Countdown (Nederland)</display-name>
-    <description>Google Gadgets: Nintendo Wii - Release Countdown (Nederland) Gadget</description>
+  <portlet id="BleachTrainingGadget">
+    <portlet-name>BleachTrainingGadget</portlet-name>
+    <display-name>Bleach Training</display-name>
+    <description>Google Gadgets: Bleach Training Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nintendo Wii - Release Countdown (Nederland)</value>
+      <value>Bleach Training</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://members.lycos.nl/maikelsteneker/wii.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotgames.uflaz.com/xml/BleachTraining.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://members.lycos.nl/maikelsteneker/wii.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotgames.uflaz.com/xml/BleachTraining.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7636,29 +7636,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nintendo Wii - Release Countdown (Nederland)</title>
-      <short-title>Nintendo Wii - Release Countdown (Nederland)</short-title>
+      <title>Bleach Training</title>
+      <short-title>Bleach Training</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CosmicSwitchGadget">
-    <portlet-name>CosmicSwitchGadget</portlet-name>
-    <display-name>Cosmic Switch</display-name>
-    <description>Google Gadgets: Cosmic Switch Gadget</description>
+  <portlet id="PitchforknewsandreviewsforKareraMusicationGadget">
+    <portlet-name>PitchforknewsandreviewsforKareraMusicationGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Karera Musication Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cosmic Switch</value>
+      <value>Pitchfork news and reviews for Karera Musication</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/cosmicswitch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Karera_Musication&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/cosmicswitch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Karera_Musication</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7669,29 +7669,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cosmic Switch</title>
-      <short-title>Cosmic Switch</short-title>
+      <title>Pitchfork news and reviews for Karera Musication</title>
+      <short-title>Pitchfork news and reviews for Karera Musication</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DigitalScrapbookingSearchEngineGadget">
-    <portlet-name>DigitalScrapbookingSearchEngineGadget</portlet-name>
-    <display-name>Digital Scrapbooking Search Engine</display-name>
-    <description>Google Gadgets: Digital Scrapbooking Search Engine Gadget</description>
+  <portlet id="DevGadget">
+    <portlet-name>DevGadget</portlet-name>
+    <display-name>Dev</display-name>
+    <description>Google Gadgets: Dev Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Digital Scrapbooking Search Engine</value>
+      <value>Dev</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004751653837727223980/cse/vw1goomxlxa/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.islamwire.com/widg/ayah1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/004751653837727223980/cse/vw1goomxlxa/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.islamwire.com/widg/ayah1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7702,29 +7702,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Digital Scrapbooking Search Engine</title>
-      <short-title>Digital Scrapbooking Search Engine</short-title>
+      <title>Dev</title>
+      <short-title>Dev</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JanoosIPtoCountryGadget">
-    <portlet-name>JanoosIPtoCountryGadget</portlet-name>
-    <display-name>Janoos IP to Country</display-name>
-    <description>Google Gadgets: Janoos IP to Country Gadget</description>
+  <portlet id="uludagsozlukGadget">
+    <portlet-name>uludagsozlukGadget</portlet-name>
+    <display-name>uludag sozluk</display-name>
+    <description>Google Gadgets: uludag sozluk Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Janoos IP to Country</value>
+      <value>uludag sozluk</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.uludagsozluk.com/rss/google_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.uludagsozluk.com/rss/google_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7735,29 +7735,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Janoos IP to Country</title>
-      <short-title>Janoos IP to Country</short-title>
+      <title>uludag sozluk</title>
+      <short-title>uludag sozluk</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DoItYourselfcomSearchEngineGadget">
-    <portlet-name>DoItYourselfcomSearchEngineGadget</portlet-name>
-    <display-name>DoItYourself.com Search Engine</display-name>
-    <description>Google Gadgets: DoItYourself.com Search Engine Gadget</description>
+  <portlet id="WPPPressCentreGadget">
+    <portlet-name>WPPPressCentreGadget</portlet-name>
+    <display-name>WPP Press Centre</display-name>
+    <description>Google Gadgets: WPP Press Centre Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DoItYourself.com Search Engine</value>
+      <value>WPP Press Centre</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001590987097188515156/cse/mnzw9txmkiu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wpp.com/NR/rdonlyres/87A61BDB-6864-4FF2-9FA3-4F8FCF209AFA/0/gadget_igoogle_presscenter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001590987097188515156/cse/mnzw9txmkiu/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wpp.com/NR/rdonlyres/87A61BDB-6864-4FF2-9FA3-4F8FCF209AFA/0/gadget_igoogle_presscenter.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7768,29 +7768,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DoItYourself.com Search Engine</title>
-      <short-title>DoItYourself.com Search Engine</short-title>
+      <title>WPP Press Centre</title>
+      <short-title>WPP Press Centre</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SAPSearchGadget">
-    <portlet-name>SAPSearchGadget</portlet-name>
-    <display-name>SAP Search</display-name>
-    <description>Google Gadgets: SAP Search Gadget</description>
+  <portlet id="MetaCartaAnyPageGadget">
+    <portlet-name>MetaCartaAnyPageGadget</portlet-name>
+    <display-name>MetaCarta AnyPage</display-name>
+    <description>Google Gadgets: MetaCarta AnyPage Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SAP Search</value>
+      <value>MetaCarta AnyPage</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011731639548191095650/cse/fzpxsuyhk_y/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/103052984903759590013/metacarta-grid-basic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011731639548191095650/cse/fzpxsuyhk_y/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/103052984903759590013/metacarta-grid-basic.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7801,29 +7801,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SAP Search</title>
-      <short-title>SAP Search</short-title>
+      <title>MetaCarta AnyPage</title>
+      <short-title>MetaCarta AnyPage</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDailyDaniel420Gadget">
-    <portlet-name>TheDailyDaniel420Gadget</portlet-name>
-    <display-name>The Daily Daniel 4:20</display-name>
-    <description>Google Gadgets: The Daily Daniel 4:20 Gadget</description>
+  <portlet id="MonkeyLanderGadget">
+    <portlet-name>MonkeyLanderGadget</portlet-name>
+    <display-name>Monkey Lander</display-name>
+    <description>Google Gadgets: Monkey Lander Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Daily Daniel 4:20</value>
+      <value>Monkey Lander</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105441607666985747897%26mid%3D51%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml2/monkeylander.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D105441607666985747897%26mid%3D51%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml2/monkeylander.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7834,29 +7834,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Daily Daniel 4:20</title>
-      <short-title>The Daily Daniel 4:20</short-title>
+      <title>Monkey Lander</title>
+      <short-title>Monkey Lander</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WelcometotheWorldGadget">
-    <portlet-name>WelcometotheWorldGadget</portlet-name>
-    <display-name>Welcome to the World</display-name>
-    <description>Google Gadgets: Welcome to the World Gadget</description>
+  <portlet id="MMAFightspiczocomsearchGadget">
+    <portlet-name>MMAFightspiczocomsearchGadget</portlet-name>
+    <display-name>MMA-Fights.piczo.com search</display-name>
+    <description>Google Gadgets: MMA-Fights.piczo.com search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Welcome to the World</value>
+      <value>MMA-Fights.piczo.com search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112412410286589676982%26mid%3D23%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002346296432160836975/cse/r0uctnia8z8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D112412410286589676982%26mid%3D23%26url%3Dgm_googlegram.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002346296432160836975/cse/r0uctnia8z8/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7867,29 +7867,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Welcome to the World</title>
-      <short-title>Welcome to the World</short-title>
+      <title>MMA-Fights.piczo.com search</title>
+      <short-title>MMA-Fights.piczo.com search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CuriousCatScienceandEngineeringSearchGadget">
-    <portlet-name>CuriousCatScienceandEngineeringSearchGadget</portlet-name>
-    <display-name>Curious Cat Science and Engineering Search</display-name>
-    <description>Google Gadgets: Curious Cat Science and Engineering Search Gadget</description>
+  <portlet id="PitchforknewsandreviewsforTheNiceBoysGadget">
+    <portlet-name>PitchforknewsandreviewsforTheNiceBoysGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for The Nice Boys Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Curious Cat Science and Engineering Search</value>
+      <value>Pitchfork news and reviews for The Nice Boys</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002278424765197393586/cse/o_tthvsj9aa/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_The_Nice_Boys&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002278424765197393586/cse/o_tthvsj9aa/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_The_Nice_Boys</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7900,29 +7900,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Curious Cat Science and Engineering Search</title>
-      <short-title>Curious Cat Science and Engineering Search</short-title>
+      <title>Pitchfork news and reviews for The Nice Boys</title>
+      <short-title>Pitchfork news and reviews for The Nice Boys</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JumpagonGadget">
-    <portlet-name>JumpagonGadget</portlet-name>
-    <display-name>Jumpagon</display-name>
-    <description>Google Gadgets: Jumpagon Gadget</description>
+  <portlet id="RandomQuoteoftheWeekGadget">
+    <portlet-name>RandomQuoteoftheWeekGadget</portlet-name>
+    <display-name>Random Quote of the Week</display-name>
+    <description>Google Gadgets: Random Quote of the Week Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Jumpagon</value>
+      <value>Random Quote of the Week</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/jumpagonGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D103712759365122293428%26mid%3D29%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/jumpagonGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D103712759365122293428%26mid%3D29%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7933,29 +7933,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Jumpagon</title>
-      <short-title>Jumpagon</short-title>
+      <title>Random Quote of the Week</title>
+      <short-title>Random Quote of the Week</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoodJamGadget">
-    <portlet-name>MoodJamGadget</portlet-name>
-    <display-name>MoodJam</display-name>
-    <description>Google Gadgets: MoodJam Gadget</description>
+  <portlet id="gtgtgtZeroNewZltltltGadget">
+    <portlet-name>gtgtgtZeroNewZltltltGadget</portlet-name>
+    <display-name>=&gt;&gt;&gt;Zero NewZ&lt;&...</display-name>
+    <description>Google Gadgets: =&gt;&gt;&gt;Zero NewZ&lt;&lt;&lt;= Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MoodJam</value>
+      <value>=&gt;&gt;&gt;Zero NewZ&lt;&lt;&lt;=</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://moodjam.org/gadgets/moodjam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112498938918360829323%26mid%3D100%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://moodjam.org/gadgets/moodjam.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D112498938918360829323%26mid%3D100%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7966,29 +7966,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MoodJam</title>
-      <short-title>MoodJam</short-title>
+      <title>=&gt;&gt;&gt;Zero NewZ&lt;&lt;&lt;=</title>
+      <short-title>=&gt;&gt;&gt;Zero NewZ&lt;&lt;&lt;=</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OpeningDayGadget">
-    <portlet-name>OpeningDayGadget</portlet-name>
-    <display-name>Opening Day</display-name>
-    <description>Google Gadgets: Opening Day Gadget</description>
+  <portlet id="PitchforknewsandreviewsforNoisettesGadget">
+    <portlet-name>PitchforknewsandreviewsforNoisettesGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Noisettes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Opening Day</value>
+      <value>Pitchfork news and reviews for Noisettes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114038763246670158564%26mid%3D77%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Noisettes&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114038763246670158564%26mid%3D77%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Noisettes</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7999,29 +7999,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Opening Day</title>
-      <short-title>Opening Day</short-title>
+      <title>Pitchfork news and reviews for Noisettes</title>
+      <short-title>Pitchfork news and reviews for Noisettes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LyradejourGadget">
-    <portlet-name>LyradejourGadget</portlet-name>
-    <display-name>Lyra de jour</display-name>
-    <description>Google Gadgets: Lyra de jour Gadget</description>
+  <portlet id="PitchforknewsandreviewsforStereoTotalGadget">
+    <portlet-name>PitchforknewsandreviewsforStereoTotalGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Stereo Total Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lyra de jour</value>
+      <value>Pitchfork news and reviews for Stereo Total</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118034486951080563166%26mid%3D75%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Stereo_Total&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D118034486951080563166%26mid%3D75%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Stereo_Total</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8032,29 +8032,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lyra de jour</title>
-      <short-title>Lyra de jour</short-title>
+      <title>Pitchfork news and reviews for Stereo Total</title>
+      <short-title>Pitchfork news and reviews for Stereo Total</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArchitectureNewsCompetitionsArchiseekcomGadget">
-    <portlet-name>ArchitectureNewsCompetitionsArchiseekcomGadget</portlet-name>
-    <display-name>Architecture News / Competitions - Archiseek.com</display-name>
-    <description>Google Gadgets: Architecture News / Competitions - Archiseek.com Gadget</description>
+  <portlet id="PitchforknewsandreviewsforBrianPosehnGadget">
+    <portlet-name>PitchforknewsandreviewsforBrianPosehnGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Brian Posehn Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Architecture News / Competitions - Archiseek.com</value>
+      <value>Pitchfork news and reviews for Brian Posehn</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.archiseek.com/google_homepage_module_archiseek.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Brian_Posehn&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.archiseek.com/google_homepage_module_archiseek.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Brian_Posehn</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8065,29 +8065,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Architecture News / Competitions - Archiseek.com</title>
-      <short-title>Architecture News / Competitions - Archiseek.com</short-title>
+      <title>Pitchfork news and reviews for Brian Posehn</title>
+      <short-title>Pitchfork news and reviews for Brian Posehn</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="macrofotografiacombrGadget">
-    <portlet-name>macrofotografiacombrGadget</portlet-name>
-    <display-name>macrofotografia.com.br</display-name>
-    <description>Google Gadgets: macrofotografia.com.br Gadget</description>
+  <portlet id="PitchforknewsandreviewsforLesserGadget">
+    <portlet-name>PitchforknewsandreviewsforLesserGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Lesser Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>macrofotografia.com.br</value>
+      <value>Pitchfork news and reviews for Lesser</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.macrofotografia.com.br/google/macro.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Lesser&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.macrofotografia.com.br/google/macro.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Lesser</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8098,29 +8098,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>macrofotografia.com.br</title>
-      <short-title>macrofotografia.com.br</short-title>
+      <title>Pitchfork news and reviews for Lesser</title>
+      <short-title>Pitchfork news and reviews for Lesser</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PopularWebVideosGadget">
-    <portlet-name>PopularWebVideosGadget</portlet-name>
-    <display-name>Popular Web Videos</display-name>
-    <description>Google Gadgets: Popular Web Videos Gadget</description>
+  <portlet id="PitchforknewsandreviewsforJanJelinekGadget">
+    <portlet-name>PitchforknewsandreviewsforJanJelinekGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Jan Jelinek Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Popular Web Videos</value>
+      <value>Pitchfork news and reviews for Jan Jelinek</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/widget/gadget_popular_web.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Jan_Jelinek&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/widget/gadget_popular_web.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Jan_Jelinek</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8131,29 +8131,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Popular Web Videos</title>
-      <short-title>Popular Web Videos</short-title>
+      <title>Pitchfork news and reviews for Jan Jelinek</title>
+      <short-title>Pitchfork news and reviews for Jan Jelinek</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SudokuGadget">
-    <portlet-name>SudokuGadget</portlet-name>
-    <display-name>Sudoku</display-name>
-    <description>Google Gadgets: Sudoku Gadget</description>
+  <portlet id="PopularSonyPS2GamesGadget">
+    <portlet-name>PopularSonyPS2GamesGadget</portlet-name>
+    <display-name>Popular Sony PS2 Games</display-name>
+    <description>Google Gadgets: Popular Sony PS2 Games Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sudoku</value>
+      <value>Popular Sony PS2 Games</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/thevardamirnolimon/Gadget/Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gadgetsearch.net/ps2games.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/thevardamirnolimon/Gadget/Gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gadgetsearch.net/ps2games.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8164,29 +8164,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sudoku</title>
-      <short-title>Sudoku</short-title>
+      <title>Popular Sony PS2 Games</title>
+      <short-title>Popular Sony PS2 Games</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDailyDoingsGadget">
-    <portlet-name>TheDailyDoingsGadget</portlet-name>
-    <display-name>The Daily Doings</display-name>
-    <description>Google Gadgets: The Daily Doings Gadget</description>
+  <portlet id="PitchforknewsandreviewsforHerosSeverumGadget">
+    <portlet-name>PitchforknewsandreviewsforHerosSeverumGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Heros Severum Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Daily Doings</value>
+      <value>Pitchfork news and reviews for Heros Severum</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113038127744412573089%26mid%3D85%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Heros_Severum&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D113038127744412573089%26mid%3D85%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Heros_Severum</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8197,29 +8197,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Daily Doings</title>
-      <short-title>The Daily Doings</short-title>
+      <title>Pitchfork news and reviews for Heros Severum</title>
+      <short-title>Pitchfork news and reviews for Heros Severum</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HeadlineNewsGadget">
-    <portlet-name>HeadlineNewsGadget</portlet-name>
-    <display-name>Headline News</display-name>
-    <description>Google Gadgets: Headline News Gadget</description>
+  <portlet id="SearchMontanaStateUniversityMSULibrariesGadget">
+    <portlet-name>SearchMontanaStateUniversityMSULibrariesGadget</portlet-name>
+    <display-name>Search Montana State Univer...</display-name>
+    <description>Google Gadgets: Search Montana State University (MSU) Libraries Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Headline News</value>
+      <value>Search Montana State University (MSU) Libraries</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4649d891854002f6/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://new.lib.montana.edu/tools/msuSearch-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/4649d891854002f6/clearspring.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://new.lib.montana.edu/tools/msuSearch-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8230,29 +8230,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Headline News</title>
-      <short-title>Headline News</short-title>
+      <title>Search Montana State University (MSU) Libraries</title>
+      <short-title>Search Montana State University (MSU) Libraries</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EVEOnlineDevBlogsGadget">
-    <portlet-name>EVEOnlineDevBlogsGadget</portlet-name>
-    <display-name>EVE Online Dev Blogs</display-name>
-    <description>Google Gadgets: EVE Online Dev Blogs Gadget</description>
+  <portlet id="FormulaFogGadget">
+    <portlet-name>FormulaFogGadget</portlet-name>
+    <display-name>Formula Fog</display-name>
+    <description>Google Gadgets: Formula Fog Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>EVE Online Dev Blogs</value>
+      <value>Formula Fog</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.i868.co.uk/eve/devblogs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.freeonlinegames.com/gadgets/formula/formula.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.i868.co.uk/eve/devblogs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.freeonlinegames.com/gadgets/formula/formula.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8263,29 +8263,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>EVE Online Dev Blogs</title>
-      <short-title>EVE Online Dev Blogs</short-title>
+      <title>Formula Fog</title>
+      <short-title>Formula Fog</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDailyGraceGadget">
-    <portlet-name>TheDailyGraceGadget</portlet-name>
-    <display-name>The Daily Grace</display-name>
-    <description>Google Gadgets: The Daily Grace Gadget</description>
+  <portlet id="WordwebDictionaryGadget">
+    <portlet-name>WordwebDictionaryGadget</portlet-name>
+    <display-name>Wordweb Dictionary</display-name>
+    <description>Google Gadgets: Wordweb Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Daily Grace</value>
+      <value>Wordweb Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102726672015287023450%26mid%3D27%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aagadgets.googlepages.com/wordgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D102726672015287023450%26mid%3D27%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aagadgets.googlepages.com/wordgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8296,29 +8296,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Daily Grace</title>
-      <short-title>The Daily Grace</short-title>
+      <title>Wordweb Dictionary</title>
+      <short-title>Wordweb Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewMysteryBookReleasesGadget">
-    <portlet-name>NewMysteryBookReleasesGadget</portlet-name>
-    <display-name>New Mystery Book Releases</display-name>
-    <description>Google Gadgets: New Mystery Book Releases Gadget</description>
+  <portlet id="WebKinzcomKinzPartyforwebkinzfansGadget">
+    <portlet-name>WebKinzcomKinzPartyforwebkinzfansGadget</portlet-name>
+    <display-name>WebKinz.com -KinzParty for ...</display-name>
+    <description>Google Gadgets: WebKinz.com -KinzParty for webkinz fans Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>New Mystery Book Releases</value>
+      <value>WebKinz.com -KinzParty for webkinz fans</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/books/mystery/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/WebKinzcom_-KinzParty_for_webkinz_fans&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/books/mystery/new.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/WebKinzcom_-KinzParty_for_webkinz_fans</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8329,29 +8329,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>New Mystery Book Releases</title>
-      <short-title>New Mystery Book Releases</short-title>
+      <title>WebKinz.com -KinzParty for webkinz fans</title>
+      <short-title>WebKinz.com -KinzParty for webkinz fans</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WhiteSmokecheckyourwritingGadget">
-    <portlet-name>WhiteSmokecheckyourwritingGadget</portlet-name>
-    <display-name>WhiteSmoke: check your writing</display-name>
-    <description>Google Gadgets: WhiteSmoke: check your writing Gadget</description>
+  <portlet id="RadioFreeFuriousGadget">
+    <portlet-name>RadioFreeFuriousGadget</portlet-name>
+    <display-name>Radio Free Furious</display-name>
+    <description>Google Gadgets: Radio Free Furious Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WhiteSmoke: check your writing</value>
+      <value>Radio Free Furious</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://enrichment.whitesmoke.com/clients/google_client.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111510535881797060998%26mid%3D1%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://enrichment.whitesmoke.com/clients/google_client.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111510535881797060998%26mid%3D1%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8362,29 +8362,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WhiteSmoke: check your writing</title>
-      <short-title>WhiteSmoke: check your writing</short-title>
+      <title>Radio Free Furious</title>
+      <short-title>Radio Free Furious</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WindforecastforAmerica39scupGadget">
-    <portlet-name>WindforecastforAmerica39scupGadget</portlet-name>
-    <display-name>Wind forecast for America&#39;s cup</display-name>
-    <description>Google Gadgets: Wind forecast for America&#39;s cup Gadget</description>
+  <portlet id="PitchforknewsandreviewsforMetaluxGadget">
+    <portlet-name>PitchforknewsandreviewsforMetaluxGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Metalux Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wind forecast for America&#39;s cup</value>
+      <value>Pitchfork news and reviews for Metalux</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://weather.switzerland.googlepages.com/WFAC.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Metalux&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://weather.switzerland.googlepages.com/WFAC.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Metalux</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8395,29 +8395,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wind forecast for America&#39;s cup</title>
-      <short-title>Wind forecast for America&#39;s cup</short-title>
+      <title>Pitchfork news and reviews for Metalux</title>
+      <short-title>Pitchfork news and reviews for Metalux</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PreferredLimousineServiceNapaandSonomaWineToursGadget">
-    <portlet-name>PreferredLimousineServiceNapaandSonomaWineToursGadget</portlet-name>
-    <display-name>Preferred Limousine Service Napa and Sonoma Wine Tours</display-name>
-    <description>Google Gadgets: Preferred Limousine Service Napa and Sonoma Wine Tours Gadget</description>
+  <portlet id="SoccerGadget">
+    <portlet-name>SoccerGadget</portlet-name>
+    <display-name>Soccer</display-name>
+    <description>Google Gadgets: Soccer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Preferred Limousine Service Napa and Sonoma Wine Tours</value>
+      <value>Soccer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preferred-limo.com/preferredlimo2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ifooz.com/xml/soccer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preferred-limo.com/preferredlimo2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ifooz.com/xml/soccer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8428,29 +8428,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Preferred Limousine Service Napa and Sonoma Wine Tours</title>
-      <short-title>Preferred Limousine Service Napa and Sonoma Wine Tours</short-title>
+      <title>Soccer</title>
+      <short-title>Soccer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StarshipElevenGadget">
-    <portlet-name>StarshipElevenGadget</portlet-name>
-    <display-name>Starship Eleven</display-name>
-    <description>Google Gadgets: Starship Eleven Gadget</description>
+  <portlet id="MidnightStrikeGameGadget">
+    <portlet-name>MidnightStrikeGameGadget</portlet-name>
+    <display-name>Midnight Strike Game</display-name>
+    <description>Google Gadgets: Midnight Strike Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Starship Eleven</value>
+      <value>Midnight Strike Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/starshipelevenfull_neodelightGadget.Xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Midnight-Strike-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/starshipelevenfull_neodelightGadget.Xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Midnight-Strike-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8461,29 +8461,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Starship Eleven</title>
-      <short-title>Starship Eleven</short-title>
+      <title>Midnight Strike Game</title>
+      <short-title>Midnight Strike Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StoneBreakerGadget">
-    <portlet-name>StoneBreakerGadget</portlet-name>
-    <display-name>Stone Breaker</display-name>
-    <description>Google Gadgets: Stone Breaker Gadget</description>
+  <portlet id="PNRstatusGadget">
+    <portlet-name>PNRstatusGadget</portlet-name>
+    <display-name>PNR status</display-name>
+    <description>Google Gadgets: PNR status Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Stone Breaker</value>
+      <value>PNR status</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/stonebreaker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chooosethis.googlepages.com/pnr-status.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/stonebreaker.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chooosethis.googlepages.com/pnr-status.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8494,29 +8494,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Stone Breaker</title>
-      <short-title>Stone Breaker</short-title>
+      <title>PNR status</title>
+      <short-title>PNR status</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TransWandsworthLiveGadget">
-    <portlet-name>TransWandsworthLiveGadget</portlet-name>
-    <display-name>TransWandsworth Live</display-name>
-    <description>Google Gadgets: TransWandsworth Live Gadget</description>
+  <portlet id="SnowBallBashGadget">
+    <portlet-name>SnowBallBashGadget</portlet-name>
+    <display-name>Snow Ball Bash</display-name>
+    <description>Google Gadgets: Snow Ball Bash Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TransWandsworth Live</value>
+      <value>Snow Ball Bash</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.transwandsworth.co.uk/google/live.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/snowball-bashGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.transwandsworth.co.uk/google/live.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/snowball-bashGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8527,29 +8527,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TransWandsworth Live</title>
-      <short-title>TransWandsworth Live</short-title>
+      <title>Snow Ball Bash</title>
+      <short-title>Snow Ball Bash</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WarGamesGadget">
-    <portlet-name>WarGamesGadget</portlet-name>
-    <display-name>War Games</display-name>
-    <description>Google Gadgets: War Games Gadget</description>
+  <portlet id="Yahoo25293360673932128207Gadget">
+    <portlet-name>Yahoo25293360673932128207Gadget</portlet-name>
+    <display-name>Yahoo!&#25293;&#36067; &#39...</display-name>
+    <description>Google Gadgets: Yahoo!&#25293;&#36067; &#39321;&#28207; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>War Games</value>
+      <value>Yahoo!&#25293;&#36067; &#39321;&#28207;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/wargamesgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/103127705826946073849/yahoo_auctions.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/wargamesgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/103127705826946073849/yahoo_auctions.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8560,29 +8560,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>War Games</title>
-      <short-title>War Games</short-title>
+      <title>Yahoo!&#25293;&#36067; &#39321;&#28207;</title>
+      <short-title>Yahoo!&#25293;&#36067; &#39321;&#28207;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IdealWeightCalculatorbyBizCalcscomGadget">
-    <portlet-name>IdealWeightCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Ideal Weight Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Ideal Weight Calculator by BizCalcs.com Gadget</description>
+  <portlet id="Pixel2LifeTutorialSearchGadget">
+    <portlet-name>Pixel2LifeTutorialSearchGadget</portlet-name>
+    <display-name>Pixel2Life Tutorial Search</display-name>
+    <description>Google Gadgets: Pixel2Life Tutorial Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ideal Weight Calculator by BizCalcs.com</value>
+      <value>Pixel2Life Tutorial Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/ideal-weight.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pixel2life.com/googleGadget/Pixel2Life-iGoogle-Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/ideal-weight.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pixel2life.com/googleGadget/Pixel2Life-iGoogle-Gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8593,29 +8593,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ideal Weight Calculator by BizCalcs.com</title>
-      <short-title>Ideal Weight Calculator by BizCalcs.com</short-title>
+      <title>Pixel2Life Tutorial Search</title>
+      <short-title>Pixel2Life Tutorial Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ebooksearchGadget">
-    <portlet-name>ebooksearchGadget</portlet-name>
-    <display-name>ebook search:</display-name>
-    <description>Google Gadgets: ebook search: Gadget</description>
+  <portlet id="OnlineBookmarkManagerBookmarksGadget">
+    <portlet-name>OnlineBookmarkManagerBookmarksGadget</portlet-name>
+    <display-name>OnlineBookmarkManager Bookm...</display-name>
+    <description>Google Gadgets: OnlineBookmarkManager Bookmarks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ebook search:</value>
+      <value>OnlineBookmarkManager Bookmarks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004798099194550741737/cse/q_g80ujebkq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.onlinebookmarkmanager.com/login/gadgets/googleig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/004798099194550741737/cse/q_g80ujebkq/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.onlinebookmarkmanager.com/login/gadgets/googleig.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8626,29 +8626,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ebook search:</title>
-      <short-title>ebook search:</short-title>
+      <title>OnlineBookmarkManager Bookmarks</title>
+      <short-title>OnlineBookmarkManager Bookmarks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PublicPicasaWebAlbumsGadget">
-    <portlet-name>PublicPicasaWebAlbumsGadget</portlet-name>
-    <display-name>Public Picasa Web Albums</display-name>
-    <description>Google Gadgets: Public Picasa Web Albums Gadget</description>
+  <portlet id="PitchforknewsandreviewsforHowlin39RainGadget">
+    <portlet-name>PitchforknewsandreviewsforHowlin39RainGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Howlin&#39; Rain Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Public Picasa Web Albums</value>
+      <value>Pitchfork news and reviews for Howlin&#39; Rain</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mypages.vicarica.com-a.googlepages.com/table10pics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Howlin_Rain&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mypages.vicarica.com-a.googlepages.com/table10pics.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Howlin_Rain</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8659,29 +8659,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Public Picasa Web Albums</title>
-      <short-title>Public Picasa Web Albums</short-title>
+      <title>Pitchfork news and reviews for Howlin&#39; Rain</title>
+      <short-title>Pitchfork news and reviews for Howlin&#39; Rain</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MySunshineGadget">
-    <portlet-name>MySunshineGadget</portlet-name>
-    <display-name>My Sunshine</display-name>
-    <description>Google Gadgets: My Sunshine Gadget</description>
+  <portlet id="TheDailyDrookerGadget">
+    <portlet-name>TheDailyDrookerGadget</portlet-name>
+    <display-name>The Daily Drooker</display-name>
+    <description>Google Gadgets: The Daily Drooker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Sunshine</value>
+      <value>The Daily Drooker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D107495253201590825329%26mid%3D28%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.adamsah.net/~asah/ig/drooker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D107495253201590825329%26mid%3D28%26url%3Dgm_googlegram.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.adamsah.net/~asah/ig/drooker.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8692,29 +8692,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Sunshine</title>
-      <short-title>My Sunshine</short-title>
+      <title>The Daily Drooker</title>
+      <short-title>The Daily Drooker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleImageSearchGadget">
-    <portlet-name>GoogleImageSearchGadget</portlet-name>
-    <display-name>Google Image Search</display-name>
-    <description>Google Gadgets: Google Image Search Gadget</description>
+  <portlet id="TheBrookaliciousChronicleGadget">
+    <portlet-name>TheBrookaliciousChronicleGadget</portlet-name>
+    <display-name>The Brookalicious Chronicle</display-name>
+    <description>Google Gadgets: The Brookalicious Chronicle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Image Search</value>
+      <value>The Brookalicious Chronicle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/imagesearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114574800282343376873%26mid%3D8%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nuzs.com/imagesearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114574800282343376873%26mid%3D8%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8725,29 +8725,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Image Search</title>
-      <short-title>Google Image Search</short-title>
+      <title>The Brookalicious Chronicle</title>
+      <short-title>The Brookalicious Chronicle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NaturalEnglandGadget">
-    <portlet-name>NaturalEnglandGadget</portlet-name>
-    <display-name>Natural England</display-name>
-    <description>Google Gadgets: Natural England Gadget</description>
+  <portlet id="TurkeyFlingGadget">
+    <portlet-name>TurkeyFlingGadget</portlet-name>
+    <display-name>Turkey Fling</display-name>
+    <description>Google Gadgets: Turkey Fling Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Natural England</value>
+      <value>Turkey Fling</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010476233810196394646/cse/j3joeevl72k/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/turkeyfling.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010476233810196394646/cse/j3joeevl72k/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/turkeyfling.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8758,29 +8758,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Natural England</title>
-      <short-title>Natural England</short-title>
+      <title>Turkey Fling</title>
+      <short-title>Turkey Fling</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelMSNBCNewsGadget">
-    <portlet-name>NewsreelMSNBCNewsGadget</portlet-name>
-    <display-name>Newsreel MSNBC News</display-name>
-    <description>Google Gadgets: Newsreel MSNBC News Gadget</description>
+  <portlet id="PitchforknewsandreviewsforDuranDuranGadget">
+    <portlet-name>PitchforknewsandreviewsforDuranDuranGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Duran Duran Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel MSNBC News</value>
+      <value>Pitchfork news and reviews for Duran Duran</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-msn.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Duran_Duran&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-msn.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Duran_Duran</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8791,29 +8791,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel MSNBC News</title>
-      <short-title>Newsreel MSNBC News</short-title>
+      <title>Pitchfork news and reviews for Duran Duran</title>
+      <short-title>Pitchfork news and reviews for Duran Duran</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IsleofViewDailyInsightGadget">
-    <portlet-name>IsleofViewDailyInsightGadget</portlet-name>
-    <display-name>Isle of View Daily Insight</display-name>
-    <description>Google Gadgets: Isle of View Daily Insight Gadget</description>
+  <portlet id="VirtuaWormGameGadget">
+    <portlet-name>VirtuaWormGameGadget</portlet-name>
+    <display-name>Virtua Worm Game</display-name>
+    <description>Google Gadgets: Virtua Worm Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Isle of View Daily Insight</value>
+      <value>Virtua Worm Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.isleofview.net/isleofview.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Virtua-Worm-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.isleofview.net/isleofview.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Virtua-Worm-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8824,29 +8824,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Isle of View Daily Insight</title>
-      <short-title>Isle of View Daily Insight</short-title>
+      <title>Virtua Worm Game</title>
+      <short-title>Virtua Worm Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HAPPYFATHERSDAYGadget">
-    <portlet-name>HAPPYFATHERSDAYGadget</portlet-name>
-    <display-name>HAPPY FATHERS DAY</display-name>
-    <description>Google Gadgets: HAPPY FATHERS DAY Gadget</description>
+  <portlet id="BloggerNewestphotosGadget">
+    <portlet-name>BloggerNewestphotosGadget</portlet-name>
+    <display-name>Blogger Newest photos</display-name>
+    <description>Google Gadgets: Blogger Newest photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>HAPPY FATHERS DAY</value>
+      <value>Blogger Newest photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D106294687114152848234%26mid%3D24%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lanma0307.googlepages.com/bp_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D106294687114152848234%26mid%3D24%26url%3Dgm_googlegram.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lanma0307.googlepages.com/bp_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8857,29 +8857,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>HAPPY FATHERS DAY</title>
-      <short-title>HAPPY FATHERS DAY</short-title>
+      <title>Blogger Newest photos</title>
+      <short-title>Blogger Newest photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LocalcouponspoweredbyZiXXoGadget">
-    <portlet-name>LocalcouponspoweredbyZiXXoGadget</portlet-name>
-    <display-name>Local coupons (powered by ZiXXo)</display-name>
-    <description>Google Gadgets: Local coupons (powered by ZiXXo) Gadget</description>
+  <portlet id="HeliAttack2Gadget">
+    <portlet-name>HeliAttack2Gadget</portlet-name>
+    <display-name>Heli Attack 2</display-name>
+    <description>Google Gadgets: Heli Attack 2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Local coupons (powered by ZiXXo)</value>
+      <value>Heli Attack 2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zixxo.com/zwidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ifooz.com/xml/heliattack2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zixxo.com/zwidget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ifooz.com/xml/heliattack2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8890,29 +8890,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Local coupons (powered by ZiXXo)</title>
-      <short-title>Local coupons (powered by ZiXXo)</short-title>
+      <title>Heli Attack 2</title>
+      <short-title>Heli Attack 2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Dylan39sThingymajigamabobGadget">
-    <portlet-name>Dylan39sThingymajigamabobGadget</portlet-name>
-    <display-name>Dylan&#39;s Thingymajigamabob</display-name>
-    <description>Google Gadgets: Dylan&#39;s Thingymajigamabob Gadget</description>
+  <portlet id="FetchBidMultipleAuctionSiteSearchGadget">
+    <portlet-name>FetchBidMultipleAuctionSiteSearchGadget</portlet-name>
+    <display-name>FetchBid Multiple Auction S...</display-name>
+    <description>Google Gadgets: FetchBid Multiple Auction Site Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dylan&#39;s Thingymajigamabob</value>
+      <value>FetchBid Multiple Auction Site Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D109749727967342919797%26mid%3D91%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/112515951724653193706/FetchBid_Multiple_search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D109749727967342919797%26mid%3D91%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/112515951724653193706/FetchBid_Multiple_search.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8923,29 +8923,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dylan&#39;s Thingymajigamabob</title>
-      <short-title>Dylan&#39;s Thingymajigamabob</short-title>
+      <title>FetchBid Multiple Auction Site Search</title>
+      <short-title>FetchBid Multiple Auction Site Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SurfTaylorsMistakeGadget">
-    <portlet-name>SurfTaylorsMistakeGadget</portlet-name>
-    <display-name>Surf - Taylors Mistake</display-name>
-    <description>Google Gadgets: Surf - Taylors Mistake Gadget</description>
+  <portlet id="AbrahamLincolnQuoteoftheDayGadget">
+    <portlet-name>AbrahamLincolnQuoteoftheDayGadget</portlet-name>
+    <display-name>Abraham Lincoln Quote of th...</display-name>
+    <description>Google Gadgets: Abraham Lincoln Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Surf - Taylors Mistake</value>
+      <value>Abraham Lincoln Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sjonesyboy.googlepages.com/final2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/abraham-lincoln.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sjonesyboy.googlepages.com/final2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/abraham-lincoln.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8956,29 +8956,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Surf - Taylors Mistake</title>
-      <short-title>Surf - Taylors Mistake</short-title>
+      <title>Abraham Lincoln Quote of the Day</title>
+      <short-title>Abraham Lincoln Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyFavoriteYoutubeVideosGadget">
-    <portlet-name>MyFavoriteYoutubeVideosGadget</portlet-name>
-    <display-name>My Favorite Youtube Videos</display-name>
-    <description>Google Gadgets: My Favorite Youtube Videos Gadget</description>
+  <portlet id="JanoosIPtoCountryGadget">
+    <portlet-name>JanoosIPtoCountryGadget</portlet-name>
+    <display-name>Janoos IP to Country</display-name>
+    <description>Google Gadgets: Janoos IP to Country Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Favorite Youtube Videos</value>
+      <value>Janoos IP to Country</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117697390673041861270%26mid%3D72%26url%3Dgm_youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117697390673041861270%26mid%3D72%26url%3Dgm_youtube.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8989,29 +8989,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Favorite Youtube Videos</title>
-      <short-title>My Favorite Youtube Videos</short-title>
+      <title>Janoos IP to Country</title>
+      <short-title>Janoos IP to Country</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ToyCarRaceGadget">
-    <portlet-name>ToyCarRaceGadget</portlet-name>
-    <display-name>Toy Car Race</display-name>
-    <description>Google Gadgets: Toy Car Race Gadget</description>
+  <portlet id="RobotFlipperGameGadget">
+    <portlet-name>RobotFlipperGameGadget</portlet-name>
+    <display-name>Robot Flipper Game</display-name>
+    <description>Google Gadgets: Robot Flipper Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Toy Car Race</value>
+      <value>Robot Flipper Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/toycarsgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Robot-Flipper-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/toycarsgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Robot-Flipper-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9022,29 +9022,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Toy Car Race</title>
-      <short-title>Toy Car Race</short-title>
+      <title>Robot Flipper Game</title>
+      <short-title>Robot Flipper Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ARC39sNATOReasearchCenterGadget">
-    <portlet-name>ARC39sNATOReasearchCenterGadget</portlet-name>
-    <display-name>ARC&#39;s NATO Reasearch Center</display-name>
-    <description>Google Gadgets: ARC&#39;s NATO Reasearch Center Gadget</description>
+  <portlet id="PitchforknewsandreviewsforAloeBlaccGadget">
+    <portlet-name>PitchforknewsandreviewsforAloeBlaccGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Aloe Blacc Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ARC&#39;s NATO Reasearch Center</value>
+      <value>Pitchfork news and reviews for Aloe Blacc</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010875791129769008394/cse/h4xszmtvvrk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Aloe_Blacc&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010875791129769008394/cse/h4xszmtvvrk/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Aloe_Blacc</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9055,29 +9055,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ARC&#39;s NATO Reasearch Center</title>
-      <short-title>ARC&#39;s NATO Reasearch Center</short-title>
+      <title>Pitchfork news and reviews for Aloe Blacc</title>
+      <short-title>Pitchfork news and reviews for Aloe Blacc</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EndofHighSchoolGadget">
-    <portlet-name>EndofHighSchoolGadget</portlet-name>
-    <display-name>End of High School</display-name>
-    <description>Google Gadgets: End of High School Gadget</description>
+  <portlet id="MeteoSwissRadarAnimationGadget">
+    <portlet-name>MeteoSwissRadarAnimationGadget</portlet-name>
+    <display-name>MeteoSwiss Radar Animation</display-name>
+    <description>Google Gadgets: MeteoSwiss Radar Animation Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>End of High School</value>
+      <value>MeteoSwiss Radar Animation</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D103046470039280428362%26mid%3D14%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://weather.switzerland.googlepages.com/radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D103046470039280428362%26mid%3D14%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://weather.switzerland.googlepages.com/radar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9088,29 +9088,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>End of High School</title>
-      <short-title>End of High School</short-title>
+      <title>MeteoSwiss Radar Animation</title>
+      <short-title>MeteoSwiss Radar Animation</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RTLLibraryCustomizedSearchGadget">
-    <portlet-name>RTLLibraryCustomizedSearchGadget</portlet-name>
-    <display-name>RTL Library Customized Search</display-name>
-    <description>Google Gadgets: RTL Library Customized Search Gadget</description>
+  <portlet id="RiseOfMushroomKingdom4GameGadget">
+    <portlet-name>RiseOfMushroomKingdom4GameGadget</portlet-name>
+    <display-name>Rise Of Mushroom Kingdom 4 ...</display-name>
+    <description>Google Gadgets: Rise Of Mushroom Kingdom 4 Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RTL Library Customized Search</value>
+      <value>Rise Of Mushroom Kingdom 4 Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001714153504219385822/cse/e00dq9m0u7w/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playitontheweb.com/gadgets/Rise-Of-Mushroom-Kingdom-4-gadg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001714153504219385822/cse/e00dq9m0u7w/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playitontheweb.com/gadgets/Rise-Of-Mushroom-Kingdom-4-gadg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9121,29 +9121,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RTL Library Customized Search</title>
-      <short-title>RTL Library Customized Search</short-title>
+      <title>Rise Of Mushroom Kingdom 4 Game</title>
+      <short-title>Rise Of Mushroom Kingdom 4 Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveUSDXGadget">
-    <portlet-name>LiveUSDXGadget</portlet-name>
-    <display-name>Live USDX</display-name>
-    <description>Google Gadgets: Live USDX Gadget</description>
+  <portlet id="PersonalCalendarandPlannerGadget">
+    <portlet-name>PersonalCalendarandPlannerGadget</portlet-name>
+    <display-name>Personal Calendar and Planner</display-name>
+    <description>Google Gadgets: Personal Calendar and Planner Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Live USDX</value>
+      <value>Personal Calendar and Planner</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jack.palmadesso.googlepages.com/LiveUSDX.txt&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.majigs.com/google-month.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jack.palmadesso.googlepages.com/LiveUSDX.txt</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.majigs.com/google-month.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9154,29 +9154,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Live USDX</title>
-      <short-title>Live USDX</short-title>
+      <title>Personal Calendar and Planner</title>
+      <short-title>Personal Calendar and Planner</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RedOrbitVideoNewsGadget">
-    <portlet-name>RedOrbitVideoNewsGadget</portlet-name>
-    <display-name>RedOrbit Video News</display-name>
-    <description>Google Gadgets: RedOrbit Video News Gadget</description>
+  <portlet id="TabbedFeedReaderv2aGadget">
+    <portlet-name>TabbedFeedReaderv2aGadget</portlet-name>
+    <display-name>Tabbed Feed Reader v2a</display-name>
+    <description>Google Gadgets: Tabbed Feed Reader v2a Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RedOrbit Video News</value>
+      <value>Tabbed Feed Reader v2a</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://master.redorbit.com/modules/news/googlehome/video.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/108384585615022758673/tfr2_v1_sj.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://master.redorbit.com/modules/news/googlehome/video.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/108384585615022758673/tfr2_v1_sj.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9187,29 +9187,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RedOrbit Video News</title>
-      <short-title>RedOrbit Video News</short-title>
+      <title>Tabbed Feed Reader v2a</title>
+      <short-title>Tabbed Feed Reader v2a</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Relatimegradient_blueGadget">
-    <portlet-name>Relatimegradient_blueGadget</portlet-name>
-    <display-name>Relatime gradient_blue</display-name>
-    <description>Google Gadgets: Relatime gradient_blue Gadget</description>
+  <portlet id="ZomiNationalDayGadget">
+    <portlet-name>ZomiNationalDayGadget</portlet-name>
+    <display-name>Zomi National Day</display-name>
+    <description>Google Gadgets: Zomi National Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Relatime gradient_blue</value>
+      <value>Zomi National Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rtproject.googlepages.com/rt_gradient_blue.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115419210175711029287%26mid%3D84%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rtproject.googlepages.com/rt_gradient_blue.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D115419210175711029287%26mid%3D84%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9220,29 +9220,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Relatime gradient_blue</title>
-      <short-title>Relatime gradient_blue</short-title>
+      <title>Zomi National Day</title>
+      <short-title>Zomi National Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FroggerGadget">
-    <portlet-name>FroggerGadget</portlet-name>
-    <display-name>Frogger</display-name>
-    <description>Google Gadgets: Frogger Gadget</description>
+  <portlet id="PitchforknewsandreviewsforHotChipGadget">
+    <portlet-name>PitchforknewsandreviewsforHotChipGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Hot Chip Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Frogger</value>
+      <value>Pitchfork news and reviews for Hot Chip</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.gadgetgamez.com/frogger.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Hot_Chip&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.gadgetgamez.com/frogger.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Hot_Chip</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9253,29 +9253,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Frogger</title>
-      <short-title>Frogger</short-title>
+      <title>Pitchfork news and reviews for Hot Chip</title>
+      <short-title>Pitchfork news and reviews for Hot Chip</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThingsthatmakeyouthinkGadget">
-    <portlet-name>ThingsthatmakeyouthinkGadget</portlet-name>
-    <display-name>Things that make you think</display-name>
-    <description>Google Gadgets: Things that make you think Gadget</description>
+  <portlet id="CollectorCarAuctionReportsGadget">
+    <portlet-name>CollectorCarAuctionReportsGadget</portlet-name>
+    <display-name>Collector Car Auction Reports</display-name>
+    <description>Google Gadgets: Collector Car Auction Reports Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Things that make you think</value>
+      <value>Collector Car Auction Reports</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D106788297907595510908%26mid%3D82%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/auction-report.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D106788297907595510908%26mid%3D82%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/auction-report.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9286,29 +9286,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Things that make you think</title>
-      <short-title>Things that make you think</short-title>
+      <title>Collector Car Auction Reports</title>
+      <short-title>Collector Car Auction Reports</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RubensGadget">
-    <portlet-name>RubensGadget</portlet-name>
-    <display-name>Rubens</display-name>
-    <description>Google Gadgets: Rubens Gadget</description>
+  <portlet id="PopularDiggPoliticalOpinionStoriesGadget">
+    <portlet-name>PopularDiggPoliticalOpinionStoriesGadget</portlet-name>
+    <display-name>Popular Digg Political Opin...</display-name>
+    <description>Google Gadgets: Popular Digg Political Opinion Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rubens</value>
+      <value>Popular Digg Political Opinion Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113737556590348087094%26mid%3D88%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Political-Opinion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D113737556590348087094%26mid%3D88%26url%3Dgm_photo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Political-Opinion.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9319,29 +9319,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rubens</title>
-      <short-title>Rubens</short-title>
+      <title>Popular Digg Political Opinion Stories</title>
+      <short-title>Popular Digg Political Opinion Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="registrtaionformGadget">
-    <portlet-name>registrtaionformGadget</portlet-name>
-    <display-name>registrtaion form</display-name>
-    <description>Google Gadgets: registrtaion form Gadget</description>
+  <portlet id="GuildWarsWikiGadget">
+    <portlet-name>GuildWarsWikiGadget</portlet-name>
+    <display-name>GuildWars Wiki</display-name>
+    <description>Google Gadgets: GuildWars Wiki Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>registrtaion form</value>
+      <value>GuildWars Wiki</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.formlogix.com/Gadgets/registartion_v2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mbulli.mb.funpic.de/tmp/ggww/ggww.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.formlogix.com/Gadgets/registartion_v2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mbulli.mb.funpic.de/tmp/ggww/ggww.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9352,29 +9352,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>registrtaion form</title>
-      <short-title>registrtaion form</short-title>
+      <title>GuildWars Wiki</title>
+      <short-title>GuildWars Wiki</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BallyTotalFitnessCalorieCalculatorGadget">
-    <portlet-name>BallyTotalFitnessCalorieCalculatorGadget</portlet-name>
-    <display-name>Bally Total Fitness Calorie Calculator</display-name>
-    <description>Google Gadgets: Bally Total Fitness Calorie Calculator Gadget</description>
+  <portlet id="PitchforknewsandreviewsforAutechreGadget">
+    <portlet-name>PitchforknewsandreviewsforAutechreGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Autechre Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bally Total Fitness Calorie Calculator</value>
+      <value>Pitchfork news and reviews for Autechre</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://69.20.106.104/ballycalculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Autechre&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://69.20.106.104/ballycalculator.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Autechre</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9385,29 +9385,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bally Total Fitness Calorie Calculator</title>
-      <short-title>Bally Total Fitness Calorie Calculator</short-title>
+      <title>Pitchfork news and reviews for Autechre</title>
+      <short-title>Pitchfork news and reviews for Autechre</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="eBayWatcherGadget">
-    <portlet-name>eBayWatcherGadget</portlet-name>
-    <display-name>eBay Watcher</display-name>
-    <description>Google Gadgets: eBay Watcher Gadget</description>
+  <portlet id="GoogleCalendarGadget">
+    <portlet-name>GoogleCalendarGadget</portlet-name>
+    <display-name>Google Calendar</display-name>
+    <description>Google Gadgets: Google Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>eBay Watcher</value>
+      <value>Google Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://n79.org/modules/ebayWatcher.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jduartedj.googlepages.com/calendar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://n79.org/modules/ebayWatcher.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jduartedj.googlepages.com/calendar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9418,29 +9418,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>eBay Watcher</title>
-      <short-title>eBay Watcher</short-title>
+      <title>Google Calendar</title>
+      <short-title>Google Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YellisforLifeGadget">
-    <portlet-name>YellisforLifeGadget</portlet-name>
-    <display-name>Yellis for Life</display-name>
-    <description>Google Gadgets: Yellis for Life Gadget</description>
+  <portlet id="HotModelsGadget">
+    <portlet-name>HotModelsGadget</portlet-name>
+    <display-name>HotModels</display-name>
+    <description>Google Gadgets: HotModels Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yellis for Life</value>
+      <value>HotModels</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D107166971927265643120%26mid%3D58%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hotmodels2.zfort.net/Gadget/GoogleFMM.xml%3F23&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D107166971927265643120%26mid%3D58%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hotmodels2.zfort.net/Gadget/GoogleFMM.xml%3F23</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9451,29 +9451,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yellis for Life</title>
-      <short-title>Yellis for Life</short-title>
+      <title>HotModels</title>
+      <short-title>HotModels</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheDailyYukaGadget">
-    <portlet-name>TheDailyYukaGadget</portlet-name>
-    <display-name>The Daily Yuka</display-name>
-    <description>Google Gadgets: The Daily Yuka Gadget</description>
+  <portlet id="FuturevaluecalculatorGadget">
+    <portlet-name>FuturevaluecalculatorGadget</portlet-name>
+    <display-name>Future value calculator</display-name>
+    <description>Google Gadgets: Future value calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Daily Yuka</value>
+      <value>Future value calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118406667899567615254%26mid%3D17%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/107519614396705125087/fvcalc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D118406667899567615254%26mid%3D17%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/107519614396705125087/fvcalc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9484,29 +9484,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Daily Yuka</title>
-      <short-title>The Daily Yuka</short-title>
+      <title>Future value calculator</title>
+      <short-title>Future value calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="danhellercomRandomPhotoGadget">
-    <portlet-name>danhellercomRandomPhotoGadget</portlet-name>
-    <display-name>danheller.com Random Photo</display-name>
-    <description>Google Gadgets: danheller.com Random Photo Gadget</description>
+  <portlet id="PitchforknewsandreviewsforBenFoldsGadget">
+    <portlet-name>PitchforknewsandreviewsforBenFoldsGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Ben Folds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>danheller.com Random Photo</value>
+      <value>Pitchfork news and reviews for Ben Folds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.danheller.com/random_img.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Ben_Folds&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.danheller.com/random_img.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Ben_Folds</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9517,29 +9517,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>danheller.com Random Photo</title>
-      <short-title>danheller.com Random Photo</short-title>
+      <title>Pitchfork news and reviews for Ben Folds</title>
+      <short-title>Pitchfork news and reviews for Ben Folds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WikipediaFeaturedArticleGadget">
-    <portlet-name>WikipediaFeaturedArticleGadget</portlet-name>
-    <display-name>Wikipedia Featured Article</display-name>
-    <description>Google Gadgets: Wikipedia Featured Article Gadget</description>
+  <portlet id="PitchforknewsandreviewsforHymie39sBasementGadget">
+    <portlet-name>PitchforknewsandreviewsforHymie39sBasementGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Hymie&#39;s Basement Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wikipedia Featured Article</value>
+      <value>Pitchfork news and reviews for Hymie&#39;s Basement</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://calebegg.com/wikipedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Hymies_Basement&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://calebegg.com/wikipedia.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Hymies_Basement</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9550,29 +9550,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wikipedia Featured Article</title>
-      <short-title>Wikipedia Featured Article</short-title>
+      <title>Pitchfork news and reviews for Hymie&#39;s Basement</title>
+      <short-title>Pitchfork news and reviews for Hymie&#39;s Basement</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AmericanAirlinesGadget">
-    <portlet-name>AmericanAirlinesGadget</portlet-name>
-    <display-name>American Airlines</display-name>
-    <description>Google Gadgets: American Airlines Gadget</description>
+  <portlet id="PitchforknewsandreviewsforStickMenwithRayGunsGadget">
+    <portlet-name>PitchforknewsandreviewsforStickMenwithRayGunsGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Stick Men with Ray Guns Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>American Airlines</value>
+      <value>Pitchfork news and reviews for Stick Men with Ray Guns</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/gadgads/aa/aa_ie_link_site.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Stick_Men_with_Ray_Guns&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/gadgads/aa/aa_ie_link_site.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Stick_Men_with_Ray_Guns</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9583,29 +9583,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>American Airlines</title>
-      <short-title>American Airlines</short-title>
+      <title>Pitchfork news and reviews for Stick Men with Ray Guns</title>
+      <short-title>Pitchfork news and reviews for Stick Men with Ray Guns</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GooZeeGadget">
-    <portlet-name>GooZeeGadget</portlet-name>
-    <display-name>GooZee</display-name>
-    <description>Google Gadgets: GooZee Gadget</description>
+  <portlet id="DICOMpediaGadget">
+    <portlet-name>DICOMpediaGadget</portlet-name>
+    <display-name>DICOMpedia</display-name>
+    <description>Google Gadgets: DICOMpedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GooZee</value>
+      <value>DICOMpedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016925729212334848828/cse/gr8yusdgz9g/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dicom-solutions.com/inc/dicompedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016925729212334848828/cse/gr8yusdgz9g/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dicom-solutions.com/inc/dicompedia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9616,29 +9616,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GooZee</title>
-      <short-title>GooZee</short-title>
+      <title>DICOMpedia</title>
+      <short-title>DICOMpedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheRotoFeedGadgetGadget">
-    <portlet-name>TheRotoFeedGadgetGadget</portlet-name>
-    <display-name>The RotoFeed Gadget</display-name>
-    <description>Google Gadgets: The RotoFeed Gadget Gadget</description>
+  <portlet id="SamayaPondersGadget">
+    <portlet-name>SamayaPondersGadget</portlet-name>
+    <display-name>Samaya Ponders.....</display-name>
+    <description>Google Gadgets: Samaya Ponders..... Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The RotoFeed Gadget</value>
+      <value>Samaya Ponders.....</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ilipner.googlepages.com/rotofeedwidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114246639946566948825%26mid%3D37%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ilipner.googlepages.com/rotofeedwidget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114246639946566948825%26mid%3D37%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9649,29 +9649,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The RotoFeed Gadget</title>
-      <short-title>The RotoFeed Gadget</short-title>
+      <title>Samaya Ponders.....</title>
+      <short-title>Samaya Ponders.....</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UnitedWeDanceGadget">
-    <portlet-name>UnitedWeDanceGadget</portlet-name>
-    <display-name>United We Dance</display-name>
-    <description>Google Gadgets: United We Dance Gadget</description>
+  <portlet id="PitchforknewsandreviewsforVapnetGadget">
+    <portlet-name>PitchforknewsandreviewsforVapnetGadget</portlet-name>
+    <display-name>Pitchfork news and reviews ...</display-name>
+    <description>Google Gadgets: Pitchfork news and reviews for Vapnet Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>United We Dance</value>
+      <value>Pitchfork news and reviews for Vapnet</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://radgadget.googlepages.com/unitedbush.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Vapnet&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://radgadget.googlepages.com/unitedbush.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Pitchfork_news_and_reviews_for_Vapnet</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9682,29 +9682,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>United We Dance</title>
-      <short-title>United We Dance</short-title>
+      <title>Pitchfork news and reviews for Vapnet</title>
+      <short-title>Pitchfork news and reviews for Vapnet</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CaliforniaStateUniversityChicoGadget">
-    <portlet-name>CaliforniaStateUniversityChicoGadget</portlet-name>
-    <display-name>California State University, Chico</display-name>
-    <description>Google Gadgets: California State University, Chico Gadget</description>
+  <portlet id="PublicPicasaWebAlbumsGadget">
+    <portlet-name>PublicPicasaWebAlbumsGadget</portlet-name>
+    <display-name>Public Picasa Web Albums</display-name>
+    <description>Google Gadgets: Public Picasa Web Albums Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>California State University, Chico</value>
+      <value>Public Picasa Web Albums</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/009965582105046329619/cse/movib6cfhii/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mypages.vicarica.com-a.googlepages.com/photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/009965582105046329619/cse/movib6cfhii/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mypages.vicarica.com-a.googlepages.com/photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9715,29 +9715,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>California State University, Chico</title>
-      <short-title>California State University, Chico</short-title>
+      <title>Public Picasa Web Albums</title>
+      <short-title>Public Picasa Web Albums</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RodneyRumford39sFoodforThoughtGadget">
-    <portlet-name>RodneyRumford39sFoodforThoughtGadget</portlet-name>
-    <display-name>Rodney Rumford&#39;s Food for Thought</display-name>
-    <description>Google Gadgets: Rodney Rumford&#39;s Food for Thought Gadget</description>
+  <portlet id="SnakeNetNowPlayingGadget">
+    <portlet-name>SnakeNetNowPlayingGadget</portlet-name>
+    <display-name>SnakeNet Now Playing</display-name>
+    <description>Google Gadgets: SnakeNet Now Playing Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rodney Rumford&#39;s Food for Thought</value>
+      <value>SnakeNet Now Playing</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D115374933050585953517%26mid%3D60%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.snakenetmetalradio.com/api/google/nowplaying.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D115374933050585953517%26mid%3D60%26url%3Dgm_dailyme.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.snakenetmetalradio.com/api/google/nowplaying.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9748,29 +9748,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rodney Rumford&#39;s Food for Thought</title>
-      <short-title>Rodney Rumford&#39;s Food for Thought</short-title>
+      <title>SnakeNet Now Playing</title>
+      <short-title>SnakeNet Now Playing</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OurTwoYearsGadget">
-    <portlet-name>OurTwoYearsGadget</portlet-name>
-    <display-name>Our Two Years!</display-name>
-    <description>Google Gadgets: Our Two Years! Gadget</description>
+  <portlet id="GoogleGram1Gadget">
+    <portlet-name>GoogleGram1Gadget</portlet-name>
+    <display-name>GoogleGram</display-name>
+    <description>Google Gadgets: GoogleGram Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Our Two Years!</value>
+      <value>GoogleGram</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D104670808285168591599%26mid%3D56%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D105034310347619454623%26mid%3D24%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D104670808285168591599%26mid%3D56%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D105034310347619454623%26mid%3D24%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9781,29 +9781,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Our Two Years!</title>
-      <short-title>Our Two Years!</short-title>
+      <title>GoogleGram</title>
+      <short-title>GoogleGram</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SheepRacerGadget">
-    <portlet-name>SheepRacerGadget</portlet-name>
-    <display-name>Sheep Racer</display-name>
-    <description>Google Gadgets: Sheep Racer Gadget</description>
+  <portlet id="VersatileGadget">
+    <portlet-name>VersatileGadget</portlet-name>
+    <display-name>Versatile</display-name>
+    <description>Google Gadgets: Versatile Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sheep Racer</value>
+      <value>Versatile</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/sheep-racerGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://girlgames.uflaz.com/ig/versatile.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/sheep-racerGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://girlgames.uflaz.com/ig/versatile.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9814,29 +9814,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sheep Racer</title>
-      <short-title>Sheep Racer</short-title>
+      <title>Versatile</title>
+      <short-title>Versatile</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AIDPublicationsGadget">
-    <portlet-name>AIDPublicationsGadget</portlet-name>
-    <display-name>AID Publications</display-name>
-    <description>Google Gadgets: AID Publications Gadget</description>
+  <portlet id="OscarWildeQuoteoftheDayGadget">
+    <portlet-name>OscarWildeQuoteoftheDayGadget</portlet-name>
+    <display-name>Oscar Wilde Quote of the Day</display-name>
+    <description>Google Gadgets: Oscar Wilde Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AID Publications</value>
+      <value>Oscar Wilde Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D118015256152752727698%26mid%3D39%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117642736890622108704%26mid%3D132%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D118015256152752727698%26mid%3D39%26url%3Dgm_freeform.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117642736890622108704%26mid%3D132%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9847,29 +9847,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AID Publications</title>
-      <short-title>AID Publications</short-title>
+      <title>Oscar Wilde Quote of the Day</title>
+      <short-title>Oscar Wilde Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewYorkCitySubwayFinderGadget">
-    <portlet-name>NewYorkCitySubwayFinderGadget</portlet-name>
-    <display-name>New York City Subway Finder</display-name>
-    <description>Google Gadgets: New York City Subway Finder Gadget</description>
+  <portlet id="WhoStoleMyMedicineGadget">
+    <portlet-name>WhoStoleMyMedicineGadget</portlet-name>
+    <display-name>Who Stole My Medicine</display-name>
+    <description>Google Gadgets: Who Stole My Medicine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>New York City Subway Finder</value>
+      <value>Who Stole My Medicine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.newyorkontap.com/gadgets/gadgetAddress.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml2/whostolemymedicine.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.newyorkontap.com/gadgets/gadgetAddress.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml2/whostolemymedicine.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9880,29 +9880,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>New York City Subway Finder</title>
-      <short-title>New York City Subway Finder</short-title>
+      <title>Who Stole My Medicine</title>
+      <short-title>Who Stole My Medicine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FacebookGadget">
-    <portlet-name>FacebookGadget</portlet-name>
-    <display-name>Facebook</display-name>
-    <description>Google Gadgets: Facebook Gadget</description>
+  <portlet id="DailyDoseofDangerGadget">
+    <portlet-name>DailyDoseofDangerGadget</portlet-name>
+    <display-name>Daily Dose of Danger</display-name>
+    <description>Google Gadgets: Daily Dose of Danger Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Facebook</value>
+      <value>Daily Dose of Danger</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fb.blueeclipsedesign.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D110443755541912762524%26mid%3D15%26url%3Dgm_dailyme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fb.blueeclipsedesign.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D110443755541912762524%26mid%3D15%26url%3Dgm_dailyme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9913,8 +9913,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Facebook</title>
-      <short-title>Facebook</short-title>
+      <title>Daily Dose of Danger</title>
+      <short-title>Daily Dose of Danger</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>

Modified: googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/googlegadgets-news/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 21:12:08 UTC (rev 746)
@@ -19,6 +19,39 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
 
+  <portlet id="GoogleNewsGadget">
+    <portlet-name>GoogleNewsGadget</portlet-name>
+    <display-name>Google News</display-name>
+    <description>Google Gadgets: Google News Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Google News</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/tabnews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/tabnews.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Google News</title>
+      <short-title>Google News</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="BreakingNewsfromMSNBCGadget">
     <portlet-name>BreakingNewsfromMSNBCGadget</portlet-name>
     <display-name>Breaking News from MSNBC</display-name>
@@ -52,6 +85,39 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="WeatherForecastsGadget">
+    <portlet-name>WeatherForecastsGadget</portlet-name>
+    <display-name>Weather Forecasts</display-name>
+    <description>Google Gadgets: Weather Forecasts Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Weather Forecasts</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/weather/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/weather/weather.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Weather Forecasts</title>
+      <short-title>Weather Forecasts</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="NewsreelCNNNewsGadget">
     <portlet-name>NewsreelCNNNewsGadget</portlet-name>
     <display-name>Newsreel CNN News</display-name>
@@ -85,23 +151,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="DIGGGadget">
-    <portlet-name>DIGGGadget</portlet-name>
-    <display-name>DIGG</display-name>
-    <description>Google Gadgets: DIGG Gadget</description>
+  <portlet id="AccuWeathercomWeatherForecastGadgetGadget">
+    <portlet-name>AccuWeathercomWeatherForecastGadgetGadget</portlet-name>
+    <display-name>AccuWeather.com Weather For...</display-name>
+    <description>Google Gadgets: AccuWeather.com Weather Forecast Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DIGG</value>
+      <value>AccuWeather.com Weather Forecast Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://digg.com/goog/ig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gwidget.accuweather.com/adcbin/googleforecastgadget/gadget.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://digg.com/goog/ig.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gwidget.accuweather.com/adcbin/googleforecastgadget/gadget.asp</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -112,29 +178,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DIGG</title>
-      <short-title>DIGG</short-title>
+      <title>AccuWeather.com Weather Forecast Gadget</title>
+      <short-title>AccuWeather.com Weather Forecast Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HetWeerGadget">
-    <portlet-name>HetWeerGadget</portlet-name>
-    <display-name>Het Weer</display-name>
-    <description>Google Gadgets: Het Weer Gadget</description>
+  <portlet id="OneClickOntheMaptoTheNewsAnywhereGadget">
+    <portlet-name>OneClickOntheMaptoTheNewsAnywhereGadget</portlet-name>
+    <display-name>One Click On the Map to The...</display-name>
+    <description>Google Gadgets: One Click On the Map to The News - Anywhere! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Het Weer</value>
+      <value>One Click On the Map to The News - Anywhere!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://weather.technetium.be/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/nuzsgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://weather.technetium.be/google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/nuzsgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -145,8 +211,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Het Weer</title>
-      <short-title>Het Weer</short-title>
+      <title>One Click On the Map to The News - Anywhere!</title>
+      <short-title>One Click On the Map to The News - Anywhere!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
@@ -184,6 +250,39 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="SixtyMinutesNewsGadget">
+    <portlet-name>SixtyMinutesNewsGadget</portlet-name>
+    <display-name>Sixty Minutes News</display-name>
+    <description>Google Gadgets: Sixty Minutes News Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Sixty Minutes News</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/rss/sixtyminen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/rss/sixtyminen.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Sixty Minutes News</title>
+      <short-title>Sixty Minutes News</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="myWeatherGadget">
     <portlet-name>myWeatherGadget</portlet-name>
     <display-name>myWeather</display-name>
@@ -217,23 +316,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="DiggnewsGadget">
-    <portlet-name>DiggnewsGadget</portlet-name>
-    <display-name>Digg news</display-name>
-    <description>Google Gadgets: Digg news Gadget</description>
+  <portlet id="WallStreetJournalGadget">
+    <portlet-name>WallStreetJournalGadget</portlet-name>
+    <display-name>Wall Street Journal</display-name>
+    <description>Google Gadgets: Wall Street Journal Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Digg news</value>
+      <value>Wall Street Journal</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.helvetet.se/gmodules/digg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ohmlink.com/WSJ.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.helvetet.se/gmodules/digg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ohmlink.com/WSJ.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -244,29 +343,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Digg news</title>
-      <short-title>Digg news</short-title>
+      <title>Wall Street Journal</title>
+      <short-title>Wall Street Journal</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsHitechGadget">
-    <portlet-name>NewsHitechGadget</portlet-name>
-    <display-name>News - Hi-tech</display-name>
-    <description>Google Gadgets: News - Hi-tech Gadget</description>
+  <portlet id="WeatherbyWeathercomGadget">
+    <portlet-name>WeatherbyWeathercomGadget</portlet-name>
+    <display-name>Weather by Weather.com</display-name>
+    <description>Google Gadgets: Weather by Weather.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>News - Hi-tech</value>
+      <value>Weather by Weather.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://xml.my-install.com/news_122.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://timcwebman.googlepages.com/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://xml.my-install.com/news_122.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://timcwebman.googlepages.com/weather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -277,15 +376,15 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>News - Hi-tech</title>
-      <short-title>News - Hi-tech</short-title>
+      <title>Weather by Weather.com</title>
+      <short-title>Weather by Weather.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
   <portlet id="FlightStatusFlightStatscomGadget">
     <portlet-name>FlightStatusFlightStatscomGadget</portlet-name>
-    <display-name>Flight Status - FlightStats.com</display-name>
+    <display-name>Flight Status - FlightStats...</display-name>
     <description>Google Gadgets: Flight Status - FlightStats.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
@@ -316,23 +415,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveCricketScoresGadget">
-    <portlet-name>LiveCricketScoresGadget</portlet-name>
-    <display-name>Live Cricket Scores</display-name>
-    <description>Google Gadgets: Live Cricket Scores Gadget</description>
+  <portlet id="LocalWeatherGadget">
+    <portlet-name>LocalWeatherGadget</portlet-name>
+    <display-name>Local Weather</display-name>
+    <description>Google Gadgets: Local Weather Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Live Cricket Scores</value>
+      <value>Local Weather</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shantanuthatte.googlepages.com/scores.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://boolean.googlepages.com/localweather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shantanuthatte.googlepages.com/scores.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://boolean.googlepages.com/localweather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -343,29 +442,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Live Cricket Scores</title>
-      <short-title>Live Cricket Scores</short-title>
+      <title>Local Weather</title>
+      <short-title>Local Weather</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherMapGadget">
-    <portlet-name>WeatherMapGadget</portlet-name>
-    <display-name>Weather Map</display-name>
-    <description>Google Gadgets: Weather Map Gadget</description>
+  <portlet id="NewsreelBBCNewsGadget">
+    <portlet-name>NewsreelBBCNewsGadget</portlet-name>
+    <display-name>Newsreel BBC News</display-name>
+    <description>Google Gadgets: Newsreel BBC News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather Map</value>
+      <value>Newsreel BBC News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/weathermap.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-bbc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/weathermap.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-bbc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -376,29 +475,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather Map</title>
-      <short-title>Weather Map</short-title>
+      <title>Newsreel BBC News</title>
+      <short-title>Newsreel BBC News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DepressionNewsGadget">
-    <portlet-name>DepressionNewsGadget</portlet-name>
-    <display-name>Depression News</display-name>
-    <description>Google Gadgets: Depression News Gadget</description>
+  <portlet id="YouTubeVideosGadget">
+    <portlet-name>YouTubeVideosGadget</portlet-name>
+    <display-name>YouTube Videos</display-name>
+    <description>Google Gadgets: YouTube Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Depression News</value>
+      <value>YouTube Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/depression_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/youtube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/depression_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/youtube.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -409,29 +508,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Depression News</title>
-      <short-title>Depression News</short-title>
+      <title>YouTube Videos</title>
+      <short-title>YouTube Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MedindiaHealthNewsGadget">
-    <portlet-name>MedindiaHealthNewsGadget</portlet-name>
-    <display-name>Medindia Health News</display-name>
-    <description>Google Gadgets: Medindia Health News Gadget</description>
+  <portlet id="FBI39s10MostWantedGadget">
+    <portlet-name>FBI39s10MostWantedGadget</portlet-name>
+    <display-name>FBI&#39;s 10 Most Wanted</display-name>
+    <description>Google Gadgets: FBI&#39;s 10 Most Wanted Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Medindia Health News</value>
+      <value>FBI&#39;s 10 Most Wanted</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.medindia.net/first.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://boolean.googlepages.com/wanted.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.medindia.net/first.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://boolean.googlepages.com/wanted.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -442,29 +541,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Medindia Health News</title>
-      <short-title>Medindia Health News</short-title>
+      <title>FBI&#39;s 10 Most Wanted</title>
+      <short-title>FBI&#39;s 10 Most Wanted</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MotorCitiesEditor39sPicksGadget">
-    <portlet-name>MotorCitiesEditor39sPicksGadget</portlet-name>
-    <display-name>MotorCities Editor&#39;s Picks</display-name>
-    <description>Google Gadgets: MotorCities Editor&#39;s Picks Gadget</description>
+  <portlet id="MortgageAndRealEstateNewsGadget">
+    <portlet-name>MortgageAndRealEstateNewsGadget</portlet-name>
+    <display-name>Mortgage And Real Estate News</display-name>
+    <description>Google Gadgets: Mortgage And Real Estate News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MotorCities Editor&#39;s Picks</value>
+      <value>Mortgage And Real Estate News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motorcities.com/newadditions/editors-pick.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motorcities.com/newadditions/editors-pick.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -475,29 +574,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MotorCities Editor&#39;s Picks</title>
-      <short-title>MotorCities Editor&#39;s Picks</short-title>
+      <title>Mortgage And Real Estate News</title>
+      <short-title>Mortgage And Real Estate News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KQEDPublicRadioGadget">
-    <portlet-name>KQEDPublicRadioGadget</portlet-name>
-    <display-name>KQED Public Radio</display-name>
-    <description>Google Gadgets: KQED Public Radio Gadget</description>
+  <portlet id="USWeatherMapGadget">
+    <portlet-name>USWeatherMapGadget</portlet-name>
+    <display-name>US Weather Map</display-name>
+    <description>Google Gadgets: US Weather Map Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>KQED Public Radio</value>
+      <value>US Weather Map</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kqed.org/includes/external/googleRadioGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://scotepi.net/google/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kqed.org/includes/external/googleRadioGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://scotepi.net/google/weather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -508,29 +607,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>KQED Public Radio</title>
-      <short-title>KQED Public Radio</short-title>
+      <title>US Weather Map</title>
+      <short-title>US Weather Map</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherInternationalGadget">
-    <portlet-name>WeatherInternationalGadget</portlet-name>
-    <display-name>Weather International</display-name>
-    <description>Google Gadgets: Weather International Gadget</description>
+  <portlet id="LocalNWSWeatherRadarGadget">
+    <portlet-name>LocalNWSWeatherRadarGadget</portlet-name>
+    <display-name>Local NWS Weather Radar</display-name>
+    <description>Google Gadgets: Local NWS Weather Radar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather International</value>
+      <value>Local NWS Weather Radar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/f_alpeggiani/weather_module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.incidentlog.com/radar/radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/f_alpeggiani/weather_module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.incidentlog.com/radar/radar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -541,29 +640,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather International</title>
-      <short-title>Weather International</short-title>
+      <title>Local NWS Weather Radar</title>
+      <short-title>Local NWS Weather Radar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MentalHealthNewsGadget">
-    <portlet-name>MentalHealthNewsGadget</portlet-name>
-    <display-name>Mental Health News</display-name>
-    <description>Google Gadgets: Mental Health News Gadget</description>
+  <portlet id="PAWWeatherSSECGadget">
+    <portlet-name>PAWWeatherSSECGadget</portlet-name>
+    <display-name>PAW Weather (SSEC)</display-name>
+    <description>Google Gadgets: PAW Weather (SSEC) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mental Health News</value>
+      <value>PAW Weather (SSEC)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/psychcentral_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ssec.wisc.edu/data/paw/googlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/psychcentral_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ssec.wisc.edu/data/paw/googlegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -574,29 +673,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mental Health News</title>
-      <short-title>Mental Health News</short-title>
+      <title>PAW Weather (SSEC)</title>
+      <short-title>PAW Weather (SSEC)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LocalWeatherGadget">
-    <portlet-name>LocalWeatherGadget</portlet-name>
-    <display-name>Local Weather</display-name>
-    <description>Google Gadgets: Local Weather Gadget</description>
+  <portlet id="WeatherStationGadget">
+    <portlet-name>WeatherStationGadget</portlet-name>
+    <display-name>Weather Station</display-name>
+    <description>Google Gadgets: Weather Station Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Local Weather</value>
+      <value>Weather Station</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://boolean.googlepages.com/localweather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://boolean.googlepages.com/localweather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -607,29 +706,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Local Weather</title>
-      <short-title>Local Weather</short-title>
+      <title>Weather Station</title>
+      <short-title>Weather Station</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LocalNWSWeatherRadarGadget">
-    <portlet-name>LocalNWSWeatherRadarGadget</portlet-name>
-    <display-name>Local NWS Weather Radar</display-name>
-    <description>Google Gadgets: Local NWS Weather Radar Gadget</description>
+  <portlet id="DailyDermatologyNewsGadget">
+    <portlet-name>DailyDermatologyNewsGadget</portlet-name>
+    <display-name>Daily Dermatology News</display-name>
+    <description>Google Gadgets: Daily Dermatology News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Local NWS Weather Radar</value>
+      <value>Daily Dermatology News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.incidentlog.com/radar/radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rosacea-remedy.com/rosacea-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.incidentlog.com/radar/radar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rosacea-remedy.com/rosacea-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -640,29 +739,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Local NWS Weather Radar</title>
-      <short-title>Local NWS Weather Radar</short-title>
+      <title>Daily Dermatology News</title>
+      <short-title>Daily Dermatology News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ChildrenParentingNewsGadget">
-    <portlet-name>ChildrenParentingNewsGadget</portlet-name>
-    <display-name>Children/Parenting News</display-name>
-    <description>Google Gadgets: Children/Parenting News Gadget</description>
+  <portlet id="USWeatherRadarGadget">
+    <portlet-name>USWeatherRadarGadget</portlet-name>
+    <display-name>US Weather Radar</display-name>
+    <description>Google Gadgets: US Weather Radar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Children/Parenting News</value>
+      <value>US Weather Radar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/children_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gmapsflighttracker.com/ghp/gmaps-us-weather-radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/children_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gmapsflighttracker.com/ghp/gmaps-us-weather-radar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -673,29 +772,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Children/Parenting News</title>
-      <short-title>Children/Parenting News</short-title>
+      <title>US Weather Radar</title>
+      <short-title>US Weather Radar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyDermatologyNewsGadget">
-    <portlet-name>DailyDermatologyNewsGadget</portlet-name>
-    <display-name>Daily Dermatology News</display-name>
-    <description>Google Gadgets: Daily Dermatology News Gadget</description>
+  <portlet id="LiveCricketScoresGadget">
+    <portlet-name>LiveCricketScoresGadget</portlet-name>
+    <display-name>Live Cricket Scores</display-name>
+    <description>Google Gadgets: Live Cricket Scores Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Dermatology News</value>
+      <value>Live Cricket Scores</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rosacea-remedy.com/rosacea-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shantanuthatte.googlepages.com/scores.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rosacea-remedy.com/rosacea-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shantanuthatte.googlepages.com/scores.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -706,29 +805,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Dermatology News</title>
-      <short-title>Daily Dermatology News</short-title>
+      <title>Live Cricket Scores</title>
+      <short-title>Live Cricket Scores</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NBAPlayoffHighlightsVideoGadget">
-    <portlet-name>NBAPlayoffHighlightsVideoGadget</portlet-name>
-    <display-name>NBA Playoff Highlights Video</display-name>
-    <description>Google Gadgets: NBA Playoff Highlights Video Gadget</description>
+  <portlet id="AssociatedPressNewsFeedsGadget">
+    <portlet-name>AssociatedPressNewsFeedsGadget</portlet-name>
+    <display-name>Associated Press News Feeds</display-name>
+    <description>Google Gadgets: Associated Press News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NBA Playoff Highlights Video</value>
+      <value>Associated Press News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/ap-news-rss-feeds4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/ap-news-rss-feeds4.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -739,29 +838,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NBA Playoff Highlights Video</title>
-      <short-title>NBA Playoff Highlights Video</short-title>
+      <title>Associated Press News Feeds</title>
+      <short-title>Associated Press News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="USStreamflowConditionsGadget">
-    <portlet-name>USStreamflowConditionsGadget</portlet-name>
-    <display-name>US Streamflow Conditions</display-name>
-    <description>Google Gadgets: US Streamflow Conditions Gadget</description>
+  <portlet id="AccuWeathercomHurricaneWatchGadget">
+    <portlet-name>AccuWeathercomHurricaneWatchGadget</portlet-name>
+    <display-name>AccuWeather.com Hurricane W...</display-name>
+    <description>Google Gadgets: AccuWeather.com Hurricane Watch Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>US Streamflow Conditions</value>
+      <value>AccuWeather.com Hurricane Watch</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://water.usgs.gov/waterwatch/googles/real.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gwidget.accuweather.com/adcbin/google-widget/HurricaneGG.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://water.usgs.gov/waterwatch/googles/real.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gwidget.accuweather.com/adcbin/google-widget/HurricaneGG.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -772,29 +871,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>US Streamflow Conditions</title>
-      <short-title>US Streamflow Conditions</short-title>
+      <title>AccuWeather.com Hurricane Watch</title>
+      <short-title>AccuWeather.com Hurricane Watch</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PPSPhysicianCMEGadget">
-    <portlet-name>PPSPhysicianCMEGadget</portlet-name>
-    <display-name>PPS: Physician CME</display-name>
-    <description>Google Gadgets: PPS: Physician CME Gadget</description>
+  <portlet id="MentalHealthNewsGadget">
+    <portlet-name>MentalHealthNewsGadget</portlet-name>
+    <display-name>Mental Health News</display-name>
+    <description>Google Gadgets: Mental Health News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PPS: Physician CME</value>
+      <value>Mental Health News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ppscme.org/feeds/googlefeed_main.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/psychcentral_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ppscme.org/feeds/googlefeed_main.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/psychcentral_news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -805,29 +904,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PPS: Physician CME</title>
-      <short-title>PPS: Physician CME</short-title>
+      <title>Mental Health News</title>
+      <short-title>Mental Health News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MedicalUpdatesfromyourAmericanCancerSocietyGadget">
-    <portlet-name>MedicalUpdatesfromyourAmericanCancerSocietyGadget</portlet-name>
-    <display-name>Medical Updates from your American Cancer Society</display-name>
-    <description>Google Gadgets: Medical Updates from your American Cancer Society Gadget</description>
+  <portlet id="ESPNTabbedSportsFeedsGadget">
+    <portlet-name>ESPNTabbedSportsFeedsGadget</portlet-name>
+    <display-name>ESPN Tabbed Sports Feeds</display-name>
+    <description>Google Gadgets: ESPN Tabbed Sports Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Medical Updates from your American Cancer Society</value>
+      <value>ESPN Tabbed Sports Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://labs.cancer.org/news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://humanmaze.googlepages.com/espn-sports-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://labs.cancer.org/news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://humanmaze.googlepages.com/espn-sports-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -838,29 +937,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Medical Updates from your American Cancer Society</title>
-      <short-title>Medical Updates from your American Cancer Society</short-title>
+      <title>ESPN Tabbed Sports Feeds</title>
+      <short-title>ESPN Tabbed Sports Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FederatedMediaGadget">
-    <portlet-name>FederatedMediaGadget</portlet-name>
-    <display-name>Federated Media</display-name>
-    <description>Google Gadgets: Federated Media Gadget</description>
+  <portlet id="NasaEarthObservatoryGadget">
+    <portlet-name>NasaEarthObservatoryGadget</portlet-name>
+    <display-name>Nasa Earth Observatory</display-name>
+    <description>Google Gadgets: Nasa Earth Observatory Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Federated Media</value>
+      <value>Nasa Earth Observatory</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006773355088375657172/cse/brrzirvxye8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106873644988507409212/nasa-earth-observatory.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006773355088375657172/cse/brrzirvxye8/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106873644988507409212/nasa-earth-observatory.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -871,29 +970,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Federated Media</title>
-      <short-title>Federated Media</short-title>
+      <title>Nasa Earth Observatory</title>
+      <short-title>Nasa Earth Observatory</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RainandShineForecastGadget">
-    <portlet-name>RainandShineForecastGadget</portlet-name>
-    <display-name>Rain and Shine Forecast</display-name>
-    <description>Google Gadgets: Rain and Shine Forecast Gadget</description>
+  <portlet id="WeatherStation1Gadget">
+    <portlet-name>WeatherStation1Gadget</portlet-name>
+    <display-name>Weather Station</display-name>
+    <description>Google Gadgets: Weather Station Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rain and Shine Forecast</value>
+      <value>Weather Station</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://futurama.googlepages.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://futurama.googlepages.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -904,29 +1003,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rain and Shine Forecast</title>
-      <short-title>Rain and Shine Forecast</short-title>
+      <title>Weather Station</title>
+      <short-title>Weather Station</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelFoxNewsGadget">
-    <portlet-name>NewsreelFoxNewsGadget</portlet-name>
-    <display-name>Newsreel Fox News</display-name>
-    <description>Google Gadgets: Newsreel Fox News Gadget</description>
+  <portlet id="ReutersNewsinPicturesGadget">
+    <portlet-name>ReutersNewsinPicturesGadget</portlet-name>
+    <display-name>Reuters News in Pictures</display-name>
+    <description>Google Gadgets: Reuters News in Pictures Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel Fox News</value>
+      <value>Reuters News in Pictures</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-fox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/reuters/news-in-pictures.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-fox.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/reuters/news-in-pictures.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -937,29 +1036,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel Fox News</title>
-      <short-title>Newsreel Fox News</short-title>
+      <title>Reuters News in Pictures</title>
+      <short-title>Reuters News in Pictures</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AGWeatherGadget">
-    <portlet-name>AGWeatherGadget</portlet-name>
-    <display-name>AGWeather</display-name>
-    <description>Google Gadgets: AGWeather Gadget</description>
+  <portlet id="DepressionNewsGadget">
+    <portlet-name>DepressionNewsGadget</portlet-name>
+    <display-name>Depression News</display-name>
+    <description>Google Gadgets: Depression News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AGWeather</value>
+      <value>Depression News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alex.gavrishev.googlepages.com/anod_weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/depression_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alex.gavrishev.googlepages.com/anod_weather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/depression_news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -970,29 +1069,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AGWeather</title>
-      <short-title>AGWeather</short-title>
+      <title>Depression News</title>
+      <short-title>Depression News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="THEWORLDExploreTheNewsandTheWorldGadget">
-    <portlet-name>THEWORLDExploreTheNewsandTheWorldGadget</portlet-name>
-    <display-name>THE WORLD - Explore The News and The World</display-name>
-    <description>Google Gadgets: THE WORLD - Explore The News and The World Gadget</description>
+  <portlet id="USStreamflowConditionsGadget">
+    <portlet-name>USStreamflowConditionsGadget</portlet-name>
+    <display-name>US Streamflow Conditions</display-name>
+    <description>Google Gadgets: US Streamflow Conditions Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>THE WORLD - Explore The News and The World</value>
+      <value>US Streamflow Conditions</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/nuzsgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://water.usgs.gov/waterwatch/googles/real.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/nuzsgadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://water.usgs.gov/waterwatch/googles/real.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1003,29 +1102,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>THE WORLD - Explore The News and The World</title>
-      <short-title>THE WORLD - Explore The News and The World</short-title>
+      <title>US Streamflow Conditions</title>
+      <short-title>US Streamflow Conditions</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherStationGadget">
-    <portlet-name>WeatherStationGadget</portlet-name>
-    <display-name>Weather Station</display-name>
-    <description>Google Gadgets: Weather Station Gadget</description>
+  <portlet id="HurricaneGadgetGadget">
+    <portlet-name>HurricaneGadgetGadget</portlet-name>
+    <display-name>Hurricane Gadget</display-name>
+    <description>Google Gadgets: Hurricane Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather Station</value>
+      <value>Hurricane Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/hurricane_advisories/hurricane_advisories.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://broadcast-weather.net/gadget/hurricane_advisories/hurricane_advisories.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1036,29 +1135,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather Station</title>
-      <short-title>Weather Station</short-title>
+      <title>Hurricane Gadget</title>
+      <short-title>Hurricane Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CramerholicHeadlinesGadget">
-    <portlet-name>CramerholicHeadlinesGadget</portlet-name>
-    <display-name>Cramerholic Headlines</display-name>
-    <description>Google Gadgets: Cramerholic Headlines Gadget</description>
+  <portlet id="DailyHumorbyGiglishGadget">
+    <portlet-name>DailyHumorbyGiglishGadget</portlet-name>
+    <display-name>Daily Humor by Giglish</display-name>
+    <description>Google Gadgets: Daily Humor by Giglish Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cramerholic Headlines</value>
+      <value>Daily Humor by Giglish</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://webninjainc.com/gadget/start.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.giglish.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://webninjainc.com/gadget/start.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.giglish.com/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1069,29 +1168,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cramerholic Headlines</title>
-      <short-title>Cramerholic Headlines</short-title>
+      <title>Daily Humor by Giglish</title>
+      <short-title>Daily Humor by Giglish</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherBonkLiveConditionsMapGadget">
-    <portlet-name>WeatherBonkLiveConditionsMapGadget</portlet-name>
-    <display-name>Weather Bonk Live Conditions Map</display-name>
-    <description>Google Gadgets: Weather Bonk Live Conditions Map Gadget</description>
+  <portlet id="DiggcomTopin24hoursGadget">
+    <portlet-name>DiggcomTopin24hoursGadget</portlet-name>
+    <display-name>Digg.com - Top in 24 hours</display-name>
+    <description>Google Gadgets: Digg.com - Top in 24 hours Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather Bonk Live Conditions Map</value>
+      <value>Digg.com - Top in 24 hours</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.weatherbonk.com/utils/gadgets/weatherBonkGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dannyjoo.googlepages.com/diggstop24.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.weatherbonk.com/utils/gadgets/weatherBonkGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dannyjoo.googlepages.com/diggstop24.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1102,29 +1201,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather Bonk Live Conditions Map</title>
-      <short-title>Weather Bonk Live Conditions Map</short-title>
+      <title>Digg.com - Top in 24 hours</title>
+      <short-title>Digg.com - Top in 24 hours</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ExtremeWeatherThisWeekGadget">
-    <portlet-name>ExtremeWeatherThisWeekGadget</portlet-name>
-    <display-name>Extreme Weather This Week</display-name>
-    <description>Google Gadgets: Extreme Weather This Week Gadget</description>
+  <portlet id="TVRagecomTVScheduleGadget">
+    <portlet-name>TVRagecomTVScheduleGadget</portlet-name>
+    <display-name>TVRage.com - TV Schedule</display-name>
+    <description>Google Gadgets: TVRage.com - TV Schedule Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Extreme Weather This Week</value>
+      <value>TVRage.com - TV Schedule</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.weatherbill.com/static/widget/google-ewt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://czech.fox.googlepages.com/tvrageschedule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.weatherbill.com/static/widget/google-ewt.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://czech.fox.googlepages.com/tvrageschedule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1135,29 +1234,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Extreme Weather This Week</title>
-      <short-title>Extreme Weather This Week</short-title>
+      <title>TVRage.com - TV Schedule</title>
+      <short-title>TVRage.com - TV Schedule</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoodNewsGadget">
-    <portlet-name>MoodNewsGadget</portlet-name>
-    <display-name>Mood News</display-name>
-    <description>Google Gadgets: Mood News Gadget</description>
+  <portlet id="Top10DiggStoriesGadget">
+    <portlet-name>Top10DiggStoriesGadget</portlet-name>
+    <display-name>Top 10 Digg Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mood News</value>
+      <value>Top 10 Digg Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.latedecember.com/sites/moodnews/moodnewsghm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-All-Topics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.latedecember.com/sites/moodnews/moodnewsghm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-All-Topics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1168,29 +1267,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mood News</title>
-      <short-title>Mood News</short-title>
+      <title>Top 10 Digg Stories</title>
+      <short-title>Top 10 Digg Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HeadlineMapNewsonGoogleMapGadget">
-    <portlet-name>HeadlineMapNewsonGoogleMapGadget</portlet-name>
-    <display-name>HeadlineMap: News on Google Map</display-name>
-    <description>Google Gadgets: HeadlineMap: News on Google Map Gadget</description>
+  <portlet id="BBCNewsFeedsGadget">
+    <portlet-name>BBCNewsFeedsGadget</portlet-name>
+    <display-name>BBC News Feeds</display-name>
+    <description>Google Gadgets: BBC News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>HeadlineMap: News on Google Map</value>
+      <value>BBC News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.headlinemap.com/google/map.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/bbc-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.headlinemap.com/google/map.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/bbc-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1201,29 +1300,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>HeadlineMap: News on Google Map</title>
-      <short-title>HeadlineMap: News on Google Map</short-title>
+      <title>BBC News Feeds</title>
+      <short-title>BBC News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LocalMissingChildrenGadget">
-    <portlet-name>LocalMissingChildrenGadget</portlet-name>
-    <display-name>Local Missing Children</display-name>
-    <description>Google Gadgets: Local Missing Children Gadget</description>
+  <portlet id="PeoplecomTopHeadlineswithphotosGadget">
+    <portlet-name>PeoplecomTopHeadlineswithphotosGadget</portlet-name>
+    <display-name>People.com: Top Headlines (...</display-name>
+    <description>Google Gadgets: People.com: Top Headlines (with photos) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Local Missing Children</value>
+      <value>People.com: Top Headlines (with photos)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/missing-kids-local.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/people_topheadlines.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/missing-kids-local.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/people_topheadlines.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1234,29 +1333,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Local Missing Children</title>
-      <short-title>Local Missing Children</short-title>
+      <title>People.com: Top Headlines (with photos)</title>
+      <short-title>People.com: Top Headlines (with photos)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoodNewsGoodNewsGadget">
-    <portlet-name>MoodNewsGoodNewsGadget</portlet-name>
-    <display-name>Mood News - Good News</display-name>
-    <description>Google Gadgets: Mood News - Good News Gadget</description>
+  <portlet id="HowStuffWorksBrasilGadget">
+    <portlet-name>HowStuffWorksBrasilGadget</portlet-name>
+    <display-name>HowStuffWorks Brasil</display-name>
+    <description>Google Gadgets: HowStuffWorks Brasil Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mood News - Good News</value>
+      <value>HowStuffWorks Brasil</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.latedecember.co.uk/sites/moodnews/goodmoodnewsghm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/112761324981270730007/HSWBrasil1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.latedecember.co.uk/sites/moodnews/goodmoodnewsghm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/112761324981270730007/HSWBrasil1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1267,29 +1366,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mood News - Good News</title>
-      <short-title>Mood News - Good News</short-title>
+      <title>HowStuffWorks Brasil</title>
+      <short-title>HowStuffWorks Brasil</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelYahooNewsGadget">
-    <portlet-name>NewsreelYahooNewsGadget</portlet-name>
-    <display-name>Newsreel Yahoo News</display-name>
-    <description>Google Gadgets: Newsreel Yahoo News Gadget</description>
+  <portlet id="TheRealNewsNetworkGadget">
+    <portlet-name>TheRealNewsNetworkGadget</portlet-name>
+    <display-name>The Real News Network</display-name>
+    <description>Google Gadgets: The Real News Network Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel Yahoo News</value>
+      <value>The Real News Network</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-yahoo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://therealnews.com/permalinkedgooglegadget/therealnews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-yahoo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://therealnews.com/permalinkedgooglegadget/therealnews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1300,29 +1399,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel Yahoo News</title>
-      <short-title>Newsreel Yahoo News</short-title>
+      <title>The Real News Network</title>
+      <short-title>The Real News Network</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NABBYGadget">
-    <portlet-name>NABBYGadget</portlet-name>
-    <display-name>NABBY      </display-name>
-    <description>Google Gadgets: NABBY       Gadget</description>
+  <portlet id="MeteoxRealtimerainfallradarGadget">
+    <portlet-name>MeteoxRealtimerainfallradarGadget</portlet-name>
+    <display-name>Meteox - Realtime rainfall ...</display-name>
+    <description>Google Gadgets: Meteox - Realtime rainfall radar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NABBY      </value>
+      <value>Meteox - Realtime rainfall radar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ikarosu.net/util/perl/weather/tenki.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www2.buienradar.nl/radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ikarosu.net/util/perl/weather/tenki.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www2.buienradar.nl/radar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1333,29 +1432,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NABBY      </title>
-      <short-title>NABBY      </short-title>
+      <title>Meteox - Realtime rainfall radar</title>
+      <short-title>Meteox - Realtime rainfall radar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FranchisingNetworkGadget">
-    <portlet-name>FranchisingNetworkGadget</portlet-name>
-    <display-name>Franchising Network</display-name>
-    <description>Google Gadgets: Franchising Network Gadget</description>
+  <portlet id="RonPaul2008Gadget">
+    <portlet-name>RonPaul2008Gadget</portlet-name>
+    <display-name>Ron Paul 2008</display-name>
+    <description>Google Gadgets: Ron Paul 2008 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Franchising Network</value>
+      <value>Ron Paul 2008</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.franchising-network.de/feed.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://widgets.widgetnest.net/gadgets/paul.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.franchising-network.de/feed.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://widgets.widgetnest.net/gadgets/paul.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1366,29 +1465,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Franchising Network</title>
-      <short-title>Franchising Network</short-title>
+      <title>Ron Paul 2008</title>
+      <short-title>Ron Paul 2008</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WundergroundWeatherGadget">
-    <portlet-name>WundergroundWeatherGadget</portlet-name>
-    <display-name>Wunderground Weather</display-name>
-    <description>Google Gadgets: Wunderground Weather Gadget</description>
+  <portlet id="BillO39ReillyGossipGadget">
+    <portlet-name>BillO39ReillyGossipGadget</portlet-name>
+    <display-name>Bill O&#39;Reilly Gossip</display-name>
+    <description>Google Gadgets: Bill O&#39;Reilly Gossip Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wunderground Weather</value>
+      <value>Bill O&#39;Reilly Gossip</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wunderground.com/google/stationmap.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Bill_OReilly_Gossip&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wunderground.com/google/stationmap.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Bill_OReilly_Gossip</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1399,29 +1498,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wunderground Weather</title>
-      <short-title>Wunderground Weather</short-title>
+      <title>Bill O&#39;Reilly Gossip</title>
+      <short-title>Bill O&#39;Reilly Gossip</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UFCArticlesGadget">
-    <portlet-name>UFCArticlesGadget</portlet-name>
-    <display-name>UFC Articles</display-name>
-    <description>Google Gadgets: UFC Articles Gadget</description>
+  <portlet id="SouthBendWeatherGadget">
+    <portlet-name>SouthBendWeatherGadget</portlet-name>
+    <display-name>SouthBendWeather</display-name>
+    <description>Google Gadgets: SouthBendWeather Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>UFC Articles</value>
+      <value>SouthBendWeather</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://amazingjoe.googlepages.com/ufc_gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rentpadmichiana.com/gadgets/ksbn2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://amazingjoe.googlepages.com/ufc_gg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rentpadmichiana.com/gadgets/ksbn2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1432,29 +1531,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>UFC Articles</title>
-      <short-title>UFC Articles</short-title>
+      <title>SouthBendWeather</title>
+      <short-title>SouthBendWeather</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CricketWorldCupNewsGadget">
-    <portlet-name>CricketWorldCupNewsGadget</portlet-name>
-    <display-name>Cricket World Cup News</display-name>
-    <description>Google Gadgets: Cricket World Cup News Gadget</description>
+  <portlet id="SeattleTrafficGadget">
+    <portlet-name>SeattleTrafficGadget</portlet-name>
+    <display-name>Seattle Traffic</display-name>
+    <description>Google Gadgets: Seattle Traffic Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cricket World Cup News</value>
+      <value>Seattle Traffic</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://selva.narayanan.googlepages.com/worldcup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://amacbeth.googlepages.com/seattle-traffic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://selva.narayanan.googlepages.com/worldcup.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://amacbeth.googlepages.com/seattle-traffic.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1465,12 +1564,111 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cricket World Cup News</title>
-      <short-title>Cricket World Cup News</short-title>
+      <title>Seattle Traffic</title>
+      <short-title>Seattle Traffic</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="WeatherMapGadget">
+    <portlet-name>WeatherMapGadget</portlet-name>
+    <display-name>Weather Map</display-name>
+    <description>Google Gadgets: Weather Map Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Weather Map</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/weathermap.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/weathermap.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Weather Map</title>
+      <short-title>Weather Map</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="AccuWeathercomWeatherForecastGadgetFlashVersionGadget">
+    <portlet-name>AccuWeathercomWeatherForecastGadgetFlashVersionGadget</portlet-name>
+    <display-name>AccuWeather.com Weather For...</display-name>
+    <description>Google Gadgets: AccuWeather.com Weather Forecast Gadget: Flash Version Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>AccuWeather.com Weather Forecast Gadget: Flash Version</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gwidget.accuweather.com/adcbin/googleforecastgadget/gadgetflash.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gwidget.accuweather.com/adcbin/googleforecastgadget/gadgetflash.asp</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>AccuWeather.com Weather Forecast Gadget: Flash Version</title>
+      <short-title>AccuWeather.com Weather Forecast Gadget: Flash Version</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="UFCArticlesGadget">
+    <portlet-name>UFCArticlesGadget</portlet-name>
+    <display-name>UFC Articles</display-name>
+    <description>Google Gadgets: UFC Articles Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>UFC Articles</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://amazingjoe.googlepages.com/ufc_gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://amazingjoe.googlepages.com/ufc_gg.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>UFC Articles</title>
+      <short-title>UFC Articles</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="TropicalStormsGadget">
     <portlet-name>TropicalStormsGadget</portlet-name>
     <display-name>Tropical Storms</display-name>
@@ -1504,23 +1702,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="DiggcomTopin24hoursGadget">
-    <portlet-name>DiggcomTopin24hoursGadget</portlet-name>
-    <display-name>Digg.com - Top in 24 hours</display-name>
-    <description>Google Gadgets: Digg.com - Top in 24 hours Gadget</description>
+  <portlet id="WeatherGadget">
+    <portlet-name>WeatherGadget</portlet-name>
+    <display-name>Weather</display-name>
+    <description>Google Gadgets: Weather Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Digg.com - Top in 24 hours</value>
+      <value>Weather</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dannyjoo.googlepages.com/diggstop24.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.meteo-si.com/meteo-si.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dannyjoo.googlepages.com/diggstop24.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.meteo-si.com/meteo-si.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1531,29 +1729,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Digg.com - Top in 24 hours</title>
-      <short-title>Digg.com - Top in 24 hours</short-title>
+      <title>Weather</title>
+      <short-title>Weather</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="USWeatherMapGadget">
-    <portlet-name>USWeatherMapGadget</portlet-name>
-    <display-name>US Weather Map</display-name>
-    <description>Google Gadgets: US Weather Map Gadget</description>
+  <portlet id="YahooNewsTabbedFeedsGadget">
+    <portlet-name>YahooNewsTabbedFeedsGadget</portlet-name>
+    <display-name>Yahoo News (Tabbed Feeds)</display-name>
+    <description>Google Gadgets: Yahoo News (Tabbed Feeds) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>US Weather Map</value>
+      <value>Yahoo News (Tabbed Feeds)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://scotepi.net/google/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/yahoo-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://scotepi.net/google/weather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/yahoo-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1564,29 +1762,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>US Weather Map</title>
-      <short-title>US Weather Map</short-title>
+      <title>Yahoo News (Tabbed Feeds)</title>
+      <short-title>Yahoo News (Tabbed Feeds)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherForecastsGadget">
-    <portlet-name>WeatherForecastsGadget</portlet-name>
-    <display-name>Weather Forecasts</display-name>
-    <description>Google Gadgets: Weather Forecasts Gadget</description>
+  <portlet id="DiggnewsGadget">
+    <portlet-name>DiggnewsGadget</portlet-name>
+    <display-name>Digg news</display-name>
+    <description>Google Gadgets: Digg news Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather Forecasts</value>
+      <value>Digg news</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/weather/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.helvetet.se/gmodules/digg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/weather/weather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.helvetet.se/gmodules/digg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1597,29 +1795,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather Forecasts</title>
-      <short-title>Weather Forecasts</short-title>
+      <title>Digg news</title>
+      <short-title>Digg news</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="meteosiGadget">
-    <portlet-name>meteosiGadget</portlet-name>
-    <display-name>meteo-si</display-name>
-    <description>Google Gadgets: meteo-si Gadget</description>
+  <portlet id="PPSPhysicianCMEGadget">
+    <portlet-name>PPSPhysicianCMEGadget</portlet-name>
+    <display-name>PPS: Physician CME</display-name>
+    <description>Google Gadgets: PPS: Physician CME Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>meteo-si</value>
+      <value>PPS: Physician CME</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.meteo-si.com/meteo-si.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ppscme.org/feeds/googlefeed_main.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.meteo-si.com/meteo-si.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ppscme.org/feeds/googlefeed_main.asp</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1630,29 +1828,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>meteo-si</title>
-      <short-title>meteo-si</short-title>
+      <title>PPS: Physician CME</title>
+      <short-title>PPS: Physician CME</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PWResourceWrestlingNewsGadget">
-    <portlet-name>PWResourceWrestlingNewsGadget</portlet-name>
-    <display-name>PWResource Wrestling News</display-name>
-    <description>Google Gadgets: PWResource Wrestling News Gadget</description>
+  <portlet id="NBAPlayoffHighlightsVideoGadget">
+    <portlet-name>NBAPlayoffHighlightsVideoGadget</portlet-name>
+    <display-name>NBA Playoff Highlights Video</display-name>
+    <description>Google Gadgets: NBA Playoff Highlights Video Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PWResource Wrestling News</value>
+      <value>NBA Playoff Highlights Video</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pwresource.com/pwrgoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pwresource.com/pwrgoogle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1663,29 +1861,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PWResource Wrestling News</title>
-      <short-title>PWResource Wrestling News</short-title>
+      <title>NBA Playoff Highlights Video</title>
+      <short-title>NBA Playoff Highlights Video</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelSportsGadget">
-    <portlet-name>NewsreelSportsGadget</portlet-name>
-    <display-name>Newsreel Sports</display-name>
-    <description>Google Gadgets: Newsreel Sports Gadget</description>
+  <portlet id="TabbedRSSReaderGadget">
+    <portlet-name>TabbedRSSReaderGadget</portlet-name>
+    <display-name>Tabbed RSS Reader</display-name>
+    <description>Google Gadgets: Tabbed RSS Reader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel Sports</value>
+      <value>Tabbed RSS Reader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-sport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://humanmaze.googlepages.com/customized-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-sport.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://humanmaze.googlepages.com/customized-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1696,12 +1894,45 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel Sports</title>
-      <short-title>Newsreel Sports</short-title>
+      <title>Tabbed RSS Reader</title>
+      <short-title>Tabbed RSS Reader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="GayWiredcomEntertainmentNewsGadget">
+    <portlet-name>GayWiredcomEntertainmentNewsGadget</portlet-name>
+    <display-name>GayWired.com - Entertainmen...</display-name>
+    <description>Google Gadgets: GayWired.com - Entertainment News Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>GayWired.com - Entertainment News</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gaywired.com/gadgetOne.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gaywired.com/gadgetOne.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>GayWired.com - Entertainment News</title>
+      <short-title>GayWired.com - Entertainment News</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="ReutersPodcastPlayerPPGadget">
     <portlet-name>ReutersPodcastPlayerPPGadget</portlet-name>
     <display-name>Reuters Podcast Player (PP)</display-name>
@@ -1735,23 +1966,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="FBI39s10MostWantedGadget">
-    <portlet-name>FBI39s10MostWantedGadget</portlet-name>
-    <display-name>FBI&#39;s 10 Most Wanted</display-name>
-    <description>Google Gadgets: FBI&#39;s 10 Most Wanted Gadget</description>
+  <portlet id="WJTVNewsChannel12Gadget">
+    <portlet-name>WJTVNewsChannel12Gadget</portlet-name>
+    <display-name>WJTV News Channel 12</display-name>
+    <description>Google Gadgets: WJTV News Channel 12 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FBI&#39;s 10 Most Wanted</value>
+      <value>WJTV News Channel 12</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://boolean.googlepages.com/wanted.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/105719904165162728389/WJTV_Newschannel12.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://boolean.googlepages.com/wanted.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/105719904165162728389/WJTV_Newschannel12.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1762,29 +1993,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FBI&#39;s 10 Most Wanted</title>
-      <short-title>FBI&#39;s 10 Most Wanted</short-title>
+      <title>WJTV News Channel 12</title>
+      <short-title>WJTV News Channel 12</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyHumorbyGiglishGadget">
-    <portlet-name>DailyHumorbyGiglishGadget</portlet-name>
-    <display-name>Daily Humor by Giglish</display-name>
-    <description>Google Gadgets: Daily Humor by Giglish Gadget</description>
+  <portlet id="ADHDNewsGadget">
+    <portlet-name>ADHDNewsGadget</portlet-name>
+    <display-name>ADHD News</display-name>
+    <description>Google Gadgets: ADHD News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Humor by Giglish</value>
+      <value>ADHD News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.giglish.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/adhd_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.giglish.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/adhd_news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1795,29 +2026,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Humor by Giglish</title>
-      <short-title>Daily Humor by Giglish</short-title>
+      <title>ADHD News</title>
+      <short-title>ADHD News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherPluscomWidgetGadget">
-    <portlet-name>WeatherPluscomWidgetGadget</portlet-name>
-    <display-name>WeatherPlus.com Widget</display-name>
-    <description>Google Gadgets: WeatherPlus.com Widget Gadget</description>
+  <portlet id="PodcasterNewsLatest5podcastsGadget">
+    <portlet-name>PodcasterNewsLatest5podcastsGadget</portlet-name>
+    <display-name>PodcasterNews Latest 5 podc...</display-name>
+    <description>Google Gadgets: PodcasterNews Latest 5 podcasts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WeatherPlus.com Widget</value>
+      <value>PodcasterNews Latest 5 podcasts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.weatherplus.com/_wxp/xml/GoogleStaticWidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.podcasternews.com/google/podcasternews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.weatherplus.com/_wxp/xml/GoogleStaticWidget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.podcasternews.com/google/podcasternews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1828,29 +2059,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WeatherPlus.com Widget</title>
-      <short-title>WeatherPlus.com Widget</short-title>
+      <title>PodcasterNews Latest 5 podcasts</title>
+      <short-title>PodcasterNews Latest 5 podcasts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherChannelInteractiveMapGadget">
-    <portlet-name>WeatherChannelInteractiveMapGadget</portlet-name>
-    <display-name>Weather Channel Interactive Map</display-name>
-    <description>Google Gadgets: Weather Channel Interactive Map Gadget</description>
+  <portlet id="TornadoWarningGadgetGadget">
+    <portlet-name>TornadoWarningGadgetGadget</portlet-name>
+    <display-name>Tornado Warning Gadget</display-name>
+    <description>Google Gadgets: Tornado Warning Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather Channel Interactive Map</value>
+      <value>Tornado Warning Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://drbeagledotcom.googlepages.com/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/tornado_warnings/tornado_warning.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://drbeagledotcom.googlepages.com/weather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://broadcast-weather.net/gadget/tornado_warnings/tornado_warning.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1861,29 +2092,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather Channel Interactive Map</title>
-      <short-title>Weather Channel Interactive Map</short-title>
+      <title>Tornado Warning Gadget</title>
+      <short-title>Tornado Warning Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="USWeatherRadarGadget">
-    <portlet-name>USWeatherRadarGadget</portlet-name>
-    <display-name>US Weather Radar</display-name>
-    <description>Google Gadgets: US Weather Radar Gadget</description>
+  <portlet id="NewsAroundtheWorldGadget">
+    <portlet-name>NewsAroundtheWorldGadget</portlet-name>
+    <display-name>News Around the World</display-name>
+    <description>Google Gadgets: News Around the World Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>US Weather Radar</value>
+      <value>News Around the World</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gmapsflighttracker.com/ghp/gmaps-us-weather-radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/world.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gmapsflighttracker.com/ghp/gmaps-us-weather-radar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/world.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1894,29 +2125,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>US Weather Radar</title>
-      <short-title>US Weather Radar</short-title>
+      <title>News Around the World</title>
+      <short-title>News Around the World</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NationalMissingChildrenAlertsGadget">
-    <portlet-name>NationalMissingChildrenAlertsGadget</portlet-name>
-    <display-name>National Missing Children Alerts</display-name>
-    <description>Google Gadgets: National Missing Children Alerts Gadget</description>
+  <portlet id="CNNNewsIReportandOffbeatGadget">
+    <portlet-name>CNNNewsIReportandOffbeatGadget</portlet-name>
+    <display-name>CNN News: I Report and Offbeat</display-name>
+    <description>Google Gadgets: CNN News: I Report and Offbeat Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>National Missing Children Alerts</value>
+      <value>CNN News: I Report and Offbeat</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/missing-kids.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-off.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/missing-kids.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-off.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1927,29 +2158,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>National Missing Children Alerts</title>
-      <short-title>National Missing Children Alerts</short-title>
+      <title>CNN News: I Report and Offbeat</title>
+      <short-title>CNN News: I Report and Offbeat</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewScientistBreakingNewsGadget">
-    <portlet-name>NewScientistBreakingNewsGadget</portlet-name>
-    <display-name>New Scientist - Breaking News</display-name>
-    <description>Google Gadgets: New Scientist - Breaking News Gadget</description>
+  <portlet id="DailySpanishNewsInEnglishGadget">
+    <portlet-name>DailySpanishNewsInEnglishGadget</portlet-name>
+    <display-name>Daily Spanish News In English</display-name>
+    <description>Google Gadgets: Daily Spanish News In English Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>New Scientist - Breaking News</value>
+      <value>Daily Spanish News In English</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.newscientist.com/indie/module/NewScientist-BreakingNews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.spanish-review.com/module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.newscientist.com/indie/module/NewScientist-BreakingNews.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.spanish-review.com/module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1960,29 +2191,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>New Scientist - Breaking News</title>
-      <short-title>New Scientist - Breaking News</short-title>
+      <title>Daily Spanish News In English</title>
+      <short-title>Daily Spanish News In English</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgageAndRealEstateNewsGadget">
-    <portlet-name>MortgageAndRealEstateNewsGadget</portlet-name>
-    <display-name>Mortgage And Real Estate News</display-name>
-    <description>Google Gadgets: Mortgage And Real Estate News Gadget</description>
+  <portlet id="WeatherMap1Gadget">
+    <portlet-name>WeatherMap1Gadget</portlet-name>
+    <display-name>Weather Map</display-name>
+    <description>Google Gadgets: Weather Map Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage And Real Estate News</value>
+      <value>Weather Map</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/109650157908007998139/weathermap.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mortgagenewsdaily.com/syndication/mortgagenewsgooggadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/109650157908007998139/weathermap.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1993,29 +2224,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage And Real Estate News</title>
-      <short-title>Mortgage And Real Estate News</short-title>
+      <title>Weather Map</title>
+      <short-title>Weather Map</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SkiandSnowReportGadget">
-    <portlet-name>SkiandSnowReportGadget</portlet-name>
-    <display-name>Ski and Snow Report</display-name>
-    <description>Google Gadgets: Ski and Snow Report Gadget</description>
+  <portlet id="CamsOfNewYorkGadget">
+    <portlet-name>CamsOfNewYorkGadget</portlet-name>
+    <display-name>Cams Of New York</display-name>
+    <description>Google Gadgets: Cams Of New York Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ski and Snow Report</value>
+      <value>Cams Of New York</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.skireport.com/gadget/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.givemefun.net/CamsOfNewYork.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.skireport.com/gadget/</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.givemefun.net/CamsOfNewYork.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2026,29 +2257,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ski and Snow Report</title>
-      <short-title>Ski and Snow Report</short-title>
+      <title>Cams Of New York</title>
+      <short-title>Cams Of New York</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherGadget">
-    <portlet-name>WeatherGadget</portlet-name>
-    <display-name>Weather</display-name>
-    <description>Google Gadgets: Weather Gadget</description>
+  <portlet id="HawaiiNewsLocalGadget">
+    <portlet-name>HawaiiNewsLocalGadget</portlet-name>
+    <display-name>Hawaii News - Local</display-name>
+    <description>Google Gadgets: Hawaii News - Local Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather</value>
+      <value>Hawaii News - Local</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thorntonoh.com/xml/ClevelandWeather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bsongsong.googlepages.com/hawaiinews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thorntonoh.com/xml/ClevelandWeather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bsongsong.googlepages.com/hawaiinews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2059,29 +2290,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather</title>
-      <short-title>Weather</short-title>
+      <title>Hawaii News - Local</title>
+      <short-title>Hawaii News - Local</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ReutersNewsinPicturesGadget">
-    <portlet-name>ReutersNewsinPicturesGadget</portlet-name>
-    <display-name>Reuters News in Pictures</display-name>
-    <description>Google Gadgets: Reuters News in Pictures Gadget</description>
+  <portlet id="WinedInPairFoodandWineGadget">
+    <portlet-name>WinedInPairFoodandWineGadget</portlet-name>
+    <display-name>WinedIn ? Pair Food and Wine</display-name>
+    <description>Google Gadgets: WinedIn ? Pair Food and Wine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Reuters News in Pictures</value>
+      <value>WinedIn ? Pair Food and Wine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/reuters/news-in-pictures.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/116001847973731227738/winedin_pair_food_and_wine.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/reuters/news-in-pictures.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/116001847973731227738/winedin_pair_food_and_wine.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2092,29 +2323,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Reuters News in Pictures</title>
-      <short-title>Reuters News in Pictures</short-title>
+      <title>WinedIn ? Pair Food and Wine</title>
+      <short-title>WinedIn ? Pair Food and Wine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelABCNewsGadget">
-    <portlet-name>NewsreelABCNewsGadget</portlet-name>
-    <display-name>Newsreel ABC News</display-name>
-    <description>Google Gadgets: Newsreel ABC News Gadget</description>
+  <portlet id="NewYorkTimesMagazineGadget">
+    <portlet-name>NewYorkTimesMagazineGadget</portlet-name>
+    <display-name>New York Times: Magazine</display-name>
+    <description>Google Gadgets: New York Times: Magazine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel ABC News</value>
+      <value>New York Times: Magazine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-abc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-mag.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-abc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-mag.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2125,29 +2356,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel ABC News</title>
-      <short-title>Newsreel ABC News</short-title>
+      <title>New York Times: Magazine</title>
+      <short-title>New York Times: Magazine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherbyWeathercomGadget">
-    <portlet-name>WeatherbyWeathercomGadget</portlet-name>
-    <display-name>Weather by Weather.com</display-name>
-    <description>Google Gadgets: Weather by Weather.com Gadget</description>
+  <portlet id="DynaWeatherConditionsv11Gadget">
+    <portlet-name>DynaWeatherConditionsv11Gadget</portlet-name>
+    <display-name>DynaWeather Conditions v1.1</display-name>
+    <description>Google Gadgets: DynaWeather Conditions v1.1 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather by Weather.com</value>
+      <value>DynaWeather Conditions v1.1</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://timcwebman.googlepages.com/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dynaweather.com/current.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://timcwebman.googlepages.com/weather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dynaweather.com/current.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2158,29 +2389,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather by Weather.com</title>
-      <short-title>Weather by Weather.com</short-title>
+      <title>DynaWeather Conditions v1.1</title>
+      <short-title>DynaWeather Conditions v1.1</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelBBCNewsGadget">
-    <portlet-name>NewsreelBBCNewsGadget</portlet-name>
-    <display-name>Newsreel BBC News</display-name>
-    <description>Google Gadgets: Newsreel BBC News Gadget</description>
+  <portlet id="NewYorkTimesEditorialGadget">
+    <portlet-name>NewYorkTimesEditorialGadget</portlet-name>
+    <display-name>New York Times: Editorial</display-name>
+    <description>Google Gadgets: New York Times: Editorial Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel BBC News</value>
+      <value>New York Times: Editorial</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-bbc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-editorial.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-bbc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-editorial.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2191,29 +2422,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel BBC News</title>
-      <short-title>Newsreel BBC News</short-title>
+      <title>New York Times: Editorial</title>
+      <short-title>New York Times: Editorial</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AccuWeathercomHurricaneWatchGadget">
-    <portlet-name>AccuWeathercomHurricaneWatchGadget</portlet-name>
-    <display-name>AccuWeather.com Hurricane Watch</display-name>
-    <description>Google Gadgets: AccuWeather.com Hurricane Watch Gadget</description>
+  <portlet id="ESPNTabbedSportsFeeds1Gadget">
+    <portlet-name>ESPNTabbedSportsFeeds1Gadget</portlet-name>
+    <display-name>ESPN Tabbed Sports Feeds</display-name>
+    <description>Google Gadgets: ESPN Tabbed Sports Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AccuWeather.com Hurricane Watch</value>
+      <value>ESPN Tabbed Sports Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gwidget.accuweather.com/adcbin/google-widget/HurricaneGG.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/espn-sports-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gwidget.accuweather.com/adcbin/google-widget/HurricaneGG.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/espn-sports-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2224,29 +2455,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AccuWeather.com Hurricane Watch</title>
-      <short-title>AccuWeather.com Hurricane Watch</short-title>
+      <title>ESPN Tabbed Sports Feeds</title>
+      <short-title>ESPN Tabbed Sports Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="News8AustinAllergyForecastGadget">
-    <portlet-name>News8AustinAllergyForecastGadget</portlet-name>
-    <display-name>News 8 Austin Allergy Forecast</display-name>
-    <description>Google Gadgets: News 8 Austin Allergy Forecast Gadget</description>
+  <portlet id="AmazonShopperGadget">
+    <portlet-name>AmazonShopperGadget</portlet-name>
+    <display-name>Amazon Shopper</display-name>
+    <description>Google Gadgets: Amazon Shopper Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>News 8 Austin Allergy Forecast</value>
+      <value>Amazon Shopper</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blakewest.googlepages.com/news8allergy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gingagadgets.com/amazonshopper/amazonshopper.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blakewest.googlepages.com/news8allergy.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gingagadgets.com/amazonshopper/amazonshopper.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2257,29 +2488,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>News 8 Austin Allergy Forecast</title>
-      <short-title>News 8 Austin Allergy Forecast</short-title>
+      <title>Amazon Shopper</title>
+      <short-title>Amazon Shopper</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TopNewsGadget">
-    <portlet-name>TopNewsGadget</portlet-name>
-    <display-name>Top News</display-name>
-    <description>Google Gadgets: Top News Gadget</description>
+  <portlet id="MarineWeatherObservationsNearYourLocationGadget">
+    <portlet-name>MarineWeatherObservationsNearYourLocationGadget</portlet-name>
+    <display-name>Marine Weather Observations...</display-name>
+    <description>Google Gadgets: Marine Weather Observations Near Your Location Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Top News</value>
+      <value>Marine Weather Observations Near Your Location</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/news/news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mikeg101.googlepages.com/nearby_stations.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/news/news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mikeg101.googlepages.com/nearby_stations.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2290,29 +2521,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Top News</title>
-      <short-title>Top News</short-title>
+      <title>Marine Weather Observations Near Your Location</title>
+      <short-title>Marine Weather Observations Near Your Location</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Haber34Gadget">
-    <portlet-name>Haber34Gadget</portlet-name>
-    <display-name>Haber34</display-name>
-    <description>Google Gadgets: Haber34 Gadget</description>
+  <portlet id="Top10DiggGamingStoriesGadget">
+    <portlet-name>Top10DiggGamingStoriesGadget</portlet-name>
+    <display-name>Top 10 Digg Gaming Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Gaming Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Haber34</value>
+      <value>Top 10 Digg Gaming Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.haber34.com/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Gaming.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.haber34.com/google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Gaming.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2323,29 +2554,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Haber34</title>
-      <short-title>Haber34</short-title>
+      <title>Top 10 Digg Gaming Stories</title>
+      <short-title>Top 10 Digg Gaming Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CaribbeannewspapersearchGadget">
-    <portlet-name>CaribbeannewspapersearchGadget</portlet-name>
-    <display-name>Caribbean newspaper search</display-name>
-    <description>Google Gadgets: Caribbean newspaper search Gadget</description>
+  <portlet id="AssociatedPressNewsFeeds1Gadget">
+    <portlet-name>AssociatedPressNewsFeeds1Gadget</portlet-name>
+    <display-name>Associated Press News Feeds</display-name>
+    <description>Google Gadgets: Associated Press News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Caribbean newspaper search</value>
+      <value>Associated Press News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002275625191349162002/cse/w-heq-1o_g8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/ap-news-rss-feeds4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002275625191349162002/cse/w-heq-1o_g8/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/ap-news-rss-feeds4.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2356,29 +2587,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Caribbean newspaper search</title>
-      <short-title>Caribbean newspaper search</short-title>
+      <title>Associated Press News Feeds</title>
+      <short-title>Associated Press News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="3DWeathermapGadget">
-    <portlet-name>3DWeathermapGadget</portlet-name>
-    <display-name>3D Weather map</display-name>
-    <description>Google Gadgets: 3D Weather map Gadget</description>
+  <portlet id="DavidKochforPresident2008Gadget">
+    <portlet-name>DavidKochforPresident2008Gadget</portlet-name>
+    <display-name>David Koch for President, 2008</display-name>
+    <description>Google Gadgets: David Koch for President, 2008 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>3D Weather map</value>
+      <value>David Koch for President, 2008</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://freeearth.poly9.com/_weather/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dakoch.googlepages.com/dave.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://freeearth.poly9.com/_weather/weather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dakoch.googlepages.com/dave.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2389,29 +2620,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>3D Weather map</title>
-      <short-title>3D Weather map</short-title>
+      <title>David Koch for President, 2008</title>
+      <short-title>David Koch for President, 2008</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AmericanIdolNewsFromEWcomGadget">
-    <portlet-name>AmericanIdolNewsFromEWcomGadget</portlet-name>
-    <display-name>American Idol?News From EW.com</display-name>
-    <description>Google Gadgets: American Idol?News From EW.com Gadget</description>
+  <portlet id="TechnophiliaGadget">
+    <portlet-name>TechnophiliaGadget</portlet-name>
+    <display-name>Technophilia</display-name>
+    <description>Google Gadgets: Technophilia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>American Idol?News From EW.com</value>
+      <value>Technophilia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/gadgads/aidol/aidol.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gingagadgets.com/technophilia/technophilia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/gadgads/aidol/aidol.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gingagadgets.com/technophilia/technophilia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2422,29 +2653,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>American Idol?News From EW.com</title>
-      <short-title>American Idol?News From EW.com</short-title>
+      <title>Technophilia</title>
+      <short-title>Technophilia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DavidKochforPresident2008Gadget">
-    <portlet-name>DavidKochforPresident2008Gadget</portlet-name>
-    <display-name>David Koch for President, 2008</display-name>
-    <description>Google Gadgets: David Koch for President, 2008 Gadget</description>
+  <portlet id="RightNowonAOLGadget">
+    <portlet-name>RightNowonAOLGadget</portlet-name>
+    <display-name>Right Now on AOL</display-name>
+    <description>Google Gadgets: Right Now on AOL Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>David Koch for President, 2008</value>
+      <value>Right Now on AOL</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dakoch.googlepages.com/dave.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aolcdn.com/portalwidgets/rightnow_ig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dakoch.googlepages.com/dave.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aolcdn.com/portalwidgets/rightnow_ig.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2455,29 +2686,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>David Koch for President, 2008</title>
-      <short-title>David Koch for President, 2008</short-title>
+      <title>Right Now on AOL</title>
+      <short-title>Right Now on AOL</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NAGASAKI39sWeatherGadget">
-    <portlet-name>NAGASAKI39sWeatherGadget</portlet-name>
-    <display-name>NAGASAKI&#39;s Weather</display-name>
-    <description>Google Gadgets: NAGASAKI&#39;s Weather Gadget</description>
+  <portlet id="CNNTabbedRSSNewsFeedsGadget">
+    <portlet-name>CNNTabbedRSSNewsFeedsGadget</portlet-name>
+    <display-name>CNN Tabbed RSS News Feeds</display-name>
+    <description>Google Gadgets: CNN Tabbed RSS News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NAGASAKI&#39;s Weather</value>
+      <value>CNN Tabbed RSS News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ikarosu.net/util/perl/weather/nagasaki_tenki.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/cnn-news-customized-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ikarosu.net/util/perl/weather/nagasaki_tenki.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/cnn-news-customized-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2488,29 +2719,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NAGASAKI&#39;s Weather</title>
-      <short-title>NAGASAKI&#39;s Weather</short-title>
+      <title>CNN Tabbed RSS News Feeds</title>
+      <short-title>CNN Tabbed RSS News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseNewsDailyGadget">
-    <portlet-name>preciseNewsDailyGadget</portlet-name>
-    <display-name>preciseNews Daily</display-name>
-    <description>Google Gadgets: preciseNews Daily Gadget</description>
+  <portlet id="ESPNNBANewsGadget">
+    <portlet-name>ESPNNBANewsGadget</portlet-name>
+    <display-name>ESPN NBA News</display-name>
+    <description>Google Gadgets: ESPN NBA News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseNews Daily</value>
+      <value>ESPN NBA News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/daily.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/espn-nbanews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/daily.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/espn-nbanews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2521,29 +2752,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseNews Daily</title>
-      <short-title>preciseNews Daily</short-title>
+      <title>ESPN NBA News</title>
+      <short-title>ESPN NBA News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EatingDisordersNewsGadget">
-    <portlet-name>EatingDisordersNewsGadget</portlet-name>
-    <display-name>Eating Disorders News</display-name>
-    <description>Google Gadgets: Eating Disorders News Gadget</description>
+  <portlet id="CNNNewsFeedsGadget">
+    <portlet-name>CNNNewsFeedsGadget</portlet-name>
+    <display-name>CNN News Feeds</display-name>
+    <description>Google Gadgets: CNN News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Eating Disorders News</value>
+      <value>CNN News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/eating_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/cnn-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/eating_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/cnn-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2554,29 +2785,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Eating Disorders News</title>
-      <short-title>Eating Disorders News</short-title>
+      <title>CNN News Feeds</title>
+      <short-title>CNN News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MediaUKmedianewsGadget">
-    <portlet-name>MediaUKmedianewsGadget</portlet-name>
-    <display-name>Media UK: media news</display-name>
-    <description>Google Gadgets: Media UK: media news Gadget</description>
+  <portlet id="LifeandLeisureGadget">
+    <portlet-name>LifeandLeisureGadget</portlet-name>
+    <display-name>Life and Leisure</display-name>
+    <description>Google Gadgets: Life and Leisure Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Media UK: media news</value>
+      <value>Life and Leisure</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mediauk.com/content/google_ig_news.muk&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/lifeleisure.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mediauk.com/content/google_ig_news.muk</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/lifeleisure.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2587,29 +2818,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Media UK: media news</title>
-      <short-title>Media UK: media news</short-title>
+      <title>Life and Leisure</title>
+      <short-title>Life and Leisure</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="callcenterGadget">
-    <portlet-name>callcenterGadget</portlet-name>
-    <display-name>call-center</display-name>
-    <description>Google Gadgets: call-center Gadget</description>
+  <portlet id="NewsreelFoxNewsGadget">
+    <portlet-name>NewsreelFoxNewsGadget</portlet-name>
+    <display-name>Newsreel Fox News</display-name>
+    <description>Google Gadgets: Newsreel Fox News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>call-center</value>
+      <value>Newsreel Fox News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/answering.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-fox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/answering.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-fox.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2620,29 +2851,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>call-center</title>
-      <short-title>call-center</short-title>
+      <title>Newsreel Fox News</title>
+      <short-title>Newsreel Fox News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LotteryandLottoResultsGadget">
-    <portlet-name>LotteryandLottoResultsGadget</portlet-name>
-    <display-name>Lottery and Lotto Results</display-name>
-    <description>Google Gadgets: Lottery and Lotto Results Gadget</description>
+  <portlet id="IntheNewsGadget">
+    <portlet-name>IntheNewsGadget</portlet-name>
+    <display-name>In the News</display-name>
+    <description>Google Gadgets: In the News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lottery and Lotto Results</value>
+      <value>In the News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.lotteryxmlfeed.com/gadget/lottery-lotto-results/lottery-result-display.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/news-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.lotteryxmlfeed.com/gadget/lottery-lotto-results/lottery-result-display.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thefreedictionary.com/_/WoD/news-module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2653,29 +2884,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lottery and Lotto Results</title>
-      <short-title>Lottery and Lotto Results</short-title>
+      <title>In the News</title>
+      <short-title>In the News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseNewsTabsGadget">
-    <portlet-name>preciseNewsTabsGadget</portlet-name>
-    <display-name>preciseNews Tabs</display-name>
-    <description>Google Gadgets: preciseNews Tabs Gadget</description>
+  <portlet id="Top10DiggScienceStoriesGadget">
+    <portlet-name>Top10DiggScienceStoriesGadget</portlet-name>
+    <display-name>Top 10 Digg Science Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Science Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseNews Tabs</value>
+      <value>Top 10 Digg Science Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/tabs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Science.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/tabs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Science.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2686,29 +2917,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseNews Tabs</title>
-      <short-title>preciseNews Tabs</short-title>
+      <title>Top 10 Digg Science Stories</title>
+      <short-title>Top 10 Digg Science Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EnvironmentCanada39sWeatherLinkv1420061017184333Gadget">
-    <portlet-name>EnvironmentCanada39sWeatherLinkv1420061017184333Gadget</portlet-name>
-    <display-name>Environment Canada&#39;s WeatherLink v1.4 (2006/10/17 18:43:33)</display-name>
-    <description>Google Gadgets: Environment Canada&#39;s WeatherLink v1.4 (2006/10/17 18:43:33) Gadget</description>
+  <portlet id="NABBYWeeklyWeatherforJAPANGadget">
+    <portlet-name>NABBYWeeklyWeatherforJAPANGadget</portlet-name>
+    <display-name>NABBY Weekly Weather for JAPAN</display-name>
+    <description>Google Gadgets: NABBY Weekly Weather for JAPAN Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Environment Canada&#39;s WeatherLink v1.4 (2006/10/17 18:43:33)</value>
+      <value>NABBY Weekly Weather for JAPAN</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://schultzter.googlepages.com/WeatherLink.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ikarosu.net/util/perl/weather/tenki_en.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://schultzter.googlepages.com/WeatherLink.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ikarosu.net/util/perl/weather/tenki_en.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2719,29 +2950,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Environment Canada&#39;s WeatherLink v1.4 (2006/10/17 18:43:33)</title>
-      <short-title>Environment Canada&#39;s WeatherLink v1.4 (2006/10/17 18:43:33)</short-title>
+      <title>NABBY Weekly Weather for JAPAN</title>
+      <short-title>NABBY Weekly Weather for JAPAN</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseBusinessGadget">
-    <portlet-name>preciseBusinessGadget</portlet-name>
-    <display-name>preciseBusiness</display-name>
-    <description>Google Gadgets: preciseBusiness Gadget</description>
+  <portlet id="ShoutmouthNewsGadgetGadget">
+    <portlet-name>ShoutmouthNewsGadgetGadget</portlet-name>
+    <display-name>Shoutmouth News Gadget</display-name>
+    <description>Google Gadgets: Shoutmouth News Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseBusiness</value>
+      <value>Shoutmouth News Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/business.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.shoutmouth.com/index.php/base/gadgetnewsxml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/business.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.shoutmouth.com/index.php/base/gadgetnewsxml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2752,29 +2983,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseBusiness</title>
-      <short-title>preciseBusiness</short-title>
+      <title>Shoutmouth News Gadget</title>
+      <short-title>Shoutmouth News Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FloodAdvisoryGadgetGadget">
-    <portlet-name>FloodAdvisoryGadgetGadget</portlet-name>
-    <display-name>Flood Advisory Gadget</display-name>
-    <description>Google Gadgets: Flood Advisory Gadget Gadget</description>
+  <portlet id="JohnMcCainNewsandBlogsGadget">
+    <portlet-name>JohnMcCainNewsandBlogsGadget</portlet-name>
+    <display-name>John McCain News and Blogs</display-name>
+    <description>Google Gadgets: John McCain News and Blogs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flood Advisory Gadget</value>
+      <value>John McCain News and Blogs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/flood_advisory/flood_advisory.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/johnmccainnewsblog2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://broadcast-weather.net/gadget/flood_advisory/flood_advisory.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/johnmccainnewsblog2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2785,29 +3016,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flood Advisory Gadget</title>
-      <short-title>Flood Advisory Gadget</short-title>
+      <title>John McCain News and Blogs</title>
+      <short-title>John McCain News and Blogs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelUnitedPressInternationalGadget">
-    <portlet-name>NewsreelUnitedPressInternationalGadget</portlet-name>
-    <display-name>Newsreel United Press International</display-name>
-    <description>Google Gadgets: Newsreel United Press International Gadget</description>
+  <portlet id="DIGGGadget">
+    <portlet-name>DIGGGadget</portlet-name>
+    <display-name>DIGG</display-name>
+    <description>Google Gadgets: DIGG Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel United Press International</value>
+      <value>DIGG</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-upi.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://digg.com/goog/ig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-upi.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://digg.com/goog/ig.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2818,29 +3049,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel United Press International</title>
-      <short-title>Newsreel United Press International</short-title>
+      <title>DIGG</title>
+      <short-title>DIGG</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TornadoWarningGadgetGadget">
-    <portlet-name>TornadoWarningGadgetGadget</portlet-name>
-    <display-name>Tornado Warning Gadget</display-name>
-    <description>Google Gadgets: Tornado Warning Gadget Gadget</description>
+  <portlet id="YouTubeJapanesefeaturedvideoGadget">
+    <portlet-name>YouTubeJapanesefeaturedvideoGadget</portlet-name>
+    <display-name>YouTube::Japanese featured ...</display-name>
+    <description>Google Gadgets: YouTube::Japanese featured video Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tornado Warning Gadget</value>
+      <value>YouTube::Japanese featured video</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/tornado_warnings/tornado_warning.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hoosoo.tv/en-video.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://broadcast-weather.net/gadget/tornado_warnings/tornado_warning.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hoosoo.tv/en-video.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2851,29 +3082,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tornado Warning Gadget</title>
-      <short-title>Tornado Warning Gadget</short-title>
+      <title>YouTube::Japanese featured video</title>
+      <short-title>YouTube::Japanese featured video</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IrishweatherforecastGadget">
-    <portlet-name>IrishweatherforecastGadget</portlet-name>
-    <display-name>Irish weather forecast</display-name>
-    <description>Google Gadgets: Irish weather forecast Gadget</description>
+  <portlet id="HW12345Gadget">
+    <portlet-name>HW12345Gadget</portlet-name>
+    <display-name>HW12345</display-name>
+    <description>Google Gadgets: HW12345 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Irish weather forecast</value>
+      <value>HW12345</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bcri.ucc.ie/~vk1/met.ie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/HW12345.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bcri.ucc.ie/~vk1/met.ie.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/HW12345.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2884,29 +3115,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Irish weather forecast</title>
-      <short-title>Irish weather forecast</short-title>
+      <title>HW12345</title>
+      <short-title>HW12345</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheFreeFoodGadgetforUNFGadget">
-    <portlet-name>TheFreeFoodGadgetforUNFGadget</portlet-name>
-    <display-name>The Free Food Gadget for UNF</display-name>
-    <description>Google Gadgets: The Free Food Gadget for UNF Gadget</description>
+  <portlet id="GeoIPJobsGadget">
+    <portlet-name>GeoIPJobsGadget</portlet-name>
+    <display-name>GeoIP Jobs</display-name>
+    <description>Google Gadgets: GeoIP Jobs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Free Food Gadget for UNF</value>
+      <value>GeoIP Jobs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://j.monsorno.googlepages.com/food.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/108334262416313105054/GeoIPJobs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://j.monsorno.googlepages.com/food.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/108334262416313105054/GeoIPJobs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2917,29 +3148,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Free Food Gadget for UNF</title>
-      <short-title>The Free Food Gadget for UNF</short-title>
+      <title>GeoIP Jobs</title>
+      <short-title>GeoIP Jobs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SmogReportGadget">
-    <portlet-name>SmogReportGadget</portlet-name>
-    <display-name>Smog Report</display-name>
-    <description>Google Gadgets: Smog Report Gadget</description>
+  <portlet id="BBCNewsFeeds1Gadget">
+    <portlet-name>BBCNewsFeeds1Gadget</portlet-name>
+    <display-name>BBC News Feeds</display-name>
+    <description>Google Gadgets: BBC News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Smog Report</value>
+      <value>BBC News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mattandjoy.com/smogreport/smogreport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.1.googlepages.com/bbc-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mattandjoy.com/smogreport/smogreport.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.1.googlepages.com/bbc-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2950,29 +3181,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Smog Report</title>
-      <short-title>Smog Report</short-title>
+      <title>BBC News Feeds</title>
+      <short-title>BBC News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TIMEQuoteoftheDayGadget">
-    <portlet-name>TIMEQuoteoftheDayGadget</portlet-name>
-    <display-name>TIME Quote of the Day</display-name>
-    <description>Google Gadgets: TIME Quote of the Day Gadget</description>
+  <portlet id="NewYorkTimesNewsTabbedFeedsGadget">
+    <portlet-name>NewYorkTimesNewsTabbedFeedsGadget</portlet-name>
+    <display-name>New York Times News (Tabbed...</display-name>
+    <description>Google Gadgets: New York Times News (Tabbed Feeds) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TIME Quote of the Day</value>
+      <value>New York Times News (Tabbed Feeds)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/cnn/time-quote-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.googlepages.com/nytimes-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/cnn/time-quote-of-the-day.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.googlepages.com/nytimes-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2983,29 +3214,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TIME Quote of the Day</title>
-      <short-title>TIME Quote of the Day</short-title>
+      <title>New York Times News (Tabbed Feeds)</title>
+      <short-title>New York Times News (Tabbed Feeds)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BBCwhat39sonnownextGadget">
-    <portlet-name>BBCwhat39sonnownextGadget</portlet-name>
-    <display-name>BBC what&#39;s on now/next</display-name>
-    <description>Google Gadgets: BBC what&#39;s on now/next Gadget</description>
+  <portlet id="SportsNewsGadget">
+    <portlet-name>SportsNewsGadget</portlet-name>
+    <display-name>Sports News</display-name>
+    <description>Google Gadgets: Sports News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BBC what&#39;s on now/next</value>
+      <value>Sports News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://backstage.menti.name/google/nownext.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/sports/sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://backstage.menti.name/google/nownext.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/sports/sports.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3016,29 +3247,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BBC what&#39;s on now/next</title>
-      <short-title>BBC what&#39;s on now/next</short-title>
+      <title>Sports News</title>
+      <short-title>Sports News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ClassicalArtEventsGadget">
-    <portlet-name>ClassicalArtEventsGadget</portlet-name>
-    <display-name>Classical Art Events</display-name>
-    <description>Google Gadgets: Classical Art Events Gadget</description>
+  <portlet id="SkiandSnowReportGadget">
+    <portlet-name>SkiandSnowReportGadget</portlet-name>
+    <display-name>Ski and Snow Report</display-name>
+    <description>Google Gadgets: Ski and Snow Report Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Classical Art Events</value>
+      <value>Ski and Snow Report</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.classicalrealist.org/Google/controls/UpcomingEvents/Xml/Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.skireport.com/gadget/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.classicalrealist.org/Google/controls/UpcomingEvents/Xml/Gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.skireport.com/gadget/</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3049,29 +3280,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Classical Art Events</title>
-      <short-title>Classical Art Events</short-title>
+      <title>Ski and Snow Report</title>
+      <short-title>Ski and Snow Report</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelGadget">
-    <portlet-name>NewsreelGadget</portlet-name>
-    <display-name>Newsreel </display-name>
-    <description>Google Gadgets: Newsreel  Gadget</description>
+  <portlet id="NewYorkTimesNewsTabbedFeeds1Gadget">
+    <portlet-name>NewYorkTimesNewsTabbedFeeds1Gadget</portlet-name>
+    <display-name>New York Times News (Tabbed...</display-name>
+    <description>Google Gadgets: New York Times News (Tabbed Feeds) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel </value>
+      <value>New York Times News (Tabbed Feeds)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://humanmaze.googlepages.com/nytimes-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://humanmaze.googlepages.com/nytimes-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3082,29 +3313,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel </title>
-      <short-title>Newsreel </short-title>
+      <title>New York Times News (Tabbed Feeds)</title>
+      <short-title>New York Times News (Tabbed Feeds)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelOddNewsGadget">
-    <portlet-name>NewsreelOddNewsGadget</portlet-name>
-    <display-name>Newsreel Odd News</display-name>
-    <description>Google Gadgets: Newsreel Odd News Gadget</description>
+  <portlet id="CGIndustryNewsGadget">
+    <portlet-name>CGIndustryNewsGadget</portlet-name>
+    <display-name>CGIndustry News</display-name>
+    <description>Google Gadgets: CGIndustry News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel Odd News</value>
+      <value>CGIndustry News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-odd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-odd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cg-india.com/cgi_Gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3115,29 +3346,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel Odd News</title>
-      <short-title>Newsreel Odd News</short-title>
+      <title>CGIndustry News</title>
+      <short-title>CGIndustry News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="callcenter1Gadget">
-    <portlet-name>callcenter1Gadget</portlet-name>
-    <display-name>call-center</display-name>
-    <description>Google Gadgets: call-center Gadget</description>
+  <portlet id="CaribbeanNewsGadget">
+    <portlet-name>CaribbeanNewsGadget</portlet-name>
+    <display-name>Caribbean News</display-name>
+    <description>Google Gadgets: Caribbean News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>call-center</value>
+      <value>Caribbean News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/access.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002275625191349162002/cse/w-heq-1o_g8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/access.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002275625191349162002/cse/w-heq-1o_g8/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3148,29 +3379,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>call-center</title>
-      <short-title>call-center</short-title>
+      <title>Caribbean News</title>
+      <short-title>Caribbean News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SevereWeatherWarningGadgetGadget">
-    <portlet-name>SevereWeatherWarningGadgetGadget</portlet-name>
-    <display-name>Severe Weather Warning Gadget</display-name>
-    <description>Google Gadgets: Severe Weather Warning Gadget Gadget</description>
+  <portlet id="LocalMissingChildrenGadget">
+    <portlet-name>LocalMissingChildrenGadget</portlet-name>
+    <display-name>Local Missing Children</display-name>
+    <description>Google Gadgets: Local Missing Children Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Severe Weather Warning Gadget</value>
+      <value>Local Missing Children</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/severe_weather/severe_weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/missing-kids-local.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://broadcast-weather.net/gadget/severe_weather/severe_weather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/missing-kids-local.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3181,29 +3412,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Severe Weather Warning Gadget</title>
-      <short-title>Severe Weather Warning Gadget</short-title>
+      <title>Local Missing Children</title>
+      <short-title>Local Missing Children</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HeadlinesfromtheGreenBlogosphereGadget">
-    <portlet-name>HeadlinesfromtheGreenBlogosphereGadget</portlet-name>
-    <display-name>Headlines from the Green Blogosphere</display-name>
-    <description>Google Gadgets: Headlines from the Green Blogosphere Gadget</description>
+  <portlet id="CNNNewsTechnologyScienceandSpaceGadget">
+    <portlet-name>CNNNewsTechnologyScienceandSpaceGadget</portlet-name>
+    <display-name>CNN News: Technology, Scien...</display-name>
+    <description>Google Gadgets: CNN News: Technology, Science and Space Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Headlines from the Green Blogosphere</value>
+      <value>CNN News: Technology, Science and Space</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.firstsustainable.com/greenbloggers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-tech.science.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.firstsustainable.com/greenbloggers.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-tech.science.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3214,29 +3445,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Headlines from the Green Blogosphere</title>
-      <short-title>Headlines from the Green Blogosphere</short-title>
+      <title>CNN News: Technology, Science and Space</title>
+      <short-title>CNN News: Technology, Science and Space</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EVEOnlineDevBlogsGadget">
-    <portlet-name>EVEOnlineDevBlogsGadget</portlet-name>
-    <display-name>EVE Online Dev Blogs</display-name>
-    <description>Google Gadgets: EVE Online Dev Blogs Gadget</description>
+  <portlet id="NewYorkTimesMultiMediaGadget">
+    <portlet-name>NewYorkTimesMultiMediaGadget</portlet-name>
+    <display-name>New York Times: Multi-Media</display-name>
+    <description>Google Gadgets: New York Times: Multi-Media Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>EVE Online Dev Blogs</value>
+      <value>New York Times: Multi-Media</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.i868.co.uk/eve/devblogs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-multimedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.i868.co.uk/eve/devblogs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-multimedia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3247,29 +3478,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>EVE Online Dev Blogs</title>
-      <short-title>EVE Online Dev Blogs</short-title>
+      <title>New York Times: Multi-Media</title>
+      <short-title>New York Times: Multi-Media</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Socializerbyweb2announcercomGadget">
-    <portlet-name>Socializerbyweb2announcercomGadget</portlet-name>
-    <display-name>Socializer by web2announcer.com</display-name>
-    <description>Google Gadgets: Socializer by web2announcer.com Gadget</description>
+  <portlet id="NewsreelABCNewsGadget">
+    <portlet-name>NewsreelABCNewsGadget</portlet-name>
+    <display-name>Newsreel ABC News</display-name>
+    <description>Google Gadgets: Newsreel ABC News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Socializer by web2announcer.com</value>
+      <value>Newsreel ABC News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web2announcer.com/gm/socializer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-abc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web2announcer.com/gm/socializer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-abc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3280,29 +3511,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Socializer by web2announcer.com</title>
-      <short-title>Socializer by web2announcer.com</short-title>
+      <title>Newsreel ABC News</title>
+      <short-title>Newsreel ABC News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BrazilMissingChildrenAlertsGadget">
-    <portlet-name>BrazilMissingChildrenAlertsGadget</portlet-name>
-    <display-name>Brazil Missing Children Alerts</display-name>
-    <description>Google Gadgets: Brazil Missing Children Alerts Gadget</description>
+  <portlet id="ESPNNFLNewsGadget">
+    <portlet-name>ESPNNFLNewsGadget</portlet-name>
+    <display-name>ESPN NFL News</display-name>
+    <description>Google Gadgets: ESPN NFL News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Brazil Missing Children Alerts</value>
+      <value>ESPN NFL News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/missing-kids/brasil/missing-kids.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/espn-nflnews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/missing-kids/brasil/missing-kids.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/espn-nflnews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3313,29 +3544,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Brazil Missing Children Alerts</title>
-      <short-title>Brazil Missing Children Alerts</short-title>
+      <title>ESPN NFL News</title>
+      <short-title>ESPN NFL News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MarineObservationsNearYouGadget">
-    <portlet-name>MarineObservationsNearYouGadget</portlet-name>
-    <display-name>Marine Observations Near You</display-name>
-    <description>Google Gadgets: Marine Observations Near You Gadget</description>
+  <portlet id="NewsreelUnitedPressInternationalGadget">
+    <portlet-name>NewsreelUnitedPressInternationalGadget</portlet-name>
+    <display-name>Newsreel United Press Inter...</display-name>
+    <description>Google Gadgets: Newsreel United Press International Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Marine Observations Near You</value>
+      <value>Newsreel United Press International</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mikeg101.googlepages.com/nearby_stations_tabs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-upi.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mikeg101.googlepages.com/nearby_stations_tabs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-upi.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3346,29 +3577,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Marine Observations Near You</title>
-      <short-title>Marine Observations Near You</short-title>
+      <title>Newsreel United Press International</title>
+      <short-title>Newsreel United Press International</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseEntertainmentGadget">
-    <portlet-name>preciseEntertainmentGadget</portlet-name>
-    <display-name>preciseEntertainment</display-name>
-    <description>Google Gadgets: preciseEntertainment Gadget</description>
+  <portlet id="ABAJournalTopStoriesGadget">
+    <portlet-name>ABAJournalTopStoriesGadget</portlet-name>
+    <display-name>ABA Journal Top Stories</display-name>
+    <description>Google Gadgets: ABA Journal Top Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseEntertainment</value>
+      <value>ABA Journal Top Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/entertainment.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/112756785256469966118/ABAJournalTopNews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/entertainment.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/112756785256469966118/ABAJournalTopNews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3379,29 +3610,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseEntertainment</title>
-      <short-title>preciseEntertainment</short-title>
+      <title>ABA Journal Top Stories</title>
+      <short-title>ABA Journal Top Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="newsGadget">
-    <portlet-name>newsGadget</portlet-name>
-    <display-name>news</display-name>
-    <description>Google Gadgets: news Gadget</description>
+  <portlet id="YahooNewsMideastConflictGadget">
+    <portlet-name>YahooNewsMideastConflictGadget</portlet-name>
+    <display-name>Yahoo! News: Mideast Conflict</display-name>
+    <description>Google Gadgets: Yahoo! News: Mideast Conflict Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>news</value>
+      <value>Yahoo! News: Mideast Conflict</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://peakoil.com/google_gadget_energynews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-mideast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://peakoil.com/google_gadget_energynews.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-mideast.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3412,29 +3643,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>news</title>
-      <short-title>news</short-title>
+      <title>Yahoo! News: Mideast Conflict</title>
+      <short-title>Yahoo! News: Mideast Conflict</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RedOrbitVideoNewsGadget">
-    <portlet-name>RedOrbitVideoNewsGadget</portlet-name>
-    <display-name>RedOrbit Video News</display-name>
-    <description>Google Gadgets: RedOrbit Video News Gadget</description>
+  <portlet id="CricketWorldCupNewsGadget">
+    <portlet-name>CricketWorldCupNewsGadget</portlet-name>
+    <display-name>Cricket World Cup News</display-name>
+    <description>Google Gadgets: Cricket World Cup News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RedOrbit Video News</value>
+      <value>Cricket World Cup News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://master.redorbit.com/modules/news/googlehome/video.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://selva.narayanan.googlepages.com/worldcup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://master.redorbit.com/modules/news/googlehome/video.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://selva.narayanan.googlepages.com/worldcup.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3445,29 +3676,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RedOrbit Video News</title>
-      <short-title>RedOrbit Video News</short-title>
+      <title>Cricket World Cup News</title>
+      <short-title>Cricket World Cup News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MLBScoreboardGadget">
-    <portlet-name>MLBScoreboardGadget</portlet-name>
-    <display-name>MLB Scoreboard</display-name>
-    <description>Google Gadgets: MLB Scoreboard Gadget</description>
+  <portlet id="PinpointWeatherJapanGadget">
+    <portlet-name>PinpointWeatherJapanGadget</portlet-name>
+    <display-name>Pinpoint Weather Japan</display-name>
+    <description>Google Gadgets: Pinpoint Weather Japan Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MLB Scoreboard</value>
+      <value>Pinpoint Weather Japan</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tgrinberg.googlepages.com/mlbmodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tmyymmt.mine.nu/gg/PinpointWeatherJapan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tgrinberg.googlepages.com/mlbmodule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tmyymmt.mine.nu/gg/PinpointWeatherJapan.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3478,29 +3709,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MLB Scoreboard</title>
-      <short-title>MLB Scoreboard</short-title>
+      <title>Pinpoint Weather Japan</title>
+      <short-title>Pinpoint Weather Japan</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchNewsSearchGadget">
-    <portlet-name>SearchNewsSearchGadget</portlet-name>
-    <display-name>Search News Search</display-name>
-    <description>Google Gadgets: Search News Search Gadget</description>
+  <portlet id="AustralianweatherGadget">
+    <portlet-name>AustralianweatherGadget</portlet-name>
+    <display-name>Australian weather</display-name>
+    <description>Google Gadgets: Australian weather Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search News Search</value>
+      <value>Australian weather</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001647362868805548177/cse/ggixaeakrr4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bomweathergadget.googlecode.com/svn/trunk/bom.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001647362868805548177/cse/ggixaeakrr4/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bomweathergadget.googlecode.com/svn/trunk/bom.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3511,29 +3742,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search News Search</title>
-      <short-title>Search News Search</short-title>
+      <title>Australian weather</title>
+      <short-title>Australian weather</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BipolarNewsGadget">
-    <portlet-name>BipolarNewsGadget</portlet-name>
-    <display-name>Bipolar News</display-name>
-    <description>Google Gadgets: Bipolar News Gadget</description>
+  <portlet id="HowStuffWorksBrasil1Gadget">
+    <portlet-name>HowStuffWorksBrasil1Gadget</portlet-name>
+    <display-name>HowStuffWorks Brasil</display-name>
+    <description>Google Gadgets: HowStuffWorks Brasil Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bipolar News</value>
+      <value>HowStuffWorks Brasil</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/bipolar_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/105404520731595477367/gadget_hsw_brasil.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/bipolar_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/105404520731595477367/gadget_hsw_brasil.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3544,29 +3775,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bipolar News</title>
-      <short-title>Bipolar News</short-title>
+      <title>HowStuffWorks Brasil</title>
+      <short-title>HowStuffWorks Brasil</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CGIndustryNewsGadget">
-    <portlet-name>CGIndustryNewsGadget</portlet-name>
-    <display-name>CGIndustry News</display-name>
-    <description>Google Gadgets: CGIndustry News Gadget</description>
+  <portlet id="callcenterGadget">
+    <portlet-name>callcenterGadget</portlet-name>
+    <display-name>call-center</display-name>
+    <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CGIndustry News</value>
+      <value>call-center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/academic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cg-india.com/cgi_Gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/academic.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3577,29 +3808,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CGIndustry News</title>
-      <short-title>CGIndustry News</short-title>
+      <title>call-center</title>
+      <short-title>call-center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="511orgDrivingTimesGadget">
-    <portlet-name>511orgDrivingTimesGadget</portlet-name>
-    <display-name>511.org Driving Times</display-name>
-    <description>Google Gadgets: 511.org Driving Times Gadget</description>
+  <portlet id="UKThreatLevelGadget">
+    <portlet-name>UKThreatLevelGadget</portlet-name>
+    <display-name>UK Threat Level</display-name>
+    <description>Google Gadgets: UK Threat Level Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>511.org Driving Times</value>
+      <value>UK Threat Level</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.xfactorial.com/gadgets/drivingtimes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ben.mcwhinnie.googlepages.com/ukthreatlevel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.xfactorial.com/gadgets/drivingtimes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ben.mcwhinnie.googlepages.com/ukthreatlevel.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3610,14 +3841,80 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>511.org Driving Times</title>
-      <short-title>511.org Driving Times</short-title>
+      <title>UK Threat Level</title>
+      <short-title>UK Threat Level</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="callcenter2Gadget">
-    <portlet-name>callcenter2Gadget</portlet-name>
+  <portlet id="TabbedRSSReader1Gadget">
+    <portlet-name>TabbedRSSReader1Gadget</portlet-name>
+    <display-name>Tabbed RSS Reader</display-name>
+    <description>Google Gadgets: Tabbed RSS Reader Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Tabbed RSS Reader</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/customized-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/customized-rss-feeds.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Tabbed RSS Reader</title>
+      <short-title>Tabbed RSS Reader</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="NewsElectionsFrancaise2007Gadget">
+    <portlet-name>NewsElectionsFrancaise2007Gadget</portlet-name>
+    <display-name>News Elections Francaise 2007</display-name>
+    <description>Google Gadgets: News Elections Francaise 2007 Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>News Elections Francaise 2007</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.peopolitik.com/gadgets-web-2-0/elections-francaises-2007/gadget_peopolitik_01.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.peopolitik.com/gadgets-web-2-0/elections-francaises-2007/gadget_peopolitik_01.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>News Elections Francaise 2007</title>
+      <short-title>News Elections Francaise 2007</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="callcenter1Gadget">
+    <portlet-name>callcenter1Gadget</portlet-name>
     <display-name>call-center</display-name>
     <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
@@ -3628,11 +3925,11 @@
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/annual-registration.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/annual-registration.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3649,23 +3946,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="Torino2006OlympicMedalsGadget">
-    <portlet-name>Torino2006OlympicMedalsGadget</portlet-name>
-    <display-name>Torino 2006 Olympic Medals</display-name>
-    <description>Google Gadgets: Torino 2006 Olympic Medals Gadget</description>
+  <portlet id="GRONLANDRECORDSNEWSGadget">
+    <portlet-name>GRONLANDRECORDSNEWSGadget</portlet-name>
+    <display-name>GRONLAND RECORDS NEWS</display-name>
+    <description>Google Gadgets: GRONLAND RECORDS NEWS Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Torino 2006 Olympic Medals</value>
+      <value>GRONLAND RECORDS NEWS</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.counttonine.com/olympics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.groenland.com/gw/groenland.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.counttonine.com/olympics.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.groenland.com/gw/groenland.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3676,29 +3973,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Torino 2006 Olympic Medals</title>
-      <short-title>Torino 2006 Olympic Medals</short-title>
+      <title>GRONLAND RECORDS NEWS</title>
+      <short-title>GRONLAND RECORDS NEWS</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TVRagecomTVGuideGadget">
-    <portlet-name>TVRagecomTVGuideGadget</portlet-name>
-    <display-name>TVRage.com - TV Guide</display-name>
-    <description>Google Gadgets: TVRage.com - TV Guide Gadget</description>
+  <portlet id="PeakOilNewsGadget">
+    <portlet-name>PeakOilNewsGadget</portlet-name>
+    <display-name>Peak Oil News</display-name>
+    <description>Google Gadgets: Peak Oil News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TVRage.com - TV Guide</value>
+      <value>Peak Oil News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://czech.fox.googlepages.com/tvragesearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://peakoil.com/google_gadget_energynews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://czech.fox.googlepages.com/tvragesearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://peakoil.com/google_gadget_energynews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3709,29 +4006,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TVRage.com - TV Guide</title>
-      <short-title>TVRage.com - TV Guide</short-title>
+      <title>Peak Oil News</title>
+      <short-title>Peak Oil News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HaveeruGadget">
-    <portlet-name>HaveeruGadget</portlet-name>
-    <display-name>Haveeru</display-name>
-    <description>Google Gadgets: Haveeru Gadget</description>
+  <portlet id="GiftofthedayGadget">
+    <portlet-name>GiftofthedayGadget</portlet-name>
+    <display-name>Gift of the day!</display-name>
+    <description>Google Gadgets: Gift of the day! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Haveeru</value>
+      <value>Gift of the day!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://geocities.com/shaamil11/Blogging/haveeru.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/111406769659583786758/giftoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://geocities.com/shaamil11/Blogging/haveeru.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/111406769659583786758/giftoftheday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3742,29 +4039,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Haveeru</title>
-      <short-title>Haveeru</short-title>
+      <title>Gift of the day!</title>
+      <short-title>Gift of the day!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CGIndustryNews1Gadget">
-    <portlet-name>CGIndustryNews1Gadget</portlet-name>
-    <display-name>CGIndustry News</display-name>
-    <description>Google Gadgets: CGIndustry News Gadget</description>
+  <portlet id="ESPNTennisGadget">
+    <portlet-name>ESPNTennisGadget</portlet-name>
+    <display-name>ESPN: Tennis</display-name>
+    <description>Google Gadgets: ESPN: Tennis Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CGIndustry News</value>
+      <value>ESPN: Tennis</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/espn-tennis.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cg-india.com/cgi_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/espn-tennis.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3775,29 +4072,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CGIndustry News</title>
-      <short-title>CGIndustry News</short-title>
+      <title>ESPN: Tennis</title>
+      <short-title>ESPN: Tennis</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GrandprixRacingNewsGadget">
-    <portlet-name>GrandprixRacingNewsGadget</portlet-name>
-    <display-name>Grandprix Racing News</display-name>
-    <description>Google Gadgets: Grandprix Racing News Gadget</description>
+  <portlet id="JohnMcCainNewsGadget">
+    <portlet-name>JohnMcCainNewsGadget</portlet-name>
+    <display-name>John McCain News</display-name>
+    <description>Google Gadgets: John McCain News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Grandprix Racing News</value>
+      <value>John McCain News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.grandprix-live.com/gadgets/gplive.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/news16.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.grandprix-live.com/gadgets/gplive.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/news16.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3808,29 +4105,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Grandprix Racing News</title>
-      <short-title>Grandprix Racing News</short-title>
+      <title>John McCain News</title>
+      <short-title>John McCain News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BorderWaitTimesGadget">
-    <portlet-name>BorderWaitTimesGadget</portlet-name>
-    <display-name>Border Wait Times</display-name>
-    <description>Google Gadgets: Border Wait Times Gadget</description>
+  <portlet id="YahooNewsTabbedFeeds1Gadget">
+    <portlet-name>YahooNewsTabbedFeeds1Gadget</portlet-name>
+    <display-name>Yahoo News (Tabbed Feeds)</display-name>
+    <description>Google Gadgets: Yahoo News (Tabbed Feeds) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Border Wait Times</value>
+      <value>Yahoo News (Tabbed Feeds)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kokuda.googlepages.com/borderwaittimes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/yahoo-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kokuda.googlepages.com/borderwaittimes.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/yahoo-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3841,29 +4138,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Border Wait Times</title>
-      <short-title>Border Wait Times</short-title>
+      <title>Yahoo News (Tabbed Feeds)</title>
+      <short-title>Yahoo News (Tabbed Feeds)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AtlanticFreePressGadget">
-    <portlet-name>AtlanticFreePressGadget</portlet-name>
-    <display-name>Atlantic Free Press</display-name>
-    <description>Google Gadgets: Atlantic Free Press Gadget</description>
+  <portlet id="Top10DiggScienceStories1Gadget">
+    <portlet-name>Top10DiggScienceStories1Gadget</portlet-name>
+    <display-name>Top 10 Digg Science Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Science Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Atlantic Free Press</value>
+      <value>Top 10 Digg Science Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.atlanticfreepress.com/xml/atlanticfreepress.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Science.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.atlanticfreepress.com/xml/atlanticfreepress.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Science.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3874,29 +4171,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Atlantic Free Press</title>
-      <short-title>Atlantic Free Press</short-title>
+      <title>Top 10 Digg Science Stories</title>
+      <short-title>Top 10 Digg Science Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ColoradoSkiReportGadget">
-    <portlet-name>ColoradoSkiReportGadget</portlet-name>
-    <display-name>Colorado Ski Report</display-name>
-    <description>Google Gadgets: Colorado Ski Report Gadget</description>
+  <portlet id="SchizophreniaNewsGadget">
+    <portlet-name>SchizophreniaNewsGadget</portlet-name>
+    <display-name>Schizophrenia News</display-name>
+    <description>Google Gadgets: Schizophrenia News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Colorado Ski Report</value>
+      <value>Schizophrenia News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pyrzak.com/google/colorado_snow.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/schizophrenia_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pyrzak.com/google/colorado_snow.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/schizophrenia_news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3907,29 +4204,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Colorado Ski Report</title>
-      <short-title>Colorado Ski Report</short-title>
+      <title>Schizophrenia News</title>
+      <short-title>Schizophrenia News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelHealthNewsGadget">
-    <portlet-name>NewsreelHealthNewsGadget</portlet-name>
-    <display-name>Newsreel Health News</display-name>
-    <description>Google Gadgets: Newsreel Health News Gadget</description>
+  <portlet id="M2MHQToday39sPostGadget">
+    <portlet-name>M2MHQToday39sPostGadget</portlet-name>
+    <display-name>M2M HQ - Today&#39;s Post</display-name>
+    <description>Google Gadgets: M2M HQ - Today&#39;s Post Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel Health News</value>
+      <value>M2M HQ - Today&#39;s Post</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-health.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102004529444506135207%26mid%3D34%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-health.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D102004529444506135207%26mid%3D34%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3940,29 +4237,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel Health News</title>
-      <short-title>Newsreel Health News</short-title>
+      <title>M2M HQ - Today&#39;s Post</title>
+      <short-title>M2M HQ - Today&#39;s Post</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseHeadlinesGadget">
-    <portlet-name>preciseHeadlinesGadget</portlet-name>
-    <display-name>preciseHeadlines</display-name>
-    <description>Google Gadgets: preciseHeadlines Gadget</description>
+  <portlet id="NewsreelYahooNewsGadget">
+    <portlet-name>NewsreelYahooNewsGadget</portlet-name>
+    <display-name>Newsreel Yahoo News</display-name>
+    <description>Google Gadgets: Newsreel Yahoo News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseHeadlines</value>
+      <value>Newsreel Yahoo News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.precisenews.us/pt/gadgets/headlines.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-yahoo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.precisenews.us/pt/gadgets/headlines.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-yahoo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3973,29 +4270,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseHeadlines</title>
-      <short-title>preciseHeadlines</short-title>
+      <title>Newsreel Yahoo News</title>
+      <short-title>Newsreel Yahoo News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NISCSouthAfricaGadget">
-    <portlet-name>NISCSouthAfricaGadget</portlet-name>
-    <display-name>NISC South Africa</display-name>
-    <description>Google Gadgets: NISC South Africa Gadget</description>
+  <portlet id="BusinessNewsRSSFeedsGadget">
+    <portlet-name>BusinessNewsRSSFeedsGadget</portlet-name>
+    <display-name>Business News RSS Feeds</display-name>
+    <description>Google Gadgets: Business News RSS Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NISC South Africa</value>
+      <value>Business News RSS Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nisc.co.za/services/nisc.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/business.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nisc.co.za/services/nisc.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/business.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4006,29 +4303,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NISC South Africa</title>
-      <short-title>NISC South Africa</short-title>
+      <title>Business News RSS Feeds</title>
+      <short-title>Business News RSS Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MuslimsInternetSearchGadget">
-    <portlet-name>MuslimsInternetSearchGadget</portlet-name>
-    <display-name>Muslims Internet Search</display-name>
-    <description>Google Gadgets: Muslims Internet Search Gadget</description>
+  <portlet id="ESPNNewsGadget">
+    <portlet-name>ESPNNewsGadget</portlet-name>
+    <display-name>ESPN News</display-name>
+    <description>Google Gadgets: ESPN News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Muslims Internet Search</value>
+      <value>ESPN News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.2muslims.com/google_xml/islamic_search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/espn-news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.2muslims.com/google_xml/islamic_search.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/espn-news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4039,29 +4336,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Muslims Internet Search</title>
-      <short-title>Muslims Internet Search</short-title>
+      <title>ESPN News</title>
+      <short-title>ESPN News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelMSNBCNewsGadget">
-    <portlet-name>NewsreelMSNBCNewsGadget</portlet-name>
-    <display-name>Newsreel MSNBC News</display-name>
-    <description>Google Gadgets: Newsreel MSNBC News Gadget</description>
+  <portlet id="SIcomGadget">
+    <portlet-name>SIcomGadget</portlet-name>
+    <display-name>SI.com</display-name>
+    <description>Google Gadgets: SI.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel MSNBC News</value>
+      <value>SI.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-msn.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-si.com.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-msn.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-si.com.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4072,29 +4369,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel MSNBC News</title>
-      <short-title>Newsreel MSNBC News</short-title>
+      <title>SI.com</title>
+      <short-title>SI.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HawaiiNewsLocalGadget">
-    <portlet-name>HawaiiNewsLocalGadget</portlet-name>
-    <display-name>Hawaii News - Local</display-name>
-    <description>Google Gadgets: Hawaii News - Local Gadget</description>
+  <portlet id="MeteoSwissRadarAnimationGadget">
+    <portlet-name>MeteoSwissRadarAnimationGadget</portlet-name>
+    <display-name>MeteoSwiss Radar Animation</display-name>
+    <description>Google Gadgets: MeteoSwiss Radar Animation Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hawaii News - Local</value>
+      <value>MeteoSwiss Radar Animation</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bsongsong.googlepages.com/hawaiinews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://weather.switzerland.googlepages.com/radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bsongsong.googlepages.com/hawaiinews.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://weather.switzerland.googlepages.com/radar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4105,29 +4402,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hawaii News - Local</title>
-      <short-title>Hawaii News - Local</short-title>
+      <title>MeteoSwiss Radar Animation</title>
+      <short-title>MeteoSwiss Radar Animation</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SummitSceneSnowGadget">
-    <portlet-name>SummitSceneSnowGadget</portlet-name>
-    <display-name>SummitScene Snow</display-name>
-    <description>Google Gadgets: SummitScene Snow Gadget</description>
+  <portlet id="NorthwestSkiWeatherForecastGadget">
+    <portlet-name>NorthwestSkiWeatherForecastGadget</portlet-name>
+    <display-name>Northwest Ski Weather Forecast</display-name>
+    <description>Google Gadgets: Northwest Ski Weather Forecast Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SummitScene Snow</value>
+      <value>Northwest Ski Weather Forecast</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://summitscene.googlepages.com/summitscene-snow.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.powderdrop.com/powderdrop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://summitscene.googlepages.com/summitscene-snow.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.powderdrop.com/powderdrop.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4138,12 +4435,243 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SummitScene Snow</title>
-      <short-title>SummitScene Snow</short-title>
+      <title>Northwest Ski Weather Forecast</title>
+      <short-title>Northwest Ski Weather Forecast</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="YahooNewsPeopleoftheWebGadget">
+    <portlet-name>YahooNewsPeopleoftheWebGadget</portlet-name>
+    <display-name>Yahoo! News: People of the Web</display-name>
+    <description>Google Gadgets: Yahoo! News: People of the Web Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Yahoo! News: People of the Web</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-web.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-web.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Yahoo! News: People of the Web</title>
+      <short-title>Yahoo! News: People of the Web</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PopularDiggPoliticalOpinionStoriesGadget">
+    <portlet-name>PopularDiggPoliticalOpinionStoriesGadget</portlet-name>
+    <display-name>Popular Digg Political Opin...</display-name>
+    <description>Google Gadgets: Popular Digg Political Opinion Stories Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Popular Digg Political Opinion Stories</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Political-Opinion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Political-Opinion.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Popular Digg Political Opinion Stories</title>
+      <short-title>Popular Digg Political Opinion Stories</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CNNTabbedRSSNewsFeeds1Gadget">
+    <portlet-name>CNNTabbedRSSNewsFeeds1Gadget</portlet-name>
+    <display-name>CNN Tabbed RSS News Feeds</display-name>
+    <description>Google Gadgets: CNN Tabbed RSS News Feeds Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>CNN Tabbed RSS News Feeds</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://humanmaze.googlepages.com/cnn-news-customized-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://humanmaze.googlepages.com/cnn-news-customized-rss-feeds.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>CNN Tabbed RSS News Feeds</title>
+      <short-title>CNN Tabbed RSS News Feeds</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="AnxietyNewsGadget">
+    <portlet-name>AnxietyNewsGadget</portlet-name>
+    <display-name>Anxiety News</display-name>
+    <description>Google Gadgets: Anxiety News Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Anxiety News</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/anxiety_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/anxiety_news.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Anxiety News</title>
+      <short-title>Anxiety News</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="NewsreelNewsfromReutersGadget">
+    <portlet-name>NewsreelNewsfromReutersGadget</portlet-name>
+    <display-name>Newsreel News from Reuters</display-name>
+    <description>Google Gadgets: Newsreel News from Reuters Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Newsreel News from Reuters</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-reuters.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-reuters.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Newsreel News from Reuters</title>
+      <short-title>Newsreel News from Reuters</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ExtremeWeatherThisWeekGadget">
+    <portlet-name>ExtremeWeatherThisWeekGadget</portlet-name>
+    <display-name>Extreme Weather This Week</display-name>
+    <description>Google Gadgets: Extreme Weather This Week Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Extreme Weather This Week</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.weatherbill.com/static/widget/google-ewt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.weatherbill.com/static/widget/google-ewt.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Extreme Weather This Week</title>
+      <short-title>Extreme Weather This Week</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="YahooNewsTabbedFeeds2Gadget">
+    <portlet-name>YahooNewsTabbedFeeds2Gadget</portlet-name>
+    <display-name>Yahoo News (Tabbed Feeds)</display-name>
+    <description>Google Gadgets: Yahoo News (Tabbed Feeds) Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Yahoo News (Tabbed Feeds)</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.googlepages.com/yahoo-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.googlepages.com/yahoo-rss-feeds.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Yahoo News (Tabbed Feeds)</title>
+      <short-title>Yahoo News (Tabbed Feeds)</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="NewsreelNYTimesGadget">
     <portlet-name>NewsreelNYTimesGadget</portlet-name>
     <display-name>Newsreel NY Times</display-name>
@@ -4177,23 +4705,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="GlobalGiantsGadget">
-    <portlet-name>GlobalGiantsGadget</portlet-name>
-    <display-name>Global Giants</display-name>
-    <description>Google Gadgets: Global Giants Gadget</description>
+  <portlet id="Top10DiggStories1Gadget">
+    <portlet-name>Top10DiggStories1Gadget</portlet-name>
+    <display-name>Top 10 Digg Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Global Giants</value>
+      <value>Top 10 Digg Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.globalgiants.com/GoogleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-All-Topics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.globalgiants.com/GoogleGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-All-Topics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4204,29 +4732,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Global Giants</title>
-      <short-title>Global Giants</short-title>
+      <title>Top 10 Digg Stories</title>
+      <short-title>Top 10 Digg Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsElectionsFrancaise2007Gadget">
-    <portlet-name>NewsElectionsFrancaise2007Gadget</portlet-name>
-    <display-name>News Elections Francaise 2007</display-name>
-    <description>Google Gadgets: News Elections Francaise 2007 Gadget</description>
+  <portlet id="IrishweatherforecastGadget">
+    <portlet-name>IrishweatherforecastGadget</portlet-name>
+    <display-name>Irish weather forecast</display-name>
+    <description>Google Gadgets: Irish weather forecast Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>News Elections Francaise 2007</value>
+      <value>Irish weather forecast</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.peopolitik.com/gadget_peopolitik_01.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bcri.ucc.ie/~vk1/met.ie.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.peopolitik.com/gadget_peopolitik_01.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bcri.ucc.ie/~vk1/met.ie.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4237,29 +4765,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>News Elections Francaise 2007</title>
-      <short-title>News Elections Francaise 2007</short-title>
+      <title>Irish weather forecast</title>
+      <short-title>Irish weather forecast</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GossipGadget">
-    <portlet-name>GossipGadget</portlet-name>
-    <display-name>Gossip</display-name>
-    <description>Google Gadgets: Gossip Gadget</description>
+  <portlet id="CNNNewsBlogsGadget">
+    <portlet-name>CNNNewsBlogsGadget</portlet-name>
+    <display-name>CNN News: Blogs</display-name>
+    <description>Google Gadgets: CNN News: Blogs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gossip</value>
+      <value>CNN News: Blogs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nypost.com/googlegadgets/gossip_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-blog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nypost.com/googlegadgets/gossip_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-blog.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4270,29 +4798,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gossip</title>
-      <short-title>Gossip</short-title>
+      <title>CNN News: Blogs</title>
+      <short-title>CNN News: Blogs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HotTrendsGadgetGadget">
-    <portlet-name>HotTrendsGadgetGadget</portlet-name>
-    <display-name>Hot Trends Gadget</display-name>
-    <description>Google Gadgets: Hot Trends Gadget Gadget</description>
+  <portlet id="Top10DiggEntertainmentStoriesGadget">
+    <portlet-name>Top10DiggEntertainmentStoriesGadget</portlet-name>
+    <display-name>Top 10 Digg Entertainment S...</display-name>
+    <description>Google Gadgets: Top 10 Digg Entertainment Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hot Trends Gadget</value>
+      <value>Top 10 Digg Entertainment Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gadgetsearch.net/hottrends.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Entertainment.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gadgetsearch.net/hottrends.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Entertainment.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4303,29 +4831,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hot Trends Gadget</title>
-      <short-title>Hot Trends Gadget</short-title>
+      <title>Top 10 Digg Entertainment Stories</title>
+      <short-title>Top 10 Digg Entertainment Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="soFemininecoukCelebritynewsGadget">
-    <portlet-name>soFemininecoukCelebritynewsGadget</portlet-name>
-    <display-name>soFeminine.co.uk - Celebrity news</display-name>
-    <description>Google Gadgets: soFeminine.co.uk - Celebrity news Gadget</description>
+  <portlet id="YahooNewsScienceGadget">
+    <portlet-name>YahooNewsScienceGadget</portlet-name>
+    <display-name>Yahoo! News: Science</display-name>
+    <description>Google Gadgets: Yahoo! News: Science Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>soFeminine.co.uk - Celebrity news</value>
+      <value>Yahoo! News: Science</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sofeminine.co.uk/world/stars/gadget/google.xml.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-science.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sofeminine.co.uk/world/stars/gadget/google.xml.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-science.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4336,12 +4864,45 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>soFeminine.co.uk - Celebrity news</title>
-      <short-title>soFeminine.co.uk - Celebrity news</short-title>
+      <title>Yahoo! News: Science</title>
+      <short-title>Yahoo! News: Science</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="CNNNewsTravelandLivingGadget">
+    <portlet-name>CNNNewsTravelandLivingGadget</portlet-name>
+    <display-name>CNN News: Travel and Living</display-name>
+    <description>Google Gadgets: CNN News: Travel and Living Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>CNN News: Travel and Living</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-travel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-travel.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>CNN News: Travel and Living</title>
+      <short-title>CNN News: Travel and Living</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="ZionistcomGadget">
     <portlet-name>ZionistcomGadget</portlet-name>
     <display-name>Zionist.com</display-name>
@@ -4375,23 +4936,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="BayAreaTrafficGadget">
-    <portlet-name>BayAreaTrafficGadget</portlet-name>
-    <display-name>Bay Area Traffic</display-name>
-    <description>Google Gadgets: Bay Area Traffic Gadget</description>
+  <portlet id="Top10DiggVideoStoriesGadget">
+    <portlet-name>Top10DiggVideoStoriesGadget</portlet-name>
+    <display-name>Top 10 Digg Video Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Video Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bay Area Traffic</value>
+      <value>Top 10 Digg Video Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://boolean.googlepages.com/traffic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Videos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://boolean.googlepages.com/traffic.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Videos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4402,29 +4963,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bay Area Traffic</title>
-      <short-title>Bay Area Traffic</short-title>
+      <title>Top 10 Digg Video Stories</title>
+      <short-title>Top 10 Digg Video Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JeniusLatestPostGadget">
-    <portlet-name>JeniusLatestPostGadget</portlet-name>
-    <display-name>Jenius - Latest Post</display-name>
-    <description>Google Gadgets: Jenius - Latest Post Gadget</description>
+  <portlet id="NewYorkTimesRealEstateGadget">
+    <portlet-name>NewYorkTimesRealEstateGadget</portlet-name>
+    <display-name>New York Times: Real Estate</display-name>
+    <description>Google Gadgets: New York Times: Real Estate Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Jenius - Latest Post</value>
+      <value>New York Times: Real Estate</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jenius.phrebh.com/latestpost.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-realestate.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jenius.phrebh.com/latestpost.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-realestate.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4435,29 +4996,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Jenius - Latest Post</title>
-      <short-title>Jenius - Latest Post</short-title>
+      <title>New York Times: Real Estate</title>
+      <short-title>New York Times: Real Estate</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GRONLANDRECORDSNEWSGadget">
-    <portlet-name>GRONLANDRECORDSNEWSGadget</portlet-name>
-    <display-name>GRONLAND RECORDS NEWS</display-name>
-    <description>Google Gadgets: GRONLAND RECORDS NEWS Gadget</description>
+  <portlet id="StocksGadget">
+    <portlet-name>StocksGadget</portlet-name>
+    <display-name>Stocks</display-name>
+    <description>Google Gadgets: Stocks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GRONLAND RECORDS NEWS</value>
+      <value>Stocks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.groenland.com/gw/groenland.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://itsyoursite.googlepages.com/Stock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.groenland.com/gw/groenland.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://itsyoursite.googlepages.com/Stock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4468,29 +5029,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GRONLAND RECORDS NEWS</title>
-      <short-title>GRONLAND RECORDS NEWS</short-title>
+      <title>Stocks</title>
+      <short-title>Stocks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MeteoxRealtimerainfallradarGadget">
-    <portlet-name>MeteoxRealtimerainfallradarGadget</portlet-name>
-    <display-name>Meteox - Realtime rainfall radar</display-name>
-    <description>Google Gadgets: Meteox - Realtime rainfall radar Gadget</description>
+  <portlet id="BorderWaitTimesGadget">
+    <portlet-name>BorderWaitTimesGadget</portlet-name>
+    <display-name>Border Wait Times</display-name>
+    <description>Google Gadgets: Border Wait Times Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Meteox - Realtime rainfall radar</value>
+      <value>Border Wait Times</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www2.buienradar.nl/radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kokuda.googlepages.com/borderwaittimes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www2.buienradar.nl/radar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kokuda.googlepages.com/borderwaittimes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4501,29 +5062,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Meteox - Realtime rainfall radar</title>
-      <short-title>Meteox - Realtime rainfall radar</short-title>
+      <title>Border Wait Times</title>
+      <short-title>Border Wait Times</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsElectionsFrancaise20071Gadget">
-    <portlet-name>NewsElectionsFrancaise20071Gadget</portlet-name>
-    <display-name>News Elections Francaise 2007</display-name>
-    <description>Google Gadgets: News Elections Francaise 2007 Gadget</description>
+  <portlet id="MoodNewsGadget">
+    <portlet-name>MoodNewsGadget</portlet-name>
+    <display-name>Mood News</display-name>
+    <description>Google Gadgets: Mood News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>News Elections Francaise 2007</value>
+      <value>Mood News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.peopolitik.com/gadgets-web-2-0/elections-francaises-2007/gadget_peopolitik_01.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.latedecember.com/sites/moodnews/moodnewsghm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.peopolitik.com/gadgets-web-2-0/elections-francaises-2007/gadget_peopolitik_01.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.latedecember.com/sites/moodnews/moodnewsghm.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4534,29 +5095,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>News Elections Francaise 2007</title>
-      <short-title>News Elections Francaise 2007</short-title>
+      <title>Mood News</title>
+      <short-title>Mood News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouTubeJapanesefeaturedvideoGadget">
-    <portlet-name>YouTubeJapanesefeaturedvideoGadget</portlet-name>
-    <display-name>YouTube::Japanese featured video</display-name>
-    <description>Google Gadgets: YouTube::Japanese featured video Gadget</description>
+  <portlet id="CNNMoneycomGadget">
+    <portlet-name>CNNMoneycomGadget</portlet-name>
+    <display-name>CNNMoney.com</display-name>
+    <description>Google Gadgets: CNNMoney.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>YouTube::Japanese featured video</value>
+      <value>CNNMoney.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hoosoo.tv/en-video.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-money.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hoosoo.tv/en-video.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-money.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4567,29 +5128,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>YouTube::Japanese featured video</title>
-      <short-title>YouTube::Japanese featured video</short-title>
+      <title>CNNMoney.com</title>
+      <short-title>CNNMoney.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CustomizednewsGadget">
-    <portlet-name>CustomizednewsGadget</portlet-name>
-    <display-name>Customized news</display-name>
-    <description>Google Gadgets: Customized news Gadget</description>
+  <portlet id="NewYorkTimesTheaterGadget">
+    <portlet-name>NewYorkTimesTheaterGadget</portlet-name>
+    <display-name>New York Times: Theater</display-name>
+    <description>Google Gadgets: New York Times: Theater Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Customized news</value>
+      <value>New York Times: Theater</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://eliebf.googlepages.com/Eli.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-theater.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://eliebf.googlepages.com/Eli.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-theater.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4600,29 +5161,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Customized news</title>
-      <short-title>Customized news</short-title>
+      <title>New York Times: Theater</title>
+      <short-title>New York Times: Theater</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelCBSNewsGadget">
-    <portlet-name>NewsreelCBSNewsGadget</portlet-name>
-    <display-name>Newsreel CBS News</display-name>
-    <description>Google Gadgets: Newsreel CBS News Gadget</description>
+  <portlet id="BBCNewsFeeds2Gadget">
+    <portlet-name>BBCNewsFeeds2Gadget</portlet-name>
+    <display-name>BBC News Feeds</display-name>
+    <description>Google Gadgets: BBC News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel CBS News</value>
+      <value>BBC News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-cbs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/bbc-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-cbs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/bbc-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4633,29 +5194,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel CBS News</title>
-      <short-title>Newsreel CBS News</short-title>
+      <title>BBC News Feeds</title>
+      <short-title>BBC News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NWSkiWeatherSnowForecastGadget">
-    <portlet-name>NWSkiWeatherSnowForecastGadget</portlet-name>
-    <display-name>NW Ski Weather Snow Forecast</display-name>
-    <description>Google Gadgets: NW Ski Weather Snow Forecast Gadget</description>
+  <portlet id="JohnMcCainNewsandBlogs1Gadget">
+    <portlet-name>JohnMcCainNewsandBlogs1Gadget</portlet-name>
+    <display-name>John McCain News and Blogs</display-name>
+    <description>Google Gadgets: John McCain News and Blogs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NW Ski Weather Snow Forecast</value>
+      <value>John McCain News and Blogs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.powderdrop.com/powderdrop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/johnmccainnewsblog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.powderdrop.com/powderdrop.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/johnmccainnewsblog.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4666,29 +5227,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NW Ski Weather Snow Forecast</title>
-      <short-title>NW Ski Weather Snow Forecast</short-title>
+      <title>John McCain News and Blogs</title>
+      <short-title>John McCain News and Blogs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PodcasterNewsLatest5podcastsGadget">
-    <portlet-name>PodcasterNewsLatest5podcastsGadget</portlet-name>
-    <display-name>PodcasterNews Latest 5 podcasts</display-name>
-    <description>Google Gadgets: PodcasterNews Latest 5 podcasts Gadget</description>
+  <portlet id="NewYorkTimesWashingtonGadget">
+    <portlet-name>NewYorkTimesWashingtonGadget</portlet-name>
+    <display-name>New York Times: Washington</display-name>
+    <description>Google Gadgets: New York Times: Washington Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PodcasterNews Latest 5 podcasts</value>
+      <value>New York Times: Washington</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.podcasternews.com/google/podcasternews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-wash.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.podcasternews.com/google/podcasternews.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-wash.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4699,29 +5260,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PodcasterNews Latest 5 podcasts</title>
-      <short-title>PodcasterNews Latest 5 podcasts</short-title>
+      <title>New York Times: Washington</title>
+      <short-title>New York Times: Washington</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailySpanishNewsInEnglishGadget">
-    <portlet-name>DailySpanishNewsInEnglishGadget</portlet-name>
-    <display-name>Daily Spanish News In English</display-name>
-    <description>Google Gadgets: Daily Spanish News In English Gadget</description>
+  <portlet id="Top10DiggWorldandBusinessStoriesGadget">
+    <portlet-name>Top10DiggWorldandBusinessStoriesGadget</portlet-name>
+    <display-name>Top 10 Digg World and Busin...</display-name>
+    <description>Google Gadgets: Top 10 Digg World and Business Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Spanish News In English</value>
+      <value>Top 10 Digg World and Business Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.spanish-review.com/module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-World-Business.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.spanish-review.com/module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-World-Business.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4732,29 +5293,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Spanish News In English</title>
-      <short-title>Daily Spanish News In English</short-title>
+      <title>Top 10 Digg World and Business Stories</title>
+      <short-title>Top 10 Digg World and Business Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OrkutNewsGadget">
-    <portlet-name>OrkutNewsGadget</portlet-name>
-    <display-name>Orkut News</display-name>
-    <description>Google Gadgets: Orkut News Gadget</description>
+  <portlet id="ChildrenParentingNewsGadget">
+    <portlet-name>ChildrenParentingNewsGadget</portlet-name>
+    <display-name>Children/Parenting News</display-name>
+    <description>Google Gadgets: Children/Parenting News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Orkut News</value>
+      <value>Children/Parenting News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pthegroup.googlepages.com/OrkutNews.XML&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/children_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pthegroup.googlepages.com/OrkutNews.XML</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/children_news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4765,14 +5326,179 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Orkut News</title>
-      <short-title>Orkut News</short-title>
+      <title>Children/Parenting News</title>
+      <short-title>Children/Parenting News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="callcenter3Gadget">
-    <portlet-name>callcenter3Gadget</portlet-name>
+  <portlet id="CNNRadioGadget">
+    <portlet-name>CNNRadioGadget</portlet-name>
+    <display-name>CNN Radio</display-name>
+    <description>Google Gadgets: CNN Radio Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>CNN Radio</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cnn_radio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cnn_radio.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>CNN Radio</title>
+      <short-title>CNN Radio</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="YahooNewsBusinessGadget">
+    <portlet-name>YahooNewsBusinessGadget</portlet-name>
+    <display-name>Yahoo! News: Business</display-name>
+    <description>Google Gadgets: Yahoo! News: Business Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Yahoo! News: Business</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-business.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-business.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Yahoo! News: Business</title>
+      <short-title>Yahoo! News: Business</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="Fortune500CompaniesLocationsGadget">
+    <portlet-name>Fortune500CompaniesLocationsGadget</portlet-name>
+    <display-name>Fortune 500 Companies Locat...</display-name>
+    <description>Google Gadgets: Fortune 500 Companies Locations Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Fortune 500 Companies Locations</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/108334262416313105054/fortune500map.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/108334262416313105054/fortune500map.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Fortune 500 Companies Locations</title>
+      <short-title>Fortune 500 Companies Locations</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="UVIndexForecastGadget">
+    <portlet-name>UVIndexForecastGadget</portlet-name>
+    <display-name>UV Index Forecast</display-name>
+    <description>Google Gadgets: UV Index Forecast Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>UV Index Forecast</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aromatic.org/google/uv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aromatic.org/google/uv.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>UV Index Forecast</title>
+      <short-title>UV Index Forecast</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PopularDiggEnvironmentStoriesGadget">
+    <portlet-name>PopularDiggEnvironmentStoriesGadget</portlet-name>
+    <display-name>Popular Digg Environment St...</display-name>
+    <description>Google Gadgets: Popular Digg Environment Stories Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Popular Digg Environment Stories</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Environment.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Environment.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Popular Digg Environment Stories</title>
+      <short-title>Popular Digg Environment Stories</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="callcenter2Gadget">
+    <portlet-name>callcenter2Gadget</portlet-name>
     <display-name>call-center</display-name>
     <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
@@ -4783,11 +5509,11 @@
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/academic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/annual-registration.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/academic.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/annual-registration.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4804,23 +5530,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="CricketWorldCupScoresGadget">
-    <portlet-name>CricketWorldCupScoresGadget</portlet-name>
-    <display-name>Cricket World Cup Scores</display-name>
-    <description>Google Gadgets: Cricket World Cup Scores Gadget</description>
+  <portlet id="HotspotMenuGadget">
+    <portlet-name>HotspotMenuGadget</portlet-name>
+    <display-name>Hotspot Menu</display-name>
+    <description>Google Gadgets: Hotspot Menu Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cricket World Cup Scores</value>
+      <value>Hotspot Menu</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/cricket_scores.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/hotspotmenu.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/cricket_scores.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/hotspotmenu.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4831,29 +5557,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cricket World Cup Scores</title>
-      <short-title>Cricket World Cup Scores</short-title>
+      <title>Hotspot Menu</title>
+      <short-title>Hotspot Menu</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MeteoxRealtimerainfallradar1Gadget">
-    <portlet-name>MeteoxRealtimerainfallradar1Gadget</portlet-name>
-    <display-name>Meteox - Realtime rainfall radar</display-name>
-    <description>Google Gadgets: Meteox - Realtime rainfall radar Gadget</description>
+  <portlet id="Torino2006OlympicMedalsGadget">
+    <portlet-name>Torino2006OlympicMedalsGadget</portlet-name>
+    <display-name>Torino 2006 Olympic Medals</display-name>
+    <description>Google Gadgets: Torino 2006 Olympic Medals Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Meteox - Realtime rainfall radar</value>
+      <value>Torino 2006 Olympic Medals</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www2.meteox.com/radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.counttonine.com/olympics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www2.meteox.com/radar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.counttonine.com/olympics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4864,29 +5590,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Meteox - Realtime rainfall radar</title>
-      <short-title>Meteox - Realtime rainfall radar</short-title>
+      <title>Torino 2006 Olympic Medals</title>
+      <short-title>Torino 2006 Olympic Medals</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ADHDNewsGadget">
-    <portlet-name>ADHDNewsGadget</portlet-name>
-    <display-name>ADHD News</display-name>
-    <description>Google Gadgets: ADHD News Gadget</description>
+  <portlet id="UniUndergroundQuickLinksv100Gadget">
+    <portlet-name>UniUndergroundQuickLinksv100Gadget</portlet-name>
+    <display-name>UniUnderground Quick Links ...</display-name>
+    <description>Google Gadgets: UniUnderground Quick Links v1.00 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ADHD News</value>
+      <value>UniUnderground Quick Links v1.00</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/adhd_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://uniunderground.info/xonTAB/igoogle/qlinks/v1/ulv100.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/adhd_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://uniunderground.info/xonTAB/igoogle/qlinks/v1/ulv100.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4897,29 +5623,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ADHD News</title>
-      <short-title>ADHD News</short-title>
+      <title>UniUnderground Quick Links v1.00</title>
+      <short-title>UniUnderground Quick Links v1.00</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SchizophreniaNewsGadget">
-    <portlet-name>SchizophreniaNewsGadget</portlet-name>
-    <display-name>Schizophrenia News</display-name>
-    <description>Google Gadgets: Schizophrenia News Gadget</description>
+  <portlet id="NewYorkTimesDiningGadget">
+    <portlet-name>NewYorkTimesDiningGadget</portlet-name>
+    <display-name>New York Times: Dining</display-name>
+    <description>Google Gadgets: New York Times: Dining Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Schizophrenia News</value>
+      <value>New York Times: Dining</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/schizophrenia_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-dining.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/schizophrenia_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-dining.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4930,29 +5656,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Schizophrenia News</title>
-      <short-title>Schizophrenia News</short-title>
+      <title>New York Times: Dining</title>
+      <short-title>New York Times: Dining</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseBlogsGadget">
-    <portlet-name>preciseBlogsGadget</portlet-name>
-    <display-name>preciseBlogs</display-name>
-    <description>Google Gadgets: preciseBlogs Gadget</description>
+  <portlet id="NewYorkTimesTravelGadget">
+    <portlet-name>NewYorkTimesTravelGadget</portlet-name>
+    <display-name>New York Times: Travel</display-name>
+    <description>Google Gadgets: New York Times: Travel Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseBlogs</value>
+      <value>New York Times: Travel</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/blogs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-travel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/blogs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-travel.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4963,29 +5689,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseBlogs</title>
-      <short-title>preciseBlogs</short-title>
+      <title>New York Times: Travel</title>
+      <short-title>New York Times: Travel</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CricketWorldCupNews1Gadget">
-    <portlet-name>CricketWorldCupNews1Gadget</portlet-name>
-    <display-name>Cricket World Cup News</display-name>
-    <description>Google Gadgets: Cricket World Cup News Gadget</description>
+  <portlet id="UniUndergroundQuickLinksv1001Gadget">
+    <portlet-name>UniUndergroundQuickLinksv1001Gadget</portlet-name>
+    <display-name>UniUnderground Quick Links ...</display-name>
+    <description>Google Gadgets: UniUnderground Quick Links v1.00 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cricket World Cup News</value>
+      <value>UniUnderground Quick Links v1.00</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/cricket_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.uniunderground.info/xonTAB/igoogle/qlinks/v1/ulv100.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/cricket_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.uniunderground.info/xonTAB/igoogle/qlinks/v1/ulv100.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4996,29 +5722,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cricket World Cup News</title>
-      <short-title>Cricket World Cup News</short-title>
+      <title>UniUnderground Quick Links v1.00</title>
+      <short-title>UniUnderground Quick Links v1.00</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AustralianweatherGadget">
-    <portlet-name>AustralianweatherGadget</portlet-name>
-    <display-name>Australian weather</display-name>
-    <description>Google Gadgets: Australian weather Gadget</description>
+  <portlet id="MediaUKmedianewsGadget">
+    <portlet-name>MediaUKmedianewsGadget</portlet-name>
+    <display-name>Media UK: media news</display-name>
+    <description>Google Gadgets: Media UK: media news Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Australian weather</value>
+      <value>Media UK: media news</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bomweathergadget.googlecode.com/svn/trunk/bom.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mediauk.com/content/google_ig_news.muk&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bomweathergadget.googlecode.com/svn/trunk/bom.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mediauk.com/content/google_ig_news.muk</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5029,29 +5755,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Australian weather</title>
-      <short-title>Australian weather</short-title>
+      <title>Media UK: media news</title>
+      <short-title>Media UK: media news</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewspaperindexFreshpapersGadget">
-    <portlet-name>NewspaperindexFreshpapersGadget</portlet-name>
-    <display-name>Newspaperindex - Fresh papers</display-name>
-    <description>Google Gadgets: Newspaperindex - Fresh papers Gadget</description>
+  <portlet id="LatestNewsFromIraqGadget">
+    <portlet-name>LatestNewsFromIraqGadget</portlet-name>
+    <display-name>Latest News From Iraq</display-name>
+    <description>Google Gadgets: Latest News From Iraq Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newspaperindex - Fresh papers</value>
+      <value>Latest News From Iraq</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.newspaperindex.com/freshpapers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/wariniraq.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.newspaperindex.com/freshpapers.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/wariniraq.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5062,29 +5788,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newspaperindex - Fresh papers</title>
-      <short-title>Newspaperindex - Fresh papers</short-title>
+      <title>Latest News From Iraq</title>
+      <short-title>Latest News From Iraq</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CaliforniaISOStatusGadget">
-    <portlet-name>CaliforniaISOStatusGadget</portlet-name>
-    <display-name>California ISO Status</display-name>
-    <description>Google Gadgets: California ISO Status Gadget</description>
+  <portlet id="NewYorkTimesBusinessGadget">
+    <portlet-name>NewYorkTimesBusinessGadget</portlet-name>
+    <display-name>New York Times: Business</display-name>
+    <description>Google Gadgets: New York Times: Business Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>California ISO Status</value>
+      <value>New York Times: Business</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://david.prinzing.googlepages.com/caiso.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-business.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://david.prinzing.googlepages.com/caiso.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-business.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5095,29 +5821,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>California ISO Status</title>
-      <short-title>California ISO Status</short-title>
+      <title>New York Times: Business</title>
+      <short-title>New York Times: Business</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleNewscloudbyNewzingoGadget">
-    <portlet-name>GoogleNewscloudbyNewzingoGadget</portlet-name>
-    <display-name>Google News cloud by Newzingo</display-name>
-    <description>Google Gadgets: Google News cloud by Newzingo Gadget</description>
+  <portlet id="NewYorkTimesBooksGadget">
+    <portlet-name>NewYorkTimesBooksGadget</portlet-name>
+    <display-name>New York Times: Books</display-name>
+    <description>Google Gadgets: New York Times: Books Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google News cloud by Newzingo</value>
+      <value>New York Times: Books</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://newzingo.com/tagcloud/google_module&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-books.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://newzingo.com/tagcloud/google_module</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-books.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5128,29 +5854,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google News cloud by Newzingo</title>
-      <short-title>Google News cloud by Newzingo</short-title>
+      <title>New York Times: Books</title>
+      <short-title>New York Times: Books</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NABBYWeeklyWeatherforJAPANGadget">
-    <portlet-name>NABBYWeeklyWeatherforJAPANGadget</portlet-name>
-    <display-name>NABBY Weekly Weather for JAPAN</display-name>
-    <description>Google Gadgets: NABBY Weekly Weather for JAPAN Gadget</description>
+  <portlet id="CNNTabbedRSSNewsFeeds2Gadget">
+    <portlet-name>CNNTabbedRSSNewsFeeds2Gadget</portlet-name>
+    <display-name>CNN Tabbed RSS News Feeds</display-name>
+    <description>Google Gadgets: CNN Tabbed RSS News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NABBY Weekly Weather for JAPAN</value>
+      <value>CNN Tabbed RSS News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ikarosu.net/util/perl/weather/tenki_en.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/cnn-news-customized-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ikarosu.net/util/perl/weather/tenki_en.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/cnn-news-customized-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5161,29 +5887,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NABBY Weekly Weather for JAPAN</title>
-      <short-title>NABBY Weekly Weather for JAPAN</short-title>
+      <title>CNN Tabbed RSS News Feeds</title>
+      <short-title>CNN Tabbed RSS News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseHeadlines1Gadget">
-    <portlet-name>preciseHeadlines1Gadget</portlet-name>
-    <display-name>preciseHeadlines</display-name>
-    <description>Google Gadgets: preciseHeadlines Gadget</description>
+  <portlet id="PopularDiggHealthStoriesGadget">
+    <portlet-name>PopularDiggHealthStoriesGadget</portlet-name>
+    <display-name>Popular Digg Health Stories</display-name>
+    <description>Google Gadgets: Popular Digg Health Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseHeadlines</value>
+      <value>Popular Digg Health Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/headlines.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Health.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/headlines.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Health.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5194,29 +5920,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseHeadlines</title>
-      <short-title>preciseHeadlines</short-title>
+      <title>Popular Digg Health Stories</title>
+      <short-title>Popular Digg Health Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="callcenter4Gadget">
-    <portlet-name>callcenter4Gadget</portlet-name>
-    <display-name>call-center</display-name>
-    <description>Google Gadgets: call-center Gadget</description>
+  <portlet id="UniUndergroundNoticesv102Gadget">
+    <portlet-name>UniUndergroundNoticesv102Gadget</portlet-name>
+    <display-name>UniUnderground Notices v1.02</display-name>
+    <description>Google Gadgets: UniUnderground Notices v1.02 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>call-center</value>
+      <value>UniUnderground Notices v1.02</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://uniunderground.info/xonTAB/igoogle/notices/v1/unv100.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://uniunderground.info/xonTAB/igoogle/notices/v1/unv100.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5227,29 +5953,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>call-center</title>
-      <short-title>call-center</short-title>
+      <title>UniUnderground Notices v1.02</title>
+      <short-title>UniUnderground Notices v1.02</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MarineObservationsNearYourLocationGadget">
-    <portlet-name>MarineObservationsNearYourLocationGadget</portlet-name>
-    <display-name>Marine Observations Near Your Location</display-name>
-    <description>Google Gadgets: Marine Observations Near Your Location Gadget</description>
+  <portlet id="JohnMcCainNews1Gadget">
+    <portlet-name>JohnMcCainNews1Gadget</portlet-name>
+    <display-name>John McCain News</display-name>
+    <description>Google Gadgets: John McCain News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Marine Observations Near Your Location</value>
+      <value>John McCain News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mikeg101.googlepages.com/nearby_stations.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/johnmccainnewsfeed.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mikeg101.googlepages.com/nearby_stations.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/johnmccainnewsfeed.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5260,29 +5986,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Marine Observations Near Your Location</title>
-      <short-title>Marine Observations Near Your Location</short-title>
+      <title>John McCain News</title>
+      <short-title>John McCain News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GlobalSurfForecastsGadget">
-    <portlet-name>GlobalSurfForecastsGadget</portlet-name>
-    <display-name>Global Surf Forecasts</display-name>
-    <description>Google Gadgets: Global Surf Forecasts Gadget</description>
+  <portlet id="NewYorkTimesJobsGadget">
+    <portlet-name>NewYorkTimesJobsGadget</portlet-name>
+    <display-name>New York Times: Jobs</display-name>
+    <description>Google Gadgets: New York Times: Jobs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Global Surf Forecasts</value>
+      <value>New York Times: Jobs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://globalsurfari.com/gs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-jobs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://globalsurfari.com/gs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-jobs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5293,29 +6019,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Global Surf Forecasts</title>
-      <short-title>Global Surf Forecasts</short-title>
+      <title>New York Times: Jobs</title>
+      <short-title>New York Times: Jobs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AAFESNEWSGadget">
-    <portlet-name>AAFESNEWSGadget</portlet-name>
-    <display-name>AAFES NEWS</display-name>
-    <description>Google Gadgets: AAFES NEWS Gadget</description>
+  <portlet id="NewsreelCBSNewsGadget">
+    <portlet-name>NewsreelCBSNewsGadget</portlet-name>
+    <display-name>Newsreel CBS News</display-name>
+    <description>Google Gadgets: Newsreel CBS News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AAFES NEWS</value>
+      <value>Newsreel CBS News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aafes.com/pa/news/google/news_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-cbs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aafes.com/pa/news/google/news_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-cbs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5326,29 +6052,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AAFES NEWS</title>
-      <short-title>AAFES NEWS</short-title>
+      <title>Newsreel CBS News</title>
+      <short-title>Newsreel CBS News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GreenVehicleNewscomDailyNewsGadget">
-    <portlet-name>GreenVehicleNewscomDailyNewsGadget</portlet-name>
-    <display-name>GreenVehicleNews.com - Daily News</display-name>
-    <description>Google Gadgets: GreenVehicleNews.com - Daily News Gadget</description>
+  <portlet id="NewsreelGadget">
+    <portlet-name>NewsreelGadget</portlet-name>
+    <display-name>Newsreel </display-name>
+    <description>Google Gadgets: Newsreel  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GreenVehicleNews.com - Daily News</value>
+      <value>Newsreel </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.greenvehiclenews.com/gvn_google_gadget4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.greenvehiclenews.com/gvn_google_gadget4.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5359,29 +6085,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GreenVehicleNews.com - Daily News</title>
-      <short-title>GreenVehicleNews.com - Daily News</short-title>
+      <title>Newsreel </title>
+      <short-title>Newsreel </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuanticoWeatherGadget">
-    <portlet-name>QuanticoWeatherGadget</portlet-name>
-    <display-name>Quantico Weather</display-name>
-    <description>Google Gadgets: Quantico Weather Gadget</description>
+  <portlet id="CustomizednewsGadget">
+    <portlet-name>CustomizednewsGadget</portlet-name>
+    <display-name>Customized news</display-name>
+    <description>Google Gadgets: Customized news Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quantico Weather</value>
+      <value>Customized news</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.quantico.usmc.mil/weather/weather_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://eliebf.googlepages.com/Eli.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.quantico.usmc.mil/weather/weather_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://eliebf.googlepages.com/Eli.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5392,29 +6118,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quantico Weather</title>
-      <short-title>Quantico Weather</short-title>
+      <title>Customized news</title>
+      <short-title>Customized news</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DynaWeatherConditionsv11Gadget">
-    <portlet-name>DynaWeatherConditionsv11Gadget</portlet-name>
-    <display-name>DynaWeather Conditions v1.1</display-name>
-    <description>Google Gadgets: DynaWeather Conditions v1.1 Gadget</description>
+  <portlet id="JohnMcCainNews2Gadget">
+    <portlet-name>JohnMcCainNews2Gadget</portlet-name>
+    <display-name>John McCain News</display-name>
+    <description>Google Gadgets: John McCain News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DynaWeather Conditions v1.1</value>
+      <value>John McCain News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dynaweather.com/current.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/newsjohnmccain.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dynaweather.com/current.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/104891692523837832867/newsjohnmccain.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5425,29 +6151,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DynaWeather Conditions v1.1</title>
-      <short-title>DynaWeather Conditions v1.1</short-title>
+      <title>John McCain News</title>
+      <short-title>John McCain News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PAWWeatherSSECGadget">
-    <portlet-name>PAWWeatherSSECGadget</portlet-name>
-    <display-name>PAW Weather (SSEC)</display-name>
-    <description>Google Gadgets: PAW Weather (SSEC) Gadget</description>
+  <portlet id="SummitSceneSnowGadget">
+    <portlet-name>SummitSceneSnowGadget</portlet-name>
+    <display-name>SummitScene Snow</display-name>
+    <description>Google Gadgets: SummitScene Snow Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PAW Weather (SSEC)</value>
+      <value>SummitScene Snow</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ssec.wisc.edu/data/paw/googlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://summitscene.googlepages.com/summitscene-snow.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ssec.wisc.edu/data/paw/googlegadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://summitscene.googlepages.com/summitscene-snow.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5458,29 +6184,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PAW Weather (SSEC)</title>
-      <short-title>PAW Weather (SSEC)</short-title>
+      <title>SummitScene Snow</title>
+      <short-title>SummitScene Snow</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UKThreatLevelGadget">
-    <portlet-name>UKThreatLevelGadget</portlet-name>
-    <display-name>UK Threat Level</display-name>
-    <description>Google Gadgets: UK Threat Level Gadget</description>
+  <portlet id="GreenVehicleNewscomDailyNewsGadget">
+    <portlet-name>GreenVehicleNewscomDailyNewsGadget</portlet-name>
+    <display-name>GreenVehicleNews.com - Dail...</display-name>
+    <description>Google Gadgets: GreenVehicleNews.com - Daily News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>UK Threat Level</value>
+      <value>GreenVehicleNews.com - Daily News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ben.mcwhinnie.googlepages.com/ukthreatlevel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.greenvehiclenews.com/gvn_google_gadget4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ben.mcwhinnie.googlepages.com/ukthreatlevel.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.greenvehiclenews.com/gvn_google_gadget4.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5491,8 +6217,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>UK Threat Level</title>
-      <short-title>UK Threat Level</short-title>
+      <title>GreenVehicleNews.com - Daily News</title>
+      <short-title>GreenVehicleNews.com - Daily News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
@@ -5530,23 +6256,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseOpinionGadget">
-    <portlet-name>preciseOpinionGadget</portlet-name>
-    <display-name>preciseOpinion</display-name>
-    <description>Google Gadgets: preciseOpinion Gadget</description>
+  <portlet id="NewsinSportsGadget">
+    <portlet-name>NewsinSportsGadget</portlet-name>
+    <display-name>News in Sports</display-name>
+    <description>Google Gadgets: News in Sports Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseOpinion</value>
+      <value>News in Sports</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/opinion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/opinion.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/sports.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5557,29 +6283,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseOpinion</title>
-      <short-title>preciseOpinion</short-title>
+      <title>News in Sports</title>
+      <short-title>News in Sports</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IntheNewsGadget">
-    <portlet-name>IntheNewsGadget</portlet-name>
-    <display-name>In the News</display-name>
-    <description>Google Gadgets: In the News Gadget</description>
+  <portlet id="SevereWeatherWarningGadgetGadget">
+    <portlet-name>SevereWeatherWarningGadgetGadget</portlet-name>
+    <display-name>Severe Weather Warning Gadget</display-name>
+    <description>Google Gadgets: Severe Weather Warning Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>In the News</value>
+      <value>Severe Weather Warning Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.thefreedictionary.com/_/WoD/news-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/severe_weather/severe_weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.thefreedictionary.com/_/WoD/news-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://broadcast-weather.net/gadget/severe_weather/severe_weather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5590,29 +6316,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>In the News</title>
-      <short-title>In the News</short-title>
+      <title>Severe Weather Warning Gadget</title>
+      <short-title>Severe Weather Warning Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ShoutmouthNewsGadgetGadget">
-    <portlet-name>ShoutmouthNewsGadgetGadget</portlet-name>
-    <display-name>Shoutmouth News Gadget</display-name>
-    <description>Google Gadgets: Shoutmouth News Gadget Gadget</description>
+  <portlet id="CNNNewsHealthLivingandEducationGadget">
+    <portlet-name>CNNNewsHealthLivingandEducationGadget</portlet-name>
+    <display-name>CNN News: Health, Living, a...</display-name>
+    <description>Google Gadgets: CNN News: Health, Living, and Education Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Shoutmouth News Gadget</value>
+      <value>CNN News: Health, Living, and Education</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.shoutmouth.com/index.php/base/gadgetnewsxml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-health.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.shoutmouth.com/index.php/base/gadgetnewsxml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-health.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5623,29 +6349,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Shoutmouth News Gadget</title>
-      <short-title>Shoutmouth News Gadget</short-title>
+      <title>CNN News: Health, Living, and Education</title>
+      <short-title>CNN News: Health, Living, and Education</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelNewsfromReutersGadget">
-    <portlet-name>NewsreelNewsfromReutersGadget</portlet-name>
-    <display-name>Newsreel News from Reuters</display-name>
-    <description>Google Gadgets: Newsreel News from Reuters Gadget</description>
+  <portlet id="SolarActivitiyMonitorGadget">
+    <portlet-name>SolarActivitiyMonitorGadget</portlet-name>
+    <display-name>Solar Activitiy Monitor</display-name>
+    <description>Google Gadgets: Solar Activitiy Monitor Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel News from Reuters</value>
+      <value>Solar Activitiy Monitor</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-reuters.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/111982432284806938125/solar_activity_monitor.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-reuters.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/111982432284806938125/solar_activity_monitor.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5656,29 +6382,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel News from Reuters</title>
-      <short-title>Newsreel News from Reuters</short-title>
+      <title>Solar Activitiy Monitor</title>
+      <short-title>Solar Activitiy Monitor</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsGadget">
-    <portlet-name>NewsGadget</portlet-name>
-    <display-name>News</display-name>
-    <description>Google Gadgets: News Gadget</description>
+  <portlet id="PopularDiggTechDealsStoriesGadget">
+    <portlet-name>PopularDiggTechDealsStoriesGadget</portlet-name>
+    <display-name>Popular Digg Tech Deals Sto...</display-name>
+    <description>Google Gadgets: Popular Digg Tech Deals Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>News</value>
+      <value>Popular Digg Tech Deals Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://Saint.Patricius.googlepages.com/eq2news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Tech-Deals.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://Saint.Patricius.googlepages.com/eq2news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Tech-Deals.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5689,29 +6415,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>News</title>
-      <short-title>News</short-title>
+      <title>Popular Digg Tech Deals Stories</title>
+      <short-title>Popular Digg Tech Deals Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AnxietyNewsGadget">
-    <portlet-name>AnxietyNewsGadget</portlet-name>
-    <display-name>Anxiety News</display-name>
-    <description>Google Gadgets: Anxiety News Gadget</description>
+  <portlet id="Haber34Gadget">
+    <portlet-name>Haber34Gadget</portlet-name>
+    <display-name>Haber34</display-name>
+    <description>Google Gadgets: Haber34 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Anxiety News</value>
+      <value>Haber34</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/anxiety_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.haber34.com/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/anxiety_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.haber34.com/google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5722,29 +6448,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Anxiety News</title>
-      <short-title>Anxiety News</short-title>
+      <title>Haber34</title>
+      <short-title>Haber34</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UVIndexForecastGadget">
-    <portlet-name>UVIndexForecastGadget</portlet-name>
-    <display-name>UV Index Forecast</display-name>
-    <description>Google Gadgets: UV Index Forecast Gadget</description>
+  <portlet id="RainandShineForecastGadget">
+    <portlet-name>RainandShineForecastGadget</portlet-name>
+    <display-name>Rain and Shine Forecast</display-name>
+    <description>Google Gadgets: Rain and Shine Forecast Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>UV Index Forecast</value>
+      <value>Rain and Shine Forecast</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aromatic.org/google/uv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://futurama.googlepages.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aromatic.org/google/uv.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://futurama.googlepages.com/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5755,29 +6481,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>UV Index Forecast</title>
-      <short-title>UV Index Forecast</short-title>
+      <title>Rain and Shine Forecast</title>
+      <short-title>Rain and Shine Forecast</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HurricaneAdvisoryGadgetGadget">
-    <portlet-name>HurricaneAdvisoryGadgetGadget</portlet-name>
-    <display-name>Hurricane Advisory Gadget</display-name>
-    <description>Google Gadgets: Hurricane Advisory Gadget Gadget</description>
+  <portlet id="NAGASAKI39sWeatherGadget">
+    <portlet-name>NAGASAKI39sWeatherGadget</portlet-name>
+    <display-name>NAGASAKI&#39;s Weather</display-name>
+    <description>Google Gadgets: NAGASAKI&#39;s Weather Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hurricane Advisory Gadget</value>
+      <value>NAGASAKI&#39;s Weather</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/hurricane_advisories/hurricane_advisories.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ikarosu.net/util/perl/weather/nagasaki_tenki.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://broadcast-weather.net/gadget/hurricane_advisories/hurricane_advisories.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ikarosu.net/util/perl/weather/nagasaki_tenki.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5788,29 +6514,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hurricane Advisory Gadget</title>
-      <short-title>Hurricane Advisory Gadget</short-title>
+      <title>NAGASAKI&#39;s Weather</title>
+      <short-title>NAGASAKI&#39;s Weather</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherListingstheweathernetworkcomGadget">
-    <portlet-name>WeatherListingstheweathernetworkcomGadget</portlet-name>
-    <display-name>Weather Listings - theweathernetwork.com</display-name>
-    <description>Google Gadgets: Weather Listings - theweathernetwork.com Gadget</description>
+  <portlet id="CNNNewsBlogs1Gadget">
+    <portlet-name>CNNNewsBlogs1Gadget</portlet-name>
+    <display-name>CNN News: Blogs</display-name>
+    <description>Google Gadgets: CNN News: Blogs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather Listings - theweathernetwork.com</value>
+      <value>CNN News: Blogs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.BWebCentral.com/weathergg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-blog2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.BWebCentral.com/weathergg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-blog2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5821,29 +6547,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather Listings - theweathernetwork.com</title>
-      <short-title>Weather Listings - theweathernetwork.com</short-title>
+      <title>CNN News: Blogs</title>
+      <short-title>CNN News: Blogs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ScienceandPoliticsNewsGadget">
-    <portlet-name>ScienceandPoliticsNewsGadget</portlet-name>
-    <display-name>Science and Politics News</display-name>
-    <description>Google Gadgets: Science and Politics News Gadget</description>
+  <portlet id="callcenter3Gadget">
+    <portlet-name>callcenter3Gadget</portlet-name>
+    <display-name>call-center</display-name>
+    <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Science and Politics News</value>
+      <value>call-center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alexander.atallah.googlepages.com/scientificpoliticalnewsv2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/answering.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alexander.atallah.googlepages.com/scientificpoliticalnewsv2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/answering.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5854,29 +6580,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Science and Politics News</title>
-      <short-title>Science and Politics News</short-title>
+      <title>call-center</title>
+      <short-title>call-center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NationalWeatherRadarAndWMSMapsGadget">
-    <portlet-name>NationalWeatherRadarAndWMSMapsGadget</portlet-name>
-    <display-name>National Weather Radar And WMS Maps</display-name>
-    <description>Google Gadgets: National Weather Radar And WMS Maps Gadget</description>
+  <portlet id="GoogleNewsFeedsGadget">
+    <portlet-name>GoogleNewsFeedsGadget</portlet-name>
+    <display-name>Google News Feeds</display-name>
+    <description>Google Gadgets: Google News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>National Weather Radar And WMS Maps</value>
+      <value>Google News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jrhollis.googlepages.com/wms_maps_radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/google-news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jrhollis.googlepages.com/wms_maps_radar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/google-news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5887,29 +6613,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>National Weather Radar And WMS Maps</title>
-      <short-title>National Weather Radar And WMS Maps</short-title>
+      <title>Google News Feeds</title>
+      <short-title>Google News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GladoocomjobsinIndiaGadget">
-    <portlet-name>GladoocomjobsinIndiaGadget</portlet-name>
-    <display-name>Gladoo.com ? jobs in India</display-name>
-    <description>Google Gadgets: Gladoo.com ? jobs in India Gadget</description>
+  <portlet id="PopularDiggUSElectionsStoriesGadget">
+    <portlet-name>PopularDiggUSElectionsStoriesGadget</portlet-name>
+    <display-name>Popular Digg US Elections S...</display-name>
+    <description>Google Gadgets: Popular Digg US Elections Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gladoo.com ? jobs in India</value>
+      <value>Popular Digg US Elections Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://surendernitj.googlepages.com/gladoo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-US-Elections.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://surendernitj.googlepages.com/gladoo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-US-Elections.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5920,29 +6646,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gladoo.com ? jobs in India</title>
-      <short-title>Gladoo.com ? jobs in India</short-title>
+      <title>Popular Digg US Elections Stories</title>
+      <short-title>Popular Digg US Elections Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Suite101Gadget">
-    <portlet-name>Suite101Gadget</portlet-name>
-    <display-name>Suite101</display-name>
-    <description>Google Gadgets: Suite101 Gadget</description>
+  <portlet id="ESPNNHLNewsGadget">
+    <portlet-name>ESPNNHLNewsGadget</portlet-name>
+    <display-name>ESPN NHL News</display-name>
+    <description>Google Gadgets: ESPN NHL News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Suite101</value>
+      <value>ESPN NHL News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.suite101.com/gadget/gadget.cfm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/espn-nhlnews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.suite101.com/gadget/gadget.cfm</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/espn-nhlnews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5953,29 +6679,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Suite101</title>
-      <short-title>Suite101</short-title>
+      <title>ESPN NHL News</title>
+      <short-title>ESPN NHL News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NoticiasGadget">
-    <portlet-name>NoticiasGadget</portlet-name>
-    <display-name>Noticias</display-name>
-    <description>Google Gadgets: Noticias Gadget</description>
+  <portlet id="WorldRecordsGadget">
+    <portlet-name>WorldRecordsGadget</portlet-name>
+    <display-name>World Records</display-name>
+    <description>Google Gadgets: World Records Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Noticias</value>
+      <value>World Records</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://band.com.br/rss/gadgets/noticias.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shnik.com/worldrecord.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://band.com.br/rss/gadgets/noticias.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shnik.com/worldrecord.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5986,29 +6712,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Noticias</title>
-      <short-title>Noticias</short-title>
+      <title>World Records</title>
+      <short-title>World Records</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AustralianWeatherRadarGadget">
-    <portlet-name>AustralianWeatherRadarGadget</portlet-name>
-    <display-name>Australian Weather Radar</display-name>
-    <description>Google Gadgets: Australian Weather Radar Gadget</description>
+  <portlet id="NewYorkTimesNewsTabbedFeeds2Gadget">
+    <portlet-name>NewYorkTimesNewsTabbedFeeds2Gadget</portlet-name>
+    <display-name>New York Times News (Tabbed...</display-name>
+    <description>Google Gadgets: New York Times News (Tabbed Feeds) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Australian Weather Radar</value>
+      <value>New York Times News (Tabbed Feeds)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.projectcomputing.com/resources/ausWeather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/nytimes-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.projectcomputing.com/resources/ausWeather.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/nytimes-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6019,29 +6745,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Australian Weather Radar</title>
-      <short-title>Australian Weather Radar</short-title>
+      <title>New York Times News (Tabbed Feeds)</title>
+      <short-title>New York Times News (Tabbed Feeds)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JavaQueriesGadget">
-    <portlet-name>JavaQueriesGadget</portlet-name>
-    <display-name>Java Queries</display-name>
-    <description>Google Gadgets: Java Queries Gadget</description>
+  <portlet id="FederatedMediaGadget">
+    <portlet-name>FederatedMediaGadget</portlet-name>
+    <display-name>Federated Media</display-name>
+    <description>Google Gadgets: Federated Media Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Java Queries</value>
+      <value>Federated Media</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://r.ashish.m.googlepages.com/javaqueries.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006773355088375657172/cse/brrzirvxye8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://r.ashish.m.googlepages.com/javaqueries.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006773355088375657172/cse/brrzirvxye8/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6052,29 +6778,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Java Queries</title>
-      <short-title>Java Queries</short-title>
+      <title>Federated Media</title>
+      <short-title>Federated Media</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NOAABuoysListMarineObservationsGadget">
-    <portlet-name>NOAABuoysListMarineObservationsGadget</portlet-name>
-    <display-name>NOAA Buoys List (Marine Observations)</display-name>
-    <description>Google Gadgets: NOAA Buoys List (Marine Observations) Gadget</description>
+  <portlet id="CloudsGadget">
+    <portlet-name>CloudsGadget</portlet-name>
+    <display-name>Clouds</display-name>
+    <description>Google Gadgets: Clouds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NOAA Buoys List (Marine Observations)</value>
+      <value>Clouds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://krombholz.googlepages.com/buoys.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.daylightmap.com/clouds/cloud_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://krombholz.googlepages.com/buoys.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.daylightmap.com/clouds/cloud_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6085,29 +6811,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NOAA Buoys List (Marine Observations)</title>
-      <short-title>NOAA Buoys List (Marine Observations)</short-title>
+      <title>Clouds</title>
+      <short-title>Clouds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LotteryResultsGadget">
-    <portlet-name>LotteryResultsGadget</portlet-name>
-    <display-name>Lottery Results</display-name>
-    <description>Google Gadgets: Lottery Results Gadget</description>
+  <portlet id="NewYorkTimesNewsTabbedFeeds3Gadget">
+    <portlet-name>NewYorkTimesNewsTabbedFeeds3Gadget</portlet-name>
+    <display-name>New York Times News (Tabbed...</display-name>
+    <description>Google Gadgets: New York Times News (Tabbed Feeds) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lottery Results</value>
+      <value>New York Times News (Tabbed Feeds)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.lotterycorp.net/lotteryresults.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/nytimes-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.lotterycorp.net/lotteryresults.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/nytimes-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6118,29 +6844,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lottery Results</title>
-      <short-title>Lottery Results</short-title>
+      <title>New York Times News (Tabbed Feeds)</title>
+      <short-title>New York Times News (Tabbed Feeds)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouMeWiiGadget">
-    <portlet-name>YouMeWiiGadget</portlet-name>
-    <display-name>You Me Wii</display-name>
-    <description>Google Gadgets: You Me Wii Gadget</description>
+  <portlet id="GossipGadget">
+    <portlet-name>GossipGadget</portlet-name>
+    <display-name>Gossip</display-name>
+    <description>Google Gadgets: Gossip Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>You Me Wii</value>
+      <value>Gossip</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.youmewii.com/wii.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nypost.com/googlegadgets/gossip_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.youmewii.com/wii.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nypost.com/googlegadgets/gossip_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6151,29 +6877,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>You Me Wii</title>
-      <short-title>You Me Wii</short-title>
+      <title>Gossip</title>
+      <short-title>Gossip</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhysOrgcomnewsGadget">
-    <portlet-name>PhysOrgcomnewsGadget</portlet-name>
-    <display-name>PhysOrg.com news</display-name>
-    <description>Google Gadgets: PhysOrg.com news Gadget</description>
+  <portlet id="YahooNewsTabbedFeeds3Gadget">
+    <portlet-name>YahooNewsTabbedFeeds3Gadget</portlet-name>
+    <display-name>Yahoo News (Tabbed Feeds)</display-name>
+    <description>Google Gadgets: Yahoo News (Tabbed Feeds) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PhysOrg.com news</value>
+      <value>Yahoo News (Tabbed Feeds)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.physorg.com/ig/IGPhysOrg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://humanmaze.googlepages.com/yahoo-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.physorg.com/ig/IGPhysOrg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://humanmaze.googlepages.com/yahoo-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6184,29 +6910,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PhysOrg.com news</title>
-      <short-title>PhysOrg.com news</short-title>
+      <title>Yahoo News (Tabbed Feeds)</title>
+      <short-title>Yahoo News (Tabbed Feeds)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TVRagecomTVScheduleGadget">
-    <portlet-name>TVRagecomTVScheduleGadget</portlet-name>
-    <display-name>TVRage.com - TV Schedule</display-name>
-    <description>Google Gadgets: TVRage.com - TV Schedule Gadget</description>
+  <portlet id="AssociatedPressNewsFeeds2Gadget">
+    <portlet-name>AssociatedPressNewsFeeds2Gadget</portlet-name>
+    <display-name>Associated Press News Feeds</display-name>
+    <description>Google Gadgets: Associated Press News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TVRage.com - TV Schedule</value>
+      <value>Associated Press News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://czech.fox.googlepages.com/tvrageschedule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/ap-news-rss-feeds4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://czech.fox.googlepages.com/tvrageschedule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/ap-news-rss-feeds4.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6217,29 +6943,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TVRage.com - TV Schedule</title>
-      <short-title>TVRage.com - TV Schedule</short-title>
+      <title>Associated Press News Feeds</title>
+      <short-title>Associated Press News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RedOrbitNewsGadget">
-    <portlet-name>RedOrbitNewsGadget</portlet-name>
-    <display-name>RedOrbit News</display-name>
-    <description>Google Gadgets: RedOrbit News Gadget</description>
+  <portlet id="NewYorkTimesArtGadget">
+    <portlet-name>NewYorkTimesArtGadget</portlet-name>
+    <display-name>New York Times: Art</display-name>
+    <description>Google Gadgets: New York Times: Art Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RedOrbit News</value>
+      <value>New York Times: Art</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://master.redorbit.com/modules/news/googlehome/news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-arts.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://master.redorbit.com/modules/news/googlehome/news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-arts.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6250,29 +6976,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RedOrbit News</title>
-      <short-title>RedOrbit News</short-title>
+      <title>New York Times: Art</title>
+      <short-title>New York Times: Art</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LondonUndergroundTubeStatusGadget">
-    <portlet-name>LondonUndergroundTubeStatusGadget</portlet-name>
-    <display-name>London Underground Tube Status</display-name>
-    <description>Google Gadgets: London Underground Tube Status Gadget</description>
+  <portlet id="soFemininecoukCelebritynewsGadget">
+    <portlet-name>soFemininecoukCelebritynewsGadget</portlet-name>
+    <display-name>soFeminine.co.uk - Celebrit...</display-name>
+    <description>Google Gadgets: soFeminine.co.uk - Celebrity news Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>London Underground Tube Status</value>
+      <value>soFeminine.co.uk - Celebrity news</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hutchison.org/tube_module/tube.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sofeminine.co.uk/world/stars/gadget/google.xml.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hutchison.org/tube_module/tube.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sofeminine.co.uk/world/stars/gadget/google.xml.asp</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6283,29 +7009,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>London Underground Tube Status</title>
-      <short-title>London Underground Tube Status</short-title>
+      <title>soFeminine.co.uk - Celebrity news</title>
+      <short-title>soFeminine.co.uk - Celebrity news</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TuttocellularenetGadget">
-    <portlet-name>TuttocellularenetGadget</portlet-name>
-    <display-name>Tuttocellulare.net</display-name>
-    <description>Google Gadgets: Tuttocellulare.net Gadget</description>
+  <portlet id="AGWeatherGadget">
+    <portlet-name>AGWeatherGadget</portlet-name>
+    <display-name>AGWeather</display-name>
+    <description>Google Gadgets: AGWeather Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tuttocellulare.net</value>
+      <value>AGWeather</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tuttocellulare.net/cellulari.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alex.gavrishev.googlepages.com/anod_weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tuttocellulare.net/cellulari.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alex.gavrishev.googlepages.com/anod_weather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6316,29 +7042,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tuttocellulare.net</title>
-      <short-title>Tuttocellulare.net</short-title>
+      <title>AGWeather</title>
+      <short-title>AGWeather</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="xmlGadget">
-    <portlet-name>xmlGadget</portlet-name>
-    <display-name>xml</display-name>
-    <description>Google Gadgets: xml Gadget</description>
+  <portlet id="YahooNewsMostPopularGadget">
+    <portlet-name>YahooNewsMostPopularGadget</portlet-name>
+    <display-name>Yahoo! News: Most Popular</display-name>
+    <description>Google Gadgets: Yahoo! News: Most Popular Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>xml</value>
+      <value>Yahoo! News: Most Popular</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://odia.terra.com.br/rss/xml/aa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-most.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://odia.terra.com.br/rss/xml/aa.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-most.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6349,29 +7075,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>xml</title>
-      <short-title>xml</short-title>
+      <title>Yahoo! News: Most Popular</title>
+      <short-title>Yahoo! News: Most Popular</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="auFeminincomNewsbeautGadget">
-    <portlet-name>auFeminincomNewsbeautGadget</portlet-name>
-    <display-name>auFeminin.com - News beaut?</display-name>
-    <description>Google Gadgets: auFeminin.com - News beaut? Gadget</description>
+  <portlet id="WeatherInternationalGadget">
+    <portlet-name>WeatherInternationalGadget</portlet-name>
+    <display-name>Weather International</display-name>
+    <description>Google Gadgets: Weather International Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>auFeminin.com - News beaut?</value>
+      <value>Weather International</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aufeminin.com/world/edito/news/gadget/google.xml.asp%3Frub%3Dbeaute&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/f_alpeggiani/weather_module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aufeminin.com/world/edito/news/gadget/google.xml.asp%3Frub%3Dbeaute</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/f_alpeggiani/weather_module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6382,29 +7108,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>auFeminin.com - News beaut?</title>
-      <short-title>auFeminin.com - News beaut?</short-title>
+      <title>Weather International</title>
+      <short-title>Weather International</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Today39sJapaneseNewspapersGadget">
-    <portlet-name>Today39sJapaneseNewspapersGadget</portlet-name>
-    <display-name>        - Today&#39;s Japanese Newspapers</display-name>
-    <description>Google Gadgets:         - Today&#39;s Japanese Newspapers Gadget</description>
+  <portlet id="TIMEQuoteoftheDayGadget">
+    <portlet-name>TIMEQuoteoftheDayGadget</portlet-name>
+    <display-name>TIME Quote of the Day</display-name>
+    <description>Google Gadgets: TIME Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>        - Today&#39;s Japanese Newspapers</value>
+      <value>TIME Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.newspaperindex.com/todays-japanese-newspapers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/cnn/time-quote-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.newspaperindex.com/todays-japanese-newspapers.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/cnn/time-quote-of-the-day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6415,29 +7141,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>        - Today&#39;s Japanese Newspapers</title>
-      <short-title>        - Today&#39;s Japanese Newspapers</short-title>
+      <title>TIME Quote of the Day</title>
+      <short-title>TIME Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="cinemunityKinofilmGadget">
-    <portlet-name>cinemunityKinofilmGadget</portlet-name>
-    <display-name>cinemunity Kinofilm</display-name>
-    <description>Google Gadgets: cinemunity Kinofilm Gadget</description>
+  <portlet id="PeoplecomCelebrityPhotosGadget">
+    <portlet-name>PeoplecomCelebrityPhotosGadget</portlet-name>
+    <display-name>People.com: Celebrity Photos</display-name>
+    <description>Google Gadgets: People.com: Celebrity Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>cinemunity Kinofilm</value>
+      <value>People.com: Celebrity Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tripple.net/contator/rssxmlgadget.asp%3Fnewsfeed%3Dcinemunity%2BKinofilm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/people_celebrityphotos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tripple.net/contator/rssxmlgadget.asp%3Fnewsfeed%3Dcinemunity%2BKinofilm</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/people_celebrityphotos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6448,29 +7174,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>cinemunity Kinofilm</title>
-      <short-title>cinemunity Kinofilm</short-title>
+      <title>People.com: Celebrity Photos</title>
+      <short-title>People.com: Celebrity Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JournalEnvironnementGadget">
-    <portlet-name>JournalEnvironnementGadget</portlet-name>
-    <display-name>Journal Environnement</display-name>
-    <description>Google Gadgets: Journal Environnement Gadget</description>
+  <portlet id="NOTES_ON_BECOMING_A_FAMOUS_ARCHITECTGadget">
+    <portlet-name>NOTES_ON_BECOMING_A_FAMOUS_ARCHITECTGadget</portlet-name>
+    <display-name>NOTES_ON_BECOMING_A_FAMOUS_...</display-name>
+    <description>Google Gadgets: NOTES_ON_BECOMING_A_FAMOUS_ARCHITECT Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Journal Environnement</value>
+      <value>NOTES_ON_BECOMING_A_FAMOUS_ARCHITECT</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.uni-vert.org/module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/107300951852686682262/FAMOUS_ARCHITECT.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.uni-vert.org/module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/107300951852686682262/FAMOUS_ARCHITECT.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6481,29 +7207,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Journal Environnement</title>
-      <short-title>Journal Environnement</short-title>
+      <title>NOTES_ON_BECOMING_A_FAMOUS_ARCHITECT</title>
+      <short-title>NOTES_ON_BECOMING_A_FAMOUS_ARCHITECT</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GagdetWebwereldnlGadget">
-    <portlet-name>GagdetWebwereldnlGadget</portlet-name>
-    <display-name>Gagdet Webwereld.nl</display-name>
-    <description>Google Gadgets: Gagdet Webwereld.nl Gadget</description>
+  <portlet id="ABAJournalMagazineStoriesGadget">
+    <portlet-name>ABAJournalMagazineStoriesGadget</portlet-name>
+    <display-name>ABA Journal Magazine Stories</display-name>
+    <description>Google Gadgets: ABA Journal Magazine Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gagdet Webwereld.nl</value>
+      <value>ABA Journal Magazine Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/webwereld.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/112756785256469966118/ABAJournalMagazine.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/webwereld.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/112756785256469966118/ABAJournalMagazine.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6514,29 +7240,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gagdet Webwereld.nl</title>
-      <short-title>Gagdet Webwereld.nl</short-title>
+      <title>ABA Journal Magazine Stories</title>
+      <short-title>ABA Journal Magazine Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="heuteonlinechGadget">
-    <portlet-name>heuteonlinechGadget</portlet-name>
-    <display-name>heute-online.ch</display-name>
-    <description>Google Gadgets: heute-online.ch Gadget</description>
+  <portlet id="GrandprixRacingNewsGadget">
+    <portlet-name>GrandprixRacingNewsGadget</portlet-name>
+    <display-name>Grandprix Racing News</display-name>
+    <description>Google Gadgets: Grandprix Racing News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>heute-online.ch</value>
+      <value>Grandprix Racing News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ww2.heute-online.ch/heute/ticker/google/cloud.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.grandprix-live.com/gadgets/gplive.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ww2.heute-online.ch/heute/ticker/google/cloud.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.grandprix-live.com/gadgets/gplive.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6547,29 +7273,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>heute-online.ch</title>
-      <short-title>heute-online.ch</short-title>
+      <title>Grandprix Racing News</title>
+      <short-title>Grandprix Racing News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NBAScoreboardGadget">
-    <portlet-name>NBAScoreboardGadget</portlet-name>
-    <display-name>NBA Scoreboard</display-name>
-    <description>Google Gadgets: NBA Scoreboard Gadget</description>
+  <portlet id="EntertainmentGadget">
+    <portlet-name>EntertainmentGadget</portlet-name>
+    <display-name>Entertainment</display-name>
+    <description>Google Gadgets: Entertainment Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NBA Scoreboard</value>
+      <value>Entertainment</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/p/Google/EaQomn_MJZp4my.aLJotn3nKMZspySiWKsotmiqXLs4klymCKJp5yy6bK58pnH7KK5p5yg/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/entertainment.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/p/Google/EaQomn_MJZp4my.aLJotn3nKMZspySiWKsotmiqXLs4klymCKJp5yy6bK58pnH7KK5p5yg/clearspring.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/entertainment.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6580,29 +7306,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NBA Scoreboard</title>
-      <short-title>NBA Scoreboard</short-title>
+      <title>Entertainment</title>
+      <short-title>Entertainment</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ActualitesGadget">
-    <portlet-name>ActualitesGadget</portlet-name>
-    <display-name>Actualites</display-name>
-    <description>Google Gadgets: Actualites Gadget</description>
+  <portlet id="HealthNewsRSSFeedsGadget">
+    <portlet-name>HealthNewsRSSFeedsGadget</portlet-name>
+    <display-name>Health News RSS Feeds</display-name>
+    <description>Google Gadgets: Health News RSS Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Actualites</value>
+      <value>Health News RSS Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.peopolitik.com/lepen-stock/lepen-stock_peopolitik.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/health.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.peopolitik.com/lepen-stock/lepen-stock_peopolitik.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/health.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6613,29 +7339,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Actualites</title>
-      <short-title>Actualites</short-title>
+      <title>Health News RSS Feeds</title>
+      <short-title>Health News RSS Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AgronotizieitSettimanaleditecnicaeconomiaeinnovazioneinagricolturaGadget">
-    <portlet-name>AgronotizieitSettimanaleditecnicaeconomiaeinnovazioneinagricolturaGadget</portlet-name>
-    <display-name>Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura</display-name>
-    <description>Google Gadgets: Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura Gadget</description>
+  <portlet id="PoliticsNewsFromYahooGadget">
+    <portlet-name>PoliticsNewsFromYahooGadget</portlet-name>
+    <display-name>Politics News From Yahoo!</display-name>
+    <description>Google Gadgets: Politics News From Yahoo! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura</value>
+      <value>Politics News From Yahoo!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://agronotizie.imagelinenetwork.com/rss/googlegadget.cfm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoopolitics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://agronotizie.imagelinenetwork.com/rss/googlegadget.cfm</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoopolitics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6646,29 +7372,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura</title>
-      <short-title>Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura</short-title>
+      <title>Politics News From Yahoo!</title>
+      <short-title>Politics News From Yahoo!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ElectionsPrsidentielles2007ComptereboursGadget">
-    <portlet-name>ElectionsPrsidentielles2007ComptereboursGadget</portlet-name>
-    <display-name>Elections Pr?sidentielles 2007 - Compte ? rebours</display-name>
-    <description>Google Gadgets: Elections Pr?sidentielles 2007 - Compte ? rebours Gadget</description>
+  <portlet id="NewYorkTimesHomePageGadget">
+    <portlet-name>NewYorkTimesHomePageGadget</portlet-name>
+    <display-name>New York Times Home Page</display-name>
+    <description>Google Gadgets: New York Times Home Page Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Elections Pr?sidentielles 2007 - Compte ? rebours</value>
+      <value>New York Times Home Page</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.elections-presidentielles-2007.net/feeds/google-compte-rebours.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-home.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.elections-presidentielles-2007.net/feeds/google-compte-rebours.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-home.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6679,29 +7405,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Elections Pr?sidentielles 2007 - Compte ? rebours</title>
-      <short-title>Elections Pr?sidentielles 2007 - Compte ? rebours</short-title>
+      <title>New York Times Home Page</title>
+      <short-title>New York Times Home Page</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JornalismoGadget">
-    <portlet-name>JornalismoGadget</portlet-name>
-    <display-name>Jornalismo</display-name>
-    <description>Google Gadgets: Jornalismo Gadget</description>
+  <portlet id="NewsFromAroundTheCountryGadget">
+    <portlet-name>NewsFromAroundTheCountryGadget</portlet-name>
+    <display-name>News From Around The Country</display-name>
+    <description>Google Gadgets: News From Around The Country Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Jornalismo</value>
+      <value>News From Around The Country</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://band.com.br/rss/gadgets/jornalismo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/country.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://band.com.br/rss/gadgets/jornalismo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/country.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6712,29 +7438,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Jornalismo</title>
-      <short-title>Jornalismo</short-title>
+      <title>News From Around The Country</title>
+      <short-title>News From Around The Country</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TelricaVideosGadget">
-    <portlet-name>TelricaVideosGadget</portlet-name>
-    <display-name>Tel?rica Videos</display-name>
-    <description>Google Gadgets: Tel?rica Videos Gadget</description>
+  <portlet id="MedicalUpdatesfromyourAmericanCancerSocietyGadget">
+    <portlet-name>MedicalUpdatesfromyourAmericanCancerSocietyGadget</portlet-name>
+    <display-name>Medical Updates from your A...</display-name>
+    <description>Google Gadgets: Medical Updates from your American Cancer Society Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tel?rica Videos</value>
+      <value>Medical Updates from your American Cancer Society</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.telurica.com/google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://labs.cancer.org/news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.telurica.com/google-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://labs.cancer.org/news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6745,29 +7471,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tel?rica Videos</title>
-      <short-title>Tel?rica Videos</short-title>
+      <title>Medical Updates from your American Cancer Society</title>
+      <short-title>Medical Updates from your American Cancer Society</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ScooplivedesinfospouretparvousGadget">
-    <portlet-name>ScooplivedesinfospouretparvousGadget</portlet-name>
-    <display-name>Scooplive - des infos pour et par vous</display-name>
-    <description>Google Gadgets: Scooplive - des infos pour et par vous Gadget</description>
+  <portlet id="News8AustinAllergyForecastGadget">
+    <portlet-name>News8AustinAllergyForecastGadget</portlet-name>
+    <display-name>News 8 Austin Allergy Forecast</display-name>
+    <description>Google Gadgets: News 8 Austin Allergy Forecast Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Scooplive - des infos pour et par vous</value>
+      <value>News 8 Austin Allergy Forecast</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.scooplive.com/Rss/gadget_0_1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blakewest.googlepages.com/news8allergy.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.scooplive.com/Rss/gadget_0_1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blakewest.googlepages.com/news8allergy.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6778,29 +7504,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Scooplive - des infos pour et par vous</title>
-      <short-title>Scooplive - des infos pour et par vous</short-title>
+      <title>News 8 Austin Allergy Forecast</title>
+      <short-title>News 8 Austin Allergy Forecast</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="24NewsruGadget">
-    <portlet-name>24NewsruGadget</portlet-name>
-    <display-name>24News.ru -                    </display-name>
-    <description>Google Gadgets: 24News.ru -                     Gadget</description>
+  <portlet id="NewYorkTimesHomeandGardenGadget">
+    <portlet-name>NewYorkTimesHomeandGardenGadget</portlet-name>
+    <display-name>New York Times: Home and Ga...</display-name>
+    <description>Google Gadgets: New York Times: Home and Garden Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>24News.ru -                    </value>
+      <value>New York Times: Home and Garden</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://24news.ru/export/googlegadget.phtml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-garden.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://24news.ru/export/googlegadget.phtml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-garden.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6811,29 +7537,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>24News.ru -                    </title>
-      <short-title>24News.ru -                    </short-title>
+      <title>New York Times: Home and Garden</title>
+      <short-title>New York Times: Home and Garden</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LeVifL39ExpressActualitGadget">
-    <portlet-name>LeVifL39ExpressActualitGadget</portlet-name>
-    <display-name>Le Vif/L&#39;Express: Actualit?</display-name>
-    <description>Google Gadgets: Le Vif/L&#39;Express: Actualit? Gadget</description>
+  <portlet id="Top10DiggEntertainmentStories1Gadget">
+    <portlet-name>Top10DiggEntertainmentStories1Gadget</portlet-name>
+    <display-name>Top 10 Digg Entertainment S...</display-name>
+    <description>Google Gadgets: Top 10 Digg Entertainment Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Le Vif/L&#39;Express: Actualit?</value>
+      <value>Top 10 Digg Entertainment Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.levif.be/ggtlv2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Entertainment.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.levif.be/ggtlv2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Entertainment.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6844,29 +7570,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Le Vif/L&#39;Express: Actualit?</title>
-      <short-title>Le Vif/L&#39;Express: Actualit?</short-title>
+      <title>Top 10 Digg Entertainment Stories</title>
+      <short-title>Top 10 Digg Entertainment Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="F1Gadget">
-    <portlet-name>F1Gadget</portlet-name>
-    <display-name>F1            </display-name>
-    <description>Google Gadgets: F1             Gadget</description>
+  <portlet id="AutomotivefriendsGadget">
+    <portlet-name>AutomotivefriendsGadget</portlet-name>
+    <display-name>Automotive friends</display-name>
+    <description>Google Gadgets: Automotive friends Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>F1            </value>
+      <value>Automotive friends</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/f1-j.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/105176529862395938758/automotivefriends.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sport.sakura.ne.jp/gg/f1-j.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/105176529862395938758/automotivefriends.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6877,29 +7603,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>F1            </title>
-      <short-title>F1            </short-title>
+      <title>Automotive friends</title>
+      <short-title>Automotive friends</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StorbylivdkNyesteeventsGadget">
-    <portlet-name>StorbylivdkNyesteeventsGadget</portlet-name>
-    <display-name>Storbyliv.dk :: Nyeste events</display-name>
-    <description>Google Gadgets: Storbyliv.dk :: Nyeste events Gadget</description>
+  <portlet id="MeteoxRealtimerainfallradar1Gadget">
+    <portlet-name>MeteoxRealtimerainfallradar1Gadget</portlet-name>
+    <display-name>Meteox - Realtime rainfall ...</display-name>
+    <description>Google Gadgets: Meteox - Realtime rainfall radar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Storbyliv.dk :: Nyeste events</value>
+      <value>Meteox - Realtime rainfall radar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.storbyliv.dk/sbl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www2.meteox.com/radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.storbyliv.dk/sbl.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www2.meteox.com/radar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6910,29 +7636,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Storbyliv.dk :: Nyeste events</title>
-      <short-title>Storbyliv.dk :: Nyeste events</short-title>
+      <title>Meteox - Realtime rainfall radar</title>
+      <short-title>Meteox - Realtime rainfall radar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeersverwachtingGadget">
-    <portlet-name>WeersverwachtingGadget</portlet-name>
-    <display-name>Weersverwachting</display-name>
-    <description>Google Gadgets: Weersverwachting Gadget</description>
+  <portlet id="GoogleNewsFeeds1Gadget">
+    <portlet-name>GoogleNewsFeeds1Gadget</portlet-name>
+    <display-name>Google News Feeds</display-name>
+    <description>Google Gadgets: Google News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weersverwachting</value>
+      <value>Google News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.30minutelunchbreak.com/gadgets/weer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/google-news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.30minutelunchbreak.com/gadgets/weer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/google-news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6943,29 +7669,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weersverwachting</title>
-      <short-title>Weersverwachting</short-title>
+      <title>Google News Feeds</title>
+      <short-title>Google News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iNVESTORFACTSindividuelleMeldungenGadget">
-    <portlet-name>iNVESTORFACTSindividuelleMeldungenGadget</portlet-name>
-    <display-name>iNVESTOR-FACTS individuelle Meldungen</display-name>
-    <description>Google Gadgets: iNVESTOR-FACTS individuelle Meldungen Gadget</description>
+  <portlet id="YahooNewsSportsGadget">
+    <portlet-name>YahooNewsSportsGadget</portlet-name>
+    <display-name>Yahoo! News: Sports</display-name>
+    <description>Google Gadgets: Yahoo! News: Sports Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iNVESTOR-FACTS individuelle Meldungen</value>
+      <value>Yahoo! News: Sports</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_rss_ind.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_rss_ind.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-sports.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6976,29 +7702,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iNVESTOR-FACTS individuelle Meldungen</title>
-      <short-title>iNVESTOR-FACTS individuelle Meldungen</short-title>
+      <title>Yahoo! News: Sports</title>
+      <short-title>Yahoo! News: Sports</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FenerbaheHaberveVideoGadget">
-    <portlet-name>FenerbaheHaberveVideoGadget</portlet-name>
-    <display-name>Fenerbah?e Haber ve Video</display-name>
-    <description>Google Gadgets: Fenerbah?e Haber ve Video Gadget</description>
+  <portlet id="NasaEarthObservatory1Gadget">
+    <portlet-name>NasaEarthObservatory1Gadget</portlet-name>
+    <display-name>Nasa Earth Observatory</display-name>
+    <description>Google Gadgets: Nasa Earth Observatory Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fenerbah?e Haber ve Video</value>
+      <value>Nasa Earth Observatory</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/fenerbahce.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106873644988507409212/nasa-eo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/fenerbahce.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106873644988507409212/nasa-eo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7009,29 +7735,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fenerbah?e Haber ve Video</title>
-      <short-title>Fenerbah?e Haber ve Video</short-title>
+      <title>Nasa Earth Observatory</title>
+      <short-title>Nasa Earth Observatory</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WikipenGadget">
-    <portlet-name>WikipenGadget</portlet-name>
-    <display-name>Wikipen</display-name>
-    <description>Google Gadgets: Wikipen Gadget</description>
+  <portlet id="NewYorkTimesEducationGadget">
+    <portlet-name>NewYorkTimesEducationGadget</portlet-name>
+    <display-name>New York Times: Education</display-name>
+    <description>Google Gadgets: New York Times: Education Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wikipen</value>
+      <value>New York Times: Education</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://wikipen-gadgets.googlecode.com/svn/wikipen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-education.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://wikipen-gadgets.googlecode.com/svn/wikipen.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-education.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7042,29 +7768,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wikipen</title>
-      <short-title>Wikipen</short-title>
+      <title>New York Times: Education</title>
+      <short-title>New York Times: Education</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KayserimnethaberleriGadget">
-    <portlet-name>KayserimnethaberleriGadget</portlet-name>
-    <display-name>Kayserim.net haberleri</display-name>
-    <description>Google Gadgets: Kayserim.net haberleri Gadget</description>
+  <portlet id="preciseBlogsGadget">
+    <portlet-name>preciseBlogsGadget</portlet-name>
+    <display-name>preciseBlogs</display-name>
+    <description>Google Gadgets: preciseBlogs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Kayserim.net haberleri</value>
+      <value>preciseBlogs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.kayserim.net/igoogle.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/blogs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.kayserim.net/igoogle.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/blogs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7075,29 +7801,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Kayserim.net haberleri</title>
-      <short-title>Kayserim.net haberleri</short-title>
+      <title>preciseBlogs</title>
+      <short-title>preciseBlogs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RocheDeutschlandMeldungenGadget">
-    <portlet-name>RocheDeutschlandMeldungenGadget</portlet-name>
-    <display-name>Roche Deutschland - Meldungen</display-name>
-    <description>Google Gadgets: Roche Deutschland - Meldungen Gadget</description>
+  <portlet id="EatingDisordersNewsGadget">
+    <portlet-name>EatingDisordersNewsGadget</portlet-name>
+    <display-name>Eating Disorders News</display-name>
+    <description>Google Gadgets: Eating Disorders News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Roche Deutschland - Meldungen</value>
+      <value>Eating Disorders News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.roche.de/presse/rss.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://psychcentral.com/gadgets/eating_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.roche.de/presse/rss.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://psychcentral.com/gadgets/eating_news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7108,29 +7834,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Roche Deutschland - Meldungen</title>
-      <short-title>Roche Deutschland - Meldungen</short-title>
+      <title>Eating Disorders News</title>
+      <short-title>Eating Disorders News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FotografiaperRomaGadget">
-    <portlet-name>FotografiaperRomaGadget</portlet-name>
-    <display-name>Fotografia per Roma</display-name>
-    <description>Google Gadgets: Fotografia per Roma Gadget</description>
+  <portlet id="HotTrendsGadgetGadget">
+    <portlet-name>HotTrendsGadgetGadget</portlet-name>
+    <display-name>Hot Trends Gadget</display-name>
+    <description>Google Gadgets: Hot Trends Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fotografia per Roma</value>
+      <value>Hot Trends Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fotografiaperroma.info/public/feed.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gadgetsearch.net/hottrends.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fotografiaperroma.info/public/feed.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gadgetsearch.net/hottrends.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7141,29 +7867,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fotografia per Roma</title>
-      <short-title>Fotografia per Roma</short-title>
+      <title>Hot Trends Gadget</title>
+      <short-title>Hot Trends Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ResimliFlashHaberlerGadget">
-    <portlet-name>ResimliFlashHaberlerGadget</portlet-name>
-    <display-name>Resimli Flash Haberler</display-name>
-    <description>Google Gadgets: Resimli Flash Haberler Gadget</description>
+  <portlet id="Top10DiggVideoStories1Gadget">
+    <portlet-name>Top10DiggVideoStories1Gadget</portlet-name>
+    <display-name>Top 10 Digg Video Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Video Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Resimli Flash Haberler</value>
+      <value>Top 10 Digg Video Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/flashhaber.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Videos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/flashhaber.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Videos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7174,29 +7900,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Resimli Flash Haberler</title>
-      <short-title>Resimli Flash Haberler</short-title>
+      <title>Top 10 Digg Video Stories</title>
+      <short-title>Top 10 Digg Video Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PinpositionnetGolfnachrichtenGadget">
-    <portlet-name>PinpositionnetGolfnachrichtenGadget</portlet-name>
-    <display-name>Pinposition.net - Golfnachrichten</display-name>
-    <description>Google Gadgets: Pinposition.net - Golfnachrichten Gadget</description>
+  <portlet id="511orgDrivingTimesGadget">
+    <portlet-name>511orgDrivingTimesGadget</portlet-name>
+    <display-name>511.org Driving Times</display-name>
+    <description>Google Gadgets: 511.org Driving Times Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pinposition.net - Golfnachrichten</value>
+      <value>511.org Driving Times</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pinposition.net/pinpo_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.xfactorial.com/gadgets/drivingtimes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pinposition.net/pinpo_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.xfactorial.com/gadgets/drivingtimes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7207,29 +7933,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pinposition.net - Golfnachrichten</title>
-      <short-title>Pinposition.net - Golfnachrichten</short-title>
+      <title>511.org Driving Times</title>
+      <short-title>511.org Driving Times</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iNVESTORFACTSBrsenZeitungGadget">
-    <portlet-name>iNVESTORFACTSBrsenZeitungGadget</portlet-name>
-    <display-name>iNVESTOR-FACTS - B?rsen-Zeitung</display-name>
-    <description>Google Gadgets: iNVESTOR-FACTS - B?rsen-Zeitung Gadget</description>
+  <portlet id="NewYorkTimesWorldNewsGadget">
+    <portlet-name>NewYorkTimesWorldNewsGadget</portlet-name>
+    <display-name>New York Times: World News</display-name>
+    <description>Google Gadgets: New York Times: World News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iNVESTOR-FACTS - B?rsen-Zeitung</value>
+      <value>New York Times: World News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.investor-facts.de/anzeige/google_bz.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-world.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.investor-facts.de/anzeige/google_bz.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-world.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7240,29 +7966,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iNVESTOR-FACTS - B?rsen-Zeitung</title>
-      <short-title>iNVESTOR-FACTS - B?rsen-Zeitung</short-title>
+      <title>New York Times: World News</title>
+      <short-title>New York Times: World News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HaberBankasiComHaberlerGazeteBalklarYerelHaberlerGadget">
-    <portlet-name>HaberBankasiComHaberlerGazeteBalklarYerelHaberlerGadget</portlet-name>
-    <display-name>HaberBankasi.Com Haberler Gazete Ba l klar  Yerel Haberler</display-name>
-    <description>Google Gadgets: HaberBankasi.Com Haberler Gazete Ba l klar  Yerel Haberler Gadget</description>
+  <portlet id="NewYorkTimesTechnologyGadget">
+    <portlet-name>NewYorkTimesTechnologyGadget</portlet-name>
+    <display-name>New York Times: Technology</display-name>
+    <description>Google Gadgets: New York Times: Technology Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>HaberBankasi.Com Haberler Gazete Ba l klar  Yerel Haberler</value>
+      <value>New York Times: Technology</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://haberbankasi.com/tools/ig.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-tech.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://haberbankasi.com/tools/ig.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-tech.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7273,29 +7999,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>HaberBankasi.Com Haberler Gazete Ba l klar  Yerel Haberler</title>
-      <short-title>HaberBankasi.Com Haberler Gazete Ba l klar  Yerel Haberler</short-title>
+      <title>New York Times: Technology</title>
+      <short-title>New York Times: Technology</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DivulgazioneScientificaitGadget">
-    <portlet-name>DivulgazioneScientificaitGadget</portlet-name>
-    <display-name>DivulgazioneScientifica.it</display-name>
-    <description>Google Gadgets: DivulgazioneScientifica.it Gadget</description>
+  <portlet id="KTVTWeatherGadget">
+    <portlet-name>KTVTWeatherGadget</portlet-name>
+    <display-name>KTVT Weather</display-name>
+    <description>Google Gadgets: KTVT Weather Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DivulgazioneScientifica.it</value>
+      <value>KTVT Weather</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.greedybrain.com/divulgazione/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/118270913060086223796/ktvt_weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.greedybrain.com/divulgazione/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/118270913060086223796/ktvt_weather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7306,29 +8032,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DivulgazioneScientifica.it</title>
-      <short-title>DivulgazioneScientifica.it</short-title>
+      <title>KTVT Weather</title>
+      <short-title>KTVT Weather</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="roKultcomRomanianBlogsGadget">
-    <portlet-name>roKultcomRomanianBlogsGadget</portlet-name>
-    <display-name>roKult.com - Romanian Blogs</display-name>
-    <description>Google Gadgets: roKult.com - Romanian Blogs Gadget</description>
+  <portlet id="NewYorkTimesSportsGadget">
+    <portlet-name>NewYorkTimesSportsGadget</portlet-name>
+    <display-name>New York Times: Sports</display-name>
+    <description>Google Gadgets: New York Times: Sports Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>roKult.com - Romanian Blogs</value>
+      <value>New York Times: Sports</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rokult.com/rokultBlogs_Google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rokult.com/rokultBlogs_Google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-sports.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7339,29 +8065,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>roKult.com - Romanian Blogs</title>
-      <short-title>roKult.com - Romanian Blogs</short-title>
+      <title>New York Times: Sports</title>
+      <short-title>New York Times: Sports</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BBCRussiancomGadget">
-    <portlet-name>BBCRussiancomGadget</portlet-name>
-    <display-name>BBCRussian.com ?       </display-name>
-    <description>Google Gadgets: BBCRussian.com ?        Gadget</description>
+  <portlet id="SelosClimatempoGadget">
+    <portlet-name>SelosClimatempoGadget</portlet-name>
+    <display-name>Selos Climatempo</display-name>
+    <description>Google Gadgets: Selos Climatempo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BBCRussian.com ?       </value>
+      <value>Selos Climatempo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/bbc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://igmodulos.googlepages.com/climatempo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/bbc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://igmodulos.googlepages.com/climatempo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7372,29 +8098,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BBCRussian.com ?       </title>
-      <short-title>BBCRussian.com ?       </short-title>
+      <title>Selos Climatempo</title>
+      <short-title>Selos Climatempo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MusicalatNewsGadget">
-    <portlet-name>MusicalatNewsGadget</portlet-name>
-    <display-name>Musical.at News</display-name>
-    <description>Google Gadgets: Musical.at News Gadget</description>
+  <portlet id="CNNYouTubeDebatesGadget">
+    <portlet-name>CNNYouTubeDebatesGadget</portlet-name>
+    <display-name>CNN / YouTube Debates</display-name>
+    <description>Google Gadgets: CNN / YouTube Debates Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Musical.at News</value>
+      <value>CNN / YouTube Debates</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tripple.net/contator/rssxmlgadget.asp%3Fnewsfeed%3DMusical.at%2BNews&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cnnyoutube.googlepages.com/cnnyt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tripple.net/contator/rssxmlgadget.asp%3Fnewsfeed%3DMusical.at%2BNews</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cnnyoutube.googlepages.com/cnnyt.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7405,29 +8131,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Musical.at News</title>
-      <short-title>Musical.at News</short-title>
+      <title>CNN / YouTube Debates</title>
+      <short-title>CNN / YouTube Debates</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AktuelleLottozahlenGadget">
-    <portlet-name>AktuelleLottozahlenGadget</portlet-name>
-    <display-name>Aktuelle Lottozahlen</display-name>
-    <description>Google Gadgets: Aktuelle Lottozahlen Gadget</description>
+  <portlet id="Top10DiggSportsStoriesGadget">
+    <portlet-name>Top10DiggSportsStoriesGadget</portlet-name>
+    <display-name>Top 10 Digg Sports Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Sports Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Aktuelle Lottozahlen</value>
+      <value>Top 10 Digg Sports Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.lotto-gadget.de/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.lotto-gadget.de/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Sports.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7438,29 +8164,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Aktuelle Lottozahlen</title>
-      <short-title>Aktuelle Lottozahlen</short-title>
+      <title>Top 10 Digg Sports Stories</title>
+      <short-title>Top 10 Digg Sports Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AllepeilingenopeenrijGadget">
-    <portlet-name>AllepeilingenopeenrijGadget</portlet-name>
-    <display-name>Alle peilingen op een rij</display-name>
-    <description>Google Gadgets: Alle peilingen op een rij Gadget</description>
+  <portlet id="Top10DiggGamingStories1Gadget">
+    <portlet-name>Top10DiggGamingStories1Gadget</portlet-name>
+    <display-name>Top 10 Digg Gaming Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Gaming Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Alle peilingen op een rij</value>
+      <value>Top 10 Digg Gaming Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ruut.dds.nl/peil.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Gaming.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ruut.dds.nl/peil.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Gaming.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7471,29 +8197,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Alle peilingen op een rij</title>
-      <short-title>Alle peilingen op een rij</short-title>
+      <title>Top 10 Digg Gaming Stories</title>
+      <short-title>Top 10 Digg Gaming Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ProgrammazioneitGadget">
-    <portlet-name>ProgrammazioneitGadget</portlet-name>
-    <display-name>Programmazione.it</display-name>
-    <description>Google Gadgets: Programmazione.it Gadget</description>
+  <portlet id="WeatherPluscomWidgetGadget">
+    <portlet-name>WeatherPluscomWidgetGadget</portlet-name>
+    <display-name>WeatherPlus.com Widget</display-name>
+    <description>Google Gadgets: WeatherPlus.com Widget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Programmazione.it</value>
+      <value>WeatherPlus.com Widget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://programmazione.it/gadget/PITFeedReader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.weatherplus.com/_wxp/xml/GoogleStaticWidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://programmazione.it/gadget/PITFeedReader.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.weatherplus.com/_wxp/xml/GoogleStaticWidget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7504,29 +8230,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Programmazione.it</title>
-      <short-title>Programmazione.it</short-title>
+      <title>WeatherPlus.com Widget</title>
+      <short-title>WeatherPlus.com Widget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouTubeGadget">
-    <portlet-name>YouTubeGadget</portlet-name>
-    <display-name>YouTube::      </display-name>
-    <description>Google Gadgets: YouTube::       Gadget</description>
+  <portlet id="CGIndustryNews1Gadget">
+    <portlet-name>CGIndustryNews1Gadget</portlet-name>
+    <display-name>CGIndustry News</display-name>
+    <description>Google Gadgets: CGIndustry News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>YouTube::      </value>
+      <value>CGIndustry News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hoosoo.tv/jp-video.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hoosoo.tv/jp-video.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cg-india.com/cgi_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7537,29 +8263,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>YouTube::      </title>
-      <short-title>YouTube::      </short-title>
+      <title>CGIndustry News</title>
+      <short-title>CGIndustry News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="roKultcomBancuriRomanestiGadget">
-    <portlet-name>roKultcomBancuriRomanestiGadget</portlet-name>
-    <display-name>roKult.com - Bancuri Romanesti</display-name>
-    <description>Google Gadgets: roKult.com - Bancuri Romanesti Gadget</description>
+  <portlet id="NewYorkTimesNewsTabbedFeeds4Gadget">
+    <portlet-name>NewYorkTimesNewsTabbedFeeds4Gadget</portlet-name>
+    <display-name>New York Times News (Tabbed...</display-name>
+    <description>Google Gadgets: New York Times News (Tabbed Feeds) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>roKult.com - Bancuri Romanesti</value>
+      <value>New York Times News (Tabbed Feeds)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rokult.com/rokultBancuri_Google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://singhalsoft.googlepages.com/nytimes-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rokult.com/rokultBancuri_Google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://singhalsoft.googlepages.com/nytimes-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7570,29 +8296,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>roKult.com - Bancuri Romanesti</title>
-      <short-title>roKult.com - Bancuri Romanesti</short-title>
+      <title>New York Times News (Tabbed Feeds)</title>
+      <short-title>New York Times News (Tabbed Feeds)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ODiaOnLineltimasnotciasGadget">
-    <portlet-name>ODiaOnLineltimasnotciasGadget</portlet-name>
-    <display-name>O Dia OnLine - ?ltimas not?cias</display-name>
-    <description>Google Gadgets: O Dia OnLine - ?ltimas not?cias Gadget</description>
+  <portlet id="ScienceandTechnologyGadget">
+    <portlet-name>ScienceandTechnologyGadget</portlet-name>
+    <display-name>Science and Technology</display-name>
+    <description>Google Gadgets: Science and Technology Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>O Dia OnLine - ?ltimas not?cias</value>
+      <value>Science and Technology</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://odia.terra.com.br/rss/xml/odia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/science.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://odia.terra.com.br/rss/xml/odia.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/science.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7603,29 +8329,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>O Dia OnLine - ?ltimas not?cias</title>
-      <short-title>O Dia OnLine - ?ltimas not?cias</short-title>
+      <title>Science and Technology</title>
+      <short-title>Science and Technology</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FMSourceenGadget">
-    <portlet-name>FMSourceenGadget</portlet-name>
-    <display-name>FMSource (en)</display-name>
-    <description>Google Gadgets: FMSource (en) Gadget</description>
+  <portlet id="HeadlinesfromtheGreenBlogosphereGadget">
+    <portlet-name>HeadlinesfromtheGreenBlogosphereGadget</portlet-name>
+    <display-name>Headlines from the Green Bl...</display-name>
+    <description>Google Gadgets: Headlines from the Green Blogosphere Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FMSource (en)</value>
+      <value>Headlines from the Green Blogosphere</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014935031213781989694/cse/n-rkcwnclbq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.firstsustainable.com/greenbloggers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014935031213781989694/cse/n-rkcwnclbq/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.firstsustainable.com/greenbloggers.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7636,29 +8362,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FMSource (en)</title>
-      <short-title>FMSource (en)</short-title>
+      <title>Headlines from the Green Blogosphere</title>
+      <short-title>Headlines from the Green Blogosphere</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="F1NewsFeedReaderGadget">
-    <portlet-name>F1NewsFeedReaderGadget</portlet-name>
-    <display-name>F1 News Feed Reader</display-name>
-    <description>Google Gadgets: F1 News Feed Reader Gadget</description>
+  <portlet id="YahooEntertainmentNewsGadget">
+    <portlet-name>YahooEntertainmentNewsGadget</portlet-name>
+    <display-name>Yahoo! Entertainment News</display-name>
+    <description>Google Gadgets: Yahoo! Entertainment News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>F1 News Feed Reader</value>
+      <value>Yahoo! Entertainment News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/f1-e.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-entertainment.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sport.sakura.ne.jp/gg/f1-e.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-entertainment.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7669,29 +8395,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>F1 News Feed Reader</title>
-      <short-title>F1 News Feed Reader</short-title>
+      <title>Yahoo! Entertainment News</title>
+      <short-title>Yahoo! Entertainment News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PrevisotoTempoGadget">
-    <portlet-name>PrevisotoTempoGadget</portlet-name>
-    <display-name>Previs?o to Tempo</display-name>
-    <description>Google Gadgets: Previs?o to Tempo Gadget</description>
+  <portlet id="NewYorkTimesGolfGadget">
+    <portlet-name>NewYorkTimesGolfGadget</portlet-name>
+    <display-name>New York Times: Golf</display-name>
+    <description>Google Gadgets: New York Times: Golf Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Previs?o to Tempo</value>
+      <value>New York Times: Golf</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.joaquim.org/tempo/tempo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-golf.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.joaquim.org/tempo/tempo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-golf.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7702,29 +8428,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Previs?o to Tempo</title>
-      <short-title>Previs?o to Tempo</short-title>
+      <title>New York Times: Golf</title>
+      <short-title>New York Times: Golf</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="roKultcomRomanianPortalGadget">
-    <portlet-name>roKultcomRomanianPortalGadget</portlet-name>
-    <display-name>roKult.com - Romanian Portal</display-name>
-    <description>Google Gadgets: roKult.com - Romanian Portal Gadget</description>
+  <portlet id="NewsreelOddNewsGadget">
+    <portlet-name>NewsreelOddNewsGadget</portlet-name>
+    <display-name>Newsreel Odd News</display-name>
+    <description>Google Gadgets: Newsreel Odd News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>roKult.com - Romanian Portal</value>
+      <value>Newsreel Odd News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rokult.com/rokult.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-odd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rokult.com/rokult.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-odd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7735,29 +8461,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>roKult.com - Romanian Portal</title>
-      <short-title>roKult.com - Romanian Portal</short-title>
+      <title>Newsreel Odd News</title>
+      <short-title>Newsreel Odd News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SixtyMinutesNewsGadget">
-    <portlet-name>SixtyMinutesNewsGadget</portlet-name>
-    <display-name>Sixty Minutes News</display-name>
-    <description>Google Gadgets: Sixty Minutes News Gadget</description>
+  <portlet id="AssociatedPressNewsFeeds3Gadget">
+    <portlet-name>AssociatedPressNewsFeeds3Gadget</portlet-name>
+    <display-name>Associated Press News Feeds</display-name>
+    <description>Google Gadgets: Associated Press News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sixty Minutes News</value>
+      <value>Associated Press News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.camdex.nl/rss/sixtymin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/ap-news-rss-feeds4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.camdex.nl/rss/sixtymin.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/ap-news-rss-feeds4.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7768,29 +8494,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sixty Minutes News</title>
-      <short-title>Sixty Minutes News</short-title>
+      <title>Associated Press News Feeds</title>
+      <short-title>Associated Press News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveradioNLGadget">
-    <portlet-name>LiveradioNLGadget</portlet-name>
-    <display-name>Live radio NL</display-name>
-    <description>Google Gadgets: Live radio NL Gadget</description>
+  <portlet id="PopularDiggOffbeatNewsStoriesGadget">
+    <portlet-name>PopularDiggOffbeatNewsStoriesGadget</portlet-name>
+    <display-name>Popular Digg Offbeat News S...</display-name>
+    <description>Google Gadgets: Popular Digg Offbeat News Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Live radio NL</value>
+      <value>Popular Digg Offbeat News Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.camdex.nl/tvlive/liveradio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Offbeat-News.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.camdex.nl/tvlive/liveradio.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Offbeat-News.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7801,29 +8527,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Live radio NL</title>
-      <short-title>Live radio NL</short-title>
+      <title>Popular Digg Offbeat News Stories</title>
+      <short-title>Popular Digg Offbeat News Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GalatasarayHaberveVideoGadget">
-    <portlet-name>GalatasarayHaberveVideoGadget</portlet-name>
-    <display-name>Galatasaray Haber ve Video</display-name>
-    <description>Google Gadgets: Galatasaray Haber ve Video Gadget</description>
+  <portlet id="BBCNewsFeeds3Gadget">
+    <portlet-name>BBCNewsFeeds3Gadget</portlet-name>
+    <display-name>BBC News Feeds</display-name>
+    <description>Google Gadgets: BBC News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Galatasaray Haber ve Video</value>
+      <value>BBC News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/galatasaray.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/bbc-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/galatasaray.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/bbc-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7834,29 +8560,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Galatasaray Haber ve Video</title>
-      <short-title>Galatasaray Haber ve Video</short-title>
+      <title>BBC News Feeds</title>
+      <short-title>BBC News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Noticias1Gadget">
-    <portlet-name>Noticias1Gadget</portlet-name>
-    <display-name>Noticias</display-name>
-    <description>Google Gadgets: Noticias Gadget</description>
+  <portlet id="NewsreelHealthNewsGadget">
+    <portlet-name>NewsreelHealthNewsGadget</portlet-name>
+    <display-name>Newsreel Health News</display-name>
+    <description>Google Gadgets: Newsreel Health News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Noticias</value>
+      <value>Newsreel Health News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fmu.br/rss/google.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-health.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fmu.br/rss/google.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-health.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7867,29 +8593,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Noticias</title>
-      <short-title>Noticias</short-title>
+      <title>Newsreel Health News</title>
+      <short-title>Newsreel Health News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ActividadessmicaPortugalGadget">
-    <portlet-name>ActividadessmicaPortugalGadget</portlet-name>
-    <display-name>Actividade s?smica Portugal</display-name>
-    <description>Google Gadgets: Actividade s?smica Portugal Gadget</description>
+  <portlet id="MedindiaHealthNewsGadget">
+    <portlet-name>MedindiaHealthNewsGadget</portlet-name>
+    <display-name>Medindia Health News</display-name>
+    <description>Google Gadgets: Medindia Health News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Actividade s?smica Portugal</value>
+      <value>Medindia Health News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.joaquim.org/tempo/sismo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.medindia.net/first.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.joaquim.org/tempo/sismo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.medindia.net/first.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7900,29 +8626,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Actividade s?smica Portugal</title>
-      <short-title>Actividade s?smica Portugal</short-title>
+      <title>Medindia Health News</title>
+      <short-title>Medindia Health News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WallStreetcelmaicititcotidianonlinedebusinessdinRomaniaGadget">
-    <portlet-name>WallStreetcelmaicititcotidianonlinedebusinessdinRomaniaGadget</portlet-name>
-    <display-name>Wall-Street ? cel mai citit cotidian online de business din Romania</display-name>
-    <description>Google Gadgets: Wall-Street ? cel mai citit cotidian online de business din Romania Gadget</description>
+  <portlet id="Top10DiggSportsStories1Gadget">
+    <portlet-name>Top10DiggSportsStories1Gadget</portlet-name>
+    <display-name>Top 10 Digg Sports Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Sports Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wall-Street ? cel mai citit cotidian online de business din Romania</value>
+      <value>Top 10 Digg Sports Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wall-street.ro/wsg_main.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wall-street.ro/wsg_main.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Sports.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7933,29 +8659,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wall-Street ? cel mai citit cotidian online de business din Romania</title>
-      <short-title>Wall-Street ? cel mai citit cotidian online de business din Romania</short-title>
+      <title>Top 10 Digg Sports Stories</title>
+      <short-title>Top 10 Digg Sports Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HavaDurumuGadget">
-    <portlet-name>HavaDurumuGadget</portlet-name>
-    <display-name>Hava Durumu</display-name>
-    <description>Google Gadgets: Hava Durumu Gadget</description>
+  <portlet id="TabbedRSSReader2Gadget">
+    <portlet-name>TabbedRSSReader2Gadget</portlet-name>
+    <display-name>Tabbed RSS Reader</display-name>
+    <description>Google Gadgets: Tabbed RSS Reader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hava Durumu</value>
+      <value>Tabbed RSS Reader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/hava-durumu.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/customized-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/hava-durumu.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/customized-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7966,29 +8692,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hava Durumu</title>
-      <short-title>Hava Durumu</short-title>
+      <title>Tabbed RSS Reader</title>
+      <short-title>Tabbed RSS Reader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArcoirisTVGadget">
-    <portlet-name>ArcoirisTVGadget</portlet-name>
-    <display-name>ArcoirisTV</display-name>
-    <description>Google Gadgets: ArcoirisTV Gadget</description>
+  <portlet id="RecallsFoodsMedicinesProductsGadget">
+    <portlet-name>RecallsFoodsMedicinesProductsGadget</portlet-name>
+    <display-name>Recalls - Foods, Medicines,...</display-name>
+    <description>Google Gadgets: Recalls - Foods, Medicines, Products. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ArcoirisTV</value>
+      <value>Recalls - Foods, Medicines, Products.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.arcoiris.tv/download/google/arcoiris_small_it.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gotoscience.com/gadgets/Gadget-Recalls-And-Product-Safety.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.arcoiris.tv/download/google/arcoiris_small_it.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gotoscience.com/gadgets/Gadget-Recalls-And-Product-Safety.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7999,29 +8725,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ArcoirisTV</title>
-      <short-title>ArcoirisTV</short-title>
+      <title>Recalls - Foods, Medicines, Products.</title>
+      <short-title>Recalls - Foods, Medicines, Products.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="auFeminincomNewscultureGadget">
-    <portlet-name>auFeminincomNewscultureGadget</portlet-name>
-    <display-name>auFeminin.com - News culture</display-name>
-    <description>Google Gadgets: auFeminin.com - News culture Gadget</description>
+  <portlet id="CNNNewsFeeds1Gadget">
+    <portlet-name>CNNNewsFeeds1Gadget</portlet-name>
+    <display-name>CNN News Feeds</display-name>
+    <description>Google Gadgets: CNN News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>auFeminin.com - News culture</value>
+      <value>CNN News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.aufeminin.com/world/edito/news/gadget/google.xml.asp%3Frub%3Dculture&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.googlepages.com/cnn-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.aufeminin.com/world/edito/news/gadget/google.xml.asp%3Frub%3Dculture</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.googlepages.com/cnn-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8032,29 +8758,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>auFeminin.com - News culture</title>
-      <short-title>auFeminin.com - News culture</short-title>
+      <title>CNN News Feeds</title>
+      <short-title>CNN News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DeutscheTVSenderGadget">
-    <portlet-name>DeutscheTVSenderGadget</portlet-name>
-    <display-name>Deutsche TV Sender</display-name>
-    <description>Google Gadgets: Deutsche TV Sender Gadget</description>
+  <portlet id="Suite101Gadget">
+    <portlet-name>Suite101Gadget</portlet-name>
+    <display-name>Suite101</display-name>
+    <description>Google Gadgets: Suite101 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Deutsche TV Sender</value>
+      <value>Suite101</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.30minutelunchbreak.com/gadgets/livetvde.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.suite101.com/gadget/gadget.cfm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.30minutelunchbreak.com/gadgets/livetvde.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.suite101.com/gadget/gadget.cfm</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8065,29 +8791,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Deutsche TV Sender</title>
-      <short-title>Deutsche TV Sender</short-title>
+      <title>Suite101</title>
+      <short-title>Suite101</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlitsGadget">
-    <portlet-name>FlitsGadget</portlet-name>
-    <display-name>Flits!</display-name>
-    <description>Google Gadgets: Flits! Gadget</description>
+  <portlet id="LotteryandLottoResultsGadget">
+    <portlet-name>LotteryandLottoResultsGadget</portlet-name>
+    <display-name>Lottery and Lotto Results</display-name>
+    <description>Google Gadgets: Lottery and Lotto Results Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flits!</value>
+      <value>Lottery and Lotto Results</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.30minutelunchbreak.com/gadgets/flits.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.lotteryxmlfeed.com/gadget/lottery-lotto-results/lottery-result-display.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.30minutelunchbreak.com/gadgets/flits.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.lotteryxmlfeed.com/gadget/lottery-lotto-results/lottery-result-display.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8098,29 +8824,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flits!</title>
-      <short-title>Flits!</short-title>
+      <title>Lottery and Lotto Results</title>
+      <short-title>Lottery and Lotto Results</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ltimasnotciasGadget">
-    <portlet-name>ltimasnotciasGadget</portlet-name>
-    <display-name>?ltimas not?cias</display-name>
-    <description>Google Gadgets: ?ltimas not?cias Gadget</description>
+  <portlet id="ReutersNewsFeedsGadget">
+    <portlet-name>ReutersNewsFeedsGadget</portlet-name>
+    <display-name>Reuters News Feeds</display-name>
+    <description>Google Gadgets: Reuters News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>?ltimas not?cias</value>
+      <value>Reuters News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pernambuco.com/rss/gadgets/gadget_ultimas.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/reuters-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pernambuco.com/rss/gadgets/gadget_ultimas.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/reuters-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8131,29 +8857,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>?ltimas not?cias</title>
-      <short-title>?ltimas not?cias</short-title>
+      <title>Reuters News Feeds</title>
+      <short-title>Reuters News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ActualidadenGloobalnetGadget">
-    <portlet-name>ActualidadenGloobalnetGadget</portlet-name>
-    <display-name>Actualidad en Gloobal.net</display-name>
-    <description>Google Gadgets: Actualidad en Gloobal.net Gadget</description>
+  <portlet id="SearchNewsSearchGadget">
+    <portlet-name>SearchNewsSearchGadget</portlet-name>
+    <display-name>Search News Search</display-name>
+    <description>Google Gadgets: Search News Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Actualidad en Gloobal.net</value>
+      <value>Search News Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gloobal.net/gloobal_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001647362868805548177/cse/ggixaeakrr4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gloobal.net/gloobal_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001647362868805548177/cse/ggixaeakrr4/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8164,29 +8890,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Actualidad en Gloobal.net</title>
-      <short-title>Actualidad en Gloobal.net</short-title>
+      <title>Search News Search</title>
+      <short-title>Search News Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="findodeNachrichtenGadget">
-    <portlet-name>findodeNachrichtenGadget</portlet-name>
-    <display-name>findo.de - Nachrichten</display-name>
-    <description>Google Gadgets: findo.de - Nachrichten Gadget</description>
+  <portlet id="HotspotMenu1Gadget">
+    <portlet-name>HotspotMenu1Gadget</portlet-name>
+    <display-name>Hotspot Menu</display-name>
+    <description>Google Gadgets: Hotspot Menu Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>findo.de - Nachrichten</value>
+      <value>Hotspot Menu</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.findo.de/api/google_gadget3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/HW12349.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.findo.de/api/google_gadget3.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/HW12349.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8197,29 +8923,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>findo.de - Nachrichten</title>
-      <short-title>findo.de - Nachrichten</short-title>
+      <title>Hotspot Menu</title>
+      <short-title>Hotspot Menu</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="anunturoAnunturiGratuiteGadget">
-    <portlet-name>anunturoAnunturiGratuiteGadget</portlet-name>
-    <display-name>anuntu.ro - Anunturi Gratuite</display-name>
-    <description>Google Gadgets: anuntu.ro - Anunturi Gratuite Gadget</description>
+  <portlet id="network2TVGadget">
+    <portlet-name>network2TVGadget</portlet-name>
+    <display-name>network2 TV</display-name>
+    <description>Google Gadgets: network2 TV Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>anuntu.ro - Anunturi Gratuite</value>
+      <value>network2 TV</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.anuntu.ro/picogadgetg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106985266960588822910/network2TV.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.anuntu.ro/picogadgetg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106985266960588822910/network2TV.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8230,29 +8956,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>anuntu.ro - Anunturi Gratuite</title>
-      <short-title>anuntu.ro - Anunturi Gratuite</short-title>
+      <title>network2 TV</title>
+      <short-title>network2 TV</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FyensStiftstidendeGadget">
-    <portlet-name>FyensStiftstidendeGadget</portlet-name>
-    <display-name>Fyens Stiftstidende</display-name>
-    <description>Google Gadgets: Fyens Stiftstidende Gadget</description>
+  <portlet id="ReutersNewsFeeds1Gadget">
+    <portlet-name>ReutersNewsFeeds1Gadget</portlet-name>
+    <display-name>Reuters News Feeds</display-name>
+    <description>Google Gadgets: Reuters News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fyens Stiftstidende</value>
+      <value>Reuters News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fyens.dk/external/googlegadget/fyens_neewsfeed_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://humanmaze.googlepages.com/reuters-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fyens.dk/external/googlegadget/fyens_neewsfeed_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://humanmaze.googlepages.com/reuters-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8263,29 +8989,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fyens Stiftstidende</title>
-      <short-title>Fyens Stiftstidende</short-title>
+      <title>Reuters News Feeds</title>
+      <short-title>Reuters News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NoticiasdeMacworldGadget">
-    <portlet-name>NoticiasdeMacworldGadget</portlet-name>
-    <display-name>Noticias de Macworld</display-name>
-    <description>Google Gadgets: Noticias de Macworld Gadget</description>
+  <portlet id="CraigslistSeekerGadget">
+    <portlet-name>CraigslistSeekerGadget</portlet-name>
+    <display-name>Craigslist Seeker</display-name>
+    <description>Google Gadgets: Craigslist Seeker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Noticias de Macworld</value>
+      <value>Craigslist Seeker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.idg.es/gadgets/macworld.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gingagadgets.com/craigslistseeker/craigslistseeker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.idg.es/gadgets/macworld.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gingagadgets.com/craigslistseeker/craigslistseeker.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8296,29 +9022,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Noticias de Macworld</title>
-      <short-title>Noticias de Macworld</short-title>
+      <title>Craigslist Seeker</title>
+      <short-title>Craigslist Seeker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveCamCopacabanaCOMGadget">
-    <portlet-name>LiveCamCopacabanaCOMGadget</portlet-name>
-    <display-name>LiveCam Copacabana.COM</display-name>
-    <description>Google Gadgets: LiveCam Copacabana.COM Gadget</description>
+  <portlet id="NewYorkTimesAutomobilesGadget">
+    <portlet-name>NewYorkTimesAutomobilesGadget</portlet-name>
+    <display-name>New York Times: Automobiles</display-name>
+    <description>Google Gadgets: New York Times: Automobiles Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LiveCam Copacabana.COM</value>
+      <value>New York Times: Automobiles</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://copacabana.com/livecam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-cars.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://copacabana.com/livecam.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-cars.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8329,29 +9055,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LiveCam Copacabana.COM</title>
-      <short-title>LiveCam Copacabana.COM</short-title>
+      <title>New York Times: Automobiles</title>
+      <short-title>New York Times: Automobiles</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WettersatellitEuropaGadget">
-    <portlet-name>WettersatellitEuropaGadget</portlet-name>
-    <display-name>Wettersatellit Europa</display-name>
-    <description>Google Gadgets: Wettersatellit Europa Gadget</description>
+  <portlet id="UniUndergroundAssignmentsv100Gadget">
+    <portlet-name>UniUndergroundAssignmentsv100Gadget</portlet-name>
+    <display-name>UniUnderground Assignments ...</display-name>
+    <description>Google Gadgets: UniUnderground Assignments v1.00 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wettersatellit Europa</value>
+      <value>UniUnderground Assignments v1.00</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1027885/D4272245498238581781&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://uniunderground.info/xonTAB/igoogle/assignments/v1/uassv100.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1027885/D4272245498238581781</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://uniunderground.info/xonTAB/igoogle/assignments/v1/uassv100.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8362,29 +9088,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wettersatellit Europa</title>
-      <short-title>Wettersatellit Europa</short-title>
+      <title>UniUnderground Assignments v1.00</title>
+      <short-title>UniUnderground Assignments v1.00</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GazeteveTrkeHaberSihirbazGadget">
-    <portlet-name>GazeteveTrkeHaberSihirbazGadget</portlet-name>
-    <display-name>Gazete ve T?rk?e Haber Sihirbaz </display-name>
-    <description>Google Gadgets: Gazete ve T?rk?e Haber Sihirbaz  Gadget</description>
+  <portlet id="NewYorkTimesObituariesGadget">
+    <portlet-name>NewYorkTimesObituariesGadget</portlet-name>
+    <display-name>New York Times: Obituaries</display-name>
+    <description>Google Gadgets: New York Times: Obituaries Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gazete ve T?rk?e Haber Sihirbaz </value>
+      <value>New York Times: Obituaries</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/haberbaz.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-obits.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/haberbaz.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-obits.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8395,29 +9121,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gazete ve T?rk?e Haber Sihirbaz </title>
-      <short-title>Gazete ve T?rk?e Haber Sihirbaz </short-title>
+      <title>New York Times: Obituaries</title>
+      <short-title>New York Times: Obituaries</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="motoGPGadget">
-    <portlet-name>motoGPGadget</portlet-name>
-    <display-name>motoGP            </display-name>
-    <description>Google Gadgets: motoGP             Gadget</description>
+  <portlet id="GadgetsDirectoryBlogGadget">
+    <portlet-name>GadgetsDirectoryBlogGadget</portlet-name>
+    <display-name>Gadgets Directory Blog</display-name>
+    <description>Google Gadgets: Gadgets Directory Blog Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>motoGP            </value>
+      <value>Gadgets Directory Blog</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/motogp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gotoscience.com/gadgets/Gadget-Got-To-Have-Gadgets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sport.sakura.ne.jp/gg/motogp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gotoscience.com/gadgets/Gadget-Got-To-Have-Gadgets.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8428,29 +9154,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>motoGP            </title>
-      <short-title>motoGP            </short-title>
+      <title>Gadgets Directory Blog</title>
+      <short-title>Gadgets Directory Blog</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LangeoognewsdeGadget">
-    <portlet-name>LangeoognewsdeGadget</portlet-name>
-    <display-name>Langeoognews.de</display-name>
-    <description>Google Gadgets: Langeoognews.de Gadget</description>
+  <portlet id="YahooNewsEditorialGadget">
+    <portlet-name>YahooNewsEditorialGadget</portlet-name>
+    <display-name>Yahoo! News: Editorial</display-name>
+    <description>Google Gadgets: Yahoo! News: Editorial Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Langeoognews.de</value>
+      <value>Yahoo! News: Editorial</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.torsten-weiler.de/google/gadget/langeoognews.de.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-opinion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.torsten-weiler.de/google/gadget/langeoognews.de.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-opinion.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8461,29 +9187,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Langeoognews.de</title>
-      <short-title>Langeoognews.de</short-title>
+      <title>Yahoo! News: Editorial</title>
+      <short-title>Yahoo! News: Editorial</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DvizveBorsaVerileriGadget">
-    <portlet-name>DvizveBorsaVerileriGadget</portlet-name>
-    <display-name>D?viz ve Borsa Verileri</display-name>
-    <description>Google Gadgets: D?viz ve Borsa Verileri Gadget</description>
+  <portlet id="HaveeruGadget">
+    <portlet-name>HaveeruGadget</portlet-name>
+    <display-name>Haveeru</display-name>
+    <description>Google Gadgets: Haveeru Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>D?viz ve Borsa Verileri</value>
+      <value>Haveeru</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/piyasa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://geocities.com/shaamil11/Blogging/haveeru.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/piyasa.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://geocities.com/shaamil11/Blogging/haveeru.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8494,29 +9220,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>D?viz ve Borsa Verileri</title>
-      <short-title>D?viz ve Borsa Verileri</short-title>
+      <title>Haveeru</title>
+      <short-title>Haveeru</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TemponasCapitaisBrasileirasGadget">
-    <portlet-name>TemponasCapitaisBrasileirasGadget</portlet-name>
-    <display-name>Tempo nas Capitais Brasileiras</display-name>
-    <description>Google Gadgets: Tempo nas Capitais Brasileiras Gadget</description>
+  <portlet id="NewYorkTimesMostEmailedGadget">
+    <portlet-name>NewYorkTimesMostEmailedGadget</portlet-name>
+    <display-name>New York Times: Most Emailed</display-name>
+    <description>Google Gadgets: New York Times: Most Emailed Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tempo nas Capitais Brasileiras</value>
+      <value>New York Times: Most Emailed</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://igmodulos.googlepages.com/climatempo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-emailed.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://igmodulos.googlepages.com/climatempo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-emailed.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8527,29 +9253,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tempo nas Capitais Brasileiras</title>
-      <short-title>Tempo nas Capitais Brasileiras</short-title>
+      <title>New York Times: Most Emailed</title>
+      <short-title>New York Times: Most Emailed</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KnackNieuwsportaalGadget">
-    <portlet-name>KnackNieuwsportaalGadget</portlet-name>
-    <display-name>Knack: Nieuwsportaal</display-name>
-    <description>Google Gadgets: Knack: Nieuwsportaal Gadget</description>
+  <portlet id="EntertainmentNewsVideoGadget">
+    <portlet-name>EntertainmentNewsVideoGadget</portlet-name>
+    <display-name>Entertainment News Video</display-name>
+    <description>Google Gadgets: Entertainment News Video Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Knack: Nieuwsportaal</value>
+      <value>Entertainment News Video</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.knack.be/ggtkv2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/103761938543022794926/entertainment_news_video.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.knack.be/ggtkv2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/103761938543022794926/entertainment_news_video.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8560,29 +9286,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Knack: Nieuwsportaal</title>
-      <short-title>Knack: Nieuwsportaal</short-title>
+      <title>Entertainment News Video</title>
+      <short-title>Entertainment News Video</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WettersatellitEuropa1Gadget">
-    <portlet-name>WettersatellitEuropa1Gadget</portlet-name>
-    <display-name>Wettersatellit Europa</display-name>
-    <description>Google Gadgets: Wettersatellit Europa Gadget</description>
+  <portlet id="YahooHealthNewsGadget">
+    <portlet-name>YahooHealthNewsGadget</portlet-name>
+    <display-name>Yahoo! Health News</display-name>
+    <description>Google Gadgets: Yahoo! Health News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wettersatellit Europa</value>
+      <value>Yahoo! Health News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.clasohm.com/google-modules/alpenverein-sat.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-health.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.clasohm.com/google-modules/alpenverein-sat.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-health.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8593,29 +9319,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wettersatellit Europa</title>
-      <short-title>Wettersatellit Europa</short-title>
+      <title>Yahoo! Health News</title>
+      <short-title>Yahoo! Health News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HetweerGadget">
-    <portlet-name>HetweerGadget</portlet-name>
-    <display-name>Het weer</display-name>
-    <description>Google Gadgets: Het weer Gadget</description>
+  <portlet id="preciseHeadlinesGadget">
+    <portlet-name>preciseHeadlinesGadget</portlet-name>
+    <display-name>preciseHeadlines</display-name>
+    <description>Google Gadgets: preciseHeadlines Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Het weer</value>
+      <value>preciseHeadlines</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www2.buienradar.nl/hetweer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.precisenews.us/pt/gadgets/headlines.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www2.buienradar.nl/hetweer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.precisenews.us/pt/gadgets/headlines.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8626,29 +9352,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Het weer</title>
-      <short-title>Het weer</short-title>
+      <title>preciseHeadlines</title>
+      <short-title>preciseHeadlines</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JobnetworkitAnnuncidilavoroGadget">
-    <portlet-name>JobnetworkitAnnuncidilavoroGadget</portlet-name>
-    <display-name>Jobnetwork.it - Annunci di lavoro</display-name>
-    <description>Google Gadgets: Jobnetwork.it - Annunci di lavoro Gadget</description>
+  <portlet id="NewsinPoliticsGadget">
+    <portlet-name>NewsinPoliticsGadget</portlet-name>
+    <display-name>News in Politics</display-name>
+    <description>Google Gadgets: News in Politics Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Jobnetwork.it - Annunci di lavoro</value>
+      <value>News in Politics</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.jobnetwork.it/google_gadget/JobNetwork.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/politics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.jobnetwork.it/google_gadget/JobNetwork.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/politics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8659,29 +9385,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Jobnetwork.it - Annunci di lavoro</title>
-      <short-title>Jobnetwork.it - Annunci di lavoro</short-title>
+      <title>News in Politics</title>
+      <short-title>News in Politics</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AgronotizieitSettimanaleditecnicaeconomiaeinnovazioneinagricoltura1Gadget">
-    <portlet-name>AgronotizieitSettimanaleditecnicaeconomiaeinnovazioneinagricoltura1Gadget</portlet-name>
-    <display-name>Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura</display-name>
-    <description>Google Gadgets: Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura Gadget</description>
+  <portlet id="NewYorkTimesWeekendinReviewGadget">
+    <portlet-name>NewYorkTimesWeekendinReviewGadget</portlet-name>
+    <display-name>New York Times: Weekend in ...</display-name>
+    <description>Google Gadgets: New York Times: Weekend in Review Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura</value>
+      <value>New York Times: Weekend in Review</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.agronotizie.it/rss/googlegadget.cfm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/nyt-weekend.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.agronotizie.it/rss/googlegadget.cfm</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/nyt-weekend.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8692,29 +9418,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura</title>
-      <short-title>Agronotizie.it: Settimanale di tecnica, economia e innovazione in agricoltura</short-title>
+      <title>New York Times: Weekend in Review</title>
+      <short-title>New York Times: Weekend in Review</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NoticiasdeltimahoradeABCesGadget">
-    <portlet-name>NoticiasdeltimahoradeABCesGadget</portlet-name>
-    <display-name>Noticias de ?ltima hora de ABC.es</display-name>
-    <description>Google Gadgets: Noticias de ?ltima hora de ABC.es Gadget</description>
+  <portlet id="GoogleNewscloudbyNewzingoGadget">
+    <portlet-name>GoogleNewscloudbyNewzingoGadget</portlet-name>
+    <display-name>Google News cloud by Newzingo</display-name>
+    <description>Google Gadgets: Google News cloud by Newzingo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Noticias de ?ltima hora de ABC.es</value>
+      <value>Google News cloud by Newzingo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.abc.es/informacion/miniabc/noticiasabcticker.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://newzingo.com/tagcloud/google_module&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.abc.es/informacion/miniabc/noticiasabcticker.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://newzingo.com/tagcloud/google_module</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8725,29 +9451,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Noticias de ?ltima hora de ABC.es</title>
-      <short-title>Noticias de ?ltima hora de ABC.es</short-title>
+      <title>Google News cloud by Newzingo</title>
+      <short-title>Google News cloud by Newzingo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ilmangioneitrecensionidelgiornoGadget">
-    <portlet-name>ilmangioneitrecensionidelgiornoGadget</portlet-name>
-    <display-name>ilmangione.it - recensioni del giorno</display-name>
-    <description>Google Gadgets: ilmangione.it - recensioni del giorno Gadget</description>
+  <portlet id="ScrapsGadget">
+    <portlet-name>ScrapsGadget</portlet-name>
+    <display-name>Scraps</display-name>
+    <description>Google Gadgets: Scraps Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ilmangione.it - recensioni del giorno</value>
+      <value>Scraps</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ilmangione.it/images/doc/google_mangione.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.inf.ufrgs.br/~crcons/gadgets/orkut/orkut.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ilmangione.it/images/doc/google_mangione.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.inf.ufrgs.br/~crcons/gadgets/orkut/orkut.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8758,29 +9484,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ilmangione.it - recensioni del giorno</title>
-      <short-title>ilmangione.it - recensioni del giorno</short-title>
+      <title>Scraps</title>
+      <short-title>Scraps</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ITGadget">
-    <portlet-name>ITGadget</portlet-name>
-    <display-name>        -  IT </display-name>
-    <description>Google Gadgets:         -  IT  Gadget</description>
+  <portlet id="PopularDiggSpaceStoriesGadget">
+    <portlet-name>PopularDiggSpaceStoriesGadget</portlet-name>
+    <display-name>Popular Digg Space Stories</display-name>
+    <description>Google Gadgets: Popular Digg Space Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>        -  IT </value>
+      <value>Popular Digg Space Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.iza.ne.jp/gadget/google/iza_news_it_reader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Space.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.iza.ne.jp/gadget/google/iza_news_it_reader.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Space.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8791,29 +9517,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>        -  IT </title>
-      <short-title>        -  IT </short-title>
+      <title>Popular Digg Space Stories</title>
+      <short-title>Popular Digg Space Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Actualites1Gadget">
-    <portlet-name>Actualites1Gadget</portlet-name>
-    <display-name>Actualites</display-name>
-    <description>Google Gadgets: Actualites Gadget</description>
+  <portlet id="CNNNewsFeeds2Gadget">
+    <portlet-name>CNNNewsFeeds2Gadget</portlet-name>
+    <display-name>CNN News Feeds</display-name>
+    <description>Google Gadgets: CNN News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Actualites</value>
+      <value>CNN News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.peopolitik.com/bayrou-stock/bayrou-stock_peopolitik.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/cnn-news-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.peopolitik.com/bayrou-stock/bayrou-stock_peopolitik.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/cnn-news-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8824,29 +9550,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Actualites</title>
-      <short-title>Actualites</short-title>
+      <title>CNN News Feeds</title>
+      <short-title>CNN News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="eastereggsGadget">
-    <portlet-name>eastereggsGadget</portlet-name>
-    <display-name>eastereggs</display-name>
-    <description>Google Gadgets: eastereggs Gadget</description>
+  <portlet id="USLawinNewsGadget">
+    <portlet-name>USLawinNewsGadget</portlet-name>
+    <display-name>US Law in News</display-name>
+    <description>Google Gadgets: US Law in News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>eastereggs</value>
+      <value>US Law in News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.eastereggs.svensoltmann.de/promo/google-gadget/eastereggs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/uslaw.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.eastereggs.svensoltmann.de/promo/google-gadget/eastereggs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/uslaw.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8857,29 +9583,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>eastereggs</title>
-      <short-title>eastereggs</short-title>
+      <title>US Law in News</title>
+      <short-title>US Law in News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ElectionsPrsidentielle2007SondageGadget">
-    <portlet-name>ElectionsPrsidentielle2007SondageGadget</portlet-name>
-    <display-name>Elections Pr?sidentielle 2007 - Sondage</display-name>
-    <description>Google Gadgets: Elections Pr?sidentielle 2007 - Sondage Gadget</description>
+  <portlet id="CNNNewsVideoMostPopularMostRecentGadget">
+    <portlet-name>CNNNewsVideoMostPopularMostRecentGadget</portlet-name>
+    <display-name>CNN News: Video, Most Popul...</display-name>
+    <description>Google Gadgets: CNN News: Video, Most Popular, Most Recent Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Elections Pr?sidentielle 2007 - Sondage</value>
+      <value>CNN News: Video, Most Popular, Most Recent</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.elections-presidentielles-2007.net/feeds/google-tete-sondage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/cnn-video.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.elections-presidentielles-2007.net/feeds/google-tete-sondage.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/cnn-video.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8890,29 +9616,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Elections Pr?sidentielle 2007 - Sondage</title>
-      <short-title>Elections Pr?sidentielle 2007 - Sondage</short-title>
+      <title>CNN News: Video, Most Popular, Most Recent</title>
+      <short-title>CNN News: Video, Most Popular, Most Recent</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RTNewsRuGadget">
-    <portlet-name>RTNewsRuGadget</portlet-name>
-    <display-name>RTNews.Ru</display-name>
-    <description>Google Gadgets: RTNews.Ru Gadget</description>
+  <portlet id="YahooWorldNewsGadget">
+    <portlet-name>YahooWorldNewsGadget</portlet-name>
+    <display-name>Yahoo! World News</display-name>
+    <description>Google Gadgets: Yahoo! World News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RTNews.Ru</value>
+      <value>Yahoo! World News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rtnews.ru/news-rss/gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-world.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rtnews.ru/news-rss/gg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-world.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8923,29 +9649,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RTNews.Ru</title>
-      <short-title>RTNews.Ru</short-title>
+      <title>Yahoo! World News</title>
+      <short-title>Yahoo! World News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RegionSkneSenasteNyttGadget">
-    <portlet-name>RegionSkneSenasteNyttGadget</portlet-name>
-    <display-name>Region Sk?ne -Senaste Nytt</display-name>
-    <description>Google Gadgets: Region Sk?ne -Senaste Nytt Gadget</description>
+  <portlet id="FloodAdvisoryGadgetGadget">
+    <portlet-name>FloodAdvisoryGadgetGadget</portlet-name>
+    <display-name>Flood Advisory Gadget</display-name>
+    <description>Google Gadgets: Flood Advisory Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Region Sk?ne -Senaste Nytt</value>
+      <value>Flood Advisory Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lagstrom.googlepages.com/skane_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://broadcast-weather.net/gadget/flood_advisory/flood_advisory.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lagstrom.googlepages.com/skane_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://broadcast-weather.net/gadget/flood_advisory/flood_advisory.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8956,29 +9682,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Region Sk?ne -Senaste Nytt</title>
-      <short-title>Region Sk?ne -Senaste Nytt</short-title>
+      <title>Flood Advisory Gadget</title>
+      <short-title>Flood Advisory Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MtodeSteMargueritesurMerGadget">
-    <portlet-name>MtodeSteMargueritesurMerGadget</portlet-name>
-    <display-name>M?t?o de Ste Marguerite sur Mer</display-name>
-    <description>Google Gadgets: M?t?o de Ste Marguerite sur Mer Gadget</description>
+  <portlet id="GotoUMAInfoGadget">
+    <portlet-name>GotoUMAInfoGadget</portlet-name>
+    <display-name>Go to UMA Info</display-name>
+    <description>Google Gadgets: Go to UMA Info Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>M?t?o de Ste Marguerite sur Mer</value>
+      <value>Go to UMA Info</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ste-marguerite-sur-mer.fr/Ste_Marguerite_Meteo.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/Go_to_umainfo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ste-marguerite-sur-mer.fr/Ste_Marguerite_Meteo.asp</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/Go_to_umainfo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8989,11 +9715,209 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>M?t?o de Ste Marguerite sur Mer</title>
-      <short-title>M?t?o de Ste Marguerite sur Mer</short-title>
+      <title>Go to UMA Info</title>
+      <short-title>Go to UMA Info</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="DraggableLocalWeatherRadarMapGadget">
+    <portlet-name>DraggableLocalWeatherRadarMapGadget</portlet-name>
+    <display-name>Draggable Local Weather Rad...</display-name>
+    <description>Google Gadgets: Draggable Local Weather Radar Map Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Draggable Local Weather Radar Map</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jrhollis.googlepages.com/wms_maps_radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jrhollis.googlepages.com/wms_maps_radar.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Draggable Local Weather Radar Map</title>
+      <short-title>Draggable Local Weather Radar Map</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="JeniusLatestPostGadget">
+    <portlet-name>JeniusLatestPostGadget</portlet-name>
+    <display-name>Jenius - Latest Post</display-name>
+    <description>Google Gadgets: Jenius - Latest Post Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Jenius - Latest Post</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jenius.phrebh.com/latestpost.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jenius.phrebh.com/latestpost.php</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Jenius - Latest Post</title>
+      <short-title>Jenius - Latest Post</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="GOOGLEMAPSEARCHGadget">
+    <portlet-name>GOOGLEMAPSEARCHGadget</portlet-name>
+    <display-name>GOOGLE MAP SEARCH</display-name>
+    <description>Google Gadgets: GOOGLE MAP SEARCH Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>GOOGLE MAP SEARCH</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/google-map-search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/google-map-search.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>GOOGLE MAP SEARCH</title>
+      <short-title>GOOGLE MAP SEARCH</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ESPNTabbedSportsFeeds2Gadget">
+    <portlet-name>ESPNTabbedSportsFeeds2Gadget</portlet-name>
+    <display-name>ESPN Tabbed Sports Feeds</display-name>
+    <description>Google Gadgets: ESPN Tabbed Sports Feeds Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>ESPN Tabbed Sports Feeds</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/espn-sports-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/espn-sports-rss-feeds.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>ESPN Tabbed Sports Feeds</title>
+      <short-title>ESPN Tabbed Sports Feeds</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="YahooNewsPoliticsGadget">
+    <portlet-name>YahooNewsPoliticsGadget</portlet-name>
+    <display-name>Yahoo! News: Politics</display-name>
+    <description>Google Gadgets: Yahoo! News: Politics Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Yahoo! News: Politics</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadget.rss.feeds.googlepages.com/yahoo-politics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadget.rss.feeds.googlepages.com/yahoo-politics.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Yahoo! News: Politics</title>
+      <short-title>Yahoo! News: Politics</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="preciseHeadlines1Gadget">
+    <portlet-name>preciseHeadlines1Gadget</portlet-name>
+    <display-name>preciseHeadlines</display-name>
+    <description>Google Gadgets: preciseHeadlines Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>preciseHeadlines</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/headlines.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/headlines.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>preciseHeadlines</title>
+      <short-title>preciseHeadlines</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
 </portlet-app>
 

Modified: googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/googlegadgets-sports/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 21:12:08 UTC (rev 746)
@@ -19,18 +19,51 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
 
-  <portlet id="LiveSportsScoresGadget">
-    <portlet-name>LiveSportsScoresGadget</portlet-name>
-    <display-name>Live Sports Scores</display-name>
-    <description>Google Gadgets: Live Sports Scores Gadget</description>
+  <portlet id="LiveCricketScoresGadget">
+    <portlet-name>LiveCricketScoresGadget</portlet-name>
+    <display-name>Live Cricket Scores</display-name>
+    <description>Google Gadgets: Live Cricket Scores Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Live Sports Scores</value>
+      <value>Live Cricket Scores</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shantanuthatte.googlepages.com/scores.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shantanuthatte.googlepages.com/scores.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Live Cricket Scores</title>
+      <short-title>Live Cricket Scores</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="LiveCustomizedSportsScoresGadget">
+    <portlet-name>LiveCustomizedSportsScoresGadget</portlet-name>
+    <display-name>Live Customized Sports Scores</display-name>
+    <description>Google Gadgets: Live Customized Sports Scores Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Live Customized Sports Scores</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
       <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sportsline.com/modules/scoresDOM&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
@@ -46,29 +79,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Live Sports Scores</title>
-      <short-title>Live Sports Scores</short-title>
+      <title>Live Customized Sports Scores</title>
+      <short-title>Live Customized Sports Scores</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SifyLiveCricketScoresGadget">
-    <portlet-name>SifyLiveCricketScoresGadget</portlet-name>
-    <display-name>Sify-Live Cricket Scores</display-name>
-    <description>Google Gadgets: Sify-Live Cricket Scores Gadget</description>
+  <portlet id="SportsPhotosoftheDayGadget">
+    <portlet-name>SportsPhotosoftheDayGadget</portlet-name>
+    <display-name>Sports Photos of the Day</display-name>
+    <description>Google Gadgets: Sports Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sify-Live Cricket Scores</value>
+      <value>Sports Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jijopaulp.googlepages.com/cricketsify.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/sports-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jijopaulp.googlepages.com/cricketsify.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/sports-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -79,29 +112,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sify-Live Cricket Scores</title>
-      <short-title>Sify-Live Cricket Scores</short-title>
+      <title>Sports Photos of the Day</title>
+      <short-title>Sports Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebcamsAlpsskisportsGadget">
-    <portlet-name>WebcamsAlpsskisportsGadget</portlet-name>
-    <display-name>Webcams Alps: ski - sports</display-name>
-    <description>Google Gadgets: Webcams Alps: ski - sports Gadget</description>
+  <portlet id="ESPNTabbedSportsFeedsGadget">
+    <portlet-name>ESPNTabbedSportsFeedsGadget</portlet-name>
+    <display-name>ESPN Tabbed Sports Feeds</display-name>
+    <description>Google Gadgets: ESPN Tabbed Sports Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Webcams Alps: ski - sports</value>
+      <value>ESPN Tabbed Sports Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sitewww.ch/widget/ski.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://humanmaze.googlepages.com/espn-sports-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sitewww.ch/widget/ski.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://humanmaze.googlepages.com/espn-sports-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -112,29 +145,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Webcams Alps: ski - sports</title>
-      <short-title>Webcams Alps: ski - sports</short-title>
+      <title>ESPN Tabbed Sports Feeds</title>
+      <short-title>ESPN Tabbed Sports Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FullBodyAnalysisCalculatorGadget">
-    <portlet-name>FullBodyAnalysisCalculatorGadget</portlet-name>
-    <display-name>Full Body Analysis Calculator </display-name>
-    <description>Google Gadgets: Full Body Analysis Calculator  Gadget</description>
+  <portlet id="LiveMLBScoresGadget">
+    <portlet-name>LiveMLBScoresGadget</portlet-name>
+    <display-name>Live MLB Scores</display-name>
+    <description>Google Gadgets: Live MLB Scores Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Full Body Analysis Calculator </value>
+      <value>Live MLB Scores</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fba.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.milwaukeebrewcrew.com/gadget2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/fba.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.milwaukeebrewcrew.com/gadget2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -145,8 +178,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Full Body Analysis Calculator </title>
-      <short-title>Full Body Analysis Calculator </short-title>
+      <title>Live MLB Scores</title>
+      <short-title>Live MLB Scores</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
@@ -217,23 +250,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="BodyBuilderrandomimageGadget">
-    <portlet-name>BodyBuilderrandomimageGadget</portlet-name>
-    <display-name>Body.Builder random image</display-name>
-    <description>Google Gadgets: Body.Builder random image Gadget</description>
+  <portlet id="PhotosfromSIcomGadget">
+    <portlet-name>PhotosfromSIcomGadget</portlet-name>
+    <display-name>Photos from SI.com</display-name>
+    <description>Google Gadgets: Photos from SI.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Body.Builder random image</value>
+      <value>Photos from SI.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://body.builder.hu/googlegadget01.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/world_cup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://body.builder.hu/googlegadget01.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/world_cup.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -244,29 +277,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Body.Builder random image</title>
-      <short-title>Body.Builder random image</short-title>
+      <title>Photos from SI.com</title>
+      <short-title>Photos from SI.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhotosfromSIcomGadget">
-    <portlet-name>PhotosfromSIcomGadget</portlet-name>
-    <display-name>Photos from SI.com</display-name>
-    <description>Google Gadgets: Photos from SI.com Gadget</description>
+  <portlet id="Baseball2Gadget">
+    <portlet-name>Baseball2Gadget</portlet-name>
+    <display-name>Baseball 2</display-name>
+    <description>Google Gadgets: Baseball 2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Photos from SI.com</value>
+      <value>Baseball 2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/world_cup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/baseball2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/world_cup.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/baseball2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -277,29 +310,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Photos from SI.com</title>
-      <short-title>Photos from SI.com</short-title>
+      <title>Baseball 2</title>
+      <short-title>Baseball 2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveMLBScoresGadget">
-    <portlet-name>LiveMLBScoresGadget</portlet-name>
-    <display-name>Live MLB Scores</display-name>
-    <description>Google Gadgets: Live MLB Scores Gadget</description>
+  <portlet id="BCSStandingsGadget">
+    <portlet-name>BCSStandingsGadget</portlet-name>
+    <display-name>BCS Standings</display-name>
+    <description>Google Gadgets: BCS Standings Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Live MLB Scores</value>
+      <value>BCS Standings</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.milwaukeebrewcrew.com/gadget2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://conklins.googlepages.com/bcs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.milwaukeebrewcrew.com/gadget2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://conklins.googlepages.com/bcs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -310,29 +343,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Live MLB Scores</title>
-      <short-title>Live MLB Scores</short-title>
+      <title>BCS Standings</title>
+      <short-title>BCS Standings</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TargetHeartRateCalculatorGadget">
-    <portlet-name>TargetHeartRateCalculatorGadget</portlet-name>
-    <display-name>Target Heart Rate Calculator</display-name>
-    <description>Google Gadgets: Target Heart Rate Calculator Gadget</description>
+  <portlet id="GolfMedicTipoftheDayGadget">
+    <portlet-name>GolfMedicTipoftheDayGadget</portlet-name>
+    <display-name>Golf Medic - Tip of the Day</display-name>
+    <description>Google Gadgets: Golf Medic - Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Target Heart Rate Calculator</value>
+      <value>Golf Medic - Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/thr.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.golfmedic.net/golftips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/thr.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.golfmedic.net/golftips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -343,29 +376,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Target Heart Rate Calculator</title>
-      <short-title>Target Heart Rate Calculator</short-title>
+      <title>Golf Medic - Tip of the Day</title>
+      <short-title>Golf Medic - Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AutoAffordabilityCalculatorGadget">
-    <portlet-name>AutoAffordabilityCalculatorGadget</portlet-name>
-    <display-name>Auto Affordability Calculator  </display-name>
-    <description>Google Gadgets: Auto Affordability Calculator   Gadget</description>
+  <portlet id="MuayThaiGadget">
+    <portlet-name>MuayThaiGadget</portlet-name>
+    <display-name>Muay Thai</display-name>
+    <description>Google Gadgets: Muay Thai Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Auto Affordability Calculator  </value>
+      <value>Muay Thai</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/auto_affordability.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://games.uflaz.com/xml/muaythai.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/auto_affordability.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://games.uflaz.com/xml/muaythai.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -376,29 +409,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Auto Affordability Calculator  </title>
-      <short-title>Auto Affordability Calculator  </short-title>
+      <title>Muay Thai</title>
+      <short-title>Muay Thai</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NBAPlayoffHighlightsVideoGadget">
-    <portlet-name>NBAPlayoffHighlightsVideoGadget</portlet-name>
-    <display-name>NBA Playoff Highlights Video</display-name>
-    <description>Google Gadgets: NBA Playoff Highlights Video Gadget</description>
+  <portlet id="CricketSearchGadget">
+    <portlet-name>CricketSearchGadget</portlet-name>
+    <display-name>Cricket Search</display-name>
+    <description>Google Gadgets: Cricket Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NBA Playoff Highlights Video</value>
+      <value>Cricket Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013439550306667110260/cse/6pasfxe_tyo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013439550306667110260/cse/6pasfxe_tyo/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -409,29 +442,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NBA Playoff Highlights Video</title>
-      <short-title>NBA Playoff Highlights Video</short-title>
+      <title>Cricket Search</title>
+      <short-title>Cricket Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FindDistanceCalculatorGadget">
-    <portlet-name>FindDistanceCalculatorGadget</portlet-name>
-    <display-name>Find Distance Calculator</display-name>
-    <description>Google Gadgets: Find Distance Calculator Gadget</description>
+  <portlet id="BoxingScheduleGadget">
+    <portlet-name>BoxingScheduleGadget</portlet-name>
+    <display-name>Boxing Schedule</display-name>
+    <description>Google Gadgets: Boxing Schedule Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Find Distance Calculator</value>
+      <value>Boxing Schedule</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fdist.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009043021738219134748/cse/l_maplodzsy/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/fdist.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009043021738219134748/cse/l_maplodzsy/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -442,29 +475,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Find Distance Calculator</title>
-      <short-title>Find Distance Calculator</short-title>
+      <title>Boxing Schedule</title>
+      <short-title>Boxing Schedule</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BCSStandingsGadget">
-    <portlet-name>BCSStandingsGadget</portlet-name>
-    <display-name>BCS Standings</display-name>
-    <description>Google Gadgets: BCS Standings Gadget</description>
+  <portlet id="ExistingAutoLoanAnalysisCalculatorGadget">
+    <portlet-name>ExistingAutoLoanAnalysisCalculatorGadget</portlet-name>
+    <display-name>Existing Auto Loan Analysis...</display-name>
+    <description>Google Gadgets: Existing Auto Loan Analysis Calculator   Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BCS Standings</value>
+      <value>Existing Auto Loan Analysis Calculator  </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://conklins.googlepages.com/bcs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/eloan_analysis.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://conklins.googlepages.com/bcs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/eloan_analysis.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -475,29 +508,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BCS Standings</title>
-      <short-title>BCS Standings</short-title>
+      <title>Existing Auto Loan Analysis Calculator  </title>
+      <short-title>Existing Auto Loan Analysis Calculator  </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AutoPaymentComparisonCalculatorGadget">
-    <portlet-name>AutoPaymentComparisonCalculatorGadget</portlet-name>
-    <display-name>Auto Payment Comparison Calculator </display-name>
-    <description>Google Gadgets: Auto Payment Comparison Calculator  Gadget</description>
+  <portlet id="SoccerLivescoreWidgetGadget">
+    <portlet-name>SoccerLivescoreWidgetGadget</portlet-name>
+    <display-name>Soccer Livescore Widget</display-name>
+    <description>Google Gadgets: Soccer Livescore Widget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Auto Payment Comparison Calculator </value>
+      <value>Soccer Livescore Widget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/apcomp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.exactscores.com/Gadget-Soccer-FadeA3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/apcomp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.exactscores.com/Gadget-Soccer-FadeA3.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -508,29 +541,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Auto Payment Comparison Calculator </title>
-      <short-title>Auto Payment Comparison Calculator </short-title>
+      <title>Soccer Livescore Widget</title>
+      <short-title>Soccer Livescore Widget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WinProbabilityFanGraphscomGadget">
-    <portlet-name>WinProbabilityFanGraphscomGadget</portlet-name>
-    <display-name>Win Probability FanGraphs.com</display-name>
-    <description>Google Gadgets: Win Probability FanGraphs.com Gadget</description>
+  <portlet id="BodyBuilderrandomimageGadget">
+    <portlet-name>BodyBuilderrandomimageGadget</portlet-name>
+    <display-name>Body.Builder random image</display-name>
+    <description>Google Gadgets: Body.Builder random image Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Win Probability FanGraphs.com</value>
+      <value>Body.Builder random image</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1042475/5611039679301450511&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://body.builder.hu/googlegadget01.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1042475/5611039679301450511</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://body.builder.hu/googlegadget01.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -541,29 +574,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Win Probability FanGraphs.com</title>
-      <short-title>Win Probability FanGraphs.com</short-title>
+      <title>Body.Builder random image</title>
+      <short-title>Body.Builder random image</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AirsoftSearchEngineGadget">
-    <portlet-name>AirsoftSearchEngineGadget</portlet-name>
-    <display-name>Airsoft Search Engine</display-name>
-    <description>Google Gadgets: Airsoft Search Engine Gadget</description>
+  <portlet id="UFCArticlesGadget">
+    <portlet-name>UFCArticlesGadget</portlet-name>
+    <display-name>UFC Articles</display-name>
+    <description>Google Gadgets: UFC Articles Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Airsoft Search Engine</value>
+      <value>UFC Articles</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006837202869456059827/cse/p2bimtzcxwc/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://amazingjoe.googlepages.com/ufc_gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006837202869456059827/cse/p2bimtzcxwc/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://amazingjoe.googlepages.com/ufc_gg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -574,29 +607,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Airsoft Search Engine</title>
-      <short-title>Airsoft Search Engine</short-title>
+      <title>UFC Articles</title>
+      <short-title>UFC Articles</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AsiVancomGadget">
-    <portlet-name>AsiVancomGadget</portlet-name>
-    <display-name>AsiVan.com</display-name>
-    <description>Google Gadgets: AsiVan.com Gadget</description>
+  <portlet id="BasketballLivescoreWidgetGadget">
+    <portlet-name>BasketballLivescoreWidgetGadget</portlet-name>
+    <display-name>Basketball Livescore Widget</display-name>
+    <description>Google Gadgets: Basketball Livescore Widget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AsiVan.com</value>
+      <value>Basketball Livescore Widget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.asivan.com/asivan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.exactscores.com/Gadget-Basketball-ScrollVM.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.asivan.com/asivan.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.exactscores.com/Gadget-Basketball-ScrollVM.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -607,29 +640,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AsiVan.com</title>
-      <short-title>AsiVan.com</short-title>
+      <title>Basketball Livescore Widget</title>
+      <short-title>Basketball Livescore Widget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YourDailyFootballWifeorFanGadget">
-    <portlet-name>YourDailyFootballWifeorFanGadget</portlet-name>
-    <display-name>Your Daily Football Wife or Fan</display-name>
-    <description>Google Gadgets: Your Daily Football Wife or Fan Gadget</description>
+  <portlet id="PhiladelphiaPhilliesPlayerStatisticsGadget">
+    <portlet-name>PhiladelphiaPhilliesPlayerStatisticsGadget</portlet-name>
+    <display-name>Philadelphia Phillies Playe...</display-name>
+    <description>Google Gadgets: Philadelphia Phillies Player Statistics Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Your Daily Football Wife or Fan</value>
+      <value>Philadelphia Phillies Player Statistics</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.soccerwives.eu/gadgets/footballwives.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dapper.net/services/Philadelphia_Phillies_Player_Statistics&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.soccerwives.eu/gadgets/footballwives.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dapper.net/services/Philadelphia_Phillies_Player_Statistics</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -640,29 +673,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Your Daily Football Wife or Fan</title>
-      <short-title>Your Daily Football Wife or Fan</short-title>
+      <title>Philadelphia Phillies Player Statistics</title>
+      <short-title>Philadelphia Phillies Player Statistics</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BaseballPlayeroftheDayGadget">
-    <portlet-name>BaseballPlayeroftheDayGadget</portlet-name>
-    <display-name>Baseball Player of the Day</display-name>
-    <description>Google Gadgets: Baseball Player of the Day Gadget</description>
+  <portlet id="TheSportsn39KidzNetworkForumsGadget">
+    <portlet-name>TheSportsn39KidzNetworkForumsGadget</portlet-name>
+    <display-name>The Sports n&#39; Kidz Netw...</display-name>
+    <description>Google Gadgets: The Sports n&#39; Kidz Network Forums Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Baseball Player of the Day</value>
+      <value>The Sports n&#39; Kidz Network Forums</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/baseball_xotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sportsnkidz.com/gadgets/SKNForums.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/baseball_xotd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sportsnkidz.com/gadgets/SKNForums.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -673,29 +706,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Baseball Player of the Day</title>
-      <short-title>Baseball Player of the Day</short-title>
+      <title>The Sports n&#39; Kidz Network Forums</title>
+      <short-title>The Sports n&#39; Kidz Network Forums</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyworkoutroutineGadget">
-    <portlet-name>MyworkoutroutineGadget</portlet-name>
-    <display-name>My workout routine</display-name>
-    <description>Google Gadgets: My workout routine Gadget</description>
+  <portlet id="BasketballLivescoreWidget1Gadget">
+    <portlet-name>BasketballLivescoreWidget1Gadget</portlet-name>
+    <display-name>Basketball Livescore Widget</display-name>
+    <description>Google Gadgets: Basketball Livescore Widget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My workout routine</value>
+      <value>Basketball Livescore Widget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.xlgain.com/gadgets/routine.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.exactscores.com/Gadget-Basketball-ScrollVA3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.xlgain.com/gadgets/routine.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.exactscores.com/Gadget-Basketball-ScrollVA3.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -706,29 +739,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My workout routine</title>
-      <short-title>My workout routine</short-title>
+      <title>Basketball Livescore Widget</title>
+      <short-title>Basketball Livescore Widget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CricketWorldCupNewsGadget">
-    <portlet-name>CricketWorldCupNewsGadget</portlet-name>
-    <display-name>Cricket World Cup News</display-name>
-    <description>Google Gadgets: Cricket World Cup News Gadget</description>
+  <portlet id="FinalScoresGadget">
+    <portlet-name>FinalScoresGadget</portlet-name>
+    <display-name>Final Scores</display-name>
+    <description>Google Gadgets: Final Scores Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cricket World Cup News</value>
+      <value>Final Scores</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://selva.narayanan.googlepages.com/worldcup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/sport/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://selva.narayanan.googlepages.com/worldcup.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/sport/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -739,29 +772,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cricket World Cup News</title>
-      <short-title>Cricket World Cup News</short-title>
+      <title>Final Scores</title>
+      <short-title>Final Scores</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BeckettMessageBoardRSSGadget">
-    <portlet-name>BeckettMessageBoardRSSGadget</portlet-name>
-    <display-name>Beckett Message Board RSS</display-name>
-    <description>Google Gadgets: Beckett Message Board RSS Gadget</description>
+  <portlet id="NBAPlayoffHighlightsVideoGadget">
+    <portlet-name>NBAPlayoffHighlightsVideoGadget</portlet-name>
+    <display-name>NBA Playoff Highlights Video</display-name>
+    <description>Google Gadgets: NBA Playoff Highlights Video Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Beckett Message Board RSS</value>
+      <value>NBA Playoff Highlights Video</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.egadgx.com/gadgets/BRSSGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.egadgx.com/gadgets/BRSSGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/4628e80f2d2068dc/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -772,29 +805,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Beckett Message Board RSS</title>
-      <short-title>Beckett Message Board RSS</short-title>
+      <title>NBA Playoff Highlights Video</title>
+      <short-title>NBA Playoff Highlights Video</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NFLStandingsGadget">
-    <portlet-name>NFLStandingsGadget</portlet-name>
-    <display-name>NFL Standings</display-name>
-    <description>Google Gadgets: NFL Standings Gadget</description>
+  <portlet id="TargetHeartRateCalculatorGadget">
+    <portlet-name>TargetHeartRateCalculatorGadget</portlet-name>
+    <display-name>Target Heart Rate Calculator</display-name>
+    <description>Google Gadgets: Target Heart Rate Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NFL Standings</value>
+      <value>Target Heart Rate Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.socialplanit.com/NFLStandings.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/thr.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.socialplanit.com/NFLStandings.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/thr.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -805,29 +838,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NFL Standings</title>
-      <short-title>NFL Standings</short-title>
+      <title>Target Heart Rate Calculator</title>
+      <short-title>Target Heart Rate Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveCricketScoresGadget">
-    <portlet-name>LiveCricketScoresGadget</portlet-name>
-    <display-name>Live Cricket Scores</display-name>
-    <description>Google Gadgets: Live Cricket Scores Gadget</description>
+  <portlet id="BettingOddsFOOTBALLGadget">
+    <portlet-name>BettingOddsFOOTBALLGadget</portlet-name>
+    <display-name>Betting Odds - FOOTBALL</display-name>
+    <description>Google Gadgets: Betting Odds - FOOTBALL Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Live Cricket Scores</value>
+      <value>Betting Odds - FOOTBALL</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shantanuthatte.googlepages.com/scores.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://scripts.betting-odds-24.com/ggnxt.php%3Fsa%3D1&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shantanuthatte.googlepages.com/scores.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://scripts.betting-odds-24.com/ggnxt.php%3Fsa%3D1</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -838,29 +871,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Live Cricket Scores</title>
-      <short-title>Live Cricket Scores</short-title>
+      <title>Betting Odds - FOOTBALL</title>
+      <short-title>Betting Odds - FOOTBALL</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CollegeHoopsAPPollGadget">
-    <portlet-name>CollegeHoopsAPPollGadget</portlet-name>
-    <display-name>College Hoops AP Poll</display-name>
-    <description>Google Gadgets: College Hoops AP Poll Gadget</description>
+  <portlet id="PaceToSpeedConversionCalculatorbyBizCalcscomGadget">
+    <portlet-name>PaceToSpeedConversionCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Pace To Speed Conversion Ca...</display-name>
+    <description>Google Gadgets: Pace To Speed Conversion Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>College Hoops AP Poll</value>
+      <value>Pace To Speed Conversion Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://conklins.googlepages.com/hoops.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Pace-To-Speed-Conversion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://conklins.googlepages.com/hoops.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Pace-To-Speed-Conversion.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -871,29 +904,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>College Hoops AP Poll</title>
-      <short-title>College Hoops AP Poll</short-title>
+      <title>Pace To Speed Conversion Calculator by BizCalcs.com</title>
+      <short-title>Pace To Speed Conversion Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PWResourceWrestlingNewsGadget">
-    <portlet-name>PWResourceWrestlingNewsGadget</portlet-name>
-    <display-name>PWResource Wrestling News</display-name>
-    <description>Google Gadgets: PWResource Wrestling News Gadget</description>
+  <portlet id="TargetHeartRateKarvonenformulaCalculatorGadget">
+    <portlet-name>TargetHeartRateKarvonenformulaCalculatorGadget</portlet-name>
+    <display-name>Target Heart Rate (Karvonen...</display-name>
+    <description>Google Gadgets: Target Heart Rate (Karvonen formula) Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PWResource Wrestling News</value>
+      <value>Target Heart Rate (Karvonen formula) Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pwresource.com/pwrgoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/thr-k.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pwresource.com/pwrgoogle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/thr-k.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -904,29 +937,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PWResource Wrestling News</title>
-      <short-title>PWResource Wrestling News</short-title>
+      <title>Target Heart Rate (Karvonen formula) Calculator</title>
+      <short-title>Target Heart Rate (Karvonen formula) Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelSportsGadget">
-    <portlet-name>NewsreelSportsGadget</portlet-name>
-    <display-name>Newsreel Sports</display-name>
-    <description>Google Gadgets: Newsreel Sports Gadget</description>
+  <portlet id="LocalReplayPhotoGadget">
+    <portlet-name>LocalReplayPhotoGadget</portlet-name>
+    <display-name>LocalReplay Photo</display-name>
+    <description>Google Gadgets: LocalReplay Photo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel Sports</value>
+      <value>LocalReplay Photo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-sport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.localreplay.com/test/lrgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-sport.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.localreplay.com/test/lrgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -937,29 +970,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel Sports</title>
-      <short-title>Newsreel Sports</short-title>
+      <title>LocalReplay Photo</title>
+      <short-title>LocalReplay Photo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SportsPhotosoftheDayGadget">
-    <portlet-name>SportsPhotosoftheDayGadget</portlet-name>
-    <display-name>Sports Photos of the Day</display-name>
-    <description>Google Gadgets: Sports Photos of the Day Gadget</description>
+  <portlet id="CollegeFootballAPPollGadget">
+    <portlet-name>CollegeFootballAPPollGadget</portlet-name>
+    <display-name>College Football AP Poll</display-name>
+    <description>Google Gadgets: College Football AP Poll Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sports Photos of the Day</value>
+      <value>College Football AP Poll</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/sports-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://conklins.googlepages.com/fbp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/sports-photos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://conklins.googlepages.com/fbp.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -970,29 +1003,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sports Photos of the Day</title>
-      <short-title>Sports Photos of the Day</short-title>
+      <title>College Football AP Poll</title>
+      <short-title>College Football AP Poll</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UFCArticlesGadget">
-    <portlet-name>UFCArticlesGadget</portlet-name>
-    <display-name>UFC Articles</display-name>
-    <description>Google Gadgets: UFC Articles Gadget</description>
+  <portlet id="MOJOcardzCardSearchGadget">
+    <portlet-name>MOJOcardzCardSearchGadget</portlet-name>
+    <display-name>MOJOcardz: Card Search</display-name>
+    <description>Google Gadgets: MOJOcardz: Card Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>UFC Articles</value>
+      <value>MOJOcardz: Card Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://amazingjoe.googlepages.com/ufc_gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mojocardz.com/gadgets/mcardzsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://amazingjoe.googlepages.com/ufc_gg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mojocardz.com/gadgets/mcardzsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1003,29 +1036,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>UFC Articles</title>
-      <short-title>UFC Articles</short-title>
+      <title>MOJOcardz: Card Search</title>
+      <short-title>MOJOcardz: Card Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GolfMedicTipoftheDayGadget">
-    <portlet-name>GolfMedicTipoftheDayGadget</portlet-name>
-    <display-name>Golf Medic - Tip of the Day</display-name>
-    <description>Google Gadgets: Golf Medic - Tip of the Day Gadget</description>
+  <portlet id="RestingHeartRateAverageCalculatorGadget">
+    <portlet-name>RestingHeartRateAverageCalculatorGadget</portlet-name>
+    <display-name>Resting Heart Rate Average ...</display-name>
+    <description>Google Gadgets: Resting Heart Rate Average Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Golf Medic - Tip of the Day</value>
+      <value>Resting Heart Rate Average Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.golfmedic.net/golftips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/rhr.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.golfmedic.net/golftips.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/rhr.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1036,29 +1069,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Golf Medic - Tip of the Day</title>
-      <short-title>Golf Medic - Tip of the Day</short-title>
+      <title>Resting Heart Rate Average Calculator</title>
+      <short-title>Resting Heart Rate Average Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RacinNationcomNASCARNewsGadget">
-    <portlet-name>RacinNationcomNASCARNewsGadget</portlet-name>
-    <display-name>RacinNation.com - NASCAR News</display-name>
-    <description>Google Gadgets: RacinNation.com - NASCAR News Gadget</description>
+  <portlet id="SpeedToPaceConversionCalculatorbyBizCalcscomGadget">
+    <portlet-name>SpeedToPaceConversionCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Speed To Pace Conversion Ca...</display-name>
+    <description>Google Gadgets: Speed To Pace Conversion Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RacinNation.com - NASCAR News</value>
+      <value>Speed To Pace Conversion Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.racinnation.com/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/Speed-To-Pace-Conversion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.racinnation.com/google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/Speed-To-Pace-Conversion.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1069,29 +1102,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RacinNation.com - NASCAR News</title>
-      <short-title>RacinNation.com - NASCAR News</short-title>
+      <title>Speed To Pace Conversion Calculator by BizCalcs.com</title>
+      <short-title>Speed To Pace Conversion Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CricketSearchGadget">
-    <portlet-name>CricketSearchGadget</portlet-name>
-    <display-name>Cricket Search</display-name>
-    <description>Google Gadgets: Cricket Search Gadget</description>
+  <portlet id="SearchRunningBlogPostsGadget">
+    <portlet-name>SearchRunningBlogPostsGadget</portlet-name>
+    <display-name>Search Running Blog Posts</display-name>
+    <description>Google Gadgets: Search Running Blog Posts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cricket Search</value>
+      <value>Search Running Blog Posts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013439550306667110260/cse/6pasfxe_tyo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003856020961126299894/cse/xwvhylgupba/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013439550306667110260/cse/6pasfxe_tyo/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/003856020961126299894/cse/xwvhylgupba/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1102,29 +1135,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cricket Search</title>
-      <short-title>Cricket Search</short-title>
+      <title>Search Running Blog Posts</title>
+      <short-title>Search Running Blog Posts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TargetHeartRateKarvonenformulaCalculatorGadget">
-    <portlet-name>TargetHeartRateKarvonenformulaCalculatorGadget</portlet-name>
-    <display-name>Target Heart Rate (Karvonen formula) Calculator</display-name>
-    <description>Google Gadgets: Target Heart Rate (Karvonen formula) Calculator Gadget</description>
+  <portlet id="FindDistanceCalculatorbyBizCalcscomGadget">
+    <portlet-name>FindDistanceCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Find Distance Calculator by...</display-name>
+    <description>Google Gadgets: Find Distance Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Target Heart Rate (Karvonen formula) Calculator</value>
+      <value>Find Distance Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/thr-k.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Find-Distance.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/thr-k.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Find-Distance.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1135,29 +1168,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Target Heart Rate (Karvonen formula) Calculator</title>
-      <short-title>Target Heart Rate (Karvonen formula) Calculator</short-title>
+      <title>Find Distance Calculator by BizCalcs.com</title>
+      <short-title>Find Distance Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MLBScoreboardGadget">
-    <portlet-name>MLBScoreboardGadget</portlet-name>
-    <display-name>MLB Scoreboard</display-name>
-    <description>Google Gadgets: MLB Scoreboard Gadget</description>
+  <portlet id="NewsF1byF1GrandPrixitGadget">
+    <portlet-name>NewsF1byF1GrandPrixitGadget</portlet-name>
+    <display-name>News F1 by F1GrandPrix.it</display-name>
+    <description>Google Gadgets: News F1 by F1GrandPrix.it Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MLB Scoreboard</value>
+      <value>News F1 by F1GrandPrix.it</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tgrinberg.googlepages.com/mlbmodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.f1grandprix.it/newsf1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tgrinberg.googlepages.com/mlbmodule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.f1grandprix.it/newsf1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1168,29 +1201,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MLB Scoreboard</title>
-      <short-title>MLB Scoreboard</short-title>
+      <title>News F1 by F1GrandPrix.it</title>
+      <short-title>News F1 by F1GrandPrix.it</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SpeedtoPaceConversionCalculatorGadget">
-    <portlet-name>SpeedtoPaceConversionCalculatorGadget</portlet-name>
-    <display-name>Speed to Pace Conversion Calculator  </display-name>
-    <description>Google Gadgets: Speed to Pace Conversion Calculator   Gadget</description>
+  <portlet id="RunningNewsViewsandBlogsGadget">
+    <portlet-name>RunningNewsViewsandBlogsGadget</portlet-name>
+    <display-name>Running News Views and Blogs</display-name>
+    <description>Google Gadgets: Running News Views and Blogs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Speed to Pace Conversion Calculator  </value>
+      <value>Running News Views and Blogs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/s2p.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://completerunning.com/widgets/42.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/s2p.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://completerunning.com/widgets/42.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1201,29 +1234,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Speed to Pace Conversion Calculator  </title>
-      <short-title>Speed to Pace Conversion Calculator  </short-title>
+      <title>Running News Views and Blogs</title>
+      <short-title>Running News Views and Blogs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CricketWorldCupScoresGadget">
-    <portlet-name>CricketWorldCupScoresGadget</portlet-name>
-    <display-name>Cricket World Cup Scores</display-name>
-    <description>Google Gadgets: Cricket World Cup Scores Gadget</description>
+  <portlet id="PracticeoftheDayGadget">
+    <portlet-name>PracticeoftheDayGadget</portlet-name>
+    <display-name>Practice of the Day</display-name>
+    <description>Google Gadgets: Practice of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cricket World Cup Scores</value>
+      <value>Practice of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/cricket_scores.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sportplan.net/google/sportplan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/cricket_scores.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sportplan.net/google/sportplan.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1234,29 +1267,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cricket World Cup Scores</title>
-      <short-title>Cricket World Cup Scores</short-title>
+      <title>Practice of the Day</title>
+      <short-title>Practice of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ExistingAutoLoanAnalysisCalculatorGadget">
-    <portlet-name>ExistingAutoLoanAnalysisCalculatorGadget</portlet-name>
-    <display-name>Existing Auto Loan Analysis Calculator  </display-name>
-    <description>Google Gadgets: Existing Auto Loan Analysis Calculator   Gadget</description>
+  <portlet id="AndhraguyzLiveCricketScoresGadget">
+    <portlet-name>AndhraguyzLiveCricketScoresGadget</portlet-name>
+    <display-name>Andhraguyz-Live Cricket Scores</display-name>
+    <description>Google Gadgets: Andhraguyz-Live Cricket Scores Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Existing Auto Loan Analysis Calculator  </value>
+      <value>Andhraguyz-Live Cricket Scores</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/eloan_analysis.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://djrahul84.googlepages.com/live.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/eloan_analysis.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://djrahul84.googlepages.com/live.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1267,15 +1300,81 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Existing Auto Loan Analysis Calculator  </title>
-      <short-title>Existing Auto Loan Analysis Calculator  </short-title>
+      <title>Andhraguyz-Live Cricket Scores</title>
+      <short-title>Andhraguyz-Live Cricket Scores</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="CricketScoreCardGadget">
+    <portlet-name>CricketScoreCardGadget</portlet-name>
+    <display-name>Cricket Score Card</display-name>
+    <description>Google Gadgets: Cricket Score Card Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Cricket Score Card</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/109971494193389058141/Cricket-Score-Board.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/109971494193389058141/Cricket-Score-Board.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Cricket Score Card</title>
+      <short-title>Cricket Score Card</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="NBABigPlaysVideosGadget">
+    <portlet-name>NBABigPlaysVideosGadget</portlet-name>
+    <display-name>NBA Big Plays Videos</display-name>
+    <description>Google Gadgets: NBA Big Plays Videos Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>NBA Big Plays Videos</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/46290e7717557b2b/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/46290e7717557b2b/clearspring.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>NBA Big Plays Videos</title>
+      <short-title>NBA Big Plays Videos</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="FantasyFootballAdvicemyFantasyLineupcomGadget">
     <portlet-name>FantasyFootballAdvicemyFantasyLineupcomGadget</portlet-name>
-    <display-name>Fantasy Football Advice - myFantasyLineup.com</display-name>
+    <display-name>Fantasy Football Advice - m...</display-name>
     <description>Google Gadgets: Fantasy Football Advice - myFantasyLineup.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
@@ -1306,23 +1405,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="AutoLoanEarlyPayoffCalculatorGadget">
-    <portlet-name>AutoLoanEarlyPayoffCalculatorGadget</portlet-name>
-    <display-name>Auto Loan Early Payoff Calculator </display-name>
-    <description>Google Gadgets: Auto Loan Early Payoff Calculator  Gadget</description>
+  <portlet id="AutoAffordabilityCalculatorGadget">
+    <portlet-name>AutoAffordabilityCalculatorGadget</portlet-name>
+    <display-name>Auto Affordability Calculat...</display-name>
+    <description>Google Gadgets: Auto Affordability Calculator   Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Auto Loan Early Payoff Calculator </value>
+      <value>Auto Affordability Calculator  </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/auto_loan_early_payoff.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/auto_affordability.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/auto_loan_early_payoff.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/auto_affordability.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1333,29 +1432,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Auto Loan Early Payoff Calculator </title>
-      <short-title>Auto Loan Early Payoff Calculator </short-title>
+      <title>Auto Affordability Calculator  </title>
+      <short-title>Auto Affordability Calculator  </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MOJOcardzCardSearchGadget">
-    <portlet-name>MOJOcardzCardSearchGadget</portlet-name>
-    <display-name>MOJOcardz: Card Search</display-name>
-    <description>Google Gadgets: MOJOcardz: Card Search Gadget</description>
+  <portlet id="RotoDestroyercom2007FantasyFootballPlayerRankingsGadget">
+    <portlet-name>RotoDestroyercom2007FantasyFootballPlayerRankingsGadget</portlet-name>
+    <display-name>RotoDestroyer.com 2007 Fant...</display-name>
+    <description>Google Gadgets: RotoDestroyer.com 2007 Fantasy Football Player Rankings Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MOJOcardz: Card Search</value>
+      <value>RotoDestroyer.com 2007 Fantasy Football Player Rankings</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mojocardz.com/gadgets/mcardzsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rotodestroyer.com/gadget/nfl/RDnfl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mojocardz.com/gadgets/mcardzsearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rotodestroyer.com/gadget/nfl/RDnfl.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1366,29 +1465,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MOJOcardz: Card Search</title>
-      <short-title>MOJOcardz: Card Search</short-title>
+      <title>RotoDestroyer.com 2007 Fantasy Football Player Rankings</title>
+      <short-title>RotoDestroyer.com 2007 Fantasy Football Player Rankings</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CBSGamesGadget">
-    <portlet-name>CBSGamesGadget</portlet-name>
-    <display-name>CBS Games</display-name>
-    <description>Google Gadgets: CBS Games Gadget</description>
+  <portlet id="PopularCricketVideosGadget">
+    <portlet-name>PopularCricketVideosGadget</portlet-name>
+    <display-name>Popular Cricket Videos</display-name>
+    <description>Google Gadgets: Popular Cricket Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CBS Games</value>
+      <value>Popular Cricket Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sportsline.com/modules/games&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/widget/gadget_cricket_popular_video.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sportsline.com/modules/games</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/widget/gadget_cricket_popular_video.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1399,29 +1498,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CBS Games</title>
-      <short-title>CBS Games</short-title>
+      <title>Popular Cricket Videos</title>
+      <short-title>Popular Cricket Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CricketWorldCupNews1Gadget">
-    <portlet-name>CricketWorldCupNews1Gadget</portlet-name>
-    <display-name>Cricket World Cup News</display-name>
-    <description>Google Gadgets: Cricket World Cup News Gadget</description>
+  <portlet id="PacetoSpeedConversionCalculatorGadget">
+    <portlet-name>PacetoSpeedConversionCalculatorGadget</portlet-name>
+    <display-name>Pace to Speed Conversion Ca...</display-name>
+    <description>Google Gadgets: Pace to Speed Conversion Calculator    Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cricket World Cup News</value>
+      <value>Pace to Speed Conversion Calculator   </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/cricket_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/p2s.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/cricket_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/p2s.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1432,29 +1531,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cricket World Cup News</title>
-      <short-title>Cricket World Cup News</short-title>
+      <title>Pace to Speed Conversion Calculator   </title>
+      <short-title>Pace to Speed Conversion Calculator   </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ExistingAutoLoanPayoffCalculatorGadget">
-    <portlet-name>ExistingAutoLoanPayoffCalculatorGadget</portlet-name>
-    <display-name>Existing Auto Loan Payoff Calculator </display-name>
-    <description>Google Gadgets: Existing Auto Loan Payoff Calculator  Gadget</description>
+  <portlet id="ESPNTabbedSportsFeeds1Gadget">
+    <portlet-name>ESPNTabbedSportsFeeds1Gadget</portlet-name>
+    <display-name>ESPN Tabbed Sports Feeds</display-name>
+    <description>Google Gadgets: ESPN Tabbed Sports Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Existing Auto Loan Payoff Calculator </value>
+      <value>ESPN Tabbed Sports Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/existing_auto_payoff.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/espn-sports-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/existing_auto_payoff.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/espn-sports-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1465,29 +1564,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Existing Auto Loan Payoff Calculator </title>
-      <short-title>Existing Auto Loan Payoff Calculator </short-title>
+      <title>ESPN Tabbed Sports Feeds</title>
+      <short-title>ESPN Tabbed Sports Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SteelermaniaGadget">
-    <portlet-name>SteelermaniaGadget</portlet-name>
-    <display-name>Steelermania</display-name>
-    <description>Google Gadgets: Steelermania Gadget</description>
+  <portlet id="SB1OnlineTickerGadget">
+    <portlet-name>SB1OnlineTickerGadget</portlet-name>
+    <display-name>SB-1 Online Ticker</display-name>
+    <description>Google Gadgets: SB-1 Online Ticker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Steelermania</value>
+      <value>SB-1 Online Ticker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/Steelers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mitchkeeler.com/gadgets/sb1ticker/sb1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~friday33/Steelers.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mitchkeeler.com/gadgets/sb1ticker/sb1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1498,29 +1597,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Steelermania</title>
-      <short-title>Steelermania</short-title>
+      <title>SB-1 Online Ticker</title>
+      <short-title>SB-1 Online Ticker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsF1byF1GrandPrixitGadget">
-    <portlet-name>NewsF1byF1GrandPrixitGadget</portlet-name>
-    <display-name>News F1 by F1GrandPrix.it</display-name>
-    <description>Google Gadgets: News F1 by F1GrandPrix.it Gadget</description>
+  <portlet id="IncreasedLifeExpectancyFromExerciseCalculatorGadget">
+    <portlet-name>IncreasedLifeExpectancyFromExerciseCalculatorGadget</portlet-name>
+    <display-name>Increased Life Expectancy (...</display-name>
+    <description>Google Gadgets: Increased Life Expectancy (From Exercise) Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>News F1 by F1GrandPrix.it</value>
+      <value>Increased Life Expectancy (From Exercise) Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.f1grandprix.it/newsf1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/ile.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.f1grandprix.it/newsf1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/ile.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1531,29 +1630,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>News F1 by F1GrandPrix.it</title>
-      <short-title>News F1 by F1GrandPrix.it</short-title>
+      <title>Increased Life Expectancy (From Exercise) Calculator</title>
+      <short-title>Increased Life Expectancy (From Exercise) Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RunningNewsViewsandBlogsGadget">
-    <portlet-name>RunningNewsViewsandBlogsGadget</portlet-name>
-    <display-name>Running News Views and Blogs</display-name>
-    <description>Google Gadgets: Running News Views and Blogs Gadget</description>
+  <portlet id="SportingWAGScomWAGOFTHEWEEKGadget">
+    <portlet-name>SportingWAGScomWAGOFTHEWEEKGadget</portlet-name>
+    <display-name>SportingWAGS.com - WAG OF T...</display-name>
+    <description>Google Gadgets: SportingWAGS.com - WAG OF THE WEEK Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Running News Views and Blogs</value>
+      <value>SportingWAGS.com - WAG OF THE WEEK</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://completerunning.com/widgets/42.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110019544800228580939/SportingWAGS.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://completerunning.com/widgets/42.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110019544800228580939/SportingWAGS.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1564,29 +1663,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Running News Views and Blogs</title>
-      <short-title>Running News Views and Blogs</short-title>
+      <title>SportingWAGS.com - WAG OF THE WEEK</title>
+      <short-title>SportingWAGS.com - WAG OF THE WEEK</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PaceToSpeedConversionCalculatorbyBizCalcscomGadget">
-    <portlet-name>PaceToSpeedConversionCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Pace To Speed Conversion Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Pace To Speed Conversion Calculator by BizCalcs.com Gadget</description>
+  <portlet id="TigerWoodsQuotesGadget">
+    <portlet-name>TigerWoodsQuotesGadget</portlet-name>
+    <display-name>Tiger Woods Quotes</display-name>
+    <description>Google Gadgets: Tiger Woods Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pace To Speed Conversion Calculator by BizCalcs.com</value>
+      <value>Tiger Woods Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Pace-To-Speed-Conversion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_tiger_woods.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Pace-To-Speed-Conversion.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_tiger_woods.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1597,29 +1696,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pace To Speed Conversion Calculator by BizCalcs.com</title>
-      <short-title>Pace To Speed Conversion Calculator by BizCalcs.com</short-title>
+      <title>Tiger Woods Quotes</title>
+      <short-title>Tiger Woods Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailySportsHistoryGadget">
-    <portlet-name>DailySportsHistoryGadget</portlet-name>
-    <display-name>Daily Sports History</display-name>
-    <description>Google Gadgets: Daily Sports History Gadget</description>
+  <portlet id="TopBettingOddsGadget">
+    <portlet-name>TopBettingOddsGadget</portlet-name>
+    <display-name>Top Betting Odds</display-name>
+    <description>Google Gadgets: Top Betting Odds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Sports History</value>
+      <value>Top Betting Odds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.on-this-day.com/rss/gadget-sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://scripts.betting-odds-24.com/gg.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.on-this-day.com/rss/gadget-sports.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://scripts.betting-odds-24.com/gg.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1630,29 +1729,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Sports History</title>
-      <short-title>Daily Sports History</short-title>
+      <title>Top Betting Odds</title>
+      <short-title>Top Betting Odds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PracticeoftheDayGadget">
-    <portlet-name>PracticeoftheDayGadget</portlet-name>
-    <display-name>Practice of the Day</display-name>
-    <description>Google Gadgets: Practice of the Day Gadget</description>
+  <portlet id="sportsGadget">
+    <portlet-name>sportsGadget</portlet-name>
+    <display-name>sports</display-name>
+    <description>Google Gadgets: sports Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Practice of the Day</value>
+      <value>sports</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sportplan.net/google/sportplan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010626505814768203752/cse/fle9lf8pspy/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sportplan.net/google/sportplan.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010626505814768203752/cse/fle9lf8pspy/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1663,29 +1762,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Practice of the Day</title>
-      <short-title>Practice of the Day</short-title>
+      <title>sports</title>
+      <short-title>sports</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FinalScoresGadget">
-    <portlet-name>FinalScoresGadget</portlet-name>
-    <display-name>Final Scores</display-name>
-    <description>Google Gadgets: Final Scores Gadget</description>
+  <portlet id="FullBodyAnalysisCalculatorGadget">
+    <portlet-name>FullBodyAnalysisCalculatorGadget</portlet-name>
+    <display-name>Full Body Analysis Calculator </display-name>
+    <description>Google Gadgets: Full Body Analysis Calculator  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Final Scores</value>
+      <value>Full Body Analysis Calculator </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/sport/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fba.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/sport/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/fba.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1696,29 +1795,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Final Scores</title>
-      <short-title>Final Scores</short-title>
+      <title>Full Body Analysis Calculator </title>
+      <short-title>Full Body Analysis Calculator </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouthSoccerNetcomGadget">
-    <portlet-name>YouthSoccerNetcomGadget</portlet-name>
-    <display-name>YouthSoccerNet.com</display-name>
-    <description>Google Gadgets: YouthSoccerNet.com Gadget</description>
+  <portlet id="FindSpeedAndPaceCalculatorbyBizCalcscomGadget">
+    <portlet-name>FindSpeedAndPaceCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Find Speed And Pace Calcula...</display-name>
+    <description>Google Gadgets: Find Speed And Pace Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>YouthSoccerNet.com</value>
+      <value>Find Speed And Pace Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.youthsoccernet.com/YSNModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.BizCalcs.com/GG/Find-Speed-And-Pace.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.youthsoccernet.com/YSNModule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.BizCalcs.com/GG/Find-Speed-And-Pace.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1729,29 +1828,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>YouthSoccerNet.com</title>
-      <short-title>YouthSoccerNet.com</short-title>
+      <title>Find Speed And Pace Calculator by BizCalcs.com</title>
+      <short-title>Find Speed And Pace Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AsianAthletecomNewsfeedGadget">
-    <portlet-name>AsianAthletecomNewsfeedGadget</portlet-name>
-    <display-name>AsianAthlete.com: Newsfeed</display-name>
-    <description>Google Gadgets: AsianAthlete.com: Newsfeed Gadget</description>
+  <portlet id="LastWeek39sResultsGadget">
+    <portlet-name>LastWeek39sResultsGadget</portlet-name>
+    <display-name>Last Week&#39;s Results</display-name>
+    <description>Google Gadgets: Last Week&#39;s Results Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AsianAthlete.com: Newsfeed</value>
+      <value>Last Week&#39;s Results</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.asianathlete.com/gadgets/aanews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D113964521654475251034%26mid%3D8%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.asianathlete.com/gadgets/aanews.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D113964521654475251034%26mid%3D8%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1762,29 +1861,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AsianAthlete.com: Newsfeed</title>
-      <short-title>AsianAthlete.com: Newsfeed</short-title>
+      <title>Last Week&#39;s Results</title>
+      <short-title>Last Week&#39;s Results</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SB1OnlineTickerGadget">
-    <portlet-name>SB1OnlineTickerGadget</portlet-name>
-    <display-name>SB-1 Online Ticker</display-name>
-    <description>Google Gadgets: SB-1 Online Ticker Gadget</description>
+  <portlet id="GrandprixRacingNewsGadget">
+    <portlet-name>GrandprixRacingNewsGadget</portlet-name>
+    <display-name>Grandprix Racing News</display-name>
+    <description>Google Gadgets: Grandprix Racing News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SB-1 Online Ticker</value>
+      <value>Grandprix Racing News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mitchkeeler.com/gadgets/sb1ticker/sb1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.grandprix-live.com/gadgets/gplive.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mitchkeeler.com/gadgets/sb1ticker/sb1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.grandprix-live.com/gadgets/gplive.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1795,29 +1894,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SB-1 Online Ticker</title>
-      <short-title>SB-1 Online Ticker</short-title>
+      <title>Grandprix Racing News</title>
+      <short-title>Grandprix Racing News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PacetoSpeedConversionCalculatorGadget">
-    <portlet-name>PacetoSpeedConversionCalculatorGadget</portlet-name>
-    <display-name>Pace to Speed Conversion Calculator   </display-name>
-    <description>Google Gadgets: Pace to Speed Conversion Calculator    Gadget</description>
+  <portlet id="BillGatesQuotesGadget">
+    <portlet-name>BillGatesQuotesGadget</portlet-name>
+    <display-name>Bill Gates Quotes</display-name>
+    <description>Google Gadgets: Bill Gates Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pace to Speed Conversion Calculator   </value>
+      <value>Bill Gates Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/p2s.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_bill_gates.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/p2s.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_bill_gates.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1828,29 +1927,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pace to Speed Conversion Calculator   </title>
-      <short-title>Pace to Speed Conversion Calculator   </short-title>
+      <title>Bill Gates Quotes</title>
+      <short-title>Bill Gates Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ontricomtrainingsummaryGadget">
-    <portlet-name>ontricomtrainingsummaryGadget</portlet-name>
-    <display-name>ontri.com training summary</display-name>
-    <description>Google Gadgets: ontri.com training summary Gadget</description>
+  <portlet id="ESPNTabbedSportsFeeds2Gadget">
+    <portlet-name>ESPNTabbedSportsFeeds2Gadget</portlet-name>
+    <display-name>ESPN Tabbed Sports Feeds</display-name>
+    <description>Google Gadgets: ESPN Tabbed Sports Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ontri.com training summary</value>
+      <value>ESPN Tabbed Sports Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ontri.net/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/espn-sports-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ontri.net/google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/espn-sports-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1861,29 +1960,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ontri.com training summary</title>
-      <short-title>ontri.com training summary</short-title>
+      <title>ESPN Tabbed Sports Feeds</title>
+      <short-title>ESPN Tabbed Sports Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FindSpeedAndPaceCalculatorGadget">
-    <portlet-name>FindSpeedAndPaceCalculatorGadget</portlet-name>
-    <display-name>Find Speed And Pace Calculator </display-name>
-    <description>Google Gadgets: Find Speed And Pace Calculator  Gadget</description>
+  <portlet id="WinProbabilityFanGraphscomGadget">
+    <portlet-name>WinProbabilityFanGraphscomGadget</portlet-name>
+    <display-name>Win Probability FanGraphs.com</display-name>
+    <description>Google Gadgets: Win Probability FanGraphs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Find Speed And Pace Calculator </value>
+      <value>Win Probability FanGraphs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fsap.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1042475/5611039679301450511&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/fsap.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1042475/5611039679301450511</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1894,8 +1993,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Find Speed And Pace Calculator </title>
-      <short-title>Find Speed And Pace Calculator </short-title>
+      <title>Win Probability FanGraphs.com</title>
+      <short-title>Win Probability FanGraphs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
@@ -1933,6 +2032,39 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="NBATVGadget">
+    <portlet-name>NBATVGadget</portlet-name>
+    <display-name>NBA TV</display-name>
+    <description>Google Gadgets: NBA TV Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>NBA TV</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.facewolf.com/gadgets/tv/xml/nba_tv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.facewolf.com/gadgets/tv/xml/nba_tv.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>NBA TV</title>
+      <short-title>NBA TV</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="BeginnerTriathleteGrapherGadget">
     <portlet-name>BeginnerTriathleteGrapherGadget</portlet-name>
     <display-name>BeginnerTriathlete Grapher</display-name>
@@ -1966,23 +2098,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="SportalLiveGadget">
-    <portlet-name>SportalLiveGadget</portlet-name>
-    <display-name>Sportal - Live</display-name>
-    <description>Google Gadgets: Sportal - Live Gadget</description>
+  <portlet id="Top10DiggSportsStoriesGadget">
+    <portlet-name>Top10DiggSportsStoriesGadget</portlet-name>
+    <display-name>Top 10 Digg Sports Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Sports Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sportal - Live</value>
+      <value>Top 10 Digg Sports Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sportal.de/googlegadgets/live.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sportal.de/googlegadgets/live.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Sports.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1993,12 +2125,210 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sportal - Live</title>
-      <short-title>Sportal - Live</short-title>
+      <title>Top 10 Digg Sports Stories</title>
+      <short-title>Top 10 Digg Sports Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="LocalReplayPhoto1Gadget">
+    <portlet-name>LocalReplayPhoto1Gadget</portlet-name>
+    <display-name>LocalReplay Photo</display-name>
+    <description>Google Gadgets: LocalReplay Photo Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>LocalReplay Photo</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117570591611575149457/lr_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117570591611575149457/lr_gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>LocalReplay Photo</title>
+      <short-title>LocalReplay Photo</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CBSGamesGadget">
+    <portlet-name>CBSGamesGadget</portlet-name>
+    <display-name>CBS Games</display-name>
+    <description>Google Gadgets: CBS Games Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>CBS Games</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sportsline.com/modules/games&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sportsline.com/modules/games</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>CBS Games</title>
+      <short-title>CBS Games</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="YourDailyFootballWifeorFanGadget">
+    <portlet-name>YourDailyFootballWifeorFanGadget</portlet-name>
+    <display-name>Your Daily Football Wife or...</display-name>
+    <description>Google Gadgets: Your Daily Football Wife or Fan Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Your Daily Football Wife or Fan</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.soccerwives.eu/gadgets/footballwives.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.soccerwives.eu/gadgets/footballwives.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Your Daily Football Wife or Fan</title>
+      <short-title>Your Daily Football Wife or Fan</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MyworkoutroutineGadget">
+    <portlet-name>MyworkoutroutineGadget</portlet-name>
+    <display-name>My workout routine</display-name>
+    <description>Google Gadgets: My workout routine Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>My workout routine</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.xlgain.com/gadgets/routine.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.xlgain.com/gadgets/routine.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>My workout routine</title>
+      <short-title>My workout routine</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SportsNewsGadget">
+    <portlet-name>SportsNewsGadget</portlet-name>
+    <display-name>Sports News</display-name>
+    <description>Google Gadgets: Sports News Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Sports News</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/sports/sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/sports/sports.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Sports News</title>
+      <short-title>Sports News</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="Top10DiggSportsStories1Gadget">
+    <portlet-name>Top10DiggSportsStories1Gadget</portlet-name>
+    <display-name>Top 10 Digg Sports Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Sports Stories Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Top 10 Digg Sports Stories</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Sports.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Top 10 Digg Sports Stories</title>
+      <short-title>Top 10 Digg Sports Stories</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="WorldCricketMapGadget">
     <portlet-name>WorldCricketMapGadget</portlet-name>
     <display-name>World Cricket Map</display-name>
@@ -2032,23 +2362,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="RestingHeartRateAverageCalculatorGadget">
-    <portlet-name>RestingHeartRateAverageCalculatorGadget</portlet-name>
-    <display-name>Resting Heart Rate Average Calculator</display-name>
-    <description>Google Gadgets: Resting Heart Rate Average Calculator Gadget</description>
+  <portlet id="CricketWorldCupNewsGadget">
+    <portlet-name>CricketWorldCupNewsGadget</portlet-name>
+    <display-name>Cricket World Cup News</display-name>
+    <description>Google Gadgets: Cricket World Cup News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Resting Heart Rate Average Calculator</value>
+      <value>Cricket World Cup News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/rhr.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://selva.narayanan.googlepages.com/worldcup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/rhr.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://selva.narayanan.googlepages.com/worldcup.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2059,29 +2389,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Resting Heart Rate Average Calculator</title>
-      <short-title>Resting Heart Rate Average Calculator</short-title>
+      <title>Cricket World Cup News</title>
+      <short-title>Cricket World Cup News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PopularCricketVideosGadget">
-    <portlet-name>PopularCricketVideosGadget</portlet-name>
-    <display-name>Popular Cricket Videos</display-name>
-    <description>Google Gadgets: Popular Cricket Videos Gadget</description>
+  <portlet id="CBSSportsFantasyGadget">
+    <portlet-name>CBSSportsFantasyGadget</portlet-name>
+    <display-name>CBSSports Fantasy</display-name>
+    <description>Google Gadgets: CBSSports Fantasy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Popular Cricket Videos</value>
+      <value>CBSSports Fantasy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/widget/gadget_cricket_popular_video.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sportsline.com/modules/fantasy/xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/widget/gadget_cricket_popular_video.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sportsline.com/modules/fantasy/xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2092,12 +2422,144 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Popular Cricket Videos</title>
-      <short-title>Popular Cricket Videos</short-title>
+      <title>CBSSports Fantasy</title>
+      <short-title>CBSSports Fantasy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="ExistingAutoLoanPayoffCalculatorGadget">
+    <portlet-name>ExistingAutoLoanPayoffCalculatorGadget</portlet-name>
+    <display-name>Existing Auto Loan Payoff C...</display-name>
+    <description>Google Gadgets: Existing Auto Loan Payoff Calculator  Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Existing Auto Loan Payoff Calculator </value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/existing_auto_payoff.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/existing_auto_payoff.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Existing Auto Loan Payoff Calculator </title>
+      <short-title>Existing Auto Loan Payoff Calculator </short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="AutoLoanEarlyPayoffCalculatorGadget">
+    <portlet-name>AutoLoanEarlyPayoffCalculatorGadget</portlet-name>
+    <display-name>Auto Loan Early Payoff Calc...</display-name>
+    <description>Google Gadgets: Auto Loan Early Payoff Calculator  Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Auto Loan Early Payoff Calculator </value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/auto_loan_early_payoff.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/auto_loan_early_payoff.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Auto Loan Early Payoff Calculator </title>
+      <short-title>Auto Loan Early Payoff Calculator </short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ontricomtrainingsummaryGadget">
+    <portlet-name>ontricomtrainingsummaryGadget</portlet-name>
+    <display-name>ontri.com training summary</display-name>
+    <description>Google Gadgets: ontri.com training summary Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>ontri.com training summary</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ontri.net/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ontri.net/google.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>ontri.com training summary</title>
+      <short-title>ontri.com training summary</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="FindDistanceCalculatorGadget">
+    <portlet-name>FindDistanceCalculatorGadget</portlet-name>
+    <display-name>Find Distance Calculator</display-name>
+    <description>Google Gadgets: Find Distance Calculator Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Find Distance Calculator</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fdist.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/fdist.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Find Distance Calculator</title>
+      <short-title>Find Distance Calculator</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="1BundesligaGadget">
     <portlet-name>1BundesligaGadget</portlet-name>
     <display-name>1. Bundesliga</display-name>
@@ -2131,23 +2593,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="FindDurationCalculatorGadget">
-    <portlet-name>FindDurationCalculatorGadget</portlet-name>
-    <display-name>Find Duration Calculator</display-name>
-    <description>Google Gadgets: Find Duration Calculator Gadget</description>
+  <portlet id="SportAsylumonthisdayGadget">
+    <portlet-name>SportAsylumonthisdayGadget</portlet-name>
+    <display-name>SportAsylum - on this day</display-name>
+    <description>Google Gadgets: SportAsylum - on this day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Find Duration Calculator</value>
+      <value>SportAsylum - on this day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fdc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110019544800228580939/Sportasylum.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/fdc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110019544800228580939/Sportasylum.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2158,29 +2620,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Find Duration Calculator</title>
-      <short-title>Find Duration Calculator</short-title>
+      <title>SportAsylum - on this day</title>
+      <short-title>SportAsylum - on this day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RotoDestroyercom2007FantasyFootballPlayerRankingsGadget">
-    <portlet-name>RotoDestroyercom2007FantasyFootballPlayerRankingsGadget</portlet-name>
-    <display-name>RotoDestroyer.com 2007 Fantasy Football Player Rankings</display-name>
-    <description>Google Gadgets: RotoDestroyer.com 2007 Fantasy Football Player Rankings Gadget</description>
+  <portlet id="NewsreelSportsGadget">
+    <portlet-name>NewsreelSportsGadget</portlet-name>
+    <display-name>Newsreel Sports</display-name>
+    <description>Google Gadgets: Newsreel Sports Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RotoDestroyer.com 2007 Fantasy Football Player Rankings</value>
+      <value>Newsreel Sports</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rotodestroyer.com/gadget/nfl/RDnfl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-sport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rotodestroyer.com/gadget/nfl/RDnfl.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-sport.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2191,29 +2653,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RotoDestroyer.com 2007 Fantasy Football Player Rankings</title>
-      <short-title>RotoDestroyer.com 2007 Fantasy Football Player Rankings</short-title>
+      <title>Newsreel Sports</title>
+      <short-title>Newsreel Sports</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SpeedToPaceConversionCalculatorbyBizCalcscomGadget">
-    <portlet-name>SpeedToPaceConversionCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Speed To Pace Conversion Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Speed To Pace Conversion Calculator by BizCalcs.com Gadget</description>
+  <portlet id="SportalLiveGadget">
+    <portlet-name>SportalLiveGadget</portlet-name>
+    <display-name>Sportal - Live</display-name>
+    <description>Google Gadgets: Sportal - Live Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Speed To Pace Conversion Calculator by BizCalcs.com</value>
+      <value>Sportal - Live</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/gg/Speed-To-Pace-Conversion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sportal.de/googlegadgets/live.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/gg/Speed-To-Pace-Conversion.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sportal.de/googlegadgets/live.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2224,29 +2686,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Speed To Pace Conversion Calculator by BizCalcs.com</title>
-      <short-title>Speed To Pace Conversion Calculator by BizCalcs.com</short-title>
+      <title>Sportal - Live</title>
+      <short-title>Sportal - Live</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseSportsGadget">
-    <portlet-name>preciseSportsGadget</portlet-name>
-    <display-name>preciseSports</display-name>
-    <description>Google Gadgets: preciseSports Gadget</description>
+  <portlet id="ESPNTabbedSportsFeeds3Gadget">
+    <portlet-name>ESPNTabbedSportsFeeds3Gadget</portlet-name>
+    <display-name>ESPN Tabbed Sports Feeds</display-name>
+    <description>Google Gadgets: ESPN Tabbed Sports Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseSports</value>
+      <value>ESPN Tabbed Sports Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/espn-sports-rss-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/sports.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/espn-sports-rss-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2257,29 +2719,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseSports</title>
-      <short-title>preciseSports</short-title>
+      <title>ESPN Tabbed Sports Feeds</title>
+      <short-title>ESPN Tabbed Sports Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NFLFootballNewsampAnalysisGadget">
-    <portlet-name>NFLFootballNewsampAnalysisGadget</portlet-name>
-    <display-name>NFL Football News &amp; Analysis</display-name>
-    <description>Google Gadgets: NFL Football News &amp; Analysis Gadget</description>
+  <portlet id="CollegeHoopsAPPollGadget">
+    <portlet-name>CollegeHoopsAPPollGadget</portlet-name>
+    <display-name>College Hoops AP Poll</display-name>
+    <description>Google Gadgets: College Hoops AP Poll Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NFL Football News &amp; Analysis</value>
+      <value>College Hoops AP Poll</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012097448745616243396/cse/5mjy378y6pu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://conklins.googlepages.com/hoops.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012097448745616243396/cse/5mjy378y6pu/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://conklins.googlepages.com/hoops.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2290,29 +2752,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NFL Football News &amp; Analysis</title>
-      <short-title>NFL Football News &amp; Analysis</short-title>
+      <title>College Hoops AP Poll</title>
+      <short-title>College Hoops AP Poll</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FindDurationCalculatorbyBizCalcscomGadget">
-    <portlet-name>FindDurationCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Find Duration Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Find Duration Calculator by BizCalcs.com Gadget</description>
+  <portlet id="Footy247PremiershipNewsGadget">
+    <portlet-name>Footy247PremiershipNewsGadget</portlet-name>
+    <display-name>Footy 24/7 Premiership News</display-name>
+    <description>Google Gadgets: Footy 24/7 Premiership News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Find Duration Calculator by BizCalcs.com</value>
+      <value>Footy 24/7 Premiership News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.BizCalcs.com/GG/Find-Duration.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.footy247.co.uk/google-prem.xml%3Fv%3D2&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.BizCalcs.com/GG/Find-Duration.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.footy247.co.uk/google-prem.xml%3Fv%3D2</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2323,29 +2785,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Find Duration Calculator by BizCalcs.com</title>
-      <short-title>Find Duration Calculator by BizCalcs.com</short-title>
+      <title>Footy 24/7 Premiership News</title>
+      <short-title>Footy 24/7 Premiership News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FindSpeedAndPaceCalculatorbyBizCalcscomGadget">
-    <portlet-name>FindSpeedAndPaceCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Find Speed And Pace Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Find Speed And Pace Calculator by BizCalcs.com Gadget</description>
+  <portlet id="preciseNewsGadget">
+    <portlet-name>preciseNewsGadget</portlet-name>
+    <display-name>preciseNews</display-name>
+    <description>Google Gadgets: preciseNews Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Find Speed And Pace Calculator by BizCalcs.com</value>
+      <value>preciseNews</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.BizCalcs.com/GG/Find-Speed-And-Pace.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/breaking.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.BizCalcs.com/GG/Find-Speed-And-Pace.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/breaking.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2356,29 +2818,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Find Speed And Pace Calculator by BizCalcs.com</title>
-      <short-title>Find Speed And Pace Calculator by BizCalcs.com</short-title>
+      <title>preciseNews</title>
+      <short-title>preciseNews</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IncreasedLifeExpectancyFromExerciseCalculatorGadget">
-    <portlet-name>IncreasedLifeExpectancyFromExerciseCalculatorGadget</portlet-name>
-    <display-name>Increased Life Expectancy (From Exercise) Calculator</display-name>
-    <description>Google Gadgets: Increased Life Expectancy (From Exercise) Calculator Gadget</description>
+  <portlet id="BettingOddsGadget">
+    <portlet-name>BettingOddsGadget</portlet-name>
+    <display-name>Betting Odds</display-name>
+    <description>Google Gadgets: Betting Odds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Increased Life Expectancy (From Exercise) Calculator</value>
+      <value>Betting Odds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/ile.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://scripts.betting-odds-24.com/ggnxt.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/ile.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://scripts.betting-odds-24.com/ggnxt.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2389,29 +2851,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Increased Life Expectancy (From Exercise) Calculator</title>
-      <short-title>Increased Life Expectancy (From Exercise) Calculator</short-title>
+      <title>Betting Odds</title>
+      <short-title>Betting Odds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FindDistanceCalculatorbyBizCalcscomGadget">
-    <portlet-name>FindDistanceCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Find Distance Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Find Distance Calculator by BizCalcs.com Gadget</description>
+  <portlet id="SpeedtoPaceConversionCalculatorGadget">
+    <portlet-name>SpeedtoPaceConversionCalculatorGadget</portlet-name>
+    <display-name>Speed to Pace Conversion Ca...</display-name>
+    <description>Google Gadgets: Speed to Pace Conversion Calculator   Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Find Distance Calculator by BizCalcs.com</value>
+      <value>Speed to Pace Conversion Calculator  </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.bizcalcs.com/GG/Find-Distance.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/s2p.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.bizcalcs.com/GG/Find-Distance.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/s2p.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2422,29 +2884,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Find Distance Calculator by BizCalcs.com</title>
-      <short-title>Find Distance Calculator by BizCalcs.com</short-title>
+      <title>Speed to Pace Conversion Calculator  </title>
+      <short-title>Speed to Pace Conversion Calculator  </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AndhraguyzLiveCricketScoresGadget">
-    <portlet-name>AndhraguyzLiveCricketScoresGadget</portlet-name>
-    <display-name>Andhraguyz-Live Cricket Scores</display-name>
-    <description>Google Gadgets: Andhraguyz-Live Cricket Scores Gadget</description>
+  <portlet id="WebcamsAlpsskisportsGadget">
+    <portlet-name>WebcamsAlpsskisportsGadget</portlet-name>
+    <display-name>Webcams Alps: ski - sports</display-name>
+    <description>Google Gadgets: Webcams Alps: ski - sports Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Andhraguyz-Live Cricket Scores</value>
+      <value>Webcams Alps: ski - sports</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://djrahul84.googlepages.com/live.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sitewww.ch/widget/ski.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://djrahul84.googlepages.com/live.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sitewww.ch/widget/ski.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2455,29 +2917,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Andhraguyz-Live Cricket Scores</title>
-      <short-title>Andhraguyz-Live Cricket Scores</short-title>
+      <title>Webcams Alps: ski - sports</title>
+      <short-title>Webcams Alps: ski - sports</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CBSSportslineFantasyGadget">
-    <portlet-name>CBSSportslineFantasyGadget</portlet-name>
-    <display-name>CBS Sportsline Fantasy</display-name>
-    <description>Google Gadgets: CBS Sportsline Fantasy Gadget</description>
+  <portlet id="TNAWrestlingTVGadget">
+    <portlet-name>TNAWrestlingTVGadget</portlet-name>
+    <display-name>TNA Wrestling TV</display-name>
+    <description>Google Gadgets: TNA Wrestling TV Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CBS Sportsline Fantasy</value>
+      <value>TNA Wrestling TV</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.sportsline.com/modules/fantasy/xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.facewolf.com/gadgets/tv/xml/tna_wrestling_tv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.sportsline.com/modules/fantasy/xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.facewolf.com/gadgets/tv/xml/tna_wrestling_tv.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2488,29 +2950,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CBS Sportsline Fantasy</title>
-      <short-title>CBS Sportsline Fantasy</short-title>
+      <title>TNA Wrestling TV</title>
+      <short-title>TNA Wrestling TV</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NikeRookieClass2007Gadget">
-    <portlet-name>NikeRookieClass2007Gadget</portlet-name>
-    <display-name>Nike Rookie Class 2007</display-name>
-    <description>Google Gadgets: Nike Rookie Class 2007 Gadget</description>
+  <portlet id="FindDurationCalculatorbyBizCalcscomGadget">
+    <portlet-name>FindDurationCalculatorbyBizCalcscomGadget</portlet-name>
+    <display-name>Find Duration Calculator by...</display-name>
+    <description>Google Gadgets: Find Duration Calculator by BizCalcs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nike Rookie Class 2007</value>
+      <value>Find Duration Calculator by BizCalcs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/p/Google/PnF9SngaLUp7S39NeEsrGnkaZEh_TnBIfRh_SC9KKh15TyxRfUp4Gi1Ke0p9GS1NcEtwHQ/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.BizCalcs.com/GG/Find-Duration.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/p/Google/PnF9SngaLUp7S39NeEsrGnkaZEh_TnBIfRh_SC9KKh15TyxRfUp4Gi1Ke0p9GS1NcEtwHQ/clearspring.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.BizCalcs.com/GG/Find-Duration.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2521,8 +2983,8 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nike Rookie Class 2007</title>
-      <short-title>Nike Rookie Class 2007</short-title>
+      <title>Find Duration Calculator by BizCalcs.com</title>
+      <short-title>Find Duration Calculator by BizCalcs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
@@ -2560,23 +3022,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseNewsGadget">
-    <portlet-name>preciseNewsGadget</portlet-name>
-    <display-name>preciseNews</display-name>
-    <description>Google Gadgets: preciseNews Gadget</description>
+  <portlet id="FindDurationCalculatorGadget">
+    <portlet-name>FindDurationCalculatorGadget</portlet-name>
+    <display-name>Find Duration Calculator</display-name>
+    <description>Google Gadgets: Find Duration Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseNews</value>
+      <value>Find Duration Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/breaking.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fdc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/breaking.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/fdc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2587,29 +3049,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseNews</title>
-      <short-title>preciseNews</short-title>
+      <title>Find Duration Calculator</title>
+      <short-title>Find Duration Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GrandprixRacingNewsGadget">
-    <portlet-name>GrandprixRacingNewsGadget</portlet-name>
-    <display-name>Grandprix Racing News</display-name>
-    <description>Google Gadgets: Grandprix Racing News Gadget</description>
+  <portlet id="preciseSportsGadget">
+    <portlet-name>preciseSportsGadget</portlet-name>
+    <display-name>preciseSports</display-name>
+    <description>Google Gadgets: preciseSports Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Grandprix Racing News</value>
+      <value>preciseSports</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.grandprix-live.com/gadgets/gplive.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.preciseNews.us/pt/gadgets/sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.grandprix-live.com/gadgets/gplive.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.preciseNews.us/pt/gadgets/sports.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2620,29 +3082,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Grandprix Racing News</title>
-      <short-title>Grandprix Racing News</short-title>
+      <title>preciseSports</title>
+      <short-title>preciseSports</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NoticiasGadget">
-    <portlet-name>NoticiasGadget</portlet-name>
-    <display-name>Noticias</display-name>
-    <description>Google Gadgets: Noticias Gadget</description>
+  <portlet id="NFLFootballNewsampAnalysisGadget">
+    <portlet-name>NFLFootballNewsampAnalysisGadget</portlet-name>
+    <display-name>NFL Football News &amp; Ana...</display-name>
+    <description>Google Gadgets: NFL Football News &amp; Analysis Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Noticias</value>
+      <value>NFL Football News &amp; Analysis</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://band.com.br/rss/gadgets/noticias.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012097448745616243396/cse/5mjy378y6pu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://band.com.br/rss/gadgets/noticias.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012097448745616243396/cse/5mjy378y6pu/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2653,29 +3115,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Noticias</title>
-      <short-title>Noticias</short-title>
+      <title>NFL Football News &amp; Analysis</title>
+      <short-title>NFL Football News &amp; Analysis</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NBATeamComparisonGadget">
-    <portlet-name>NBATeamComparisonGadget</portlet-name>
-    <display-name>NBA Team Comparison</display-name>
-    <description>Google Gadgets: NBA Team Comparison Gadget</description>
+  <portlet id="NikeRookieClass2007Gadget">
+    <portlet-name>NikeRookieClass2007Gadget</portlet-name>
+    <display-name>Nike Rookie Class 2007</display-name>
+    <description>Google Gadgets: Nike Rookie Class 2007 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NBA Team Comparison</value>
+      <value>Nike Rookie Class 2007</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://wso.williams.edu/~mross/modules/nba.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/p/Google/PnF9SngaLUp7S39NeEsrGnkaZEh_TnBIfRh_SC9KKh15TyxRfUp4Gi1Ke0p9GS1NcEtwHQ/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://wso.williams.edu/~mross/modules/nba.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/p/Google/PnF9SngaLUp7S39NeEsrGnkaZEh_TnBIfRh_SC9KKh15TyxRfUp4Gi1Ke0p9GS1NcEtwHQ/clearspring.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2686,29 +3148,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NBA Team Comparison</title>
-      <short-title>NBA Team Comparison</short-title>
+      <title>Nike Rookie Class 2007</title>
+      <short-title>Nike Rookie Class 2007</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ParkourGlobalConnectGadget">
-    <portlet-name>ParkourGlobalConnectGadget</portlet-name>
-    <display-name>Parkour Global Connect</display-name>
-    <description>Google Gadgets: Parkour Global Connect Gadget</description>
+  <portlet id="AutoPaymentComparisonCalculatorGadget">
+    <portlet-name>AutoPaymentComparisonCalculatorGadget</portlet-name>
+    <display-name>Auto Payment Comparison Cal...</display-name>
+    <description>Google Gadgets: Auto Payment Comparison Calculator  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Parkour Global Connect</value>
+      <value>Auto Payment Comparison Calculator </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.falconers.eclipse.co.uk/WorldwideJam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/apcomp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.falconers.eclipse.co.uk/WorldwideJam.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/apcomp.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2719,29 +3181,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Parkour Global Connect</title>
-      <short-title>Parkour Global Connect</short-title>
+      <title>Auto Payment Comparison Calculator </title>
+      <short-title>Auto Payment Comparison Calculator </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NBAStandingsGadget">
-    <portlet-name>NBAStandingsGadget</portlet-name>
-    <display-name>NBA Standings</display-name>
-    <description>Google Gadgets: NBA Standings Gadget</description>
+  <portlet id="YouthSoccerNetcomGadget">
+    <portlet-name>YouthSoccerNetcomGadget</portlet-name>
+    <display-name>YouthSoccerNet.com</display-name>
+    <description>Google Gadgets: YouthSoccerNet.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NBA Standings</value>
+      <value>YouthSoccerNet.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.socialplanit.com/NBAStandings.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.youthsoccernet.com/YSNModule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.socialplanit.com/NBAStandings.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.youthsoccernet.com/YSNModule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2752,12 +3214,309 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NBA Standings</title>
-      <short-title>NBA Standings</short-title>
+      <title>YouthSoccerNet.com</title>
+      <short-title>YouthSoccerNet.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="SifyLiveCricketScoresGadget">
+    <portlet-name>SifyLiveCricketScoresGadget</portlet-name>
+    <display-name>Sify-Live Cricket Scores</display-name>
+    <description>Google Gadgets: Sify-Live Cricket Scores Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Sify-Live Cricket Scores</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jijopaulp.googlepages.com/cricketsify.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jijopaulp.googlepages.com/cricketsify.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Sify-Live Cricket Scores</title>
+      <short-title>Sify-Live Cricket Scores</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="UWMBasketballScheduleGadget">
+    <portlet-name>UWMBasketballScheduleGadget</portlet-name>
+    <display-name>UWM Basketball Schedule</display-name>
+    <description>Google Gadgets: UWM Basketball Schedule Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>UWM Basketball Schedule</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/115296547188546039504/uwmschedule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/115296547188546039504/uwmschedule.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>UWM Basketball Schedule</title>
+      <short-title>UWM Basketball Schedule</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="DailySportsHistoryGadget">
+    <portlet-name>DailySportsHistoryGadget</portlet-name>
+    <display-name>Daily Sports History</display-name>
+    <description>Google Gadgets: Daily Sports History Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Daily Sports History</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.on-this-day.com/rss/gadget-sports.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.on-this-day.com/rss/gadget-sports.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Daily Sports History</title>
+      <short-title>Daily Sports History</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="BaseballPlayeroftheDayGadget">
+    <portlet-name>BaseballPlayeroftheDayGadget</portlet-name>
+    <display-name>Baseball Player of the Day</display-name>
+    <description>Google Gadgets: Baseball Player of the Day Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Baseball Player of the Day</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/baseball_xotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/baseball_xotd.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Baseball Player of the Day</title>
+      <short-title>Baseball Player of the Day</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="AsiVancomGadget">
+    <portlet-name>AsiVancomGadget</portlet-name>
+    <display-name>AsiVan.com</display-name>
+    <description>Google Gadgets: AsiVan.com Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>AsiVan.com</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.asivan.com/asivan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.asivan.com/asivan.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>AsiVan.com</title>
+      <short-title>AsiVan.com</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SteelermaniaGadget">
+    <portlet-name>SteelermaniaGadget</portlet-name>
+    <display-name>Steelermania</display-name>
+    <description>Google Gadgets: Steelermania Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Steelermania</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/Steelers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~friday33/Steelers.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Steelermania</title>
+      <short-title>Steelermania</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="FindSpeedAndPaceCalculatorGadget">
+    <portlet-name>FindSpeedAndPaceCalculatorGadget</portlet-name>
+    <display-name>Find Speed And Pace Calcula...</display-name>
+    <description>Google Gadgets: Find Speed And Pace Calculator  Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Find Speed And Pace Calculator </value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/cal/fsap.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/cal/fsap.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Find Speed And Pace Calculator </title>
+      <short-title>Find Speed And Pace Calculator </short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="AsianAthletecomNewsfeedGadget">
+    <portlet-name>AsianAthletecomNewsfeedGadget</portlet-name>
+    <display-name>AsianAthlete.com: Newsfeed</display-name>
+    <description>Google Gadgets: AsianAthlete.com: Newsfeed Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>AsianAthlete.com: Newsfeed</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.asianathlete.com/gadgets/aanews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.asianathlete.com/gadgets/aanews.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>AsianAthlete.com: Newsfeed</title>
+      <short-title>AsianAthlete.com: Newsfeed</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="BeckettMessageBoardRSSGadget">
+    <portlet-name>BeckettMessageBoardRSSGadget</portlet-name>
+    <display-name>Beckett Message Board RSS</display-name>
+    <description>Google Gadgets: Beckett Message Board RSS Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Beckett Message Board RSS</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.egadgx.com/gadgets/BRSSGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.egadgx.com/gadgets/BRSSGadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Beckett Message Board RSS</title>
+      <short-title>Beckett Message Board RSS</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="LiveCricketScores1Gadget">
     <portlet-name>LiveCricketScores1Gadget</portlet-name>
     <display-name>Live Cricket Scores</display-name>
@@ -2791,6 +3550,72 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="ParkourGlobalConnectGadget">
+    <portlet-name>ParkourGlobalConnectGadget</portlet-name>
+    <display-name>Parkour Global Connect</display-name>
+    <description>Google Gadgets: Parkour Global Connect Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Parkour Global Connect</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.falconers.eclipse.co.uk/WorldwideJam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.falconers.eclipse.co.uk/WorldwideJam.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Parkour Global Connect</title>
+      <short-title>Parkour Global Connect</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="RacinNationcomNASCARNewsGadget">
+    <portlet-name>RacinNationcomNASCARNewsGadget</portlet-name>
+    <display-name>RacinNation.com - NASCAR News</display-name>
+    <description>Google Gadgets: RacinNation.com - NASCAR News Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>RacinNation.com - NASCAR News</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.racinnation.com/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.racinnation.com/google.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>RacinNation.com - NASCAR News</title>
+      <short-title>RacinNation.com - NASCAR News</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="BostonRedSoxGadget">
     <portlet-name>BostonRedSoxGadget</portlet-name>
     <display-name>Boston Red Sox</display-name>
@@ -2824,23 +3649,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="Clasificacin2BGrupoIIGadget">
-    <portlet-name>Clasificacin2BGrupoIIGadget</portlet-name>
-    <display-name>Clasificaci?n 2? B Grupo II</display-name>
-    <description>Google Gadgets: Clasificaci?n 2? B Grupo II Gadget</description>
+  <portlet id="MLBScoreboardGadget">
+    <portlet-name>MLBScoreboardGadget</portlet-name>
+    <display-name>MLB Scoreboard</display-name>
+    <description>Google Gadgets: MLB Scoreboard Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Clasificaci?n 2? B Grupo II</value>
+      <value>MLB Scoreboard</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsegundab.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tgrinberg.googlepages.com/mlbmodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsegundab.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tgrinberg.googlepages.com/mlbmodule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2851,29 +3676,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Clasificaci?n 2? B Grupo II</title>
-      <short-title>Clasificaci?n 2? B Grupo II</short-title>
+      <title>MLB Scoreboard</title>
+      <short-title>MLB Scoreboard</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Clasificacin1DivisinGadget">
-    <portlet-name>Clasificacin1DivisinGadget</portlet-name>
-    <display-name>Clasificaci?n 1? Divisi?n</display-name>
-    <description>Google Gadgets: Clasificaci?n 1? Divisi?n Gadget</description>
+  <portlet id="NFLStandingsGadget">
+    <portlet-name>NFLStandingsGadget</portlet-name>
+    <display-name>NFL Standings</display-name>
+    <description>Google Gadgets: NFL Standings Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Clasificaci?n 1? Divisi?n</value>
+      <value>NFL Standings</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/clasificacionprimera.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.socialplanit.com/NFLStandings.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/clasificacionprimera.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.socialplanit.com/NFLStandings.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2884,29 +3709,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Clasificaci?n 1? Divisi?n</title>
-      <short-title>Clasificaci?n 1? Divisi?n</short-title>
+      <title>NFL Standings</title>
+      <short-title>NFL Standings</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StockholmMarathonGadget">
-    <portlet-name>StockholmMarathonGadget</portlet-name>
-    <display-name>Stockholm Marathon</display-name>
-    <description>Google Gadgets: Stockholm Marathon Gadget</description>
+  <portlet id="CricketWorldCupScoresGadget">
+    <portlet-name>CricketWorldCupScoresGadget</portlet-name>
+    <display-name>Cricket World Cup Scores</display-name>
+    <description>Google Gadgets: Cricket World Cup Scores Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Stockholm Marathon</value>
+      <value>Cricket World Cup Scores</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108217687481704800869%26mid%3D62%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/cricket_scores.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D108217687481704800869%26mid%3D62%26url%3Dgm_countdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/cricket_scores.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2917,29 +3742,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Stockholm Marathon</title>
-      <short-title>Stockholm Marathon</short-title>
+      <title>Cricket World Cup Scores</title>
+      <short-title>Cricket World Cup Scores</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="motoGPGadget">
-    <portlet-name>motoGPGadget</portlet-name>
-    <display-name>motoGP            </display-name>
-    <description>Google Gadgets: motoGP             Gadget</description>
+  <portlet id="AirsoftSearchEngineGadget">
+    <portlet-name>AirsoftSearchEngineGadget</portlet-name>
+    <display-name>Airsoft Search Engine</display-name>
+    <description>Google Gadgets: Airsoft Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>motoGP            </value>
+      <value>Airsoft Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/motogp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006837202869456059827/cse/p2bimtzcxwc/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sport.sakura.ne.jp/gg/motogp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006837202869456059827/cse/p2bimtzcxwc/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2950,12 +3775,276 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>motoGP            </title>
-      <short-title>motoGP            </short-title>
+      <title>Airsoft Search Engine</title>
+      <short-title>Airsoft Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="CricketWorldCupNews1Gadget">
+    <portlet-name>CricketWorldCupNews1Gadget</portlet-name>
+    <display-name>Cricket World Cup News</display-name>
+    <description>Google Gadgets: Cricket World Cup News Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Cricket World Cup News</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/cricket_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/cricket_news.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Cricket World Cup News</title>
+      <short-title>Cricket World Cup News</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PWResourceWrestlingNewsGadget">
+    <portlet-name>PWResourceWrestlingNewsGadget</portlet-name>
+    <display-name>PWResource Wrestling News</display-name>
+    <description>Google Gadgets: PWResource Wrestling News Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>PWResource Wrestling News</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pwresource.com/pwrgoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pwresource.com/pwrgoogle.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>PWResource Wrestling News</title>
+      <short-title>PWResource Wrestling News</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="NBAStandingsGadget">
+    <portlet-name>NBAStandingsGadget</portlet-name>
+    <display-name>NBA Standings</display-name>
+    <description>Google Gadgets: NBA Standings Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>NBA Standings</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.socialplanit.com/NBAStandings.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.socialplanit.com/NBAStandings.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>NBA Standings</title>
+      <short-title>NBA Standings</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="NBATeamComparisonGadget">
+    <portlet-name>NBATeamComparisonGadget</portlet-name>
+    <display-name>NBA Team Comparison</display-name>
+    <description>Google Gadgets: NBA Team Comparison Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>NBA Team Comparison</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://wso.williams.edu/~mross/modules/nba.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://wso.williams.edu/~mross/modules/nba.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>NBA Team Comparison</title>
+      <short-title>NBA Team Comparison</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="DoReprterGadget">
+    <portlet-name>DoReprterGadget</portlet-name>
+    <display-name>Do Rep?rter</display-name>
+    <description>Google Gadgets: Do Rep?rter Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Do Rep?rter</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/doreporter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/doreporter.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Do Rep?rter</title>
+      <short-title>Do Rep?rter</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ClassementduTOP14Gadget">
+    <portlet-name>ClassementduTOP14Gadget</portlet-name>
+    <display-name>Classement du TOP14</display-name>
+    <description>Google Gadgets: Classement du TOP14 Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Classement du TOP14</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pronoleague.com/google/class_top14.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pronoleague.com/google/class_top14.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Classement du TOP14</title>
+      <short-title>Classement du TOP14</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SuperesportesCruzeiroGadget">
+    <portlet-name>SuperesportesCruzeiroGadget</portlet-name>
+    <display-name>Superesportes - Cruzeiro</display-name>
+    <description>Google Gadgets: Superesportes - Cruzeiro Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Superesportes - Cruzeiro</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_cruzeiro.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_cruzeiro.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Superesportes - Cruzeiro</title>
+      <short-title>Superesportes - Cruzeiro</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SuperesportesBasqueteGadget">
+    <portlet-name>SuperesportesBasqueteGadget</portlet-name>
+    <display-name>Superesportes - Basquete</display-name>
+    <description>Google Gadgets: Superesportes - Basquete Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Superesportes - Basquete</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_basquete.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_basquete.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Superesportes - Basquete</title>
+      <short-title>Superesportes - Basquete</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="NBAScoreboardGadget">
     <portlet-name>NBAScoreboardGadget</portlet-name>
     <display-name>NBA Scoreboard</display-name>
@@ -2989,6 +4078,303 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="SuperesportesVleiGadget">
+    <portlet-name>SuperesportesVleiGadget</portlet-name>
+    <display-name>Superesportes - V?lei</display-name>
+    <description>Google Gadgets: Superesportes - V?lei Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Superesportes - V?lei</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_volei.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_volei.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Superesportes - V?lei</title>
+      <short-title>Superesportes - V?lei</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CompteaReboursRugbyWorldCupGadget">
+    <portlet-name>CompteaReboursRugbyWorldCupGadget</portlet-name>
+    <display-name>Compte a Rebours Rugby Worl...</display-name>
+    <description>Google Gadgets: Compte a Rebours Rugby World Cup Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Compte a Rebours Rugby World Cup</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://publish.clearspring.com/current/g/Google/4695fcf31644a0f2/clearspring.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://publish.clearspring.com/current/g/Google/4695fcf31644a0f2/clearspring.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Compte a Rebours Rugby World Cup</title>
+      <short-title>Compte a Rebours Rugby World Cup</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SuperesportesFutebolGadget">
+    <portlet-name>SuperesportesFutebolGadget</portlet-name>
+    <display-name>Superesportes - Futebol</display-name>
+    <description>Google Gadgets: Superesportes - Futebol Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Superesportes - Futebol</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_nacional.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_nacional.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Superesportes - Futebol</title>
+      <short-title>Superesportes - Futebol</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SuperligaFemeninaGadget">
+    <portlet-name>SuperligaFemeninaGadget</portlet-name>
+    <display-name>Superliga Femenina</display-name>
+    <description>Google Gadgets: Superliga Femenina Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Superliga Femenina</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/jornadasuperliga.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/jornadasuperliga.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Superliga Femenina</title>
+      <short-title>Superliga Femenina</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SuperesportesIpatingaGadget">
+    <portlet-name>SuperesportesIpatingaGadget</portlet-name>
+    <display-name>Superesportes - Ipatinga</display-name>
+    <description>Google Gadgets: Superesportes - Ipatinga Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Superesportes - Ipatinga</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_ipatinga.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_ipatinga.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Superesportes - Ipatinga</title>
+      <short-title>Superesportes - Ipatinga</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="BBCRussiancom10571087108610881090Gadget">
+    <portlet-name>BBCRussiancom10571087108610881090Gadget</portlet-name>
+    <display-name>BBCRussian.com ? &#1057;&#1...</display-name>
+    <description>Google Gadgets: BBCRussian.com ? &#1057;&#1087;&#1086;&#1088;&#1090; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>BBCRussian.com ? &#1057;&#1087;&#1086;&#1088;&#1090;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/bbc-sport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/bbc-sport.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>BBCRussian.com ? &#1057;&#1087;&#1086;&#1088;&#1090;</title>
+      <short-title>BBCRussian.com ? &#1057;&#1087;&#1086;&#1088;&#1090;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="FootballResultatsetCalendrierDroitaufootGadget">
+    <portlet-name>FootballResultatsetCalendrierDroitaufootGadget</portlet-name>
+    <display-name>Football - Resultats et Cal...</display-name>
+    <description>Google Gadgets: Football - Resultats et Calendrier - Droit au foot Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Football - Resultats et Calendrier - Droit au foot</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.christophe-michaux.com/foot/gfoot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.christophe-michaux.com/foot/gfoot.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Football - Resultats et Calendrier - Droit au foot</title>
+      <short-title>Football - Resultats et Calendrier - Droit au foot</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="F1NewsRu1082108610851082109110881089108710881086107510851086107910861074Gadget">
+    <portlet-name>F1NewsRu1082108610851082109110881089108710881086107510851086107910861074Gadget</portlet-name>
+    <display-name>F1News.Ru: &#1082;&#1086;&#...</display-name>
+    <description>Google Gadgets: F1News.Ru: &#1082;&#1086;&#1085;&#1082;&#1091;&#1088;&#1089; &#1087;&#1088;&#1086;&#1075;&#1085;&#1086;&#1079;&#1086;&#1074; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>F1News.Ru: &#1082;&#1086;&#1085;&#1082;&#1091;&#1088;&#1089; &#1087;&#1088;&#1086;&#1075;&#1085;&#1086;&#1079;&#1086;&#1074;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.f1news.ru/export/google/betrating.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.f1news.ru/export/google/betrating.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>F1News.Ru: &#1082;&#1086;&#1085;&#1082;&#1091;&#1088;&#1089; &#1087;&#1088;&#1086;&#1075;&#1085;&#1086;&#1079;&#1086;&#1074;</title>
+      <short-title>F1News.Ru: &#1082;&#1086;&#1085;&#1082;&#1091;&#1088;&#1089; &#1087;&#1088;&#1086;&#1075;&#1085;&#1086;&#1079;&#1086;&#1074;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="DoktorFussballNewsGadget">
+    <portlet-name>DoktorFussballNewsGadget</portlet-name>
+    <display-name>Doktor Fussball News</display-name>
+    <description>Google Gadgets: Doktor Fussball News Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Doktor Fussball News</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://marfert.googlepages.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://marfert.googlepages.com/gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Doktor Fussball News</title>
+      <short-title>Doktor Fussball News</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="HighWindAreacomNoticiasGadget">
     <portlet-name>HighWindAreacomNoticiasGadget</portlet-name>
     <display-name>HighWindArea.com (Noticias)</display-name>
@@ -3022,6 +4408,39 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="F1124911251712540124731250112451125401248912522125401248012540Gadget">
+    <portlet-name>F1124911251712540124731250112451125401248912522125401248012540Gadget</portlet-name>
+    <display-name>F1&#12491;&#12517;&#12540;&...</display-name>
+    <description>Google Gadgets: F1&#12491;&#12517;&#12540;&#12473;&#12501;&#12451;&#12540;&#12489;&#12522;&#12540;&#12480;&#12540; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>F1&#12491;&#12517;&#12540;&#12473;&#12501;&#12451;&#12540;&#12489;&#12522;&#12540;&#12480;&#12540;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/f1-j.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sport.sakura.ne.jp/gg/f1-j.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>F1&#12491;&#12517;&#12540;&#12473;&#12501;&#12451;&#12540;&#12489;&#12522;&#12540;&#12480;&#12540;</title>
+      <short-title>F1&#12491;&#12517;&#12540;&#12473;&#12501;&#12451;&#12540;&#12489;&#12522;&#12540;&#12480;&#12540;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="FenerbaheHaberveVideoGadget">
     <portlet-name>FenerbaheHaberveVideoGadget</portlet-name>
     <display-name>Fenerbah?e Haber ve Video</display-name>
@@ -3055,23 +4474,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="F1Gadget">
-    <portlet-name>F1Gadget</portlet-name>
-    <display-name>F1            </display-name>
-    <description>Google Gadgets: F1             Gadget</description>
+  <portlet id="Quiniela1X2Gadget">
+    <portlet-name>Quiniela1X2Gadget</portlet-name>
+    <display-name>Quiniela 1X2</display-name>
+    <description>Google Gadgets: Quiniela 1X2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>F1            </value>
+      <value>Quiniela 1X2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/f1-j.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/quiniela.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sport.sakura.ne.jp/gg/f1-j.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/quiniela.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3082,12 +4501,639 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>F1            </title>
-      <short-title>F1            </short-title>
+      <title>Quiniela 1X2</title>
+      <short-title>Quiniela 1X2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="SportwettenGadget">
+    <portlet-name>SportwettenGadget</portlet-name>
+    <display-name>Sportwetten</display-name>
+    <description>Google Gadgets: Sportwetten Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Sportwetten</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://scripts.sportwetten-365.net/ggnxt.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://scripts.sportwetten-365.net/ggnxt.php</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Sportwetten</title>
+      <short-title>Sportwetten</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="StationsVelo39vGadget">
+    <portlet-name>StationsVelo39vGadget</portlet-name>
+    <display-name>Stations Velo&#39;v</display-name>
+    <description>Google Gadgets: Stations Velo&#39;v Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Stations Velo&#39;v</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://goodies.unvelovite.com/velovGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://goodies.unvelovite.com/velovGadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Stations Velo&#39;v</title>
+      <short-title>Stations Velo&#39;v</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="Eurosport106010911090107310861083Gadget">
+    <portlet-name>Eurosport106010911090107310861083Gadget</portlet-name>
+    <display-name>Eurosport &#1060;&#1091;&#1...</display-name>
+    <description>Google Gadgets: Eurosport &#1060;&#1091;&#1090;&#1073;&#1086;&#1083; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Eurosport &#1060;&#1091;&#1090;&#1073;&#1086;&#1083;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/eurosport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/eurosport.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Eurosport &#1060;&#1091;&#1090;&#1073;&#1086;&#1083;</title>
+      <short-title>Eurosport &#1060;&#1091;&#1090;&#1073;&#1086;&#1083;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PinpositionnetGolfnachrichtenGadget">
+    <portlet-name>PinpositionnetGolfnachrichtenGadget</portlet-name>
+    <display-name>Pinposition.net - Golfnachr...</display-name>
+    <description>Google Gadgets: Pinposition.net - Golfnachrichten Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Pinposition.net - Golfnachrichten</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pinposition.net/pinpo_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pinposition.net/pinpo_gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Pinposition.net - Golfnachrichten</title>
+      <short-title>Pinposition.net - Golfnachrichten</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="Windfinder3TageVorhersageGadget">
+    <portlet-name>Windfinder3TageVorhersageGadget</portlet-name>
+    <display-name>Windfinder - 3 Tage Vorhersage</display-name>
+    <description>Google Gadgets: Windfinder - 3 Tage Vorhersage Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Windfinder - 3 Tage Vorhersage</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://waiting4wind.googlepages.com/windfinder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://waiting4wind.googlepages.com/windfinder.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Windfinder - 3 Tage Vorhersage</title>
+      <short-title>Windfinder - 3 Tage Vorhersage</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SuperesportesVelocidadeGadget">
+    <portlet-name>SuperesportesVelocidadeGadget</portlet-name>
+    <display-name>Superesportes - Velocidade</display-name>
+    <description>Google Gadgets: Superesportes - Velocidade Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Superesportes - Velocidade</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_velocidade.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_velocidade.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Superesportes - Velocidade</title>
+      <short-title>Superesportes - Velocidade</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="31478393403828320652200131239831478393402258012398228252767120104225771243Gadget">
+    <portlet-name>31478393403828320652200131239831478393402258012398228252767120104225771243Gadget</portlet-name>
+    <display-name>&#31478;&#39340;&#38283;&#2...</display-name>
+    <description>Google Gadgets: &#31478;&#39340;&#38283;&#20652;&#20013;&#12398;&#31478;&#39340;&#22580;&#12398;&#22825;&#27671;&#20104;&#22577;&#12434;&#34920;&#31034;&#12377;&#12427;&#12460;&#12472;&#12455;&#12483;&#12488;&#12391;&#12377;&#12290; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#31478;&#39340;&#38283;&#20652;&#20013;&#12398;&#31478;&#39340;&#22580;&#12398;&#22825;&#27671;&#20104;&#22577;&#12434;&#34920;&#31034;&#12377;&#12427;&#12460;&#12472;&#12455;&#12483;&#12488;&#12391;&#12377;&#12290;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.racetrack.jp/gadget/keiba_tenki.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.racetrack.jp/gadget/keiba_tenki.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#31478;&#39340;&#38283;&#20652;&#20013;&#12398;&#31478;&#39340;&#22580;&#12398;&#22825;&#27671;&#20104;&#22577;&#12434;&#34920;&#31034;&#12377;&#12427;&#12460;&#12472;&#12455;&#12483;&#12488;&#12391;&#12377;&#12290;</title>
+      <short-title>&#31478;&#39340;&#38283;&#20652;&#20013;&#12398;&#31478;&#39340;&#22580;&#12398;&#22825;&#27671;&#20104;&#22577;&#12434;&#34920;&#31034;&#12377;&#12427;&#12460;&#12472;&#12455;&#12483;&#12488;&#12391;&#12377;&#12290;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="10511086108210861084108610901080107410431083107210741085107211031083107710Gadget">
+    <portlet-name>10511086108210861084108610901080107410431083107210741085107211031083107710Gadget</portlet-name>
+    <display-name>&#1051;&#1086;&#1082;&#1086...</display-name>
+    <description>Google Gadgets: &#1051;&#1086;&#1082;&#1086;&#1084;&#1086;&#1090;&#1080;&#1074; - &#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103; &#1083;&#1077;&#1085;&#1090;&#1072; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#1051;&#1086;&#1082;&#1086;&#1084;&#1086;&#1090;&#1080;&#1074; - &#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103; &#1083;&#1077;&#1085;&#1090;&#1072;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/lokomotiv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/lokomotiv.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#1051;&#1086;&#1082;&#1086;&#1084;&#1086;&#1090;&#1080;&#1074; - &#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103; &#1083;&#1077;&#1085;&#1090;&#1072;</title>
+      <short-title>&#1051;&#1086;&#1082;&#1086;&#1084;&#1086;&#1090;&#1080;&#1074; - &#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103; &#1083;&#1077;&#1085;&#1090;&#1072;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SportwettenFUSSBALLGadget">
+    <portlet-name>SportwettenFUSSBALLGadget</portlet-name>
+    <display-name>Sportwetten - FUSSBALL</display-name>
+    <description>Google Gadgets: Sportwetten - FUSSBALL Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Sportwetten - FUSSBALL</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://scripts.sportwetten-365.net/ggnxt.php%3Fsa%3D1&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://scripts.sportwetten-365.net/ggnxt.php%3Fsa%3D1</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Sportwetten - FUSSBALL</title>
+      <short-title>Sportwetten - FUSSBALL</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="TopSportwettenGadget">
+    <portlet-name>TopSportwettenGadget</portlet-name>
+    <display-name>Top Sportwetten</display-name>
+    <description>Google Gadgets: Top Sportwetten Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Top Sportwetten</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://scripts.sportwetten-365.net/gg.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://scripts.sportwetten-365.net/gg.php</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Top Sportwetten</title>
+      <short-title>Top Sportwetten</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="StockholmMarathonGadget">
+    <portlet-name>StockholmMarathonGadget</portlet-name>
+    <display-name>Stockholm Marathon</display-name>
+    <description>Google Gadgets: Stockholm Marathon Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Stockholm Marathon</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D108217687481704800869%26mid%3D62%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D108217687481704800869%26mid%3D62%26url%3Dgm_countdown.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Stockholm Marathon</title>
+      <short-title>Stockholm Marathon</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="TrabzonsporHaberveVideoGadget">
+    <portlet-name>TrabzonsporHaberveVideoGadget</portlet-name>
+    <display-name>Trabzonspor Haber ve Video</display-name>
+    <description>Google Gadgets: Trabzonspor Haber ve Video Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Trabzonspor Haber ve Video</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/trabzonspor.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/trabzonspor.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Trabzonspor Haber ve Video</title>
+      <short-title>Trabzonspor Haber ve Video</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SuperesportesInteriorGadget">
+    <portlet-name>SuperesportesInteriorGadget</portlet-name>
+    <display-name>Superesportes - Interior</display-name>
+    <description>Google Gadgets: Superesportes - Interior Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Superesportes - Interior</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_interior.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_interior.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Superesportes - Interior</title>
+      <short-title>Superesportes - Interior</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="BlogdeBolaGadget">
+    <portlet-name>BlogdeBolaGadget</portlet-name>
+    <display-name>Blog de Bola</display-name>
+    <description>Google Gadgets: Blog de Bola Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Blog de Bola</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/blogdabola.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/blogdabola.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Blog de Bola</title>
+      <short-title>Blog de Bola</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="20170369131239837325360626528831478393406528912434349203103412377124271246Gadget">
+    <portlet-name>20170369131239837325360626528831478393406528912434349203103412377124271246Gadget</portlet-name>
+    <display-name>&#20170;&#36913;&#12398;&#3...</display-name>
+    <description>Google Gadgets: &#20170;&#36913;&#12398;&#37325;&#36062;&#65288;&#31478;&#39340;&#65289;&#12434;&#34920;&#31034;&#12377;&#12427;&#12460;&#12472;&#12455;&#12483;&#12488;&#12391;&#12377;&#12290; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#20170;&#36913;&#12398;&#37325;&#36062;&#65288;&#31478;&#39340;&#65289;&#12434;&#34920;&#31034;&#12377;&#12427;&#12460;&#12472;&#12455;&#12483;&#12488;&#12391;&#12377;&#12290;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.racetrack.jp/gadget/keiba_week.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.racetrack.jp/gadget/keiba_week.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#20170;&#36913;&#12398;&#37325;&#36062;&#65288;&#31478;&#39340;&#65289;&#12434;&#34920;&#31034;&#12377;&#12427;&#12460;&#12472;&#12455;&#12483;&#12488;&#12391;&#12377;&#12290;</title>
+      <short-title>&#20170;&#36913;&#12398;&#37325;&#36062;&#65288;&#31478;&#39340;&#65289;&#12434;&#34920;&#31034;&#12377;&#12427;&#12460;&#12472;&#12455;&#12483;&#12488;&#12391;&#12377;&#12290;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="NotreDamevsPennStateGadget">
+    <portlet-name>NotreDamevsPennStateGadget</portlet-name>
+    <display-name>Notre Dame vs. Penn State</display-name>
+    <description>Google Gadgets: Notre Dame vs. Penn State Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Notre Dame vs. Penn State</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102801503083508485477%26mid%3D18%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D102801503083508485477%26mid%3D18%26url%3Dgm_countdown.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Notre Dame vs. Penn State</title>
+      <short-title>Notre Dame vs. Penn State</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SuperesportesAmricaGadget">
+    <portlet-name>SuperesportesAmricaGadget</portlet-name>
+    <display-name>Superesportes - Am?rica</display-name>
+    <description>Google Gadgets: Superesportes - Am?rica Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Superesportes - Am?rica</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_america.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_america.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Superesportes - Am?rica</title>
+      <short-title>Superesportes - Am?rica</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="F1NewsFeedReaderGadget">
+    <portlet-name>F1NewsFeedReaderGadget</portlet-name>
+    <display-name>F1 News Feed Reader</display-name>
+    <description>Google Gadgets: F1 News Feed Reader Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>F1 News Feed Reader</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/f1-e.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sport.sakura.ne.jp/gg/f1-e.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>F1 News Feed Reader</title>
+      <short-title>F1 News Feed Reader</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="LazionetGadget">
+    <portlet-name>LazionetGadget</portlet-name>
+    <display-name>Lazio.net</display-name>
+    <description>Google Gadgets: Lazio.net Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Lazio.net</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.lazionet.net/media/feeds/google/google_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.lazionet.net/media/feeds/google/google_gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Lazio.net</title>
+      <short-title>Lazio.net</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="ResultadosFutbolGadget">
     <portlet-name>ResultadosFutbolGadget</portlet-name>
     <display-name>Resultados - Futbol</display-name>
@@ -3154,23 +5200,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="Quiniela1X2Gadget">
-    <portlet-name>Quiniela1X2Gadget</portlet-name>
-    <display-name>Quiniela 1X2</display-name>
-    <description>Google Gadgets: Quiniela 1X2 Gadget</description>
+  <portlet id="Clasificacin1DivisinGadget">
+    <portlet-name>Clasificacin1DivisinGadget</portlet-name>
+    <display-name>Clasificaci?n 1? Divisi?n</display-name>
+    <description>Google Gadgets: Clasificaci?n 1? Divisi?n Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quiniela 1X2</value>
+      <value>Clasificaci?n 1? Divisi?n</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/quiniela.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/clasificacionprimera.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/quiniela.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/clasificacionprimera.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3181,29 +5227,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quiniela 1X2</title>
-      <short-title>Quiniela 1X2</short-title>
+      <title>Clasificaci?n 1? Divisi?n</title>
+      <short-title>Clasificaci?n 1? Divisi?n</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PinpositionnetGolfnachrichtenGadget">
-    <portlet-name>PinpositionnetGolfnachrichtenGadget</portlet-name>
-    <display-name>Pinposition.net - Golfnachrichten</display-name>
-    <description>Google Gadgets: Pinposition.net - Golfnachrichten Gadget</description>
+  <portlet id="107710781077108510771076107710831100108510801082106010591058104110541051Gadget">
+    <portlet-name>107710781077108510771076107710831100108510801082106010591058104110541051Gadget</portlet-name>
+    <display-name>&#1077;&#1078;&#1077;&#1085...</display-name>
+    <description>Google Gadgets: &#1077;&#1078;&#1077;&#1085;&#1077;&#1076;&#1077;&#1083;&#1100;&#1085;&#1080;&#1082; &#1060;&#1059;&#1058;&#1041;&#1054;&#1051; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pinposition.net - Golfnachrichten</value>
+      <value>&#1077;&#1078;&#1077;&#1085;&#1077;&#1076;&#1077;&#1083;&#1100;&#1085;&#1080;&#1082; &#1060;&#1059;&#1058;&#1041;&#1054;&#1051;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pinposition.net/pinpo_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/football1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pinposition.net/pinpo_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/football1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3214,29 +5260,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pinposition.net - Golfnachrichten</title>
-      <short-title>Pinposition.net - Golfnachrichten</short-title>
+      <title>&#1077;&#1078;&#1077;&#1085;&#1077;&#1076;&#1077;&#1083;&#1100;&#1085;&#1080;&#1082; &#1060;&#1059;&#1058;&#1041;&#1054;&#1051;</title>
+      <short-title>&#1077;&#1078;&#1077;&#1085;&#1077;&#1076;&#1077;&#1083;&#1100;&#1085;&#1080;&#1082; &#1060;&#1059;&#1058;&#1041;&#1054;&#1051;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Resultados1DivisinGadget">
-    <portlet-name>Resultados1DivisinGadget</portlet-name>
-    <display-name>Resultados 1? Divisi?n</display-name>
-    <description>Google Gadgets: Resultados 1? Divisi?n Gadget</description>
+  <portlet id="BeiktaHaberveVideoGadget">
+    <portlet-name>BeiktaHaberveVideoGadget</portlet-name>
+    <display-name>Be?ikta? Haber ve Video</display-name>
+    <description>Google Gadgets: Be?ikta? Haber ve Video Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Resultados 1? Divisi?n</value>
+      <value>Be?ikta? Haber ve Video</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/jornadaprimera.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/besiktas.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/jornadaprimera.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/besiktas.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3247,29 +5293,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Resultados 1? Divisi?n</title>
-      <short-title>Resultados 1? Divisi?n</short-title>
+      <title>Be?ikta? Haber ve Video</title>
+      <short-title>Be?ikta? Haber ve Video</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MOTOGONKIRUGadget">
-    <portlet-name>MOTOGONKIRUGadget</portlet-name>
-    <display-name>MOTOGONKI.RU -                                           </display-name>
-    <description>Google Gadgets: MOTOGONKI.RU -                                            Gadget</description>
+  <portlet id="SuperesportesAtlticoGadget">
+    <portlet-name>SuperesportesAtlticoGadget</portlet-name>
+    <display-name>Superesportes - Atl?tico</display-name>
+    <description>Google Gadgets: Superesportes - Atl?tico Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MOTOGONKI.RU -                                           </value>
+      <value>Superesportes - Atl?tico</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motogonki.ru/feed/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_atletico.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motogonki.ru/feed/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_atletico.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3280,15 +5326,15 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MOTOGONKI.RU -                                           </title>
-      <short-title>MOTOGONKI.RU -                                           </short-title>
+      <title>Superesportes - Atl?tico</title>
+      <short-title>Superesportes - Atl?tico</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
   <portlet id="motordeMusikmagazinundCommunityAktuelleMusikNewsInterviewsRezensionenUserbGadget">
     <portlet-name>motordeMusikmagazinundCommunityAktuelleMusikNewsInterviewsRezensionenUserbGadget</portlet-name>
-    <display-name>motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f?r Alternative, Indie, Rock und HipHop.</display-name>
+    <display-name>motor.de - Musikmagazin und...</display-name>
     <description>Google Gadgets: motor.de - Musikmagazin und Community. Aktuelle Musik-News, Interviews, Rezensionen, Userblogs. Band-Datenbank f?r Alternative, Indie, Rock und HipHop. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
@@ -3319,23 +5365,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="BBCRussiancomGadget">
-    <portlet-name>BBCRussiancomGadget</portlet-name>
-    <display-name>BBCRussian.com ?      </display-name>
-    <description>Google Gadgets: BBCRussian.com ?       Gadget</description>
+  <portlet id="BlogolGadget">
+    <portlet-name>BlogolGadget</portlet-name>
+    <display-name>Blogol</display-name>
+    <description>Google Gadgets: Blogol Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BBCRussian.com ?      </value>
+      <value>Blogol</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/bbc-sport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/blogol.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/bbc-sport.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/blogol.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3346,12 +5392,276 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BBCRussian.com ?      </title>
-      <short-title>BBCRussian.com ?      </short-title>
+      <title>Blogol</title>
+      <short-title>Blogol</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="radstadiondeNachrichtenausdemRadsportGadget">
+    <portlet-name>radstadiondeNachrichtenausdemRadsportGadget</portlet-name>
+    <display-name>radstadion.de - Nachrichten...</display-name>
+    <description>Google Gadgets: radstadion.de - Nachrichten aus dem Radsport Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>radstadion.de - Nachrichten aus dem Radsport</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.radstadion.de/gaga.htm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.radstadion.de/gaga.htm</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>radstadion.de - Nachrichten aus dem Radsport</title>
+      <short-title>radstadion.de - Nachrichten aus dem Radsport</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CSKAruGadget">
+    <portlet-name>CSKAruGadget</portlet-name>
+    <display-name>CSKA.ru</display-name>
+    <description>Google Gadgets: CSKA.ru Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>CSKA.ru</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/cska.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/cska.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>CSKA.ru</title>
+      <short-title>CSKA.ru</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SportFootballScoresLigue12Gadget">
+    <portlet-name>SportFootballScoresLigue12Gadget</portlet-name>
+    <display-name>Sport: Football Scores Ligu...</display-name>
+    <description>Google Gadgets: Sport: Football Scores Ligue 1, 2 Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Sport: Football Scores Ligue 1, 2</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://delaitre.free.fr/google/foot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://delaitre.free.fr/google/foot.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Sport: Football Scores Ligue 1, 2</title>
+      <short-title>Sport: Football Scores Ligue 1, 2</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="106010911090107310861083Gadget">
+    <portlet-name>106010911090107310861083Gadget</portlet-name>
+    <display-name>&#1060;&#1091;&#1090;&#1073...</display-name>
+    <description>Google Gadgets: &#1060;&#1091;&#1090;&#1073;&#1086;&#1083; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#1060;&#1091;&#1090;&#1073;&#1086;&#1083;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.sterno.ru/soccer/soccer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.sterno.ru/soccer/soccer.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#1060;&#1091;&#1090;&#1073;&#1086;&#1083;</title>
+      <short-title>&#1060;&#1091;&#1090;&#1073;&#1086;&#1083;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="Eurosport1053108610741086108910901080Gadget">
+    <portlet-name>Eurosport1053108610741086108910901080Gadget</portlet-name>
+    <display-name>Eurosport &#1053;&#1086;&#1...</display-name>
+    <description>Google Gadgets: Eurosport &#1053;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Eurosport &#1053;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/eurosport-main.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/eurosport-main.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Eurosport &#1053;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</title>
+      <short-title>Eurosport &#1053;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="motoGP124911251712540124731250112451125401248912522125401248012540Gadget">
+    <portlet-name>motoGP124911251712540124731250112451125401248912522125401248012540Gadget</portlet-name>
+    <display-name>motoGP&#12491;&#12517;&#125...</display-name>
+    <description>Google Gadgets: motoGP&#12491;&#12517;&#12540;&#12473;&#12501;&#12451;&#12540;&#12489;&#12522;&#12540;&#12480;&#12540; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>motoGP&#12491;&#12517;&#12540;&#12473;&#12501;&#12451;&#12540;&#12489;&#12522;&#12540;&#12480;&#12540;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/motogp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sport.sakura.ne.jp/gg/motogp.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>motoGP&#12491;&#12517;&#12540;&#12473;&#12501;&#12451;&#12540;&#12489;&#12522;&#12540;&#12480;&#12540;</title>
+      <short-title>motoGP&#12491;&#12517;&#12540;&#12473;&#12501;&#12451;&#12540;&#12489;&#12522;&#12540;&#12480;&#12540;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="BSHTidenkalenderNordseeGadget">
+    <portlet-name>BSHTidenkalenderNordseeGadget</portlet-name>
+    <display-name>BSH Tidenkalender Nordsee</display-name>
+    <description>Google Gadgets: BSH Tidenkalender Nordsee Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>BSH Tidenkalender Nordsee</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://waiting4wind.googlepages.com/GGBSH.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://waiting4wind.googlepages.com/GGBSH.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>BSH Tidenkalender Nordsee</title>
+      <short-title>BSH Tidenkalender Nordsee</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MOTOGONKIRU104210891077108510861074108610891090108010801079108410801088107Gadget">
+    <portlet-name>MOTOGONKIRU104210891077108510861074108610891090108010801079108410801088107Gadget</portlet-name>
+    <display-name>MOTOGONKI.RU - &#1042;&#108...</display-name>
+    <description>Google Gadgets: MOTOGONKI.RU - &#1042;&#1089;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080; &#1080;&#1079; &#1084;&#1080;&#1088;&#1072; &#1084;&#1086;&#1090;&#1086;&#1089;&#1087;&#1086;&#1088;&#1090;&#1072; &#1082;&#1072;&#1078;&#1076;&#1099;&#1081; &#1076;&#1077;&#1085;&#1100; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>MOTOGONKI.RU - &#1042;&#1089;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080; &#1080;&#1079; &#1084;&#1080;&#1088;&#1072; &#1084;&#1086;&#1090;&#1086;&#1089;&#1087;&#1086;&#1088;&#1090;&#1072; &#1082;&#1072;&#1078;&#1076;&#1099;&#1081; &#1076;&#1077;&#1085;&#1100;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.motogonki.ru/feed/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.motogonki.ru/feed/gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>MOTOGONKI.RU - &#1042;&#1089;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080; &#1080;&#1079; &#1084;&#1080;&#1088;&#1072; &#1084;&#1086;&#1090;&#1086;&#1089;&#1087;&#1086;&#1088;&#1090;&#1072; &#1082;&#1072;&#1078;&#1076;&#1099;&#1081; &#1076;&#1077;&#1085;&#1100;</title>
+      <short-title>MOTOGONKI.RU - &#1042;&#1089;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080; &#1080;&#1079; &#1084;&#1080;&#1088;&#1072; &#1084;&#1086;&#1090;&#1086;&#1089;&#1087;&#1086;&#1088;&#1090;&#1072; &#1082;&#1072;&#1078;&#1076;&#1099;&#1081; &#1076;&#1077;&#1085;&#1100;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="ResultadosFutbol1Gadget">
     <portlet-name>ResultadosFutbol1Gadget</portlet-name>
     <display-name>Resultados - Futbol</display-name>
@@ -3385,23 +5695,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="F1NewsRuGadget">
-    <portlet-name>F1NewsRuGadget</portlet-name>
-    <display-name>F1News.Ru:                  </display-name>
-    <description>Google Gadgets: F1News.Ru:                   Gadget</description>
+  <portlet id="SuperesportesTnisGadget">
+    <portlet-name>SuperesportesTnisGadget</portlet-name>
+    <display-name>Superesportes - T?nis</display-name>
+    <description>Google Gadgets: Superesportes - T?nis Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>F1News.Ru:                  </value>
+      <value>Superesportes - T?nis</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.f1news.ru/export/google/betrating.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_tenis.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.f1news.ru/export/google/betrating.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_tenis.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3412,29 +5722,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>F1News.Ru:                  </title>
-      <short-title>F1News.Ru:                  </short-title>
+      <title>Superesportes - T?nis</title>
+      <short-title>Superesportes - T?nis</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SportFootballScoresLigue12Gadget">
-    <portlet-name>SportFootballScoresLigue12Gadget</portlet-name>
-    <display-name>Sport: Football Scores Ligue 1, 2</display-name>
-    <description>Google Gadgets: Sport: Football Scores Ligue 1, 2 Gadget</description>
+  <portlet id="SuperesportesMaisesportesGadget">
+    <portlet-name>SuperesportesMaisesportesGadget</portlet-name>
+    <display-name>Superesportes - Mais esportes</display-name>
+    <description>Google Gadgets: Superesportes - Mais esportes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sport: Football Scores Ligue 1, 2</value>
+      <value>Superesportes - Mais esportes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://delaitre.free.fr/google/foot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_outrosesportes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://delaitre.free.fr/google/foot.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/101066607012473798992/esporte_outrosesportes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3445,24 +5755,57 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sport: Football Scores Ligue 1, 2</title>
-      <short-title>Sport: Football Scores Ligue 1, 2</short-title>
+      <title>Superesportes - Mais esportes</title>
+      <short-title>Superesportes - Mais esportes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="4thMEDIAGadget">
-    <portlet-name>4thMEDIAGadget</portlet-name>
-    <display-name>4th MEDIA      </display-name>
-    <description>Google Gadgets: 4th MEDIA       Gadget</description>
+  <portlet id="ClassementdeLigue1Gadget">
+    <portlet-name>ClassementdeLigue1Gadget</portlet-name>
+    <display-name>Classement de Ligue 1</display-name>
+    <description>Google Gadgets: Classement de Ligue 1 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>4th MEDIA      </value>
+      <value>Classement de Ligue 1</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pronoleague.com/google/class_ligue1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pronoleague.com/google/class_ligue1.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Classement de Ligue 1</title>
+      <short-title>Classement de Ligue 1</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="4thMEDIA652881246912483124591254065289Gadget">
+    <portlet-name>4thMEDIA652881246912483124591254065289Gadget</portlet-name>
+    <display-name>4th MEDIA&#65288;&#12469;&#...</display-name>
+    <description>Google Gadgets: 4th MEDIA&#65288;&#12469;&#12483;&#12459;&#12540;&#65289; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>4th MEDIA&#65288;&#12469;&#12483;&#12459;&#12540;&#65289;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
       <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jlea9ue.googlepages.com/soccer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
@@ -3478,29 +5821,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>4th MEDIA      </title>
-      <short-title>4th MEDIA      </short-title>
+      <title>4th MEDIA&#65288;&#12469;&#12483;&#12459;&#12540;&#65289;</title>
+      <short-title>4th MEDIA&#65288;&#12469;&#12483;&#12459;&#12540;&#65289;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ClasificacinSuperligaFemGadget">
-    <portlet-name>ClasificacinSuperligaFemGadget</portlet-name>
-    <display-name>Clasificaci?n Superliga Fem.</display-name>
-    <description>Google Gadgets: Clasificaci?n Superliga Fem. Gadget</description>
+  <portlet id="PuanDurumuveFikstrGadget">
+    <portlet-name>PuanDurumuveFikstrGadget</portlet-name>
+    <display-name>Puan Durumu ve Fikst?r</display-name>
+    <description>Google Gadgets: Puan Durumu ve Fikst?r Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Clasificaci?n Superliga Fem.</value>
+      <value>Puan Durumu ve Fikst?r</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsuperliga.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.turkishmedia.com/gadget/puan.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsuperliga.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.turkishmedia.com/gadget/puan.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3511,29 +5854,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Clasificaci?n Superliga Fem.</title>
-      <short-title>Clasificaci?n Superliga Fem.</short-title>
+      <title>Puan Durumu ve Fikst?r</title>
+      <short-title>Puan Durumu ve Fikst?r</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DoktorFussballNewsGadget">
-    <portlet-name>DoktorFussballNewsGadget</portlet-name>
-    <display-name>Doktor Fussball News</display-name>
-    <description>Google Gadgets: Doktor Fussball News Gadget</description>
+  <portlet id="FMSourcefrGadget">
+    <portlet-name>FMSourcefrGadget</portlet-name>
+    <display-name>FMSource (fr)</display-name>
+    <description>Google Gadgets: FMSource (fr) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Doktor Fussball News</value>
+      <value>FMSource (fr)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://marfert.googlepages.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014935031213781989694/cse/adpj5pzt9fm/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://marfert.googlepages.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014935031213781989694/cse/adpj5pzt9fm/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3544,29 +5887,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Doktor Fussball News</title>
-      <short-title>Doktor Fussball News</short-title>
+      <title>FMSource (fr)</title>
+      <short-title>FMSource (fr)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="F1NewsFeedReaderGadget">
-    <portlet-name>F1NewsFeedReaderGadget</portlet-name>
-    <display-name>F1 News Feed Reader</display-name>
-    <description>Google Gadgets: F1 News Feed Reader Gadget</description>
+  <portlet id="Resultados1DivisinGadget">
+    <portlet-name>Resultados1DivisinGadget</portlet-name>
+    <display-name>Resultados 1? Divisi?n</display-name>
+    <description>Google Gadgets: Resultados 1? Divisi?n Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>F1 News Feed Reader</value>
+      <value>Resultados 1? Divisi?n</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sport.sakura.ne.jp/gg/f1-e.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/jornadaprimera.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sport.sakura.ne.jp/gg/f1-e.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/jornadaprimera.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3577,12 +5920,309 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>F1 News Feed Reader</title>
-      <short-title>F1 News Feed Reader</short-title>
+      <title>Resultados 1? Divisi?n</title>
+      <short-title>Resultados 1? Divisi?n</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="MundodoVleiGadget">
+    <portlet-name>MundodoVleiGadget</portlet-name>
+    <display-name>Mundo do V?lei </display-name>
+    <description>Google Gadgets: Mundo do V?lei  Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Mundo do V?lei </value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/mundodovolei.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/mundodovolei.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Mundo do V?lei </title>
+      <short-title>Mundo do V?lei </short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="GuncelSporHaberleriGadget">
+    <portlet-name>GuncelSporHaberleriGadget</portlet-name>
+    <display-name>Guncel Spor Haberleri</display-name>
+    <description>Google Gadgets: Guncel Spor Haberleri Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Guncel Spor Haberleri</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gecce.org/gadget/gadget_spor.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gecce.org/gadget/gadget_spor.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Guncel Spor Haberleri</title>
+      <short-title>Guncel Spor Haberleri</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="UniversodaBolaGadget">
+    <portlet-name>UniversodaBolaGadget</portlet-name>
+    <display-name>Universo da Bola</display-name>
+    <description>Google Gadgets: Universo da Bola Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Universo da Bola</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/universodabola.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/universodabola.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Universo da Bola</title>
+      <short-title>Universo da Bola</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="PhotosfromSIcom1Gadget">
+    <portlet-name>PhotosfromSIcom1Gadget</portlet-name>
+    <display-name>Photos from SI.com</display-name>
+    <description>Google Gadgets: Photos from SI.com Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Photos from SI.com</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110647065079108821074/world_cup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110647065079108821074/world_cup.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Photos from SI.com</title>
+      <short-title>Photos from SI.com</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ltimoSegundoEsportesGadget">
+    <portlet-name>ltimoSegundoEsportesGadget</portlet-name>
+    <display-name>?ltimo Segundo Esportes</display-name>
+    <description>Google Gadgets: ?ltimo Segundo Esportes Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>?ltimo Segundo Esportes</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://modulos.ig.com.br/usesportes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://modulos.ig.com.br/usesportes.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>?ltimo Segundo Esportes</title>
+      <short-title>?ltimo Segundo Esportes</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="Clasificacin2BGrupoIIGadget">
+    <portlet-name>Clasificacin2BGrupoIIGadget</portlet-name>
+    <display-name>Clasificaci?n 2? B Grupo II</display-name>
+    <description>Google Gadgets: Clasificaci?n 2? B Grupo II Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Clasificaci?n 2? B Grupo II</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsegundab.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsegundab.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Clasificaci?n 2? B Grupo II</title>
+      <short-title>Clasificaci?n 2? B Grupo II</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="2150822320123983147839340225802232022259652862282527671Gadget">
+    <portlet-name>2150822320123983147839340225802232022259652862282527671Gadget</portlet-name>
+    <display-name>&#21508;&#22320;&#12398;&#3...</display-name>
+    <description>Google Gadgets: &#21508;&#22320;&#12398;&#31478;&#39340;&#22580; &#22320;&#22259;&#65286;&#22825;&#27671; Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>&#21508;&#22320;&#12398;&#31478;&#39340;&#22580; &#22320;&#22259;&#65286;&#22825;&#27671;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.racetrack.jp/gadget/map_tenki.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.racetrack.jp/gadget/map_tenki.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>&#21508;&#22320;&#12398;&#31478;&#39340;&#22580; &#22320;&#22259;&#65286;&#22825;&#27671;</title>
+      <short-title>&#21508;&#22320;&#12398;&#31478;&#39340;&#22580; &#22320;&#22259;&#65286;&#22825;&#27671;</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ifmMessdatenLeuchtturmKielGadget">
+    <portlet-name>ifmMessdatenLeuchtturmKielGadget</portlet-name>
+    <display-name>ifm Messdaten Leuchtturm Kiel</display-name>
+    <description>Google Gadgets: ifm Messdaten Leuchtturm Kiel Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>ifm Messdaten Leuchtturm Kiel</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://waiting4wind.googlepages.com/GGIFM.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://waiting4wind.googlepages.com/GGIFM.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>ifm Messdaten Leuchtturm Kiel</title>
+      <short-title>ifm Messdaten Leuchtturm Kiel</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ClasificacinSuperligaFemGadget">
+    <portlet-name>ClasificacinSuperligaFemGadget</portlet-name>
+    <display-name>Clasificaci?n Superliga Fem.</display-name>
+    <description>Google Gadgets: Clasificaci?n Superliga Fem. Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Clasificaci?n Superliga Fem.</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsuperliga.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tintigorri-luzarra.com/gadgets/clasificacionsuperliga.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Clasificaci?n Superliga Fem.</title>
+      <short-title>Clasificaci?n Superliga Fem.</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="ClasificacinPrimeraDivisinGadget">
     <portlet-name>ClasificacinPrimeraDivisinGadget</portlet-name>
     <display-name>Clasificaci?n Primera Divisi?n</display-name>
@@ -3616,23 +6256,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="EurosportGadget">
-    <portlet-name>EurosportGadget</portlet-name>
-    <display-name>Eurosport        </display-name>
-    <description>Google Gadgets: Eurosport         Gadget</description>
+  <portlet id="104310721079107710901072Ru105710871086108810901080107410851099107710851086Gadget">
+    <portlet-name>104310721079107710901072Ru105710871086108810901080107410851099107710851086Gadget</portlet-name>
+    <display-name>&#1043;&#1072;&#1079;&#1077...</display-name>
+    <description>Google Gadgets: &#1043;&#1072;&#1079;&#1077;&#1090;&#1072;.Ru - &#1057;&#1087;&#1086;&#1088;&#1090;&#1080;&#1074;&#1085;&#1099;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080; Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Eurosport        </value>
+      <value>&#1043;&#1072;&#1079;&#1077;&#1090;&#1072;.Ru - &#1057;&#1087;&#1086;&#1088;&#1090;&#1080;&#1074;&#1085;&#1099;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/eurosport-main.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/gazetaru-sport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/eurosport-main.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/gazetaru-sport.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3643,29 +6283,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Eurosport        </title>
-      <short-title>Eurosport        </short-title>
+      <title>&#1043;&#1072;&#1079;&#1077;&#1090;&#1072;.Ru - &#1057;&#1087;&#1086;&#1088;&#1090;&#1080;&#1074;&#1085;&#1099;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</title>
+      <short-title>&#1043;&#1072;&#1079;&#1077;&#1090;&#1072;.Ru - &#1057;&#1087;&#1086;&#1088;&#1090;&#1080;&#1074;&#1085;&#1099;&#1077; &#1085;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RuGadget">
-    <portlet-name>RuGadget</portlet-name>
-    <display-name>      .Ru -                   </display-name>
-    <description>Google Gadgets:       .Ru -                    Gadget</description>
+  <portlet id="US_Tactical_CrossFit_Workout_of_the_Day__Gadget">
+    <portlet-name>US_Tactical_CrossFit_Workout_of_the_Day__Gadget</portlet-name>
+    <display-name>US_Tactical_CrossFit_Workou...</display-name>
+    <description>Google Gadgets: US_Tactical_CrossFit_Workout_of_the_Day__ Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>      .Ru -                   </value>
+      <value>US_Tactical_CrossFit_Workout_of_the_Day__</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/gazetaru-sport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/103869862993326085888/crossfit-workout-of-the-day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/gazetaru-sport.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/103869862993326085888/crossfit-workout-of-the-day.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3676,29 +6316,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>      .Ru -                   </title>
-      <short-title>      .Ru -                   </short-title>
+      <title>US_Tactical_CrossFit_Workout_of_the_Day__</title>
+      <short-title>US_Tactical_CrossFit_Workout_of_the_Day__</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Eurosport1Gadget">
-    <portlet-name>Eurosport1Gadget</portlet-name>
-    <display-name>Eurosport       </display-name>
-    <description>Google Gadgets: Eurosport        Gadget</description>
+  <portlet id="ResimliSporFlashHaberlerGadget">
+    <portlet-name>ResimliSporFlashHaberlerGadget</portlet-name>
+    <display-name>Resimli Spor Flash Haberler</display-name>
+    <description>Google Gadgets: Resimli Spor Flash Haberler Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Eurosport       </value>
+      <value>Resimli Spor Flash Haberler</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/eurosport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dakka90.com/gadget/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/eurosport.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dakka90.com/gadget/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3709,29 +6349,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Eurosport       </title>
-      <short-title>Eurosport       </short-title>
+      <title>Resimli Spor Flash Haberler</title>
+      <short-title>Resimli Spor Flash Haberler</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CSKAruGadget">
-    <portlet-name>CSKAruGadget</portlet-name>
-    <display-name>CSKA.ru</display-name>
-    <description>Google Gadgets: CSKA.ru Gadget</description>
+  <portlet id="PhotosfromSIcom2Gadget">
+    <portlet-name>PhotosfromSIcom2Gadget</portlet-name>
+    <display-name>Photos from SI.com</display-name>
+    <description>Google Gadgets: Photos from SI.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CSKA.ru</value>
+      <value>Photos from SI.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/cska.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://sheetheart.googlepages.com/si.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/cska.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://sheetheart.googlepages.com/si.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3742,12 +6382,111 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CSKA.ru</title>
-      <short-title>CSKA.ru</short-title>
+      <title>Photos from SI.com</title>
+      <short-title>Photos from SI.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="US_Tactical_CrossFit_Workout_of_the_DayGadget">
+    <portlet-name>US_Tactical_CrossFit_Workout_of_the_DayGadget</portlet-name>
+    <display-name>US_Tactical_CrossFit_Workou...</display-name>
+    <description>Google Gadgets: US_Tactical_CrossFit_Workout_of_the_Day Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>US_Tactical_CrossFit_Workout_of_the_Day</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/103869862993326085888/US-Tactical-CrossFit-Workout-of-the-Day.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/103869862993326085888/US-Tactical-CrossFit-Workout-of-the-Day.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>US_Tactical_CrossFit_Workout_of_the_Day</title>
+      <short-title>US_Tactical_CrossFit_Workout_of_the_Day</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MagicSportSportPi322kaNo380naGadget">
+    <portlet-name>MagicSportSportPi322kaNo380naGadget</portlet-name>
+    <display-name>MagicSport - Sport - Pi&#32...</display-name>
+    <description>Google Gadgets: MagicSport - Sport - Pi&#322;ka No&#380;na Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>MagicSport - Sport - Pi&#322;ka No&#380;na</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pilkanozna.magicsport.pl/sport_pilka_nozna.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pilkanozna.magicsport.pl/sport_pilka_nozna.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>MagicSport - Sport - Pi&#322;ka No&#380;na</title>
+      <short-title>MagicSport - Sport - Pi&#322;ka No&#380;na</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ifmMessdatenLeuchtturmKiel1Gadget">
+    <portlet-name>ifmMessdatenLeuchtturmKiel1Gadget</portlet-name>
+    <display-name>ifm Messdaten Leuchtturm Kiel</display-name>
+    <description>Google Gadgets: ifm Messdaten Leuchtturm Kiel Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>ifm Messdaten Leuchtturm Kiel</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/106457306622866166307/ifm_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/106457306622866166307/ifm_gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>ifm Messdaten Leuchtturm Kiel</title>
+      <short-title>ifm Messdaten Leuchtturm Kiel</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="EsportesGadget">
     <portlet-name>EsportesGadget</portlet-name>
     <display-name>Esportes</display-name>
@@ -3781,6 +6520,39 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="OntdekjeidealewintersportgebiedGadget">
+    <portlet-name>OntdekjeidealewintersportgebiedGadget</portlet-name>
+    <display-name>Ontdek je ideale winterspor...</display-name>
+    <description>Google Gadgets: Ontdek je ideale wintersportgebied Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Ontdek je ideale wintersportgebied</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/100890562839449532697/wintersport.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/100890562839449532697/wintersport.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Ontdek je ideale wintersportgebied</title>
+      <short-title>Ontdek je ideale wintersportgebied</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="Esportes1Gadget">
     <portlet-name>Esportes1Gadget</portlet-name>
     <display-name>Esportes</display-name>
@@ -3814,5 +6586,38 @@
     </portlet-info>
   </portlet>
 
+  <portlet id="ClassementchampionnatdefranceGadget">
+    <portlet-name>ClassementchampionnatdefranceGadget</portlet-name>
+    <display-name>Classement championnat de f...</display-name>
+    <description>Google Gadgets: Classement championnat de france Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Classement championnat de france</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gadgets.s-porta.fr/foot.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gadgets.s-porta.fr/foot.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Classement championnat de france</title>
+      <short-title>Classement championnat de france</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
 </portlet-app>
 

Modified: googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/googlegadgets-technology/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 21:12:08 UTC (rev 746)
@@ -19,23 +19,23 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
 
-  <portlet id="SatelliteTrackingGadget">
-    <portlet-name>SatelliteTrackingGadget</portlet-name>
-    <display-name>Satellite Tracking</display-name>
-    <description>Google Gadgets: Satellite Tracking Gadget</description>
+  <portlet id="What39smyIPaddressISPcountryproxyGadget">
+    <portlet-name>What39smyIPaddressISPcountryproxyGadget</portlet-name>
+    <display-name>What&#39;s my IP address, I...</display-name>
+    <description>Google Gadgets: What&#39;s my IP address, ISP, country, proxy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Satellite Tracking</value>
+      <value>What&#39;s my IP address, ISP, country, proxy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.n2yo.com/sat/gsat.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/ip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.n2yo.com/sat/gsat.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aruljohn.com/gadget/ip.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -46,29 +46,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Satellite Tracking</title>
-      <short-title>Satellite Tracking</short-title>
+      <title>What&#39;s my IP address, ISP, country, proxy</title>
+      <short-title>What&#39;s my IP address, ISP, country, proxy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SystemAdministratorSearchGadget">
-    <portlet-name>SystemAdministratorSearchGadget</portlet-name>
-    <display-name>System Administrator Search</display-name>
-    <description>Google Gadgets: System Administrator Search Gadget</description>
+  <portlet id="EinsteinQuoteoftheDayGadget">
+    <portlet-name>EinsteinQuoteoftheDayGadget</portlet-name>
+    <display-name>Einstein Quote of the Day</display-name>
+    <description>Google Gadgets: Einstein Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>System Administrator Search</value>
+      <value>Einstein Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/008752598480435110272/cse/ga4zciiz5jo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/albert-einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/008752598480435110272/cse/ga4zciiz5jo/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/albert-einstein.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -79,29 +79,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>System Administrator Search</title>
-      <short-title>System Administrator Search</short-title>
+      <title>Einstein Quote of the Day</title>
+      <short-title>Einstein Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CounterGadget">
-    <portlet-name>CounterGadget</portlet-name>
-    <display-name>Counter</display-name>
-    <description>Google Gadgets: Counter Gadget</description>
+  <portlet id="IPNowGadget">
+    <portlet-name>IPNowGadget</portlet-name>
+    <display-name>IPNow</display-name>
+    <description>Google Gadgets: IPNow Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Counter</value>
+      <value>IPNow</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://oczazou.googlepages.com/counter_oczazou.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ipnow.org/ig/ipnow.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://oczazou.googlepages.com/counter_oczazou.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ipnow.org/ig/ipnow.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -112,29 +112,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Counter</title>
-      <short-title>Counter</short-title>
+      <title>IPNow</title>
+      <short-title>IPNow</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VocabularyGrapherThesaurusGadget">
-    <portlet-name>VocabularyGrapherThesaurusGadget</portlet-name>
-    <display-name>Vocabulary Grapher Thesaurus</display-name>
-    <description>Google Gadgets: Vocabulary Grapher Thesaurus Gadget</description>
+  <portlet id="CustomRSSGadget">
+    <portlet-name>CustomRSSGadget</portlet-name>
+    <display-name>CustomRSS</display-name>
+    <description>Google Gadgets: CustomRSS Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Vocabulary Grapher Thesaurus</value>
+      <value>CustomRSS</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vocabgrapher.com/vgt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://customrss.googlepages.com/customrss.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vocabgrapher.com/vgt.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://customrss.googlepages.com/customrss.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -145,29 +145,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Vocabulary Grapher Thesaurus</title>
-      <short-title>Vocabulary Grapher Thesaurus</short-title>
+      <title>CustomRSS</title>
+      <short-title>CustomRSS</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iWebCamGadget">
-    <portlet-name>iWebCamGadget</portlet-name>
-    <display-name>iWebCam</display-name>
-    <description>Google Gadgets: iWebCam Gadget</description>
+  <portlet id="NasaImageoftheDayGadget">
+    <portlet-name>NasaImageoftheDayGadget</portlet-name>
+    <display-name>Nasa Image of the Day</display-name>
+    <description>Google Gadgets: Nasa Image of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iWebCam</value>
+      <value>Nasa Image of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.joaquim.org/igoogle/webcam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://olivier.camard.free.fr/google/modules/nasapics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.joaquim.org/igoogle/webcam.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://olivier.camard.free.fr/google/modules/nasapics.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -178,29 +178,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iWebCam</title>
-      <short-title>iWebCam</short-title>
+      <title>Nasa Image of the Day</title>
+      <short-title>Nasa Image of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DIGGGadget">
-    <portlet-name>DIGGGadget</portlet-name>
-    <display-name>DIGG</display-name>
-    <description>Google Gadgets: DIGG Gadget</description>
+  <portlet id="FreewareDownloadsGadget">
+    <portlet-name>FreewareDownloadsGadget</portlet-name>
+    <display-name>Freeware Downloads</display-name>
+    <description>Google Gadgets: Freeware Downloads Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DIGG</value>
+      <value>Freeware Downloads</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://digg.com/goog/ig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fwnetwork.com/rss/freeware_downloads_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://digg.com/goog/ig.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fwnetwork.com/rss/freeware_downloads_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -211,29 +211,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DIGG</title>
-      <short-title>DIGG</short-title>
+      <title>Freeware Downloads</title>
+      <short-title>Freeware Downloads</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreewareDownloadsGadget">
-    <portlet-name>FreewareDownloadsGadget</portlet-name>
-    <display-name>Freeware Downloads</display-name>
-    <description>Google Gadgets: Freeware Downloads Gadget</description>
+  <portlet id="LatestMobilePhonesArticlesandReviewsfromPhoneArenacomGadget">
+    <portlet-name>LatestMobilePhonesArticlesandReviewsfromPhoneArenacomGadget</portlet-name>
+    <display-name>Latest Mobile Phones, Artic...</display-name>
+    <description>Google Gadgets: Latest Mobile Phones, Articles and Reviews from PhoneArena.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Freeware Downloads</value>
+      <value>Latest Mobile Phones, Articles and Reviews from PhoneArena.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fwnetwork.com/rss/freeware_downloads_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phonearena.com/rss/phones.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fwnetwork.com/rss/freeware_downloads_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phonearena.com/rss/phones.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -244,29 +244,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Freeware Downloads</title>
-      <short-title>Freeware Downloads</short-title>
+      <title>Latest Mobile Phones, Articles and Reviews from PhoneArena.com</title>
+      <short-title>Latest Mobile Phones, Articles and Reviews from PhoneArena.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Flux3DPhotoCubeGadget">
-    <portlet-name>Flux3DPhotoCubeGadget</portlet-name>
-    <display-name>Flux 3D PhotoCube</display-name>
-    <description>Google Gadgets: Flux 3D PhotoCube Gadget</description>
+  <portlet id="SafepasswordsgeneratorGadget">
+    <portlet-name>SafepasswordsgeneratorGadget</portlet-name>
+    <display-name>Safe passwords generator</display-name>
+    <description>Google Gadgets: Safe passwords generator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flux 3D PhotoCube</value>
+      <value>Safe passwords generator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mediamachines.com/uploads/5/PhotoCube/10/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.daimonion.sk/tools/pwdgen/pwdgen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mediamachines.com/uploads/5/PhotoCube/10/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.daimonion.sk/tools/pwdgen/pwdgen.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -277,29 +277,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flux 3D PhotoCube</title>
-      <short-title>Flux 3D PhotoCube</short-title>
+      <title>Safe passwords generator</title>
+      <short-title>Safe passwords generator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyIPGadget">
-    <portlet-name>MyIPGadget</portlet-name>
-    <display-name>My IP</display-name>
-    <description>Google Gadgets: My IP Gadget</description>
+  <portlet id="CurrentMoonPhaseGadget">
+    <portlet-name>CurrentMoonPhaseGadget</portlet-name>
+    <display-name>Current Moon Phase</display-name>
+    <description>Google Gadgets: Current Moon Phase Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My IP</value>
+      <value>Current Moon Phase</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/ip/ip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.calculatorcat.com/gmodules/current_moon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/ip/ip.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.calculatorcat.com/gmodules/current_moon.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -310,29 +310,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My IP</title>
-      <short-title>My IP</short-title>
+      <title>Current Moon Phase</title>
+      <short-title>Current Moon Phase</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ComputerHistoryGadget">
-    <portlet-name>ComputerHistoryGadget</portlet-name>
-    <display-name>Computer History</display-name>
-    <description>Google Gadgets: Computer History Gadget</description>
+  <portlet id="ApodcastplayerGadget">
+    <portlet-name>ApodcastplayerGadget</portlet-name>
+    <display-name>A podcast player</display-name>
+    <description>Google Gadgets: A podcast player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Computer History</value>
+      <value>A podcast player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/ComputerCalendarGoogle.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://apodplayer.com/%3Fm%3Dgoogle&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.printedowl.com/ComputerCalendarGoogle.aspx</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://apodplayer.com/%3Fm%3Dgoogle</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -343,29 +343,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Computer History</title>
-      <short-title>Computer History</short-title>
+      <title>A podcast player</title>
+      <short-title>A podcast player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SoftwareDeveloperSearchGadget">
-    <portlet-name>SoftwareDeveloperSearchGadget</portlet-name>
-    <display-name>Software Developer Search</display-name>
-    <description>Google Gadgets: Software Developer Search Gadget</description>
+  <portlet id="WorldSunlightMapGadget">
+    <portlet-name>WorldSunlightMapGadget</portlet-name>
+    <display-name>World Sunlight Map</display-name>
+    <description>Google Gadgets: World Sunlight Map Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Software Developer Search</value>
+      <value>World Sunlight Map</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006967080275139622288/cse/fcxwnmrevzi/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://static.die.net/earth/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006967080275139622288/cse/fcxwnmrevzi/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://static.die.net/earth/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -376,29 +376,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Software Developer Search</title>
-      <short-title>Software Developer Search</short-title>
+      <title>World Sunlight Map</title>
+      <short-title>World Sunlight Map</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CustomRSSGadget">
-    <portlet-name>CustomRSSGadget</portlet-name>
-    <display-name>CustomRSS</display-name>
-    <description>Google Gadgets: CustomRSS Gadget</description>
+  <portlet id="GoogleHotTrendsGadget">
+    <portlet-name>GoogleHotTrendsGadget</portlet-name>
+    <display-name>Google Hot Trends</display-name>
+    <description>Google Gadgets: Google Hot Trends Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CustomRSS</value>
+      <value>Google Hot Trends</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://customrss.googlepages.com/customrss.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.marcelmaatkamp.com/googletrends.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://customrss.googlepages.com/customrss.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.marcelmaatkamp.com/googletrends.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -409,29 +409,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CustomRSS</title>
-      <short-title>CustomRSS</short-title>
+      <title>Google Hot Trends</title>
+      <short-title>Google Hot Trends</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OpenSourceSoftwareGadget">
-    <portlet-name>OpenSourceSoftwareGadget</portlet-name>
-    <display-name>Open Source Software</display-name>
-    <description>Google Gadgets: Open Source Software Gadget</description>
+  <portlet id="AstronomyPictureoftheDayGadget">
+    <portlet-name>AstronomyPictureoftheDayGadget</portlet-name>
+    <display-name>Astronomy Picture of the Day</display-name>
+    <description>Google Gadgets: Astronomy Picture of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Open Source Software</value>
+      <value>Astronomy Picture of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006156709672261707051/cse/fmqpupckn3m/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.insertcatchphrase.com/apod/apod.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006156709672261707051/cse/fmqpupckn3m/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.insertcatchphrase.com/apod/apod.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -442,29 +442,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Open Source Software</title>
-      <short-title>Open Source Software</short-title>
+      <title>Astronomy Picture of the Day</title>
+      <short-title>Astronomy Picture of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyWebCamAutoRefreshGadget">
-    <portlet-name>MyWebCamAutoRefreshGadget</portlet-name>
-    <display-name>My WebCam (Auto Refresh)</display-name>
-    <description>Google Gadgets: My WebCam (Auto Refresh) Gadget</description>
+  <portlet id="VideoDownloaderGadget">
+    <portlet-name>VideoDownloaderGadget</portlet-name>
+    <display-name>Video Downloader</display-name>
+    <description>Google Gadgets: Video Downloader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My WebCam (Auto Refresh)</value>
+      <value>Video Downloader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/webcam-ar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/videodownloader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pileser.googlepages.com/webcam-ar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/videodownloader.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -475,12 +475,78 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My WebCam (Auto Refresh)</title>
-      <short-title>My WebCam (Auto Refresh)</short-title>
+      <title>Video Downloader</title>
+      <short-title>Video Downloader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="HubbleImagesGadget">
+    <portlet-name>HubbleImagesGadget</portlet-name>
+    <display-name>Hubble Images</display-name>
+    <description>Google Gadgets: Hubble Images Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Hubble Images</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/hubble.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/hubble.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Hubble Images</title>
+      <short-title>Hubble Images</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="JustFreeBooksFindfreeebooksGadget">
+    <portlet-name>JustFreeBooksFindfreeebooksGadget</portlet-name>
+    <display-name>JustFreeBooks - Find free e...</display-name>
+    <description>Google Gadgets: JustFreeBooks - Find free ebooks Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>JustFreeBooks - Find free ebooks</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017054669672982342322/cse/fc9sosff864/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017054669672982342322/cse/fc9sosff864/gadget</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>JustFreeBooks - Find free ebooks</title>
+      <short-title>JustFreeBooks - Find free ebooks</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="NOAASatelliteGadget">
     <portlet-name>NOAASatelliteGadget</portlet-name>
     <display-name>NOAA Satellite </display-name>
@@ -514,23 +580,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="VideoDownloaderGadget">
-    <portlet-name>VideoDownloaderGadget</portlet-name>
-    <display-name>Video Downloader</display-name>
-    <description>Google Gadgets: Video Downloader Gadget</description>
+  <portlet id="MarineWeatherObservationsNearYouGadget">
+    <portlet-name>MarineWeatherObservationsNearYouGadget</portlet-name>
+    <display-name>Marine Weather Observations...</display-name>
+    <description>Google Gadgets: Marine Weather Observations Near You Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Video Downloader</value>
+      <value>Marine Weather Observations Near You</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/videodownloader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mikeg101.googlepages.com/nearby_stations_map.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/videodownloader.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mikeg101.googlepages.com/nearby_stations_map.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -541,29 +607,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Video Downloader</title>
-      <short-title>Video Downloader</short-title>
+      <title>Marine Weather Observations Near You</title>
+      <short-title>Marine Weather Observations Near You</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CellphonespecificationsGadget">
-    <portlet-name>CellphonespecificationsGadget</portlet-name>
-    <display-name>Cell phone specifications</display-name>
-    <description>Google Gadgets: Cell phone specifications Gadget</description>
+  <portlet id="DownloadsGadget">
+    <portlet-name>DownloadsGadget</portlet-name>
+    <display-name>Downloads</display-name>
+    <description>Google Gadgets: Downloads Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cell phone specifications</value>
+      <value>Downloads</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.phonegg.com/phonegd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/downloads.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.phonegg.com/phonegd.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lsmith2004.googlepages.com/downloads.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -574,12 +640,45 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cell phone specifications</title>
-      <short-title>Cell phone specifications</short-title>
+      <title>Downloads</title>
+      <short-title>Downloads</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="GoogleServicesLinksATidycustomizableListGadget">
+    <portlet-name>GoogleServicesLinksATidycustomizableListGadget</portlet-name>
+    <display-name>Google Services Links: A Ti...</display-name>
+    <description>Google Gadgets: Google Services Links: A Tidy, customizable List Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Google Services Links: A Tidy, customizable List</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blakewest.googlepages.com/googleservices.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blakewest.googlepages.com/googleservices.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Google Services Links: A Tidy, customizable List</title>
+      <short-title>Google Services Links: A Tidy, customizable List</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="directIPAddressGadget">
     <portlet-name>directIPAddressGadget</portlet-name>
     <display-name>directIP Address</display-name>
@@ -613,23 +712,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="TruerandomnumbergeneratorGadget">
-    <portlet-name>TruerandomnumbergeneratorGadget</portlet-name>
-    <display-name>True random number generator</display-name>
-    <description>Google Gadgets: True random number generator Gadget</description>
+  <portlet id="TheComputerHistoryCalendarGadget">
+    <portlet-name>TheComputerHistoryCalendarGadget</portlet-name>
+    <display-name>The Computer History Calendar</display-name>
+    <description>Google Gadgets: The Computer History Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>True random number generator</value>
+      <value>The Computer History Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.daimonion.sk/tools/random/random.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.printedowl.com/ComputerCalendarGoogle.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.daimonion.sk/tools/random/random.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.printedowl.com/ComputerCalendarGoogle.aspx</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -640,29 +739,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>True random number generator</title>
-      <short-title>True random number generator</short-title>
+      <title>The Computer History Calendar</title>
+      <short-title>The Computer History Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CurrentMoonPhaseGadget">
-    <portlet-name>CurrentMoonPhaseGadget</portlet-name>
-    <display-name>Current Moon Phase</display-name>
-    <description>Google Gadgets: Current Moon Phase Gadget</description>
+  <portlet id="FreeSoftwareGadget">
+    <portlet-name>FreeSoftwareGadget</portlet-name>
+    <display-name>Free Software</display-name>
+    <description>Google Gadgets: Free Software Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Current Moon Phase</value>
+      <value>Free Software</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.calculatorcat.com/gmodules/current_moon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004202167951935827032/cse/8yc7iasdpqw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.calculatorcat.com/gmodules/current_moon.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/004202167951935827032/cse/8yc7iasdpqw/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -673,29 +772,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Current Moon Phase</title>
-      <short-title>Current Moon Phase</short-title>
+      <title>Free Software</title>
+      <short-title>Free Software</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IPNowGadget">
-    <portlet-name>IPNowGadget</portlet-name>
-    <display-name>IPNow</display-name>
-    <description>Google Gadgets: IPNow Gadget</description>
+  <portlet id="TechStuffGadget">
+    <portlet-name>TechStuffGadget</portlet-name>
+    <display-name>Tech Stuff</display-name>
+    <description>Google Gadgets: Tech Stuff Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IPNow</value>
+      <value>Tech Stuff</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ipnow.org/ig/ipnow.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007096099364872597928/cse/mvlbkhd6eso/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ipnow.org/ig/ipnow.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/007096099364872597928/cse/mvlbkhd6eso/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -706,29 +805,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IPNow</title>
-      <short-title>IPNow</short-title>
+      <title>Tech Stuff</title>
+      <short-title>Tech Stuff</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SocialNetworkingGadget">
-    <portlet-name>SocialNetworkingGadget</portlet-name>
-    <display-name>Social Networking</display-name>
-    <description>Google Gadgets: Social Networking Gadget</description>
+  <portlet id="NewScientistBreakingNewsGadget">
+    <portlet-name>NewScientistBreakingNewsGadget</portlet-name>
+    <display-name>New Scientist - Breaking News</display-name>
+    <description>Google Gadgets: New Scientist - Breaking News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Social Networking</value>
+      <value>New Scientist - Breaking News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012097448745616243396/cse/pnzsybkiuxa/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.newscientist.com/indie/module/NewScientist-BreakingNews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012097448745616243396/cse/pnzsybkiuxa/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.newscientist.com/indie/module/NewScientist-BreakingNews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -739,29 +838,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Social Networking</title>
-      <short-title>Social Networking</short-title>
+      <title>New Scientist - Breaking News</title>
+      <short-title>New Scientist - Breaking News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LinuxsearchEngineGadget">
-    <portlet-name>LinuxsearchEngineGadget</portlet-name>
-    <display-name>Linux search Engine</display-name>
-    <description>Google Gadgets: Linux search Engine Gadget</description>
+  <portlet id="MyIPGadget">
+    <portlet-name>MyIPGadget</portlet-name>
+    <display-name>My IP</display-name>
+    <description>Google Gadgets: My IP Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Linux search Engine</value>
+      <value>My IP</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002165917076592449621/cse/y8jmiivon3o/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/ip/ip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002165917076592449621/cse/y8jmiivon3o/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/ip/ip.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -772,29 +871,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Linux search Engine</title>
-      <short-title>Linux search Engine</short-title>
+      <title>My IP</title>
+      <short-title>My IP</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JustFreeBooksFindfreeebooksGadget">
-    <portlet-name>JustFreeBooksFindfreeebooksGadget</portlet-name>
-    <display-name>JustFreeBooks - Find free ebooks</display-name>
-    <description>Google Gadgets: JustFreeBooks - Find free ebooks Gadget</description>
+  <portlet id="TheGodfatherQuoteoftheDayGadget">
+    <portlet-name>TheGodfatherQuoteoftheDayGadget</portlet-name>
+    <display-name>The Godfather Quote of the Day</display-name>
+    <description>Google Gadgets: The Godfather Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>JustFreeBooks - Find free ebooks</value>
+      <value>The Godfather Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017054669672982342322/cse/fc9sosff864/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://motivationalposters.googlepages.com/godfather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017054669672982342322/cse/fc9sosff864/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://motivationalposters.googlepages.com/godfather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -805,29 +904,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>JustFreeBooks - Find free ebooks</title>
-      <short-title>JustFreeBooks - Find free ebooks</short-title>
+      <title>The Godfather Quote of the Day</title>
+      <short-title>The Godfather Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WindowsSystemAdministratorSearchGadget">
-    <portlet-name>WindowsSystemAdministratorSearchGadget</portlet-name>
-    <display-name>Windows System Administrator Search</display-name>
-    <description>Google Gadgets: Windows System Administrator Search Gadget</description>
+  <portlet id="TotallyFreeCrapGadget">
+    <portlet-name>TotallyFreeCrapGadget</portlet-name>
+    <display-name>Totally Free Crap</display-name>
+    <description>Google Gadgets: Totally Free Crap Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Windows System Administrator Search</value>
+      <value>Totally Free Crap</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010943523031620576593/cse/voeeoc0ysxe/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.grimmthething.com/googmods/tfc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010943523031620576593/cse/voeeoc0ysxe/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.grimmthething.com/googmods/tfc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -838,29 +937,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Windows System Administrator Search</title>
-      <short-title>Windows System Administrator Search</short-title>
+      <title>Totally Free Crap</title>
+      <short-title>Totally Free Crap</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LunarInformerGadget">
-    <portlet-name>LunarInformerGadget</portlet-name>
-    <display-name>Lunar Informer</display-name>
-    <description>Google Gadgets: Lunar Informer Gadget</description>
+  <portlet id="USAreaCodeLookupGadget">
+    <portlet-name>USAreaCodeLookupGadget</portlet-name>
+    <display-name>US Area Code Lookup</display-name>
+    <description>Google Gadgets: US Area Code Lookup Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lunar Informer</value>
+      <value>US Area Code Lookup</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lunarium.co.uk/gadgets/lunar-informer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/areacode.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lunarium.co.uk/gadgets/lunar-informer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aruljohn.com/gadget/areacode.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -871,29 +970,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lunar Informer</title>
-      <short-title>Lunar Informer</short-title>
+      <title>US Area Code Lookup</title>
+      <short-title>US Area Code Lookup</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SanFranciscoWebcamsGadget">
-    <portlet-name>SanFranciscoWebcamsGadget</portlet-name>
-    <display-name>San Francisco Webcams</display-name>
-    <description>Google Gadgets: San Francisco Webcams Gadget</description>
+  <portlet id="OpenSourceSoftwareGadget">
+    <portlet-name>OpenSourceSoftwareGadget</portlet-name>
+    <display-name>Open Source Software</display-name>
+    <description>Google Gadgets: Open Source Software Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>San Francisco Webcams</value>
+      <value>Open Source Software</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/widget/cammapsf.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006156709672261707051/cse/fmqpupckn3m/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/widget/cammapsf.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006156709672261707051/cse/fmqpupckn3m/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -904,29 +1003,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>San Francisco Webcams</title>
-      <short-title>San Francisco Webcams</short-title>
+      <title>Open Source Software</title>
+      <short-title>Open Source Software</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PrototypeJavascriptFrameworkGadget">
-    <portlet-name>PrototypeJavascriptFrameworkGadget</portlet-name>
-    <display-name>Prototype Javascript Framework</display-name>
-    <description>Google Gadgets: Prototype Javascript Framework Gadget</description>
+  <portlet id="WebcamsUSAcitiesGadget">
+    <portlet-name>WebcamsUSAcitiesGadget</portlet-name>
+    <display-name>Webcams USA cities</display-name>
+    <description>Google Gadgets: Webcams USA cities Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Prototype Javascript Framework</value>
+      <value>Webcams USA cities</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000270142967387495712/cse/7a7oj26tkbm/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/widget/cammapus.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/000270142967387495712/cse/7a7oj26tkbm/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/widget/cammapus.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -937,29 +1036,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Prototype Javascript Framework</title>
-      <short-title>Prototype Javascript Framework</short-title>
+      <title>Webcams USA cities</title>
+      <short-title>Webcams USA cities</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UnixCoreOSSearchEngineGadget">
-    <portlet-name>UnixCoreOSSearchEngineGadget</portlet-name>
-    <display-name>Unix Core OS Search Engine</display-name>
-    <description>Google Gadgets: Unix Core OS Search Engine Gadget</description>
+  <portlet id="GoogleEarthCommunityGadget">
+    <portlet-name>GoogleEarthCommunityGadget</portlet-name>
+    <display-name>Google Earth Community</display-name>
+    <description>Google Gadgets: Google Earth Community Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Unix Core OS Search Engine</value>
+      <value>Google Earth Community</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006553300735260831254/cse/qxemjvwvfnu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015886696515580526130/cse/2q6y4vf4wgk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006553300735260831254/cse/qxemjvwvfnu/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015886696515580526130/cse/2q6y4vf4wgk/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -970,29 +1069,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Unix Core OS Search Engine</title>
-      <short-title>Unix Core OS Search Engine</short-title>
+      <title>Google Earth Community</title>
+      <short-title>Google Earth Community</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JavaGadget">
-    <portlet-name>JavaGadget</portlet-name>
-    <display-name>Java</display-name>
-    <description>Google Gadgets: Java Gadget</description>
+  <portlet id="TorrentsGadget">
+    <portlet-name>TorrentsGadget</portlet-name>
+    <display-name>Torrents</display-name>
+    <description>Google Gadgets: Torrents Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Java</value>
+      <value>Torrents</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005506632761844726871/cse/smfqscqavok/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017922944032633731918/cse/9ctkbsx797o/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005506632761844726871/cse/smfqscqavok/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017922944032633731918/cse/9ctkbsx797o/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1003,29 +1102,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Java</title>
-      <short-title>Java</short-title>
+      <title>Torrents</title>
+      <short-title>Torrents</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InnerSolarSystemGadget">
-    <portlet-name>InnerSolarSystemGadget</portlet-name>
-    <display-name>Inner Solar System</display-name>
-    <description>Google Gadgets: Inner Solar System Gadget</description>
+  <portlet id="AstronomyPictureoftheDay1Gadget">
+    <portlet-name>AstronomyPictureoftheDay1Gadget</portlet-name>
+    <display-name>Astronomy Picture of the Day</display-name>
+    <description>Google Gadgets: Astronomy Picture of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Inner Solar System</value>
+      <value>Astronomy Picture of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chronita.com/luna/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://insertcatchphrase.com/apod/apod.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chronita.com/luna/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://insertcatchphrase.com/apod/apod.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1036,29 +1135,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Inner Solar System</title>
-      <short-title>Inner Solar System</short-title>
+      <title>Astronomy Picture of the Day</title>
+      <short-title>Astronomy Picture of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LegalTechnologySearchEngineGadget">
-    <portlet-name>LegalTechnologySearchEngineGadget</portlet-name>
-    <display-name>Legal Technology Search Engine</display-name>
-    <description>Google Gadgets: Legal Technology Search Engine Gadget</description>
+  <portlet id="SanFranciscoWebcamsGadget">
+    <portlet-name>SanFranciscoWebcamsGadget</portlet-name>
+    <display-name>San Francisco Webcams</display-name>
+    <description>Google Gadgets: San Francisco Webcams Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Legal Technology Search Engine</value>
+      <value>San Francisco Webcams</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002927243473885114172/cse/of2ehz6_l8i/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/widget/cammapsf.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002927243473885114172/cse/of2ehz6_l8i/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/widget/cammapsf.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1069,29 +1168,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Legal Technology Search Engine</title>
-      <short-title>Legal Technology Search Engine</short-title>
+      <title>San Francisco Webcams</title>
+      <short-title>San Francisco Webcams</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TorrentsGadget">
-    <portlet-name>TorrentsGadget</portlet-name>
-    <display-name>Torrents</display-name>
-    <description>Google Gadgets: Torrents Gadget</description>
+  <portlet id="USZipCodeLookupGadget">
+    <portlet-name>USZipCodeLookupGadget</portlet-name>
+    <display-name>US Zip Code Lookup</display-name>
+    <description>Google Gadgets: US Zip Code Lookup Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Torrents</value>
+      <value>US Zip Code Lookup</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017922944032633731918/cse/9ctkbsx797o/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/zip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017922944032633731918/cse/9ctkbsx797o/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aruljohn.com/gadget/zip.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1102,29 +1201,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Torrents</title>
-      <short-title>Torrents</short-title>
+      <title>US Zip Code Lookup</title>
+      <short-title>US Zip Code Lookup</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DiggcomTopin24hoursGadget">
-    <portlet-name>DiggcomTopin24hoursGadget</portlet-name>
-    <display-name>Digg.com - Top in 24 hours</display-name>
-    <description>Google Gadgets: Digg.com - Top in 24 hours Gadget</description>
+  <portlet id="PhaseoftheMoonGadget">
+    <portlet-name>PhaseoftheMoonGadget</portlet-name>
+    <display-name>Phase of the Moon</display-name>
+    <description>Google Gadgets: Phase of the Moon Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Digg.com - Top in 24 hours</value>
+      <value>Phase of the Moon</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bingweb.binghamton.edu/~djoo1/Digg24dj.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://astronomy.lunarlogic.com/widgets/moon_phase/lunar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bingweb.binghamton.edu/~djoo1/Digg24dj.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://astronomy.lunarlogic.com/widgets/moon_phase/lunar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1135,29 +1234,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Digg.com - Top in 24 hours</title>
-      <short-title>Digg.com - Top in 24 hours</short-title>
+      <title>Phase of the Moon</title>
+      <short-title>Phase of the Moon</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GadgetPreviewBrowserGadget">
-    <portlet-name>GadgetPreviewBrowserGadget</portlet-name>
-    <display-name>Gadget Preview Browser</display-name>
-    <description>Google Gadgets: Gadget Preview Browser Gadget</description>
+  <portlet id="downloaderGadget">
+    <portlet-name>downloaderGadget</portlet-name>
+    <display-name>downloader</display-name>
+    <description>Google Gadgets: downloader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gadget Preview Browser</value>
+      <value>downloader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/gadgetbrowser.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://itsyoursite.googlepages.com/Youtubex.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/gadgetbrowser.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://itsyoursite.googlepages.com/Youtubex.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1168,29 +1267,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gadget Preview Browser</title>
-      <short-title>Gadget Preview Browser</short-title>
+      <title>downloader</title>
+      <short-title>downloader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WiFiWiMAXandMeshNetworksGadget">
-    <portlet-name>WiFiWiMAXandMeshNetworksGadget</portlet-name>
-    <display-name>Wi-Fi, WiMAX and Mesh Networks</display-name>
-    <description>Google Gadgets: Wi-Fi, WiMAX and Mesh Networks Gadget</description>
+  <portlet id="SoftwareDeveloperSearchGadget">
+    <portlet-name>SoftwareDeveloperSearchGadget</portlet-name>
+    <display-name>Software Developer Search</display-name>
+    <description>Google Gadgets: Software Developer Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wi-Fi, WiMAX and Mesh Networks</value>
+      <value>Software Developer Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009965129035742301785/cse/o7wupsxx9dk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006967080275139622288/cse/fcxwnmrevzi/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009965129035742301785/cse/o7wupsxx9dk/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006967080275139622288/cse/fcxwnmrevzi/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1201,29 +1300,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wi-Fi, WiMAX and Mesh Networks</title>
-      <short-title>Wi-Fi, WiMAX and Mesh Networks</short-title>
+      <title>Software Developer Search</title>
+      <short-title>Software Developer Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebmasterSearchEngineGadget">
-    <portlet-name>WebmasterSearchEngineGadget</portlet-name>
-    <display-name>Webmaster Search Engine</display-name>
-    <description>Google Gadgets: Webmaster Search Engine Gadget</description>
+  <portlet id="SolarSystemGadget">
+    <portlet-name>SolarSystemGadget</portlet-name>
+    <display-name>Solar System</display-name>
+    <description>Google Gadgets: Solar System Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Webmaster Search Engine</value>
+      <value>Solar System</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/011472824770910514264/cse/ju6nn9u4xva/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chronita.com/solar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/011472824770910514264/cse/ju6nn9u4xva/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chronita.com/solar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1234,29 +1333,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Webmaster Search Engine</title>
-      <short-title>Webmaster Search Engine</short-title>
+      <title>Solar System</title>
+      <short-title>Solar System</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TeachersTVSearchGadget">
-    <portlet-name>TeachersTVSearchGadget</portlet-name>
-    <display-name>Teachers TV Search</display-name>
-    <description>Google Gadgets: Teachers TV Search Gadget</description>
+  <portlet id="CellphonespecificationsGadget">
+    <portlet-name>CellphonespecificationsGadget</portlet-name>
+    <display-name>Cell phone specifications</display-name>
+    <description>Google Gadgets: Cell phone specifications Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Teachers TV Search</value>
+      <value>Cell phone specifications</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.teachers.tv/public/google/ig/search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.phonegg.com/phonegd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.teachers.tv/public/google/ig/search.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.phonegg.com/phonegd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1267,29 +1366,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Teachers TV Search</title>
-      <short-title>Teachers TV Search</short-title>
+      <title>Cell phone specifications</title>
+      <short-title>Cell phone specifications</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WhatIsMyIPGadget">
-    <portlet-name>WhatIsMyIPGadget</portlet-name>
-    <display-name>What Is My IP</display-name>
-    <description>Google Gadgets: What Is My IP Gadget</description>
+  <portlet id="BenjaminFranklinQuoteoftheDayGadget">
+    <portlet-name>BenjaminFranklinQuoteoftheDayGadget</portlet-name>
+    <display-name>Benjamin Franklin Quote of ...</display-name>
+    <description>Google Gadgets: Benjamin Franklin Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>What Is My IP</value>
+      <value>Benjamin Franklin Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.whatismyip.com/whatismyip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/benjamin-franklin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.whatismyip.com/whatismyip.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/benjamin-franklin.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1300,29 +1399,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>What Is My IP</title>
-      <short-title>What Is My IP</short-title>
+      <title>Benjamin Franklin Quote of the Day</title>
+      <short-title>Benjamin Franklin Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WindowsGadget">
-    <portlet-name>WindowsGadget</portlet-name>
-    <display-name>Windows</display-name>
-    <description>Google Gadgets: Windows Gadget</description>
+  <portlet id="FileUploadToolGadget">
+    <portlet-name>FileUploadToolGadget</portlet-name>
+    <display-name>File Upload Tool</display-name>
+    <description>Google Gadgets: File Upload Tool Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Windows</value>
+      <value>File Upload Tool</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008285120435533374405/cse/jvcls8wwpoy/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.easy-share.com/uploadfile.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/008285120435533374405/cse/jvcls8wwpoy/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.easy-share.com/uploadfile.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1333,29 +1432,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Windows</title>
-      <short-title>Windows</short-title>
+      <title>File Upload Tool</title>
+      <short-title>File Upload Tool</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleZeitgeistGadget">
-    <portlet-name>GoogleZeitgeistGadget</portlet-name>
-    <display-name>Google Zeitgeist</display-name>
-    <description>Google Gadgets: Google Zeitgeist Gadget</description>
+  <portlet id="WootWatcherGadget">
+    <portlet-name>WootWatcherGadget</portlet-name>
+    <display-name>Woot! Watcher</display-name>
+    <description>Google Gadgets: Woot! Watcher Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Zeitgeist</value>
+      <value>Woot! Watcher</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://olivier.camard.free.fr/google/modules/zeitgeist.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ljmsite.com/google/gadgets/wootwatcher.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://olivier.camard.free.fr/google/modules/zeitgeist.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ljmsite.com/google/gadgets/wootwatcher.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1366,29 +1465,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Zeitgeist</title>
-      <short-title>Google Zeitgeist</short-title>
+      <title>Woot! Watcher</title>
+      <short-title>Woot! Watcher</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyFTPGadget">
-    <portlet-name>MyFTPGadget</portlet-name>
-    <display-name>My FTP</display-name>
-    <description>Google Gadgets: My FTP Gadget</description>
+  <portlet id="IPAddressLookupGadget">
+    <portlet-name>IPAddressLookupGadget</portlet-name>
+    <display-name>IP Address Lookup</display-name>
+    <description>Google Gadgets: IP Address Lookup Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My FTP</value>
+      <value>IP Address Lookup</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.blarus.com/Google/ftp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/iplookup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.blarus.com/Google/ftp.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/iplookup.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1399,29 +1498,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My FTP</title>
-      <short-title>My FTP</short-title>
+      <title>IP Address Lookup</title>
+      <short-title>IP Address Lookup</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NasaPhotosoftheDayGadget">
-    <portlet-name>NasaPhotosoftheDayGadget</portlet-name>
-    <display-name>Nasa Photos of the Day</display-name>
-    <description>Google Gadgets: Nasa Photos of the Day Gadget</description>
+  <portlet id="MyWebCamAutoRefreshGadget">
+    <portlet-name>MyWebCamAutoRefreshGadget</portlet-name>
+    <display-name>My WebCam (Auto Refresh)</display-name>
+    <description>Google Gadgets: My WebCam (Auto Refresh) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nasa Photos of the Day</value>
+      <value>My WebCam (Auto Refresh)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/nasa-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://pileser.googlepages.com/webcam-ar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/nasa-photos.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://pileser.googlepages.com/webcam-ar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1432,29 +1531,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nasa Photos of the Day</title>
-      <short-title>Nasa Photos of the Day</short-title>
+      <title>My WebCam (Auto Refresh)</title>
+      <short-title>My WebCam (Auto Refresh)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhaseoftheMoonGadget">
-    <portlet-name>PhaseoftheMoonGadget</portlet-name>
-    <display-name>Phase of the Moon</display-name>
-    <description>Google Gadgets: Phase of the Moon Gadget</description>
+  <portlet id="linwin2kGadget">
+    <portlet-name>linwin2kGadget</portlet-name>
+    <display-name>linwin2k</display-name>
+    <description>Google Gadgets: linwin2k Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Phase of the Moon</value>
+      <value>linwin2k</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://astronomy.lunarlogic.com/widgets/moon_phase/lunar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012500193738554196662/cse/7gqdial5kbe/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://astronomy.lunarlogic.com/widgets/moon_phase/lunar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012500193738554196662/cse/7gqdial5kbe/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1465,29 +1564,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Phase of the Moon</title>
-      <short-title>Phase of the Moon</short-title>
+      <title>linwin2k</title>
+      <short-title>linwin2k</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CFHuntGadget">
-    <portlet-name>CFHuntGadget</portlet-name>
-    <display-name>CF Hunt</display-name>
-    <description>Google Gadgets: CF Hunt Gadget</description>
+  <portlet id="TruerandomnumbergeneratorGadget">
+    <portlet-name>TruerandomnumbergeneratorGadget</portlet-name>
+    <display-name>True random number generator</display-name>
+    <description>Google Gadgets: True random number generator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CF Hunt</value>
+      <value>True random number generator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011762892154798364121/cse/8ekkxumnm6g/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.daimonion.sk/tools/random/random.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011762892154798364121/cse/8ekkxumnm6g/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.daimonion.sk/tools/random/random.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1498,29 +1597,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CF Hunt</title>
-      <short-title>CF Hunt</short-title>
+      <title>True random number generator</title>
+      <short-title>True random number generator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ResistorCodeGadget">
-    <portlet-name>ResistorCodeGadget</portlet-name>
-    <display-name>Resistor Code</display-name>
-    <description>Google Gadgets: Resistor Code Gadget</description>
+  <portlet id="TinyurlcreatorGadget">
+    <portlet-name>TinyurlcreatorGadget</portlet-name>
+    <display-name>Tinyurl creator</display-name>
+    <description>Google Gadgets: Tinyurl creator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Resistor Code</value>
+      <value>Tinyurl creator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.delsea.k12.nj.us/academic/classes/highschool/science/physics/ResistorCode/ResistorCode.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tinyurlg.googlecode.com/svn/trunk/tinyurl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.delsea.k12.nj.us/academic/classes/highschool/science/physics/ResistorCode/ResistorCode.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tinyurlg.googlecode.com/svn/trunk/tinyurl.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1531,29 +1630,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Resistor Code</title>
-      <short-title>Resistor Code</short-title>
+      <title>Tinyurl creator</title>
+      <short-title>Tinyurl creator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OuterSolarSystemGadget">
-    <portlet-name>OuterSolarSystemGadget</portlet-name>
-    <display-name>Outer Solar System</display-name>
-    <description>Google Gadgets: Outer Solar System Gadget</description>
+  <portlet id="TheoreticalComputerScienceSearchGadget">
+    <portlet-name>TheoreticalComputerScienceSearchGadget</portlet-name>
+    <display-name>Theoretical Computer Scienc...</display-name>
+    <description>Google Gadgets: Theoretical Computer Science Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Outer Solar System</value>
+      <value>Theoretical Computer Science Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chronita.com/pluto/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://searchtcs.googlecode.com/svn/trunk/searchtcs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chronita.com/pluto/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://searchtcs.googlecode.com/svn/trunk/searchtcs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1564,29 +1663,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Outer Solar System</title>
-      <short-title>Outer Solar System</short-title>
+      <title>Theoretical Computer Science Search</title>
+      <short-title>Theoretical Computer Science Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebDesignersSearchEngineGadget">
-    <portlet-name>WebDesignersSearchEngineGadget</portlet-name>
-    <display-name>Web Designers Search Engine</display-name>
-    <description>Google Gadgets: Web Designers Search Engine Gadget</description>
+  <portlet id="EinsteinQuoteoftheDay1Gadget">
+    <portlet-name>EinsteinQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Einstein Quote of the Day</display-name>
+    <description>Google Gadgets: Einstein Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Web Designers Search Engine</value>
+      <value>Einstein Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000641957206979102421/cse/k-ifgz_fx0i/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/albert-einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/000641957206979102421/cse/k-ifgz_fx0i/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/albert-einstein.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1597,29 +1696,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Web Designers Search Engine</title>
-      <short-title>Web Designers Search Engine</short-title>
+      <title>Einstein Quote of the Day</title>
+      <short-title>Einstein Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GadgetSearchGadget">
-    <portlet-name>GadgetSearchGadget</portlet-name>
-    <display-name>Gadget Search</display-name>
-    <description>Google Gadgets: Gadget Search Gadget</description>
+  <portlet id="ProgrammingSearchGadget">
+    <portlet-name>ProgrammingSearchGadget</portlet-name>
+    <display-name>Programming Search</display-name>
+    <description>Google Gadgets: Programming Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gadget Search</value>
+      <value>Programming Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ssdowning.googlepages.com/gadgetsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004918237761181073653/cse/rfd0njump_u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ssdowning.googlepages.com/gadgetsearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/004918237761181073653/cse/rfd0njump_u/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1630,29 +1729,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gadget Search</title>
-      <short-title>Gadget Search</short-title>
+      <title>Programming Search</title>
+      <short-title>Programming Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UptimemonitorGadget">
-    <portlet-name>UptimemonitorGadget</portlet-name>
-    <display-name>Uptime monitor</display-name>
-    <description>Google Gadgets: Uptime monitor Gadget</description>
+  <portlet id="MovaviOnlineGadget">
+    <portlet-name>MovaviOnlineGadget</portlet-name>
+    <display-name>Movavi Online</display-name>
+    <description>Google Gadgets: Movavi Online Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Uptime monitor</value>
+      <value>Movavi Online</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://monitis.com/widgets/snapshot/google_home/google_home.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/100871824813255384283/movavi.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://monitis.com/widgets/snapshot/google_home/google_home.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/100871824813255384283/movavi.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1663,29 +1762,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Uptime monitor</title>
-      <short-title>Uptime monitor</short-title>
+      <title>Movavi Online</title>
+      <short-title>Movavi Online</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EbookSearchEngineGadget">
-    <portlet-name>EbookSearchEngineGadget</portlet-name>
-    <display-name>Ebook Search Engine</display-name>
-    <description>Google Gadgets: Ebook Search Engine Gadget</description>
+  <portlet id="CSearchGadget">
+    <portlet-name>CSearchGadget</portlet-name>
+    <display-name>C++ Search</display-name>
+    <description>Google Gadgets: C++ Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ebook Search Engine</value>
+      <value>C++ Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000872085005376217422/cse/ls3uha-lskw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/000872085005376217422/cse/ls3uha-lskw/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1696,29 +1795,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ebook Search Engine</title>
-      <short-title>Ebook Search Engine</short-title>
+      <title>C++ Search</title>
+      <short-title>C++ Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HottestiPodAccessoriesGadget">
-    <portlet-name>HottestiPodAccessoriesGadget</portlet-name>
-    <display-name>Hottest iPod Accessories</display-name>
-    <description>Google Gadgets: Hottest iPod Accessories Gadget</description>
+  <portlet id="NasaPhotosoftheDayGadget">
+    <portlet-name>NasaPhotosoftheDayGadget</portlet-name>
+    <display-name>Nasa Photos of the Day</display-name>
+    <description>Google Gadgets: Nasa Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hottest iPod Accessories</value>
+      <value>Nasa Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/electronics/ipod/accessories/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.googlepages.com/nasa-photos2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/electronics/ipod/accessories/</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.googlepages.com/nasa-photos2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1729,29 +1828,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hottest iPod Accessories</title>
-      <short-title>Hottest iPod Accessories</short-title>
+      <title>Nasa Photos of the Day</title>
+      <short-title>Nasa Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyFashionableGadgetNewsandTrendsGadget">
-    <portlet-name>DailyFashionableGadgetNewsandTrendsGadget</portlet-name>
-    <display-name>Daily Fashionable Gadget News and Trends</display-name>
-    <description>Google Gadgets: Daily Fashionable Gadget News and Trends Gadget</description>
+  <portlet id="GooglePagerankViewerGadget">
+    <portlet-name>GooglePagerankViewerGadget</portlet-name>
+    <display-name>Google Pagerank Viewer</display-name>
+    <description>Google Gadgets: Google Pagerank Viewer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Fashionable Gadget News and Trends</value>
+      <value>Google Pagerank Viewer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.trendygadget.com/trendygadget_googlegadget_01.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.ihnow.net/pagerankviewer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.trendygadget.com/trendygadget_googlegadget_01.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.ihnow.net/pagerankviewer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1762,29 +1861,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Fashionable Gadget News and Trends</title>
-      <short-title>Daily Fashionable Gadget News and Trends</short-title>
+      <title>Google Pagerank Viewer</title>
+      <short-title>Google Pagerank Viewer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="INSANMediaGadget">
-    <portlet-name>INSANMediaGadget</portlet-name>
-    <display-name>INSANMedia</display-name>
-    <description>Google Gadgets: INSANMedia Gadget</description>
+  <portlet id="ItsonlymobilewebButIlikeitGadget">
+    <portlet-name>ItsonlymobilewebButIlikeitGadget</portlet-name>
+    <display-name>Its only mobile web But I l...</display-name>
+    <description>Google Gadgets: Its only mobile web But I like it Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>INSANMedia</value>
+      <value>Its only mobile web But I like it</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006257680857101876953/cse/8-mls1etndg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/105593071557429974733/its-only-mobile-web-but-i-like-it.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006257680857101876953/cse/8-mls1etndg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/105593071557429974733/its-only-mobile-web-but-i-like-it.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1795,29 +1894,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>INSANMedia</title>
-      <short-title>INSANMedia</short-title>
+      <title>Its only mobile web But I like it</title>
+      <short-title>Its only mobile web But I like it</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ExPASyBLASTGadget">
-    <portlet-name>ExPASyBLASTGadget</portlet-name>
-    <display-name>ExPASy BLAST</display-name>
-    <description>Google Gadgets: ExPASy BLAST Gadget</description>
+  <portlet id="SearchSocialMediaGadget">
+    <portlet-name>SearchSocialMediaGadget</portlet-name>
+    <display-name>Search Social  Media</display-name>
+    <description>Google Gadgets: Search Social  Media Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ExPASy BLAST</value>
+      <value>Search Social  Media</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://eric.jain.name/2006/11/07/blast-google-gadget/blast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010276198823622682781/cse/fuipo0waxr4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://eric.jain.name/2006/11/07/blast-google-gadget/blast.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010276198823622682781/cse/fuipo0waxr4/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1828,29 +1927,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ExPASy BLAST</title>
-      <short-title>ExPASy BLAST</short-title>
+      <title>Search Social  Media</title>
+      <short-title>Search Social  Media</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DotNetCodeConverterGadget">
-    <portlet-name>DotNetCodeConverterGadget</portlet-name>
-    <display-name>Dot Net Code Converter</display-name>
-    <description>Google Gadgets: Dot Net Code Converter Gadget</description>
+  <portlet id="CommonLispSearchEngineGadget">
+    <portlet-name>CommonLispSearchEngineGadget</portlet-name>
+    <display-name>Common Lisp Search Engine</display-name>
+    <description>Google Gadgets: Common Lisp Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dot Net Code Converter</value>
+      <value>Common Lisp Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/DotNetCodeConverterGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012679172708151972086/cse/eg1jtvm_dlk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/DotNetCodeConverterGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012679172708151972086/cse/eg1jtvm_dlk/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1861,29 +1960,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dot Net Code Converter</title>
-      <short-title>Dot Net Code Converter</short-title>
+      <title>Common Lisp Search Engine</title>
+      <short-title>Common Lisp Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PowertapGeekSearchEngineGadget">
-    <portlet-name>PowertapGeekSearchEngineGadget</portlet-name>
-    <display-name>Powertap Geek Search Engine</display-name>
-    <description>Google Gadgets: Powertap Geek Search Engine Gadget</description>
+  <portlet id="EclipseSearchGadget">
+    <portlet-name>EclipseSearchGadget</portlet-name>
+    <display-name>Eclipse Search</display-name>
+    <description>Google Gadgets: Eclipse Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Powertap Geek Search Engine</value>
+      <value>Eclipse Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/013952421047458623790/cse/m2cdxvhgbxc/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010486227930990254255/cse/xxhbj4l5u2q/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/013952421047458623790/cse/m2cdxvhgbxc/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010486227930990254255/cse/xxhbj4l5u2q/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1894,29 +1993,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Powertap Geek Search Engine</title>
-      <short-title>Powertap Geek Search Engine</short-title>
+      <title>Eclipse Search</title>
+      <short-title>Eclipse Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PopularGadgetsoftheHourGadget">
-    <portlet-name>PopularGadgetsoftheHourGadget</portlet-name>
-    <display-name>Popular Gadgets of the Hour</display-name>
-    <description>Google Gadgets: Popular Gadgets of the Hour Gadget</description>
+  <portlet id="AppleiPodGadget">
+    <portlet-name>AppleiPodGadget</portlet-name>
+    <display-name>Apple iPod</display-name>
+    <description>Google Gadgets: Apple iPod Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Popular Gadgets of the Hour</value>
+      <value>Apple iPod</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/electronics/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cocaman.ch/projects/code/google/ig/google-evilness.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/electronics/</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cocaman.ch/projects/code/google/ig/google-evilness.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1927,29 +2026,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Popular Gadgets of the Hour</title>
-      <short-title>Popular Gadgets of the Hour</short-title>
+      <title>Apple iPod</title>
+      <short-title>Apple iPod</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CareerCupGadget">
-    <portlet-name>CareerCupGadget</portlet-name>
-    <display-name>CareerCup</display-name>
-    <description>Google Gadgets: CareerCup Gadget</description>
+  <portlet id="ZillowTMRealEstateGuideGadget">
+    <portlet-name>ZillowTMRealEstateGuideGadget</portlet-name>
+    <display-name>Zillow (TM) Real Estate Guide</display-name>
+    <description>Google Gadgets: Zillow (TM) Real Estate Guide Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CareerCup</value>
+      <value>Zillow (TM) Real Estate Guide</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.careercup.com/ccmodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006589136019436985039/cse/uiwgbzbbyl8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.careercup.com/ccmodule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006589136019436985039/cse/uiwgbzbbyl8/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1960,29 +2059,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CareerCup</title>
-      <short-title>CareerCup</short-title>
+      <title>Zillow (TM) Real Estate Guide</title>
+      <short-title>Zillow (TM) Real Estate Guide</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MarineObservationsNearYouGadget">
-    <portlet-name>MarineObservationsNearYouGadget</portlet-name>
-    <display-name>Marine Observations Near You</display-name>
-    <description>Google Gadgets: Marine Observations Near You Gadget</description>
+  <portlet id="JavaDeveloperSearchGadget">
+    <portlet-name>JavaDeveloperSearchGadget</portlet-name>
+    <display-name>Java Developer Search</display-name>
+    <description>Google Gadgets: Java Developer Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Marine Observations Near You</value>
+      <value>Java Developer Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mikeg101.googlepages.com/nearby_stations_map.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008651188295582134050/cse/ohjkl-kw6ge/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mikeg101.googlepages.com/nearby_stations_map.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/008651188295582134050/cse/ohjkl-kw6ge/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1993,29 +2092,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Marine Observations Near You</title>
-      <short-title>Marine Observations Near You</short-title>
+      <title>Java Developer Search</title>
+      <short-title>Java Developer Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TorrentBarToolbarourtoolbarcomGadget">
-    <portlet-name>TorrentBarToolbarourtoolbarcomGadget</portlet-name>
-    <display-name>TorrentBarToolbar.ourtoolbar.com</display-name>
-    <description>Google Gadgets: TorrentBarToolbar.ourtoolbar.com Gadget</description>
+  <portlet id="CallWaveTextMessagingGadget">
+    <portlet-name>CallWaveTextMessagingGadget</portlet-name>
+    <display-name>CallWave Text Messaging</display-name>
+    <description>Google Gadgets: CallWave Text Messaging Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TorrentBarToolbar.ourtoolbar.com</value>
+      <value>CallWave Text Messaging</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001798320672177892428/cse/sgsu09_q7fi/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.callwave.com/widgets/googletextmessage.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001798320672177892428/cse/sgsu09_q7fi/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.callwave.com/widgets/googletextmessage.aspx</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2026,29 +2125,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TorrentBarToolbar.ourtoolbar.com</title>
-      <short-title>TorrentBarToolbar.ourtoolbar.com</short-title>
+      <title>CallWave Text Messaging</title>
+      <short-title>CallWave Text Messaging</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DiskSpaceCalculatorGadget">
-    <portlet-name>DiskSpaceCalculatorGadget</portlet-name>
-    <display-name>Disk Space Calculator</display-name>
-    <description>Google Gadgets: Disk Space Calculator Gadget</description>
+  <portlet id="GDGadgetSearchGadget">
+    <portlet-name>GDGadgetSearchGadget</portlet-name>
+    <display-name>GD Gadget Search</display-name>
+    <description>Google Gadgets: GD Gadget Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Disk Space Calculator</value>
+      <value>GD Gadget Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://php.bonex-inc.com/gadgets/diskspacecalculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016133030728372440466/cse/eejzshxlcrk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://php.bonex-inc.com/gadgets/diskspacecalculator.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016133030728372440466/cse/eejzshxlcrk/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2059,29 +2158,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Disk Space Calculator</title>
-      <short-title>Disk Space Calculator</short-title>
+      <title>GD Gadget Search</title>
+      <short-title>GD Gadget Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FileUploadToolGadget">
-    <portlet-name>FileUploadToolGadget</portlet-name>
-    <display-name>File Upload Tool</display-name>
-    <description>Google Gadgets: File Upload Tool Gadget</description>
+  <portlet id="PeriodicTableGadget">
+    <portlet-name>PeriodicTableGadget</portlet-name>
+    <display-name>Periodic Table</display-name>
+    <description>Google Gadgets: Periodic Table Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>File Upload Tool</value>
+      <value>Periodic Table</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.easy-share.com/uploadfile.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/calebegg42/periodic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.easy-share.com/uploadfile.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/calebegg42/periodic.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2092,29 +2191,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>File Upload Tool</title>
-      <short-title>File Upload Tool</short-title>
+      <title>Periodic Table</title>
+      <short-title>Periodic Table</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AstronomyPictureoftheDayGadget">
-    <portlet-name>AstronomyPictureoftheDayGadget</portlet-name>
-    <display-name>Astronomy Picture of the Day</display-name>
-    <description>Google Gadgets: Astronomy Picture of the Day Gadget</description>
+  <portlet id="VocabularyGrapherThesaurusGadget">
+    <portlet-name>VocabularyGrapherThesaurusGadget</portlet-name>
+    <display-name>Vocabulary Grapher Thesaurus</display-name>
+    <description>Google Gadgets: Vocabulary Grapher Thesaurus Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Astronomy Picture of the Day</value>
+      <value>Vocabulary Grapher Thesaurus</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://insertcatchphrase.com/apod/apod.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vocabgrapher.com/vgt.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://insertcatchphrase.com/apod/apod.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vocabgrapher.com/vgt.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2125,29 +2224,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Astronomy Picture of the Day</title>
-      <short-title>Astronomy Picture of the Day</short-title>
+      <title>Vocabulary Grapher Thesaurus</title>
+      <short-title>Vocabulary Grapher Thesaurus</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="linwin2kGadget">
-    <portlet-name>linwin2kGadget</portlet-name>
-    <display-name>linwin2k</display-name>
-    <description>Google Gadgets: linwin2k Gadget</description>
+  <portlet id="DocumenttoPDFGadget">
+    <portlet-name>DocumenttoPDFGadget</portlet-name>
+    <display-name>Document to PDF</display-name>
+    <description>Google Gadgets: Document to PDF Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>linwin2k</value>
+      <value>Document to PDF</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012500193738554196662/cse/7gqdial5kbe/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pdf24.org/plugins/google/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012500193738554196662/cse/7gqdial5kbe/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pdf24.org/plugins/google/google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2158,29 +2257,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>linwin2k</title>
-      <short-title>linwin2k</short-title>
+      <title>Document to PDF</title>
+      <short-title>Document to PDF</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JavaDeveloperSearchGadget">
-    <portlet-name>JavaDeveloperSearchGadget</portlet-name>
-    <display-name>Java Developer Search</display-name>
-    <description>Google Gadgets: Java Developer Search Gadget</description>
+  <portlet id="iWebCamGadget">
+    <portlet-name>iWebCamGadget</portlet-name>
+    <display-name>iWebCam</display-name>
+    <description>Google Gadgets: iWebCam Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Java Developer Search</value>
+      <value>iWebCam</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008651188295582134050/cse/ohjkl-kw6ge/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.joaquim.org/igoogle/webcam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/008651188295582134050/cse/ohjkl-kw6ge/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.joaquim.org/igoogle/webcam.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2191,29 +2290,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Java Developer Search</title>
-      <short-title>Java Developer Search</short-title>
+      <title>iWebCam</title>
+      <short-title>iWebCam</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DesktateGadget">
-    <portlet-name>DesktateGadget</portlet-name>
-    <display-name>Desktate</display-name>
-    <description>Google Gadgets: Desktate Gadget</description>
+  <portlet id="InnerSolarSystemGadget">
+    <portlet-name>InnerSolarSystemGadget</portlet-name>
+    <display-name>Inner Solar System</display-name>
+    <description>Google Gadgets: Inner Solar System Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Desktate</value>
+      <value>Inner Solar System</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.catfood.net/desktate.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chronita.com/luna/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.catfood.net/desktate.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chronita.com/luna/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2224,29 +2323,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Desktate</title>
-      <short-title>Desktate</short-title>
+      <title>Inner Solar System</title>
+      <short-title>Inner Solar System</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SkuerGadget">
-    <portlet-name>SkuerGadget</portlet-name>
-    <display-name>Skuer</display-name>
-    <description>Google Gadgets: Skuer Gadget</description>
+  <portlet id="MultipleRSSReaderGadget">
+    <portlet-name>MultipleRSSReaderGadget</portlet-name>
+    <display-name>Multiple RSS Reader</display-name>
+    <description>Google Gadgets: Multiple RSS Reader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Skuer</value>
+      <value>Multiple RSS Reader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012132738071391750304/cse/hqp1d9od6jy/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://orawiz.googlepages.com/multifeed.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012132738071391750304/cse/hqp1d9od6jy/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://orawiz.googlepages.com/multifeed.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2257,29 +2356,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Skuer</title>
-      <short-title>Skuer</short-title>
+      <title>Multiple RSS Reader</title>
+      <short-title>Multiple RSS Reader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SafepasswordsgeneratorGadget">
-    <portlet-name>SafepasswordsgeneratorGadget</portlet-name>
-    <display-name>Safe passwords generator</display-name>
-    <description>Google Gadgets: Safe passwords generator Gadget</description>
+  <portlet id="WindowsSystemAdministratorSearchGadget">
+    <portlet-name>WindowsSystemAdministratorSearchGadget</portlet-name>
+    <display-name>Windows System Administrato...</display-name>
+    <description>Google Gadgets: Windows System Administrator Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Safe passwords generator</value>
+      <value>Windows System Administrator Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.daimonion.sk/tools/pwdgen/pwdgen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010943523031620576593/cse/voeeoc0ysxe/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.daimonion.sk/tools/pwdgen/pwdgen.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010943523031620576593/cse/voeeoc0ysxe/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2290,29 +2389,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Safe passwords generator</title>
-      <short-title>Safe passwords generator</short-title>
+      <title>Windows System Administrator Search</title>
+      <short-title>Windows System Administrator Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DocumenttoPDFGadget">
-    <portlet-name>DocumenttoPDFGadget</portlet-name>
-    <display-name>Document to PDF</display-name>
-    <description>Google Gadgets: Document to PDF Gadget</description>
+  <portlet id="WebSitePulsePingTestGadget">
+    <portlet-name>WebSitePulsePingTestGadget</portlet-name>
+    <display-name>WebSitePulse Ping Test</display-name>
+    <description>Google Gadgets: WebSitePulse Ping Test Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Document to PDF</value>
+      <value>WebSitePulse Ping Test</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pdf24.org/plugins/google/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://api.websitepulse.com/testtools.ping-test.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pdf24.org/plugins/google/google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://api.websitepulse.com/testtools.ping-test.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2323,29 +2422,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Document to PDF</title>
-      <short-title>Document to PDF</short-title>
+      <title>WebSitePulse Ping Test</title>
+      <short-title>WebSitePulse Ping Test</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ApodcastplayerGadget">
-    <portlet-name>ApodcastplayerGadget</portlet-name>
-    <display-name>A podcast player</display-name>
-    <description>Google Gadgets: A podcast player Gadget</description>
+  <portlet id="HackingSearchEngineGadget">
+    <portlet-name>HackingSearchEngineGadget</portlet-name>
+    <display-name>Hacking Search Engine</display-name>
+    <description>Google Gadgets: Hacking Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>A podcast player</value>
+      <value>Hacking Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://apodplayer.com/%3Fm%3Dgoogle&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/013447025070255538172/cse/drlrasbiklg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://apodplayer.com/%3Fm%3Dgoogle</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/013447025070255538172/cse/drlrasbiklg/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2356,29 +2455,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>A podcast player</title>
-      <short-title>A podcast player</short-title>
+      <title>Hacking Search Engine</title>
+      <short-title>Hacking Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreeSoftwareGadget">
-    <portlet-name>FreeSoftwareGadget</portlet-name>
-    <display-name>Free Software</display-name>
-    <description>Google Gadgets: Free Software Gadget</description>
+  <portlet id="NasaPhotosoftheDay1Gadget">
+    <portlet-name>NasaPhotosoftheDay1Gadget</portlet-name>
+    <display-name>Nasa Photos of the Day</display-name>
+    <description>Google Gadgets: Nasa Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Software</value>
+      <value>Nasa Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004202167951935827032/cse/8yc7iasdpqw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/nasa-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/004202167951935827032/cse/8yc7iasdpqw/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/nasa-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2389,29 +2488,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Software</title>
-      <short-title>Free Software</short-title>
+      <title>Nasa Photos of the Day</title>
+      <short-title>Nasa Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TechStuffGadget">
-    <portlet-name>TechStuffGadget</portlet-name>
-    <display-name>Tech Stuff</display-name>
-    <description>Google Gadgets: Tech Stuff Gadget</description>
+  <portlet id="MayoCliniccomsearchGadget">
+    <portlet-name>MayoCliniccomsearchGadget</portlet-name>
+    <display-name>MayoClinic.com search</display-name>
+    <description>Google Gadgets: MayoClinic.com search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tech Stuff</value>
+      <value>MayoClinic.com search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007096099364872597928/cse/mvlbkhd6eso/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014211175852919479467/cse/6j-0ffdbdke/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/007096099364872597928/cse/mvlbkhd6eso/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014211175852919479467/cse/6j-0ffdbdke/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2422,29 +2521,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tech Stuff</title>
-      <short-title>Tech Stuff</short-title>
+      <title>MayoClinic.com search</title>
+      <short-title>MayoClinic.com search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebcamsUSAGadget">
-    <portlet-name>WebcamsUSAGadget</portlet-name>
-    <display-name>Webcams USA</display-name>
-    <description>Google Gadgets: Webcams USA Gadget</description>
+  <portlet id="TheverytoptorrentsGadget">
+    <portlet-name>TheverytoptorrentsGadget</portlet-name>
+    <display-name>The very top torrents</display-name>
+    <description>Google Gadgets: The very top torrents Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Webcams USA</value>
+      <value>The very top torrents</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/widget/cammapus.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006869413220779085298/cse/_dftgdpcbk8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/widget/cammapus.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006869413220779085298/cse/_dftgdpcbk8/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2455,29 +2554,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Webcams USA</title>
-      <short-title>Webcams USA</short-title>
+      <title>The very top torrents</title>
+      <short-title>The very top torrents</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ANYwebcamcomWebcamViewerGadget">
-    <portlet-name>ANYwebcamcomWebcamViewerGadget</portlet-name>
-    <display-name>ANYwebcam.com Webcam Viewer</display-name>
-    <description>Google Gadgets: ANYwebcam.com Webcam Viewer Gadget</description>
+  <portlet id="FileFindbyjinjinGadget">
+    <portlet-name>FileFindbyjinjinGadget</portlet-name>
+    <display-name>FileFind by jinjin</display-name>
+    <description>Google Gadgets: FileFind by jinjin Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ANYwebcam.com Webcam Viewer</value>
+      <value>FileFind by jinjin</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.anywebcam.com/awc/live/google/anywebcamviewer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/007643287394992456763/cse/3w8_339o2dg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.anywebcam.com/awc/live/google/anywebcamviewer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/007643287394992456763/cse/3w8_339o2dg/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2488,29 +2587,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ANYwebcam.com Webcam Viewer</title>
-      <short-title>ANYwebcam.com Webcam Viewer</short-title>
+      <title>FileFind by jinjin</title>
+      <short-title>FileFind by jinjin</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LatestSoftwareDownloadGadget">
-    <portlet-name>LatestSoftwareDownloadGadget</portlet-name>
-    <display-name>Latest Software Download</display-name>
-    <description>Google Gadgets: Latest Software Download Gadget</description>
+  <portlet id="MachineLearningSearchGadget">
+    <portlet-name>MachineLearningSearchGadget</portlet-name>
+    <display-name>Machine Learning Search</display-name>
+    <description>Google Gadgets: Machine Learning Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Latest Software Download</value>
+      <value>Machine Learning Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.shareup.com/gg/homepage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007096099364872597928/cse/ml_context/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.shareup.com/gg/homepage.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/007096099364872597928/cse/ml_context/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2521,29 +2620,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Latest Software Download</title>
-      <short-title>Latest Software Download</short-title>
+      <title>Machine Learning Search</title>
+      <short-title>Machine Learning Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DownloadsGadget">
-    <portlet-name>DownloadsGadget</portlet-name>
-    <display-name>Downloads</display-name>
-    <description>Google Gadgets: Downloads Gadget</description>
+  <portlet id="MuscleBuildingSecretoftheDayGadget">
+    <portlet-name>MuscleBuildingSecretoftheDayGadget</portlet-name>
+    <display-name>Muscle Building Secret of t...</display-name>
+    <description>Google Gadgets: Muscle Building Secret of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Downloads</value>
+      <value>Muscle Building Secret of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/downloads.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://greatstuff2.googlepages.com/bodybuild.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lsmith2004.googlepages.com/downloads.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://greatstuff2.googlepages.com/bodybuild.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2554,29 +2653,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Downloads</title>
-      <short-title>Downloads</short-title>
+      <title>Muscle Building Secret of the Day</title>
+      <short-title>Muscle Building Secret of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PHPFunctionSearchGadget">
-    <portlet-name>PHPFunctionSearchGadget</portlet-name>
-    <display-name>PHP Function Search</display-name>
-    <description>Google Gadgets: PHP Function Search Gadget</description>
+  <portlet id="TorrentBarToolbarourtoolbarcomGadget">
+    <portlet-name>TorrentBarToolbarourtoolbarcomGadget</portlet-name>
+    <display-name>TorrentBarToolbar.ourtoolba...</display-name>
+    <description>Google Gadgets: TorrentBarToolbar.ourtoolbar.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PHP Function Search</value>
+      <value>TorrentBarToolbar.ourtoolbar.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://webelev.dk/google_phpfunctions_clean.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001798320672177892428/cse/sgsu09_q7fi/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://webelev.dk/google_phpfunctions_clean.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001798320672177892428/cse/sgsu09_q7fi/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2587,29 +2686,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PHP Function Search</title>
-      <short-title>PHP Function Search</short-title>
+      <title>TorrentBarToolbar.ourtoolbar.com</title>
+      <short-title>TorrentBarToolbar.ourtoolbar.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TotallyFreeCrapGadget">
-    <portlet-name>TotallyFreeCrapGadget</portlet-name>
-    <display-name>Totally Free Crap</display-name>
-    <description>Google Gadgets: Totally Free Crap Gadget</description>
+  <portlet id="IPAddressGadget">
+    <portlet-name>IPAddressGadget</portlet-name>
+    <display-name>IP Address</display-name>
+    <description>Google Gadgets: IP Address Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Totally Free Crap</value>
+      <value>IP Address</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.grimmthething.com/googmods/tfc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mdileep.brinkster.net/ip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.grimmthething.com/googmods/tfc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mdileep.brinkster.net/ip.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2620,29 +2719,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Totally Free Crap</title>
-      <short-title>Totally Free Crap</short-title>
+      <title>IP Address</title>
+      <short-title>IP Address</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CurriculumGadget">
-    <portlet-name>CurriculumGadget</portlet-name>
-    <display-name>Curriculum</display-name>
-    <description>Google Gadgets: Curriculum Gadget</description>
+  <portlet id="UnixCoreOSSearchEngineGadget">
+    <portlet-name>UnixCoreOSSearchEngineGadget</portlet-name>
+    <display-name>Unix Core OS Search Engine</display-name>
+    <description>Google Gadgets: Unix Core OS Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Curriculum</value>
+      <value>Unix Core OS Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017576662512468239146/cse/omuauf_lfve/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006553300735260831254/cse/qxemjvwvfnu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017576662512468239146/cse/omuauf_lfve/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006553300735260831254/cse/qxemjvwvfnu/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2653,12 +2752,45 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Curriculum</title>
-      <short-title>Curriculum</short-title>
+      <title>Unix Core OS Search Engine</title>
+      <short-title>Unix Core OS Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="BenjaminFranklinQuoteoftheDay1Gadget">
+    <portlet-name>BenjaminFranklinQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Benjamin Franklin Quote of ...</display-name>
+    <description>Google Gadgets: Benjamin Franklin Quote of the Day Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Benjamin Franklin Quote of the Day</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/benjamin-franklin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/benjamin-franklin.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Benjamin Franklin Quote of the Day</title>
+      <short-title>Benjamin Franklin Quote of the Day</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="HaackAttackTheWebGadget">
     <portlet-name>HaackAttackTheWebGadget</portlet-name>
     <display-name>Haack Attack The Web</display-name>
@@ -2692,23 +2824,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="PeriodicTableGadget">
-    <portlet-name>PeriodicTableGadget</portlet-name>
-    <display-name>Periodic Table</display-name>
-    <description>Google Gadgets: Periodic Table Gadget</description>
+  <portlet id="CFSearchEnginecomColdfusionCFMLSearchEngineGadget">
+    <portlet-name>CFSearchEnginecomColdfusionCFMLSearchEngineGadget</portlet-name>
+    <display-name>CFSearchEngine.com: Coldfus...</display-name>
+    <description>Google Gadgets: CFSearchEngine.com: Coldfusion (CFML) Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Periodic Table</value>
+      <value>CFSearchEngine.com: Coldfusion (CFML) Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/calebegg42/periodic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016470950001878139406/cse/ttj6oz4dukc/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/calebegg42/periodic.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016470950001878139406/cse/ttj6oz4dukc/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2719,29 +2851,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Periodic Table</title>
-      <short-title>Periodic Table</short-title>
+      <title>CFSearchEngine.com: Coldfusion (CFML) Search Engine</title>
+      <short-title>CFSearchEngine.com: Coldfusion (CFML) Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheverytoptorrentsGadget">
-    <portlet-name>TheverytoptorrentsGadget</portlet-name>
-    <display-name>The very top torrents</display-name>
-    <description>Google Gadgets: The very top torrents Gadget</description>
+  <portlet id="ItsonlymobilewebButIlikeit1Gadget">
+    <portlet-name>ItsonlymobilewebButIlikeit1Gadget</portlet-name>
+    <display-name>Its only mobile web But I l...</display-name>
+    <description>Google Gadgets: Its only mobile web But I like it Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The very top torrents</value>
+      <value>Its only mobile web But I like it</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006869413220779085298/cse/_dftgdpcbk8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/105593071557429974733/its-only-mobile-web-but-i-like-it1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006869413220779085298/cse/_dftgdpcbk8/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/105593071557429974733/its-only-mobile-web-but-i-like-it1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2752,29 +2884,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The very top torrents</title>
-      <short-title>The very top torrents</short-title>
+      <title>Its only mobile web But I like it</title>
+      <short-title>Its only mobile web But I like it</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="What39sThatSiteRunningGadget">
-    <portlet-name>What39sThatSiteRunningGadget</portlet-name>
-    <display-name>What&#39;s That Site Running?</display-name>
-    <description>Google Gadgets: What&#39;s That Site Running? Gadget</description>
+  <portlet id="CSSSearchGadget">
+    <portlet-name>CSSSearchGadget</portlet-name>
+    <display-name>CSS Search</display-name>
+    <description>Google Gadgets: CSS Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>What&#39;s That Site Running?</value>
+      <value>CSS Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://toolbar.netcraft.com/gadgets/nc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011981465838016726163/cse/mxtopuyuges/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://toolbar.netcraft.com/gadgets/nc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011981465838016726163/cse/mxtopuyuges/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2785,29 +2917,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>What&#39;s That Site Running?</title>
-      <short-title>What&#39;s That Site Running?</short-title>
+      <title>CSS Search</title>
+      <short-title>CSS Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheCodeProjectGadget">
-    <portlet-name>TheCodeProjectGadget</portlet-name>
-    <display-name>The Code Project</display-name>
-    <description>Google Gadgets: The Code Project Gadget</description>
+  <portlet id="MobBotMobileVerbotBetaGadget">
+    <portlet-name>MobBotMobileVerbotBetaGadget</portlet-name>
+    <display-name>MobBot - Mobile Verbot (Beta)</display-name>
+    <description>Google Gadgets: MobBot - Mobile Verbot (Beta) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Code Project</value>
+      <value>MobBot - Mobile Verbot (Beta)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ranuberger.googlepages.com/codeproject.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jmlawlor.googlepages.com/mobbotGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ranuberger.googlepages.com/codeproject.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jmlawlor.googlepages.com/mobbotGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2818,29 +2950,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Code Project</title>
-      <short-title>The Code Project</short-title>
+      <title>MobBot - Mobile Verbot (Beta)</title>
+      <short-title>MobBot - Mobile Verbot (Beta)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ZipCodeLookupGadget">
-    <portlet-name>ZipCodeLookupGadget</portlet-name>
-    <display-name>Zip Code Lookup</display-name>
-    <description>Google Gadgets: Zip Code Lookup Gadget</description>
+  <portlet id="HomerSimpsonQuoteoftheDayGadget">
+    <portlet-name>HomerSimpsonQuoteoftheDayGadget</portlet-name>
+    <display-name>Homer Simpson Quote of the Day</display-name>
+    <description>Google Gadgets: Homer Simpson Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Zip Code Lookup</value>
+      <value>Homer Simpson Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/zip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://thebestquotesforyou.googlepages.com/homersimpson.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aruljohn.com/gadget/zip.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://thebestquotesforyou.googlepages.com/homersimpson.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2851,29 +2983,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Zip Code Lookup</title>
-      <short-title>Zip Code Lookup</short-title>
+      <title>Homer Simpson Quote of the Day</title>
+      <short-title>Homer Simpson Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GooglePagerankViewerGadget">
-    <portlet-name>GooglePagerankViewerGadget</portlet-name>
-    <display-name>Google Pagerank Viewer</display-name>
-    <description>Google Gadgets: Google Pagerank Viewer Gadget</description>
+  <portlet id="CrucialCouponsampPriceDropsGadget">
+    <portlet-name>CrucialCouponsampPriceDropsGadget</portlet-name>
+    <display-name>Crucial Coupons &amp; Price...</display-name>
+    <description>Google Gadgets: Crucial Coupons &amp; Price Drops Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Pagerank Viewer</value>
+      <value>Crucial Coupons &amp; Price Drops</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.ihnow.net/pagerankviewer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://captunes.com/google/crucial.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.ihnow.net/pagerankviewer.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://captunes.com/google/crucial.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2884,29 +3016,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Pagerank Viewer</title>
-      <short-title>Google Pagerank Viewer</short-title>
+      <title>Crucial Coupons &amp; Price Drops</title>
+      <short-title>Crucial Coupons &amp; Price Drops</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DataMiningSearchengineGadget">
-    <portlet-name>DataMiningSearchengineGadget</portlet-name>
-    <display-name>Data Mining Search engine</display-name>
-    <description>Google Gadgets: Data Mining Search engine Gadget</description>
+  <portlet id="BenjaminFranklinQuoteoftheDay2Gadget">
+    <portlet-name>BenjaminFranklinQuoteoftheDay2Gadget</portlet-name>
+    <display-name>Benjamin Franklin Quote of ...</display-name>
+    <description>Google Gadgets: Benjamin Franklin Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Data Mining Search engine</value>
+      <value>Benjamin Franklin Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008996274310193057962/cse/1ggn7mmwz9i/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/benjamin-franklin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/008996274310193057962/cse/1ggn7mmwz9i/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/benjamin-franklin.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2917,29 +3049,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Data Mining Search engine</title>
-      <short-title>Data Mining Search engine</short-title>
+      <title>Benjamin Franklin Quote of the Day</title>
+      <short-title>Benjamin Franklin Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HubbleImagesGadget">
-    <portlet-name>HubbleImagesGadget</portlet-name>
-    <display-name>Hubble Images</display-name>
-    <description>Google Gadgets: Hubble Images Gadget</description>
+  <portlet id="WebDesignersSearchEngineGadget">
+    <portlet-name>WebDesignersSearchEngineGadget</portlet-name>
+    <display-name>Web Designers Search Engine</display-name>
+    <description>Google Gadgets: Web Designers Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hubble Images</value>
+      <value>Web Designers Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/hubble.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000641957206979102421/cse/k-ifgz_fx0i/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/hubble.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/000641957206979102421/cse/k-ifgz_fx0i/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2950,29 +3082,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hubble Images</title>
-      <short-title>Hubble Images</short-title>
+      <title>Web Designers Search Engine</title>
+      <short-title>Web Designers Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AstronomyPictureoftheDay1Gadget">
-    <portlet-name>AstronomyPictureoftheDay1Gadget</portlet-name>
-    <display-name>Astronomy Picture of the Day</display-name>
-    <description>Google Gadgets: Astronomy Picture of the Day Gadget</description>
+  <portlet id="NetcraftNewsGadget">
+    <portlet-name>NetcraftNewsGadget</portlet-name>
+    <display-name>Netcraft News</display-name>
+    <description>Google Gadgets: Netcraft News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Astronomy Picture of the Day</value>
+      <value>Netcraft News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.insertcatchphrase.com/apod/apod.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://toolbar.netcraft.com/gadgets/netcraft_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.insertcatchphrase.com/apod/apod.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://toolbar.netcraft.com/gadgets/netcraft_news.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2983,29 +3115,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Astronomy Picture of the Day</title>
-      <short-title>Astronomy Picture of the Day</short-title>
+      <title>Netcraft News</title>
+      <short-title>Netcraft News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EinsteinQuoteoftheDayGadget">
-    <portlet-name>EinsteinQuoteoftheDayGadget</portlet-name>
-    <display-name>Einstein Quote of the Day</display-name>
-    <description>Google Gadgets: Einstein Quote of the Day Gadget</description>
+  <portlet id="LatestSoftwareDownloadGadget">
+    <portlet-name>LatestSoftwareDownloadGadget</portlet-name>
+    <display-name>Latest Software Download</display-name>
+    <description>Google Gadgets: Latest Software Download Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Einstein Quote of the Day</value>
+      <value>Latest Software Download</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/albert-einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.shareup.com/gg/homepage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/albert-einstein.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.shareup.com/gg/homepage.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3016,29 +3148,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Einstein Quote of the Day</title>
-      <short-title>Einstein Quote of the Day</short-title>
+      <title>Latest Software Download</title>
+      <short-title>Latest Software Download</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LatestMobilePhonesArticlesandReviewsfromPhoneArenacomGadget">
-    <portlet-name>LatestMobilePhonesArticlesandReviewsfromPhoneArenacomGadget</portlet-name>
-    <display-name>Latest Mobile Phones, Articles and Reviews from PhoneArena.com</display-name>
-    <description>Google Gadgets: Latest Mobile Phones, Articles and Reviews from PhoneArena.com Gadget</description>
+  <portlet id="WikipediaGadget">
+    <portlet-name>WikipediaGadget</portlet-name>
+    <display-name>Wikipedia</display-name>
+    <description>Google Gadgets: Wikipedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Latest Mobile Phones, Articles and Reviews from PhoneArena.com</value>
+      <value>Wikipedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phonearena.com/rss/phones.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/wikipedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phonearena.com/rss/phones.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/wikipedia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3049,29 +3181,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Latest Mobile Phones, Articles and Reviews from PhoneArena.com</title>
-      <short-title>Latest Mobile Phones, Articles and Reviews from PhoneArena.com</short-title>
+      <title>Wikipedia</title>
+      <short-title>Wikipedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SolarSystemGadget">
-    <portlet-name>SolarSystemGadget</portlet-name>
-    <display-name>Solar System</display-name>
-    <description>Google Gadgets: Solar System Gadget</description>
+  <portlet id="Wikipedia1Gadget">
+    <portlet-name>Wikipedia1Gadget</portlet-name>
+    <display-name>Wikipedia</display-name>
+    <description>Google Gadgets: Wikipedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Solar System</value>
+      <value>Wikipedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chronita.com/solar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dan.ellis4.googlepages.com/wikipediaDIV.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chronita.com/solar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dan.ellis4.googlepages.com/wikipediaDIV.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3082,29 +3214,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Solar System</title>
-      <short-title>Solar System</short-title>
+      <title>Wikipedia</title>
+      <short-title>Wikipedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="What39smyIPaddressISPcountryproxyGadget">
-    <portlet-name>What39smyIPaddressISPcountryproxyGadget</portlet-name>
-    <display-name>What&#39;s my IP address, ISP, country, proxy</display-name>
-    <description>Google Gadgets: What&#39;s my IP address, ISP, country, proxy Gadget</description>
+  <portlet id="NanoScanGadget">
+    <portlet-name>NanoScanGadget</portlet-name>
+    <display-name>NanoScan</display-name>
+    <description>Google Gadgets: NanoScan Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>What&#39;s my IP address, ISP, country, proxy</value>
+      <value>NanoScan</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/ip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.infectedornot.com/widgets/nano_widget/nano_ig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aruljohn.com/gadget/ip.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.infectedornot.com/widgets/nano_widget/nano_ig.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3115,29 +3247,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>What&#39;s my IP address, ISP, country, proxy</title>
-      <short-title>What&#39;s my IP address, ISP, country, proxy</short-title>
+      <title>NanoScan</title>
+      <short-title>NanoScan</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CoopSearchGadget">
-    <portlet-name>CoopSearchGadget</portlet-name>
-    <display-name>Coop Search</display-name>
-    <description>Google Gadgets: Coop Search Gadget</description>
+  <portlet id="CertificationGadget">
+    <portlet-name>CertificationGadget</portlet-name>
+    <display-name>Certification</display-name>
+    <description>Google Gadgets: Certification Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Coop Search</value>
+      <value>Certification</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cse.search.googlepages.com/csearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://venkata.bandaru.googlepages.com/cert.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cse.search.googlepages.com/csearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://venkata.bandaru.googlepages.com/cert.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3148,29 +3280,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Coop Search</title>
-      <short-title>Coop Search</short-title>
+      <title>Certification</title>
+      <short-title>Certification</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PCEkspertDownloadGadget">
-    <portlet-name>PCEkspertDownloadGadget</portlet-name>
-    <display-name>PC Ekspert Download</display-name>
-    <description>Google Gadgets: PC Ekspert Download Gadget</description>
+  <portlet id="NamespaceClassSearchGadget">
+    <portlet-name>NamespaceClassSearchGadget</portlet-name>
+    <display-name>Namespace/Class Search</display-name>
+    <description>Google Gadgets: Namespace/Class Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PC Ekspert Download</value>
+      <value>Namespace/Class Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pcekspert.com/rssfeed/google_gadgets/pcekspert_download.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://testing.iowacomputergurus.com/MsdnDirectNamespaceAndClassSearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pcekspert.com/rssfeed/google_gadgets/pcekspert_download.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://testing.iowacomputergurus.com/MsdnDirectNamespaceAndClassSearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3181,29 +3313,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PC Ekspert Download</title>
-      <short-title>PC Ekspert Download</short-title>
+      <title>Namespace/Class Search</title>
+      <short-title>Namespace/Class Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DiggnewsGadget">
-    <portlet-name>DiggnewsGadget</portlet-name>
-    <display-name>Digg news</display-name>
-    <description>Google Gadgets: Digg news Gadget</description>
+  <portlet id="EbookSearchEngineGadget">
+    <portlet-name>EbookSearchEngineGadget</portlet-name>
+    <display-name>Ebook Search Engine</display-name>
+    <description>Google Gadgets: Ebook Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Digg news</value>
+      <value>Ebook Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.helvetet.se/gmodules/digg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.helvetet.se/gmodules/digg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002937983616079350706/cse/w8ene_mbcps/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3214,29 +3346,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Digg news</title>
-      <short-title>Digg news</short-title>
+      <title>Ebook Search Engine</title>
+      <short-title>Ebook Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CatsearchGadget">
-    <portlet-name>CatsearchGadget</portlet-name>
-    <display-name>Cat-search</display-name>
-    <description>Google Gadgets: Cat-search Gadget</description>
+  <portlet id="WebSitePulseWhoisTestGadget">
+    <portlet-name>WebSitePulseWhoisTestGadget</portlet-name>
+    <display-name>WebSitePulse Whois Test</display-name>
+    <description>Google Gadgets: WebSitePulse Whois Test Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Cat-search</value>
+      <value>WebSitePulse Whois Test</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009841429505076642909/cse/kxlgkbvrgzu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://api.websitepulse.com/testtools.whois-test.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009841429505076642909/cse/kxlgkbvrgzu/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://api.websitepulse.com/testtools.whois-test.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3247,29 +3379,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Cat-search</title>
-      <short-title>Cat-search</short-title>
+      <title>WebSitePulse Whois Test</title>
+      <short-title>WebSitePulse Whois Test</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TextpatternGadget">
-    <portlet-name>TextpatternGadget</portlet-name>
-    <display-name>Textpattern</display-name>
-    <description>Google Gadgets: Textpattern Gadget</description>
+  <portlet id="InformationArchitectureSearchEngineGadget">
+    <portlet-name>InformationArchitectureSearchEngineGadget</portlet-name>
+    <display-name>Information Architecture Se...</display-name>
+    <description>Google Gadgets: Information Architecture Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Textpattern</value>
+      <value>Information Architecture Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013284010981475036739/cse/dzw-5pntidu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009152787519343903573/cse/t_jc5emfnco/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013284010981475036739/cse/dzw-5pntidu/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009152787519343903573/cse/t_jc5emfnco/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3280,29 +3412,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Textpattern</title>
-      <short-title>Textpattern</short-title>
+      <title>Information Architecture Search Engine</title>
+      <short-title>Information Architecture Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NasaImageoftheDayGadget">
-    <portlet-name>NasaImageoftheDayGadget</portlet-name>
-    <display-name>Nasa Image of the Day</display-name>
-    <description>Google Gadgets: Nasa Image of the Day Gadget</description>
+  <portlet id="EinsteinQuoteoftheDay2Gadget">
+    <portlet-name>EinsteinQuoteoftheDay2Gadget</portlet-name>
+    <display-name>Einstein Quote of the Day</display-name>
+    <description>Google Gadgets: Einstein Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nasa Image of the Day</value>
+      <value>Einstein Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://olivier.camard.free.fr/google/modules/nasapics.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://root.eyemedia.ro/einstein/einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://olivier.camard.free.fr/google/modules/nasapics.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://root.eyemedia.ro/einstein/einstein.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3313,29 +3445,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nasa Image of the Day</title>
-      <short-title>Nasa Image of the Day</short-title>
+      <title>Einstein Quote of the Day</title>
+      <short-title>Einstein Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CoopSearch1Gadget">
-    <portlet-name>CoopSearch1Gadget</portlet-name>
-    <display-name>Coop Search</display-name>
-    <description>Google Gadgets: Coop Search Gadget</description>
+  <portlet id="AllonJavaProgrammingGadget">
+    <portlet-name>AllonJavaProgrammingGadget</portlet-name>
+    <display-name>All on Java Programming</display-name>
+    <description>Google Gadgets: All on Java Programming Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Coop Search</value>
+      <value>All on Java Programming</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cse.search.googlepages.com/csearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006217693956028393428/cse/6o5amzmt0lk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cse.search.googlepages.com/csearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006217693956028393428/cse/6o5amzmt0lk/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3346,29 +3478,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Coop Search</title>
-      <short-title>Coop Search</short-title>
+      <title>All on Java Programming</title>
+      <short-title>All on Java Programming</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ClicknLearnAnimationBoxGadget">
-    <portlet-name>ClicknLearnAnimationBoxGadget</portlet-name>
-    <display-name>Click-n-Learn Animation Box</display-name>
-    <description>Google Gadgets: Click-n-Learn Animation Box Gadget</description>
+  <portlet id="FinancialCalculatorGadget">
+    <portlet-name>FinancialCalculatorGadget</portlet-name>
+    <display-name>Financial Calculator</display-name>
+    <description>Google Gadgets: Financial Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Click-n-Learn Animation Box</value>
+      <value>Financial Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/delabs/gadgets/tv-box/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gotoscience.com/gadgets/Financial-Calculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/delabs/gadgets/tv-box/index.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gotoscience.com/gadgets/Financial-Calculator.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3379,29 +3511,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Click-n-Learn Animation Box</title>
-      <short-title>Click-n-Learn Animation Box</short-title>
+      <title>Financial Calculator</title>
+      <short-title>Financial Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AstronomyPictureoftheDay2Gadget">
-    <portlet-name>AstronomyPictureoftheDay2Gadget</portlet-name>
-    <display-name>Astronomy Picture of the Day</display-name>
-    <description>Google Gadgets: Astronomy Picture of the Day Gadget</description>
+  <portlet id="Top10DiggScienceStoriesGadget">
+    <portlet-name>Top10DiggScienceStoriesGadget</portlet-name>
+    <display-name>Top 10 Digg Science Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Science Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Astronomy Picture of the Day</value>
+      <value>Top 10 Digg Science Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://insertcatchphrase.com/apod/apod.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Science.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://insertcatchphrase.com/apod/apod.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Science.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3412,29 +3544,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Astronomy Picture of the Day</title>
-      <short-title>Astronomy Picture of the Day</short-title>
+      <title>Top 10 Digg Science Stories</title>
+      <short-title>Top 10 Digg Science Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HomeNetworkingGadget">
-    <portlet-name>HomeNetworkingGadget</portlet-name>
-    <display-name>Home Networking</display-name>
-    <description>Google Gadgets: Home Networking Gadget</description>
+  <portlet id="GordonBHinckleyQuoteoftheDayGadget">
+    <portlet-name>GordonBHinckleyQuoteoftheDayGadget</portlet-name>
+    <display-name>Gordon B. Hinckley Quote of...</display-name>
+    <description>Google Gadgets: Gordon B. Hinckley Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Home Networking</value>
+      <value>Gordon B. Hinckley Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010667576249382549205/cse/th3tqz4s_gg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://motivationalposters.googlepages.com/hinckley.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010667576249382549205/cse/th3tqz4s_gg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://motivationalposters.googlepages.com/hinckley.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3445,29 +3577,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Home Networking</title>
-      <short-title>Home Networking</short-title>
+      <title>Gordon B. Hinckley Quote of the Day</title>
+      <short-title>Gordon B. Hinckley Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PCEkspertDownload1Gadget">
-    <portlet-name>PCEkspertDownload1Gadget</portlet-name>
-    <display-name>PC Ekspert Download</display-name>
-    <description>Google Gadgets: PC Ekspert Download Gadget</description>
+  <portlet id="ImagetoAsciiGadget">
+    <portlet-name>ImagetoAsciiGadget</portlet-name>
+    <display-name>Image to Ascii</display-name>
+    <description>Google Gadgets: Image to Ascii Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PC Ekspert Download</value>
+      <value>Image to Ascii</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pcekspert.com/rssfeed/google_gadgets/pcekspert_download.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://itsyoursite.googlepages.com/ITA.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pcekspert.com/rssfeed/google_gadgets/pcekspert_download.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://itsyoursite.googlepages.com/ITA.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3478,29 +3610,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PC Ekspert Download</title>
-      <short-title>PC Ekspert Download</short-title>
+      <title>Image to Ascii</title>
+      <short-title>Image to Ascii</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebSitePulseWhoisTestGadget">
-    <portlet-name>WebSitePulseWhoisTestGadget</portlet-name>
-    <display-name>WebSitePulse Whois Test</display-name>
-    <description>Google Gadgets: WebSitePulse Whois Test Gadget</description>
+  <portlet id="ArxivRSSSearchandFilterGadget">
+    <portlet-name>ArxivRSSSearchandFilterGadget</portlet-name>
+    <display-name>Arxiv RSS Search and Filter</display-name>
+    <description>Google Gadgets: Arxiv RSS Search and Filter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WebSitePulse Whois Test</value>
+      <value>Arxiv RSS Search and Filter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://api.websitepulse.com/testtools.whois-test.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jack.sankey.googlepages.com/arxivRSSsearch_current.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://api.websitepulse.com/testtools.whois-test.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jack.sankey.googlepages.com/arxivRSSsearch_current.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3511,29 +3643,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WebSitePulse Whois Test</title>
-      <short-title>WebSitePulse Whois Test</short-title>
+      <title>Arxiv RSS Search and Filter</title>
+      <short-title>Arxiv RSS Search and Filter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebSitePulseServerTestGadget">
-    <portlet-name>WebSitePulseServerTestGadget</portlet-name>
-    <display-name>WebSitePulse Server Test</display-name>
-    <description>Google Gadgets: WebSitePulse Server Test Gadget</description>
+  <portlet id="iBloksGadget">
+    <portlet-name>iBloksGadget</portlet-name>
+    <display-name>iBloks</display-name>
+    <description>Google Gadgets: iBloks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WebSitePulse Server Test</value>
+      <value>iBloks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://api.websitepulse.com/testtools.server-test.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ibloks.com/gadgets/gadgetGoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://api.websitepulse.com/testtools.server-test.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ibloks.com/gadgets/gadgetGoogle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3544,29 +3676,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WebSitePulse Server Test</title>
-      <short-title>WebSitePulse Server Test</short-title>
+      <title>iBloks</title>
+      <short-title>iBloks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="calc5Gadget">
-    <portlet-name>calc5Gadget</portlet-name>
-    <display-name>calc 5</display-name>
-    <description>Google Gadgets: calc 5 Gadget</description>
+  <portlet id="mydeliciousGadget">
+    <portlet-name>mydeliciousGadget</portlet-name>
+    <display-name>my del.icio.us</display-name>
+    <description>Google Gadgets: my del.icio.us Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>calc 5</value>
+      <value>my del.icio.us</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.calc5.com/calc5_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/delicious/delicious.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.calc5.com/calc5_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/delicious/delicious.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3577,29 +3709,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>calc 5</title>
-      <short-title>calc 5</short-title>
+      <title>my del.icio.us</title>
+      <short-title>my del.icio.us</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Uptimemonitor1Gadget">
-    <portlet-name>Uptimemonitor1Gadget</portlet-name>
-    <display-name>Uptime monitor</display-name>
-    <description>Google Gadgets: Uptime monitor Gadget</description>
+  <portlet id="DIGGGadget">
+    <portlet-name>DIGGGadget</portlet-name>
+    <display-name>DIGG</display-name>
+    <description>Google Gadgets: DIGG Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Uptime monitor</value>
+      <value>DIGG</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mon.itor.us/googleTest/snapshot/snapshoturl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://digg.com/goog/ig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mon.itor.us/googleTest/snapshot/snapshoturl.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://digg.com/goog/ig.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3610,29 +3742,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Uptime monitor</title>
-      <short-title>Uptime monitor</short-title>
+      <title>DIGG</title>
+      <short-title>DIGG</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Flux3DShuffleGadget">
-    <portlet-name>Flux3DShuffleGadget</portlet-name>
-    <display-name>Flux 3D Shuffle</display-name>
-    <description>Google Gadgets: Flux 3D Shuffle Gadget</description>
+  <portlet id="URLwashGadget">
+    <portlet-name>URLwashGadget</portlet-name>
+    <display-name>URLwash</display-name>
+    <description>Google Gadgets: URLwash Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flux 3D Shuffle</value>
+      <value>URLwash</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mediamachines.com/random.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://urlwash.com/urlwash.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mediamachines.com/random.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://urlwash.com/urlwash.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3643,29 +3775,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flux 3D Shuffle</title>
-      <short-title>Flux 3D Shuffle</short-title>
+      <title>URLwash</title>
+      <short-title>URLwash</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Today39sWootGadget">
-    <portlet-name>Today39sWootGadget</portlet-name>
-    <display-name>Today&#39;s Woot</display-name>
-    <description>Google Gadgets: Today&#39;s Woot Gadget</description>
+  <portlet id="HW12345Gadget">
+    <portlet-name>HW12345Gadget</portlet-name>
+    <display-name>HW12345</display-name>
+    <description>Google Gadgets: HW12345 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Today&#39;s Woot</value>
+      <value>HW12345</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/376175/D404091820851643822&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/HW12345.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/376175/D404091820851643822</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/HW12345.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3676,29 +3808,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Today&#39;s Woot</title>
-      <short-title>Today&#39;s Woot</short-title>
+      <title>HW12345</title>
+      <short-title>HW12345</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleFilterGadget">
-    <portlet-name>GoogleFilterGadget</portlet-name>
-    <display-name>Google Filter</display-name>
-    <description>Google Gadgets: Google Filter Gadget</description>
+  <portlet id="BusinessITOnlineCalendarGadget">
+    <portlet-name>BusinessITOnlineCalendarGadget</portlet-name>
+    <display-name>Business IT Online ? Calendar</display-name>
+    <description>Google Gadgets: Business IT Online ? Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Filter</value>
+      <value>Business IT Online ? Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kloggenerator.googlepages.com/googleresultfilter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.businessitonline.com/Gadget/Xml/bio_calendar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kloggenerator.googlepages.com/googleresultfilter.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.businessitonline.com/Gadget/Xml/bio_calendar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3709,29 +3841,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Filter</title>
-      <short-title>Google Filter</short-title>
+      <title>Business IT Online ? Calendar</title>
+      <short-title>Business IT Online ? Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PCDVRSearchEngineGadget">
-    <portlet-name>PCDVRSearchEngineGadget</portlet-name>
-    <display-name>PC DVR Search Engine</display-name>
-    <description>Google Gadgets: PC DVR Search Engine Gadget</description>
+  <portlet id="Flux3DShuffleGadget">
+    <portlet-name>Flux3DShuffleGadget</portlet-name>
+    <display-name>Flux 3D Shuffle</display-name>
+    <description>Google Gadgets: Flux 3D Shuffle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PC DVR Search Engine</value>
+      <value>Flux 3D Shuffle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002557550810430979626/cse/jwazospyunw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mediamachines.com/random.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002557550810430979626/cse/jwazospyunw/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mediamachines.com/random.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3742,29 +3874,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PC DVR Search Engine</title>
-      <short-title>PC DVR Search Engine</short-title>
+      <title>Flux 3D Shuffle</title>
+      <short-title>Flux 3D Shuffle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MobBotMobileVerbotBetaGadget">
-    <portlet-name>MobBotMobileVerbotBetaGadget</portlet-name>
-    <display-name>MobBot - Mobile Verbot (Beta)</display-name>
-    <description>Google Gadgets: MobBot - Mobile Verbot (Beta) Gadget</description>
+  <portlet id="AreaSXLastArticlesGadget">
+    <portlet-name>AreaSXLastArticlesGadget</portlet-name>
+    <display-name>Area SX Last Articles</display-name>
+    <description>Google Gadgets: Area SX Last Articles Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MobBot - Mobile Verbot (Beta)</value>
+      <value>Area SX Last Articles</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jmlawlor.googlepages.com/MobBotGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.areasx.com/script/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jmlawlor.googlepages.com/MobBotGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.areasx.com/script/google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3775,29 +3907,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MobBot - Mobile Verbot (Beta)</title>
-      <short-title>MobBot - Mobile Verbot (Beta)</short-title>
+      <title>Area SX Last Articles</title>
+      <short-title>Area SX Last Articles</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IPAddressGadget">
-    <portlet-name>IPAddressGadget</portlet-name>
-    <display-name>IP Address</display-name>
-    <description>Google Gadgets: IP Address Gadget</description>
+  <portlet id="PHPFunctionSearchGadget">
+    <portlet-name>PHPFunctionSearchGadget</portlet-name>
+    <display-name>PHP Function Search</display-name>
+    <description>Google Gadgets: PHP Function Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IP Address</value>
+      <value>PHP Function Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mdileep.brinkster.net/ip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://webelev.dk/google_phpfunctions_clean.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mdileep.brinkster.net/ip.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://webelev.dk/google_phpfunctions_clean.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3808,29 +3940,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IP Address</title>
-      <short-title>IP Address</short-title>
+      <title>PHP Function Search</title>
+      <short-title>PHP Function Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SEOandSEMToolsandResourcesGadget">
-    <portlet-name>SEOandSEMToolsandResourcesGadget</portlet-name>
-    <display-name>SEO and SEM Tools and Resources</display-name>
-    <description>Google Gadgets: SEO and SEM Tools and Resources Gadget</description>
+  <portlet id="DotNetCodeConverterGadget">
+    <portlet-name>DotNetCodeConverterGadget</portlet-name>
+    <display-name>Dot Net Code Converter</display-name>
+    <description>Google Gadgets: Dot Net Code Converter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SEO and SEM Tools and Resources</value>
+      <value>Dot Net Code Converter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.searchangle.com/gadget3.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/DotNetCodeConverterGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.searchangle.com/gadget3.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/DotNetCodeConverterGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3841,29 +3973,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SEO and SEM Tools and Resources</title>
-      <short-title>SEO and SEM Tools and Resources</short-title>
+      <title>Dot Net Code Converter</title>
+      <short-title>Dot Net Code Converter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="preciseTechnologyGadget">
-    <portlet-name>preciseTechnologyGadget</portlet-name>
-    <display-name>preciseTechnology</display-name>
-    <description>Google Gadgets: preciseTechnology Gadget</description>
+  <portlet id="DiskSpaceCalculatorGadget">
+    <portlet-name>DiskSpaceCalculatorGadget</portlet-name>
+    <display-name>Disk Space Calculator</display-name>
+    <description>Google Gadgets: Disk Space Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>preciseTechnology</value>
+      <value>Disk Space Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.precisenews.us/pt/gadgets/technology.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://php.bonex-inc.com/gadgets/diskspacecalculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.precisenews.us/pt/gadgets/technology.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://php.bonex-inc.com/gadgets/diskspacecalculator.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3874,29 +4006,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>preciseTechnology</title>
-      <short-title>preciseTechnology</short-title>
+      <title>Disk Space Calculator</title>
+      <short-title>Disk Space Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ThinkgeekcomRandomProductGadget">
-    <portlet-name>ThinkgeekcomRandomProductGadget</portlet-name>
-    <display-name>Thinkgeek.com Random Product</display-name>
-    <description>Google Gadgets: Thinkgeek.com Random Product Gadget</description>
+  <portlet id="CGIndustryNewsGadget">
+    <portlet-name>CGIndustryNewsGadget</portlet-name>
+    <display-name>CGIndustry News</display-name>
+    <description>Google Gadgets: CGIndustry News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Thinkgeek.com Random Product</value>
+      <value>CGIndustry News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wohnzimmerwand.de/thinkgeek.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wohnzimmerwand.de/thinkgeek.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cg-india.com/cgi_Gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3907,29 +4039,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Thinkgeek.com Random Product</title>
-      <short-title>Thinkgeek.com Random Product</short-title>
+      <title>CGIndustry News</title>
+      <short-title>CGIndustry News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="mozillaZineForumsSearchGadget">
-    <portlet-name>mozillaZineForumsSearchGadget</portlet-name>
-    <display-name>mozillaZine Forums Search</display-name>
-    <description>Google Gadgets: mozillaZine Forums Search Gadget</description>
+  <portlet id="FHStatsGadget">
+    <portlet-name>FHStatsGadget</portlet-name>
+    <display-name>F?H Stats</display-name>
+    <description>Google Gadgets: F?H Stats Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>mozillaZine Forums Search</value>
+      <value>F?H Stats</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003258325049489668794/cse/drr0nlojlas/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://powertrip50.com/folding/fah-google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/003258325049489668794/cse/drr0nlojlas/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://powertrip50.com/folding/fah-google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3940,29 +4072,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>mozillaZine Forums Search</title>
-      <short-title>mozillaZine Forums Search</short-title>
+      <title>F?H Stats</title>
+      <short-title>F?H Stats</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PHPSearchGadget">
-    <portlet-name>PHPSearchGadget</portlet-name>
-    <display-name>PHP Search</display-name>
-    <description>Google Gadgets: PHP Search Gadget</description>
+  <portlet id="INSANMediaGadget">
+    <portlet-name>INSANMediaGadget</portlet-name>
+    <display-name>INSANMedia</display-name>
+    <description>Google Gadgets: INSANMedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PHP Search</value>
+      <value>INSANMedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012936385255412397281/cse/7cr8r8knzjs/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006257680857101876953/cse/8-mls1etndg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012936385255412397281/cse/7cr8r8knzjs/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006257680857101876953/cse/8-mls1etndg/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3973,29 +4105,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PHP Search</title>
-      <short-title>PHP Search</short-title>
+      <title>INSANMedia</title>
+      <short-title>INSANMedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebTechBlogSearchGadget">
-    <portlet-name>WebTechBlogSearchGadget</portlet-name>
-    <display-name>Web Tech Blog Search</display-name>
-    <description>Google Gadgets: Web Tech Blog Search Gadget</description>
+  <portlet id="O39ReillyCodeSearchGadget">
+    <portlet-name>O39ReillyCodeSearchGadget</portlet-name>
+    <display-name>O&#39;Reilly Code Search</display-name>
+    <description>Google Gadgets: O&#39;Reilly Code Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Web Tech Blog Search</value>
+      <value>O&#39;Reilly Code Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012006853112469662256/cse/nprbwmqm5nw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.strongasanox.co.uk/googlegadgets/oreillycodesearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012006853112469662256/cse/nprbwmqm5nw/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.strongasanox.co.uk/googlegadgets/oreillycodesearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4006,29 +4138,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Web Tech Blog Search</title>
-      <short-title>Web Tech Blog Search</short-title>
+      <title>O&#39;Reilly Code Search</title>
+      <short-title>O&#39;Reilly Code Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AjaxSearchGadget">
-    <portlet-name>AjaxSearchGadget</portlet-name>
-    <display-name>Ajax Search</display-name>
-    <description>Google Gadgets: Ajax Search Gadget</description>
+  <portlet id="WebSitePulseMTRtracerouteamppingGadget">
+    <portlet-name>WebSitePulseMTRtracerouteamppingGadget</portlet-name>
+    <display-name>WebSitePulse MTR - tracerou...</display-name>
+    <description>Google Gadgets: WebSitePulse MTR - traceroute &amp; ping Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ajax Search</value>
+      <value>WebSitePulse MTR - traceroute &amp; ping</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017836526989493939520/cse/hwwjrgyssu4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://api.websitepulse.com/testtools.mtr-test.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017836526989493939520/cse/hwwjrgyssu4/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://api.websitepulse.com/testtools.mtr-test.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4039,29 +4171,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ajax Search</title>
-      <short-title>Ajax Search</short-title>
+      <title>WebSitePulse MTR - traceroute &amp; ping</title>
+      <short-title>WebSitePulse MTR - traceroute &amp; ping</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CSearchGadget">
-    <portlet-name>CSearchGadget</portlet-name>
-    <display-name>C++ Search</display-name>
-    <description>Google Gadgets: C++ Search Gadget</description>
+  <portlet id="HTTPheadersfromserverGadget">
+    <portlet-name>HTTPheadersfromserverGadget</portlet-name>
+    <display-name>HTTP headers from server</display-name>
+    <description>Google Gadgets: HTTP headers from server Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>C++ Search</value>
+      <value>HTTP headers from server</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000872085005376217422/cse/ls3uha-lskw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.softabar.com/gadgets/serverheaders.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/000872085005376217422/cse/ls3uha-lskw/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.softabar.com/gadgets/serverheaders.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4072,29 +4204,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>C++ Search</title>
-      <short-title>C++ Search</short-title>
+      <title>HTTP headers from server</title>
+      <short-title>HTTP headers from server</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="COnlineWebSearchGadget">
-    <portlet-name>COnlineWebSearchGadget</portlet-name>
-    <display-name>C# Online Web Search</display-name>
-    <description>Google Gadgets: C# Online Web Search Gadget</description>
+  <portlet id="FPGASeekExclusiveFPGASearchGadget">
+    <portlet-name>FPGASeekExclusiveFPGASearchGadget</portlet-name>
+    <display-name>FPGA Seek: Exclusive FPGA S...</display-name>
+    <description>Google Gadgets: FPGA Seek: Exclusive FPGA Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>C# Online Web Search</value>
+      <value>FPGA Seek: Exclusive FPGA Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015184517059031426848/cse/myxksvkpaf0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/102535544295306468010/fpgaSeek.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015184517059031426848/cse/myxksvkpaf0/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/102535544295306468010/fpgaSeek.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4105,29 +4237,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>C# Online Web Search</title>
-      <short-title>C# Online Web Search</short-title>
+      <title>FPGA Seek: Exclusive FPGA Search</title>
+      <short-title>FPGA Seek: Exclusive FPGA Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ImageUploadGadget">
-    <portlet-name>ImageUploadGadget</portlet-name>
-    <display-name>Image Upload</display-name>
-    <description>Google Gadgets: Image Upload Gadget</description>
+  <portlet id="WebSitePulseServerTestGadget">
+    <portlet-name>WebSitePulseServerTestGadget</portlet-name>
+    <display-name>WebSitePulse Server Test</display-name>
+    <description>Google Gadgets: WebSitePulse Server Test Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Image Upload</value>
+      <value>WebSitePulse Server Test</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.imagup.com/module_upload_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://api.websitepulse.com/testtools.server-test.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.imagup.com/module_upload_google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://api.websitepulse.com/testtools.server-test.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4138,29 +4270,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Image Upload</title>
-      <short-title>Image Upload</short-title>
+      <title>WebSitePulse Server Test</title>
+      <short-title>WebSitePulse Server Test</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MonitorGooglePageRankformultiplesitesGadget">
-    <portlet-name>MonitorGooglePageRankformultiplesitesGadget</portlet-name>
-    <display-name>Monitor Google Page Rank for multiple sites</display-name>
-    <description>Google Gadgets: Monitor Google Page Rank for multiple sites Gadget</description>
+  <portlet id="callcenterGadget">
+    <portlet-name>callcenterGadget</portlet-name>
+    <display-name>call-center</display-name>
+    <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Monitor Google Page Rank for multiple sites</value>
+      <value>call-center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ermena.com/grankm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/academic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ermena.com/grankm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/academic.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4171,29 +4303,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Monitor Google Page Rank for multiple sites</title>
-      <short-title>Monitor Google Page Rank for multiple sites</short-title>
+      <title>call-center</title>
+      <short-title>call-center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleCustomSearchConsoleGadget">
-    <portlet-name>GoogleCustomSearchConsoleGadget</portlet-name>
-    <display-name>Google Custom Search Console</display-name>
-    <description>Google Gadgets: Google Custom Search Console Gadget</description>
+  <portlet id="CoopSearchGadget">
+    <portlet-name>CoopSearchGadget</portlet-name>
+    <display-name>Coop Search</display-name>
+    <description>Google Gadgets: Coop Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Custom Search Console</value>
+      <value>Coop Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/cse/manage_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cse.search.googlepages.com/csearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/cse/manage_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cse.search.googlepages.com/csearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4204,29 +4336,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Custom Search Console</title>
-      <short-title>Google Custom Search Console</short-title>
+      <title>Coop Search</title>
+      <short-title>Coop Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DischromaticsGadgetGadget">
-    <portlet-name>DischromaticsGadgetGadget</portlet-name>
-    <display-name>Dischromatics Gadget</display-name>
-    <description>Google Gadgets: Dischromatics Gadget Gadget</description>
+  <portlet id="callcenter1Gadget">
+    <portlet-name>callcenter1Gadget</portlet-name>
+    <display-name>call-center</display-name>
+    <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dischromatics Gadget</value>
+      <value>call-center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dischromatics.co.uk/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dischromatics.co.uk/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4237,29 +4369,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dischromatics Gadget</title>
-      <short-title>Dischromatics Gadget</short-title>
+      <title>call-center</title>
+      <short-title>call-center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CSSSearchGadget">
-    <portlet-name>CSSSearchGadget</portlet-name>
-    <display-name>CSS Search</display-name>
-    <description>Google Gadgets: CSS Search Gadget</description>
+  <portlet id="CanadianDomaincaSearchToolGadget">
+    <portlet-name>CanadianDomaincaSearchToolGadget</portlet-name>
+    <display-name>Canadian Domain (.ca) Searc...</display-name>
+    <description>Google Gadgets: Canadian Domain (.ca) Search Tool Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CSS Search</value>
+      <value>Canadian Domain (.ca) Search Tool</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011981465838016726163/cse/mxtopuyuges/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.namespro.ca/API/gadget_ca.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011981465838016726163/cse/mxtopuyuges/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.namespro.ca/API/gadget_ca.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4270,29 +4402,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CSS Search</title>
-      <short-title>CSS Search</short-title>
+      <title>Canadian Domain (.ca) Search Tool</title>
+      <short-title>Canadian Domain (.ca) Search Tool</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FHStatsGadget">
-    <portlet-name>FHStatsGadget</portlet-name>
-    <display-name>F?H Stats</display-name>
-    <description>Google Gadgets: F?H Stats Gadget</description>
+  <portlet id="CatsearchGadget">
+    <portlet-name>CatsearchGadget</portlet-name>
+    <display-name>Cat-search</display-name>
+    <description>Google Gadgets: Cat-search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>F?H Stats</value>
+      <value>Cat-search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://powertrip50.com/folding/fah-google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009841429505076642909/cse/kxlgkbvrgzu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://powertrip50.com/folding/fah-google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009841429505076642909/cse/kxlgkbvrgzu/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4303,29 +4435,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>F?H Stats</title>
-      <short-title>F?H Stats</short-title>
+      <title>Cat-search</title>
+      <short-title>Cat-search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TechBlogsGadget">
-    <portlet-name>TechBlogsGadget</portlet-name>
-    <display-name>TechBlogs</display-name>
-    <description>Google Gadgets: TechBlogs Gadget</description>
+  <portlet id="CyberChimpGadget">
+    <portlet-name>CyberChimpGadget</portlet-name>
+    <display-name>Cyber Chimp</display-name>
+    <description>Google Gadgets: Cyber Chimp Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TechBlogs</value>
+      <value>Cyber Chimp</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/top_blogs/tech_blogs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005266971532622721343/cse/ld1atgsjrc0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/top_blogs/tech_blogs.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005266971532622721343/cse/ld1atgsjrc0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4336,29 +4468,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TechBlogs</title>
-      <short-title>TechBlogs</short-title>
+      <title>Cyber Chimp</title>
+      <short-title>Cyber Chimp</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="callcenterGadget">
-    <portlet-name>callcenterGadget</portlet-name>
-    <display-name>call-center</display-name>
-    <description>Google Gadgets: call-center Gadget</description>
+  <portlet id="MacworldSearchGadget">
+    <portlet-name>MacworldSearchGadget</portlet-name>
+    <display-name>Macworld Search</display-name>
+    <description>Google Gadgets: Macworld Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>call-center</value>
+      <value>Macworld Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/answering.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003198751674731024891/cse/ovffo1orlum/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/answering.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/003198751674731024891/cse/ovffo1orlum/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4369,29 +4501,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>call-center</title>
-      <short-title>call-center</short-title>
+      <title>Macworld Search</title>
+      <short-title>Macworld Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PythonsearchengineGadget">
-    <portlet-name>PythonsearchengineGadget</portlet-name>
-    <display-name>Python search engine</display-name>
-    <description>Google Gadgets: Python search engine Gadget</description>
+  <portlet id="NasaPhotosoftheDay2Gadget">
+    <portlet-name>NasaPhotosoftheDay2Gadget</portlet-name>
+    <display-name>Nasa Photos of the Day</display-name>
+    <description>Google Gadgets: Nasa Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Python search engine</value>
+      <value>Nasa Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010104417661136834118/cse/at1-hsftvfo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/nasa-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010104417661136834118/cse/at1-hsftvfo/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/nasa-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4402,29 +4534,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Python search engine</title>
-      <short-title>Python search engine</short-title>
+      <title>Nasa Photos of the Day</title>
+      <short-title>Nasa Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ComputerScienceResearchGadget">
-    <portlet-name>ComputerScienceResearchGadget</portlet-name>
-    <display-name>Computer Science Research</display-name>
-    <description>Google Gadgets: Computer Science Research Gadget</description>
+  <portlet id="FlingkcomMakeShorterURLsGadget">
+    <portlet-name>FlingkcomMakeShorterURLsGadget</portlet-name>
+    <display-name>Flingk.com - Make Shorter URLs</display-name>
+    <description>Google Gadgets: Flingk.com - Make Shorter URLs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Computer Science Research</value>
+      <value>Flingk.com - Make Shorter URLs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015887117281940237895/cse/zrfwqmuywbs/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://flingk.com/googlemodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015887117281940237895/cse/zrfwqmuywbs/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://flingk.com/googlemodule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4435,29 +4567,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Computer Science Research</title>
-      <short-title>Computer Science Research</short-title>
+      <title>Flingk.com - Make Shorter URLs</title>
+      <short-title>Flingk.com - Make Shorter URLs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PythonProgrammingGadget">
-    <portlet-name>PythonProgrammingGadget</portlet-name>
-    <display-name>Python Programming</display-name>
-    <description>Google Gadgets: Python Programming Gadget</description>
+  <portlet id="InstantUnitsConversionGadget">
+    <portlet-name>InstantUnitsConversionGadget</portlet-name>
+    <display-name>Instant Units Conversion</display-name>
+    <description>Google Gadgets: Instant Units Conversion Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Python Programming</value>
+      <value>Instant Units Conversion</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/018413290510798844940/cse/k69bxcfofe0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.convert-me.com/GG/convert-me.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/018413290510798844940/cse/k69bxcfofe0/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.convert-me.com/GG/convert-me.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4468,29 +4600,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Python Programming</title>
-      <short-title>Python Programming</short-title>
+      <title>Instant Units Conversion</title>
+      <short-title>Instant Units Conversion</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MetaverseGadget">
-    <portlet-name>MetaverseGadget</portlet-name>
-    <display-name>Metaverse</display-name>
-    <description>Google Gadgets: Metaverse Gadget</description>
+  <portlet id="GiftofthedayGadget">
+    <portlet-name>GiftofthedayGadget</portlet-name>
+    <display-name>Gift of the day!</display-name>
+    <description>Google Gadgets: Gift of the day! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Metaverse</value>
+      <value>Gift of the day!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010204248329985616880/cse/vujsfdmxgb0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/111406769659583786758/giftoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010204248329985616880/cse/vujsfdmxgb0/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/111406769659583786758/giftoftheday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4501,29 +4633,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Metaverse</title>
-      <short-title>Metaverse</short-title>
+      <title>Gift of the day!</title>
+      <short-title>Gift of the day!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MashupoftheDayGadget">
-    <portlet-name>MashupoftheDayGadget</portlet-name>
-    <display-name>Mashup of the Day</display-name>
-    <description>Google Gadgets: Mashup of the Day Gadget</description>
+  <portlet id="ComputerScienceResearchGadget">
+    <portlet-name>ComputerScienceResearchGadget</portlet-name>
+    <display-name>Computer Science Research</display-name>
+    <description>Google Gadgets: Computer Science Research Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mashup of the Day</value>
+      <value>Computer Science Research</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.programmableweb.com/gadgets/google/mashupoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015887117281940237895/cse/zrfwqmuywbs/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.programmableweb.com/gadgets/google/mashupoftheday.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015887117281940237895/cse/zrfwqmuywbs/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4534,29 +4666,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mashup of the Day</title>
-      <short-title>Mashup of the Day</short-title>
+      <title>Computer Science Research</title>
+      <short-title>Computer Science Research</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MediaGeeksGadget">
-    <portlet-name>MediaGeeksGadget</portlet-name>
-    <display-name>Media Geeks</display-name>
-    <description>Google Gadgets: Media Geeks Gadget</description>
+  <portlet id="GadgetSearchGadget">
+    <portlet-name>GadgetSearchGadget</portlet-name>
+    <display-name>Gadget Search</display-name>
+    <description>Google Gadgets: Gadget Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Media Geeks</value>
+      <value>Gadget Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://media-geeks.com/MGGoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ssdowning.googlepages.com/gadgetsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://media-geeks.com/MGGoogle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ssdowning.googlepages.com/gadgetsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4567,29 +4699,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Media Geeks</title>
-      <short-title>Media Geeks</short-title>
+      <title>Gadget Search</title>
+      <short-title>Gadget Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InformationArchitectureSearchEngineGadget">
-    <portlet-name>InformationArchitectureSearchEngineGadget</portlet-name>
-    <display-name>Information Architecture Search Engine</display-name>
-    <description>Google Gadgets: Information Architecture Search Engine Gadget</description>
+  <portlet id="PythonsearchengineGadget">
+    <portlet-name>PythonsearchengineGadget</portlet-name>
+    <display-name>Python search engine</display-name>
+    <description>Google Gadgets: Python search engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Information Architecture Search Engine</value>
+      <value>Python search engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009152787519343903573/cse/t_jc5emfnco/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010104417661136834118/cse/at1-hsftvfo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009152787519343903573/cse/t_jc5emfnco/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010104417661136834118/cse/at1-hsftvfo/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4600,29 +4732,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Information Architecture Search Engine</title>
-      <short-title>Information Architecture Search Engine</short-title>
+      <title>Python search engine</title>
+      <short-title>Python search engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CustomSearchEngineLocatorGadget">
-    <portlet-name>CustomSearchEngineLocatorGadget</portlet-name>
-    <display-name>Custom Search Engine Locator</display-name>
-    <description>Google Gadgets: Custom Search Engine Locator Gadget</description>
+  <portlet id="Top10DiggScienceStories1Gadget">
+    <portlet-name>Top10DiggScienceStories1Gadget</portlet-name>
+    <display-name>Top 10 Digg Science Stories</display-name>
+    <description>Google Gadgets: Top 10 Digg Science Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Custom Search Engine Locator</value>
+      <value>Top 10 Digg Science Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cselinks.com/cse-links-gadget-1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Science.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cselinks.com/cse-links-gadget-1.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117871300147010929911/Digg-Science.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4633,29 +4765,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Custom Search Engine Locator</title>
-      <short-title>Custom Search Engine Locator</short-title>
+      <title>Top 10 Digg Science Stories</title>
+      <short-title>Top 10 Digg Science Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewMacSoftwareReleasesGadget">
-    <portlet-name>NewMacSoftwareReleasesGadget</portlet-name>
-    <display-name>New Mac Software Releases</display-name>
-    <description>Google Gadgets: New Mac Software Releases Gadget</description>
+  <portlet id="EmailEtiquetteTipoftheDayGadget">
+    <portlet-name>EmailEtiquetteTipoftheDayGadget</portlet-name>
+    <display-name>Email Etiquette Tip of the Day</display-name>
+    <description>Google Gadgets: Email Etiquette Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>New Mac Software Releases</value>
+      <value>Email Etiquette Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/software/mac/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://greatstuff2.googlepages.com/email.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/software/mac/new.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://greatstuff2.googlepages.com/email.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4666,29 +4798,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>New Mac Software Releases</title>
-      <short-title>New Mac Software Releases</short-title>
+      <title>Email Etiquette Tip of the Day</title>
+      <short-title>Email Etiquette Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Uptimemonitor2Gadget">
-    <portlet-name>Uptimemonitor2Gadget</portlet-name>
-    <display-name>Uptime monitor</display-name>
-    <description>Google Gadgets: Uptime monitor Gadget</description>
+  <portlet id="VintageandRetroElectronicsGadget">
+    <portlet-name>VintageandRetroElectronicsGadget</portlet-name>
+    <display-name>Vintage and Retro Electronics</display-name>
+    <description>Google Gadgets: Vintage and Retro Electronics Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Uptime monitor</value>
+      <value>Vintage and Retro Electronics</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://premon.itor.us/googleTest/snapshot/snapshoturl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/111406769659583786758/jfretro.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://premon.itor.us/googleTest/snapshot/snapshoturl.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/111406769659583786758/jfretro.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4699,29 +4831,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Uptime monitor</title>
-      <short-title>Uptime monitor</short-title>
+      <title>Vintage and Retro Electronics</title>
+      <short-title>Vintage and Retro Electronics</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PerlGadget">
-    <portlet-name>PerlGadget</portlet-name>
-    <display-name>Perl</display-name>
-    <description>Google Gadgets: Perl Gadget</description>
+  <portlet id="M2MHQToday39sPostGadget">
+    <portlet-name>M2MHQToday39sPostGadget</portlet-name>
+    <display-name>M2M HQ - Today&#39;s Post</display-name>
+    <description>Google Gadgets: M2M HQ - Today&#39;s Post Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Perl</value>
+      <value>M2M HQ - Today&#39;s Post</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/008709583689349882482/cse/w2_rnxeqmu0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D102004529444506135207%26mid%3D34%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/008709583689349882482/cse/w2_rnxeqmu0/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D102004529444506135207%26mid%3D34%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4732,29 +4864,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Perl</title>
-      <short-title>Perl</short-title>
+      <title>M2M HQ - Today&#39;s Post</title>
+      <short-title>M2M HQ - Today&#39;s Post</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="callcenter1Gadget">
-    <portlet-name>callcenter1Gadget</portlet-name>
-    <display-name>call-center</display-name>
-    <description>Google Gadgets: call-center Gadget</description>
+  <portlet id="IPInformationGadget">
+    <portlet-name>IPInformationGadget</portlet-name>
+    <display-name>IP Information</display-name>
+    <description>Google Gadgets: IP Information Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>call-center</value>
+      <value>IP Information</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/access.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ip.xxoo.net/ip-information.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/access.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ip.xxoo.net/ip-information.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4765,29 +4897,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>call-center</title>
-      <short-title>call-center</short-title>
+      <title>IP Information</title>
+      <short-title>IP Information</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AppleSearchGadget">
-    <portlet-name>AppleSearchGadget</portlet-name>
-    <display-name>Apple Search</display-name>
-    <description>Google Gadgets: Apple Search Gadget</description>
+  <portlet id="SEOSearchEngineGadget">
+    <portlet-name>SEOSearchEngineGadget</portlet-name>
+    <display-name>SEO Search Engine</display-name>
+    <description>Google Gadgets: SEO Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Apple Search</value>
+      <value>SEO Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009486749950716717919/cse/edzcv6gfaeg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002768785374102624435/cse/1emczrbchqw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009486749950716717919/cse/edzcv6gfaeg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002768785374102624435/cse/1emczrbchqw/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4798,29 +4930,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Apple Search</title>
-      <short-title>Apple Search</short-title>
+      <title>SEO Search Engine</title>
+      <short-title>SEO Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IPSearchGadget">
-    <portlet-name>IPSearchGadget</portlet-name>
-    <display-name>IP Search</display-name>
-    <description>Google Gadgets: IP Search Gadget</description>
+  <portlet id="SymbianSearchGadget">
+    <portlet-name>SymbianSearchGadget</portlet-name>
+    <display-name>Symbian Search</display-name>
+    <description>Google Gadgets: Symbian Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IP Search</value>
+      <value>Symbian Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://yijinliu.googlepages.com/ipsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017164901485882693956/cse/qz2vgwi5lbm/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://yijinliu.googlepages.com/ipsearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017164901485882693956/cse/qz2vgwi5lbm/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4831,29 +4963,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IP Search</title>
-      <short-title>IP Search</short-title>
+      <title>Symbian Search</title>
+      <short-title>Symbian Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MacworldSearchGadget">
-    <portlet-name>MacworldSearchGadget</portlet-name>
-    <display-name>Macworld Search</display-name>
-    <description>Google Gadgets: Macworld Search Gadget</description>
+  <portlet id="PopularDiggPoliticalOpinionStoriesGadget">
+    <portlet-name>PopularDiggPoliticalOpinionStoriesGadget</portlet-name>
+    <display-name>Popular Digg Political Opin...</display-name>
+    <description>Google Gadgets: Popular Digg Political Opinion Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Macworld Search</value>
+      <value>Popular Digg Political Opinion Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/003198751674731024891/cse/ovffo1orlum/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Political-Opinion.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/003198751674731024891/cse/ovffo1orlum/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Political-Opinion.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4864,29 +4996,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Macworld Search</title>
-      <short-title>Macworld Search</short-title>
+      <title>Popular Digg Political Opinion Stories</title>
+      <short-title>Popular Digg Political Opinion Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Torrents1Gadget">
-    <portlet-name>Torrents1Gadget</portlet-name>
-    <display-name>Torrents</display-name>
-    <description>Google Gadgets: Torrents Gadget</description>
+  <portlet id="calc5Gadget">
+    <portlet-name>calc5Gadget</portlet-name>
+    <display-name>calc 5</display-name>
+    <description>Google Gadgets: calc 5 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Torrents</value>
+      <value>calc 5</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005691690634837563693/cse/hgfhatyi99w/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.calc5.com/calc5_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005691690634837563693/cse/hgfhatyi99w/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.calc5.com/calc5_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4897,29 +5029,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Torrents</title>
-      <short-title>Torrents</short-title>
+      <title>calc 5</title>
+      <short-title>calc 5</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WowacecomGadget">
-    <portlet-name>WowacecomGadget</portlet-name>
-    <display-name>Wowace.com</display-name>
-    <description>Google Gadgets: Wowace.com Gadget</description>
+  <portlet id="InternetTrafficWatchGadget">
+    <portlet-name>InternetTrafficWatchGadget</portlet-name>
+    <display-name>Internet Traffic Watch</display-name>
+    <description>Google Gadgets: Internet Traffic Watch Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wowace.com</value>
+      <value>Internet Traffic Watch</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015548249089169640250/cse/k4ikqyiacv8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/iw/module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015548249089169640250/cse/k4ikqyiacv8/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/iw/module.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4930,29 +5062,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wowace.com</title>
-      <short-title>Wowace.com</short-title>
+      <title>Internet Traffic Watch</title>
+      <short-title>Internet Traffic Watch</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RankQuestSEOGadgetGadget">
-    <portlet-name>RankQuestSEOGadgetGadget</portlet-name>
-    <display-name>RankQuest SEO Gadget</display-name>
-    <description>Google Gadgets: RankQuest SEO Gadget Gadget</description>
+  <portlet id="PCDVRSearchEngineGadget">
+    <portlet-name>PCDVRSearchEngineGadget</portlet-name>
+    <display-name>PC DVR Search Engine</display-name>
+    <description>Google Gadgets: PC DVR Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RankQuest SEO Gadget</value>
+      <value>PC DVR Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rankquest.com/RankQuest-SEO-Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002557550810430979626/cse/jwazospyunw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rankquest.com/RankQuest-SEO-Gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002557550810430979626/cse/jwazospyunw/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4963,29 +5095,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RankQuest SEO Gadget</title>
-      <short-title>RankQuest SEO Gadget</short-title>
+      <title>PC DVR Search Engine</title>
+      <short-title>PC DVR Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DigiGuideForumsGadget">
-    <portlet-name>DigiGuideForumsGadget</portlet-name>
-    <display-name>DigiGuide Forums</display-name>
-    <description>Google Gadgets: DigiGuide Forums Gadget</description>
+  <portlet id="ImagetoHTMLGadget">
+    <portlet-name>ImagetoHTMLGadget</portlet-name>
+    <display-name>Image to HTML</display-name>
+    <description>Google Gadgets: Image to HTML Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DigiGuide Forums</value>
+      <value>Image to HTML</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://forums.digiguide.com/gadget/forum_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://itsyoursite.googlepages.com/ITH.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://forums.digiguide.com/gadget/forum_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://itsyoursite.googlepages.com/ITH.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4996,29 +5128,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DigiGuide Forums</title>
-      <short-title>DigiGuide Forums</short-title>
+      <title>Image to HTML</title>
+      <short-title>Image to HTML</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InstantUnitsConversionGadget">
-    <portlet-name>InstantUnitsConversionGadget</portlet-name>
-    <display-name>Instant Units Conversion</display-name>
-    <description>Google Gadgets: Instant Units Conversion Gadget</description>
+  <portlet id="LegalTechnologySearchEngineGadget">
+    <portlet-name>LegalTechnologySearchEngineGadget</portlet-name>
+    <display-name>Legal Technology Search Engine</display-name>
+    <description>Google Gadgets: Legal Technology Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Instant Units Conversion</value>
+      <value>Legal Technology Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.convert-me.com/GG/convert-me.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002927243473885114172/cse/of2ehz6_l8i/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.convert-me.com/GG/convert-me.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002927243473885114172/cse/of2ehz6_l8i/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5029,29 +5161,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Instant Units Conversion</title>
-      <short-title>Instant Units Conversion</short-title>
+      <title>Legal Technology Search Engine</title>
+      <short-title>Legal Technology Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashPlatformTechResourcesVerticalSearchGadget">
-    <portlet-name>FlashPlatformTechResourcesVerticalSearchGadget</portlet-name>
-    <display-name>Flash Platform Tech Resources Vertical Search</display-name>
-    <description>Google Gadgets: Flash Platform Tech Resources Vertical Search Gadget</description>
+  <portlet id="NewMacSoftwareReleasesGadget">
+    <portlet-name>NewMacSoftwareReleasesGadget</portlet-name>
+    <display-name>New Mac Software Releases</display-name>
+    <description>Google Gadgets: New Mac Software Releases Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Platform Tech Resources Vertical Search</value>
+      <value>New Mac Software Releases</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015158955796870541905/cse/xsxagqtsc3a/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/software/mac/new.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015158955796870541905/cse/xsxagqtsc3a/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/software/mac/new.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5062,29 +5194,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Platform Tech Resources Vertical Search</title>
-      <short-title>Flash Platform Tech Resources Vertical Search</short-title>
+      <title>New Mac Software Releases</title>
+      <short-title>New Mac Software Releases</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SonyPS3PreOrderAlertsGadget">
-    <portlet-name>SonyPS3PreOrderAlertsGadget</portlet-name>
-    <display-name>Sony PS3 PreOrder Alerts</display-name>
-    <description>Google Gadgets: Sony PS3 PreOrder Alerts Gadget</description>
+  <portlet id="googleGadget">
+    <portlet-name>googleGadget</portlet-name>
+    <display-name>google</display-name>
+    <description>Google Gadgets: google Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sony PS3 PreOrder Alerts</value>
+      <value>google</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ps3preorder.info/SonyPS3Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://itsyoursite.googlepages.com/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ps3preorder.info/SonyPS3Gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://itsyoursite.googlepages.com/google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5095,29 +5227,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sony PS3 PreOrder Alerts</title>
-      <short-title>Sony PS3 PreOrder Alerts</short-title>
+      <title>google</title>
+      <short-title>google</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CertificationGadget">
-    <portlet-name>CertificationGadget</portlet-name>
-    <display-name>Certification</display-name>
-    <description>Google Gadgets: Certification Gadget</description>
+  <portlet id="DailyFashionableGadgetNewsandTrendsGadget">
+    <portlet-name>DailyFashionableGadgetNewsandTrendsGadget</portlet-name>
+    <display-name>Daily Fashionable Gadget Ne...</display-name>
+    <description>Google Gadgets: Daily Fashionable Gadget News and Trends Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Certification</value>
+      <value>Daily Fashionable Gadget News and Trends</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://venkata.bandaru.googlepages.com/cert.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.trendygadget.com/trendygadget_googlegadget_01.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://venkata.bandaru.googlepages.com/cert.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.trendygadget.com/trendygadget_googlegadget_01.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5128,29 +5260,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Certification</title>
-      <short-title>Certification</short-title>
+      <title>Daily Fashionable Gadget News and Trends</title>
+      <short-title>Daily Fashionable Gadget News and Trends</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MashPlanetQuickFindGadget">
-    <portlet-name>MashPlanetQuickFindGadget</portlet-name>
-    <display-name>MashPlanet QuickFind</display-name>
-    <description>Google Gadgets: MashPlanet QuickFind Gadget</description>
+  <portlet id="MonkandhisITJunkGadget">
+    <portlet-name>MonkandhisITJunkGadget</portlet-name>
+    <display-name>Monk and his IT Junk</display-name>
+    <description>Google Gadgets: Monk and his IT Junk Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MashPlanet QuickFind</value>
+      <value>Monk and his IT Junk</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://imagine-it.org/mashplanet/mpquickfind.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.monkandhisitjunk.com/monkandhisitjunk2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://imagine-it.org/mashplanet/mpquickfind.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.monkandhisitjunk.com/monkandhisitjunk2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5161,29 +5293,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MashPlanet QuickFind</title>
-      <short-title>MashPlanet QuickFind</short-title>
+      <title>Monk and his IT Junk</title>
+      <short-title>Monk and his IT Junk</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CGIndustryNewsGadget">
-    <portlet-name>CGIndustryNewsGadget</portlet-name>
-    <display-name>CGIndustry News</display-name>
-    <description>Google Gadgets: CGIndustry News Gadget</description>
+  <portlet id="OzgridVBASearchGadget">
+    <portlet-name>OzgridVBASearchGadget</portlet-name>
+    <display-name>Ozgrid VBA Search</display-name>
+    <description>Google Gadgets: Ozgrid VBA Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CGIndustry News</value>
+      <value>Ozgrid VBA Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/015666086187122392428/cse/9dtlkg1jtty/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cg-india.com/cgi_Gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/015666086187122392428/cse/9dtlkg1jtty/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5194,29 +5326,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CGIndustry News</title>
-      <short-title>CGIndustry News</short-title>
+      <title>Ozgrid VBA Search</title>
+      <short-title>Ozgrid VBA Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WikipediaGadget">
-    <portlet-name>WikipediaGadget</portlet-name>
-    <display-name>Wikipedia</display-name>
-    <description>Google Gadgets: Wikipedia Gadget</description>
+  <portlet id="GoogleTransitGadget">
+    <portlet-name>GoogleTransitGadget</portlet-name>
+    <display-name>Google Transit</display-name>
+    <description>Google Gadgets: Google Transit Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wikipedia</value>
+      <value>Google Transit</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/wikipedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cs.cmu.edu/~taleahma/projects/transit-gadget/google-transit.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/wikipedia.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cs.cmu.edu/~taleahma/projects/transit-gadget/google-transit.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5227,29 +5359,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wikipedia</title>
-      <short-title>Wikipedia</short-title>
+      <title>Google Transit</title>
+      <short-title>Google Transit</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SubnetCalculatorGadget">
-    <portlet-name>SubnetCalculatorGadget</portlet-name>
-    <display-name>Subnet Calculator</display-name>
-    <description>Google Gadgets: Subnet Calculator Gadget</description>
+  <portlet id="PHPSearchGadget">
+    <portlet-name>PHPSearchGadget</portlet-name>
+    <display-name>PHP Search</display-name>
+    <description>Google Gadgets: PHP Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Subnet Calculator</value>
+      <value>PHP Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://moggert.net/subnetcalc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012936385255412397281/cse/7cr8r8knzjs/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://moggert.net/subnetcalc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012936385255412397281/cse/7cr8r8knzjs/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5260,29 +5392,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Subnet Calculator</title>
-      <short-title>Subnet Calculator</short-title>
+      <title>PHP Search</title>
+      <short-title>PHP Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="callcenter2Gadget">
-    <portlet-name>callcenter2Gadget</portlet-name>
-    <display-name>call-center</display-name>
-    <description>Google Gadgets: call-center Gadget</description>
+  <portlet id="EinsteinQuoteoftheDay3Gadget">
+    <portlet-name>EinsteinQuoteoftheDay3Gadget</portlet-name>
+    <display-name>Einstein Quote of the Day</display-name>
+    <description>Google Gadgets: Einstein Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>call-center</value>
+      <value>Einstein Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/annual-registration.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/albert-einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/annual-registration.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/albert-einstein.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5293,29 +5425,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>call-center</title>
-      <short-title>call-center</short-title>
+      <title>Einstein Quote of the Day</title>
+      <short-title>Einstein Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ScientificCalculatorGadget">
-    <portlet-name>ScientificCalculatorGadget</portlet-name>
-    <display-name>Scientific Calculator</display-name>
-    <description>Google Gadgets: Scientific Calculator Gadget</description>
+  <portlet id="AdobeFlexSearchEngineGadget">
+    <portlet-name>AdobeFlexSearchEngineGadget</portlet-name>
+    <display-name>Adobe Flex Search Engine</display-name>
+    <description>Google Gadgets: Adobe Flex Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Scientific Calculator</value>
+      <value>Adobe Flex Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/scientific-calculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011270586171404065455/cse/j9tjtsjopxc/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/scientific-calculator.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011270586171404065455/cse/j9tjtsjopxc/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5326,29 +5458,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Scientific Calculator</title>
-      <short-title>Scientific Calculator</short-title>
+      <title>Adobe Flex Search Engine</title>
+      <short-title>Adobe Flex Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AllonJavaProgrammingGadget">
-    <portlet-name>AllonJavaProgrammingGadget</portlet-name>
-    <display-name>All on Java Programming</display-name>
-    <description>Google Gadgets: All on Java Programming Gadget</description>
+  <portlet id="FeedBurnerStatsGadget">
+    <portlet-name>FeedBurnerStatsGadget</portlet-name>
+    <display-name>FeedBurner Stats</display-name>
+    <description>Google Gadgets: FeedBurner Stats Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>All on Java Programming</value>
+      <value>FeedBurner Stats</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006217693956028393428/cse/6o5amzmt0lk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.olechowski.org/steve/fb-homepage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006217693956028393428/cse/6o5amzmt0lk/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.olechowski.org/steve/fb-homepage.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5359,29 +5491,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>All on Java Programming</title>
-      <short-title>All on Java Programming</short-title>
+      <title>FeedBurner Stats</title>
+      <short-title>FeedBurner Stats</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlingkcomMakeShorterURLsGadget">
-    <portlet-name>FlingkcomMakeShorterURLsGadget</portlet-name>
-    <display-name>Flingk.com - Make Shorter URLs</display-name>
-    <description>Google Gadgets: Flingk.com - Make Shorter URLs Gadget</description>
+  <portlet id="DotNetDevelopersSearchEngineGadget">
+    <portlet-name>DotNetDevelopersSearchEngineGadget</portlet-name>
+    <display-name>DotNet Developers Search En...</display-name>
+    <description>Google Gadgets: DotNet Developers Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flingk.com - Make Shorter URLs</value>
+      <value>DotNet Developers Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://flingk.com/googlemodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002213837942349435108/cse/jki1okx03jq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://flingk.com/googlemodule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002213837942349435108/cse/jki1okx03jq/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5392,29 +5524,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flingk.com - Make Shorter URLs</title>
-      <short-title>Flingk.com - Make Shorter URLs</short-title>
+      <title>DotNet Developers Search Engine</title>
+      <short-title>DotNet Developers Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CGIndustryNews1Gadget">
-    <portlet-name>CGIndustryNews1Gadget</portlet-name>
-    <display-name>CGIndustry News</display-name>
-    <description>Google Gadgets: CGIndustry News Gadget</description>
+  <portlet id="DischromaticsGadgetGadget">
+    <portlet-name>DischromaticsGadgetGadget</portlet-name>
+    <display-name>Dischromatics Gadget</display-name>
+    <description>Google Gadgets: Dischromatics Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CGIndustry News</value>
+      <value>Dischromatics Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dischromatics.co.uk/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cg-india.com/cgi_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dischromatics.co.uk/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5425,29 +5557,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CGIndustry News</title>
-      <short-title>CGIndustry News</short-title>
+      <title>Dischromatics Gadget</title>
+      <short-title>Dischromatics Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CakePHPGadget">
-    <portlet-name>CakePHPGadget</portlet-name>
-    <display-name>CakePHP</display-name>
-    <description>Google Gadgets: CakePHP Gadget</description>
+  <portlet id="ClicknLearnAnimationBoxGadget">
+    <portlet-name>ClicknLearnAnimationBoxGadget</portlet-name>
+    <display-name>Click-n-Learn Animation Box</display-name>
+    <description>Google Gadgets: Click-n-Learn Animation Box Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CakePHP</value>
+      <value>Click-n-Learn Animation Box</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006850030468302103399/cse/mqxv78bdfdo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/delabs/gadgets/tv-box/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006850030468302103399/cse/mqxv78bdfdo/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/delabs/gadgets/tv-box/index.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5458,29 +5590,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CakePHP</title>
-      <short-title>CakePHP</short-title>
+      <title>Click-n-Learn Animation Box</title>
+      <short-title>Click-n-Learn Animation Box</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="searchinfilehostingwebsitesGadget">
-    <portlet-name>searchinfilehostingwebsitesGadget</portlet-name>
-    <display-name>search in file hosting websites</display-name>
-    <description>Google Gadgets: search in file hosting websites Gadget</description>
+  <portlet id="PopularGadgetsoftheHourGadget">
+    <portlet-name>PopularGadgetsoftheHourGadget</portlet-name>
+    <display-name>Popular Gadgets of the Hour</display-name>
+    <description>Google Gadgets: Popular Gadgets of the Hour Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>search in file hosting websites</value>
+      <value>Popular Gadgets of the Hour</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004599397783095699118/cse/qt2clwta2ci/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.googlewidgets.net/acm/electronics/&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/004599397783095699118/cse/qt2clwta2ci/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.googlewidgets.net/acm/electronics/</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5491,29 +5623,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>search in file hosting websites</title>
-      <short-title>search in file hosting websites</short-title>
+      <title>Popular Gadgets of the Hour</title>
+      <short-title>Popular Gadgets of the Hour</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlogdriveTemplatesGadget">
-    <portlet-name>BlogdriveTemplatesGadget</portlet-name>
-    <display-name>Blogdrive Templates</display-name>
-    <description>Google Gadgets: Blogdrive Templates Gadget</description>
+  <portlet id="GooZeeGadget">
+    <portlet-name>GooZeeGadget</portlet-name>
+    <display-name>GooZee</display-name>
+    <description>Google Gadgets: GooZee Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Blogdrive Templates</value>
+      <value>GooZee</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016925729212334848828/cse/gr8yusdgz9g/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016925729212334848828/cse/gr8yusdgz9g/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5524,29 +5656,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Blogdrive Templates</title>
-      <short-title>Blogdrive Templates</short-title>
+      <title>GooZee</title>
+      <short-title>GooZee</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NetcraftNewsGadget">
-    <portlet-name>NetcraftNewsGadget</portlet-name>
-    <display-name>Netcraft News</display-name>
-    <description>Google Gadgets: Netcraft News Gadget</description>
+  <portlet id="PrototypeJavascriptFrameworkGadget">
+    <portlet-name>PrototypeJavascriptFrameworkGadget</portlet-name>
+    <display-name>Prototype Javascript Framework</display-name>
+    <description>Google Gadgets: Prototype Javascript Framework Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Netcraft News</value>
+      <value>Prototype Javascript Framework</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://toolbar.netcraft.com/gadgets/netcraft_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000270142967387495712/cse/7a7oj26tkbm/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://toolbar.netcraft.com/gadgets/netcraft_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/000270142967387495712/cse/7a7oj26tkbm/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5557,29 +5689,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Netcraft News</title>
-      <short-title>Netcraft News</short-title>
+      <title>Prototype Javascript Framework</title>
+      <short-title>Prototype Javascript Framework</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MobBotMobileVerbotBeta1Gadget">
-    <portlet-name>MobBotMobileVerbotBeta1Gadget</portlet-name>
-    <display-name>MobBot - Mobile Verbot (Beta)</display-name>
-    <description>Google Gadgets: MobBot - Mobile Verbot (Beta) Gadget</description>
+  <portlet id="GeocachingSearchEngineGadget">
+    <portlet-name>GeocachingSearchEngineGadget</portlet-name>
+    <display-name>Geocaching Search Engine</display-name>
+    <description>Google Gadgets: Geocaching Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MobBot - Mobile Verbot (Beta)</value>
+      <value>Geocaching Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jmlawlor.googlepages.com/mobbotGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005833640384813908879/cse/dbmsbhini6u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jmlawlor.googlepages.com/mobbotGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005833640384813908879/cse/dbmsbhini6u/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5590,29 +5722,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MobBot - Mobile Verbot (Beta)</title>
-      <short-title>MobBot - Mobile Verbot (Beta)</short-title>
+      <title>Geocaching Search Engine</title>
+      <short-title>Geocaching Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Xbox360VoicecomBlogGadget">
-    <portlet-name>Xbox360VoicecomBlogGadget</portlet-name>
-    <display-name>Xbox 360Voice.com Blog</display-name>
-    <description>Google Gadgets: Xbox 360Voice.com Blog Gadget</description>
+  <portlet id="callcenter2Gadget">
+    <portlet-name>callcenter2Gadget</portlet-name>
+    <display-name>call-center</display-name>
+    <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Xbox 360Voice.com Blog</value>
+      <value>call-center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://robinph.googlepages.com/goo360v.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/annual-registration.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://robinph.googlepages.com/goo360v.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/annual-registration.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5623,29 +5755,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Xbox 360Voice.com Blog</title>
-      <short-title>Xbox 360Voice.com Blog</short-title>
+      <title>call-center</title>
+      <short-title>call-center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebDevelopmentSearchGadget">
-    <portlet-name>WebDevelopmentSearchGadget</portlet-name>
-    <display-name>Web Development Search</display-name>
-    <description>Google Gadgets: Web Development Search Gadget</description>
+  <portlet id="InternetSecurityZonecomGadget">
+    <portlet-name>InternetSecurityZonecomGadget</portlet-name>
+    <display-name>InternetSecurityZone.com</display-name>
+    <description>Google Gadgets: InternetSecurityZone.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Web Development Search</value>
+      <value>InternetSecurityZone.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015868731528078504351/cse/y2ch535qrq0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016325948856035948006/cse/lfbvqoakmc8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015868731528078504351/cse/y2ch535qrq0/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016325948856035948006/cse/lfbvqoakmc8/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5656,29 +5788,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Web Development Search</title>
-      <short-title>Web Development Search</short-title>
+      <title>InternetSecurityZone.com</title>
+      <short-title>InternetSecurityZone.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WiTendoSpycroGadget">
-    <portlet-name>WiTendoSpycroGadget</portlet-name>
-    <display-name>WiTendoSpycro</display-name>
-    <description>Google Gadgets: WiTendoSpycro Gadget</description>
+  <portlet id="HotspotMenuGadget">
+    <portlet-name>HotspotMenuGadget</portlet-name>
+    <display-name>Hotspot Menu</display-name>
+    <description>Google Gadgets: Hotspot Menu Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WiTendoSpycro</value>
+      <value>Hotspot Menu</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://witendofi.com/widgets/spycro.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/hotspotmenu.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://witendofi.com/widgets/spycro.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/hotspotmenu.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5689,29 +5821,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WiTendoSpycro</title>
-      <short-title>WiTendoSpycro</short-title>
+      <title>Hotspot Menu</title>
+      <short-title>Hotspot Menu</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InternetStormCenterInfoconGadget">
-    <portlet-name>InternetStormCenterInfoconGadget</portlet-name>
-    <display-name>Internet Storm Center Infocon</display-name>
-    <description>Google Gadgets: Internet Storm Center Infocon Gadget</description>
+  <portlet id="MonitisWebPerfometerGadget">
+    <portlet-name>MonitisWebPerfometerGadget</portlet-name>
+    <display-name>Monitis Web Perfometer</display-name>
+    <description>Google Gadgets: Monitis Web Perfometer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Internet Storm Center Infocon</value>
+      <value>Monitis Web Perfometer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.waltergranberry.com/gadgets/infocon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://monitis.com/widgets/perfometer/google_home/perfometer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.waltergranberry.com/gadgets/infocon.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://monitis.com/widgets/perfometer/google_home/perfometer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5722,29 +5854,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Internet Storm Center Infocon</title>
-      <short-title>Internet Storm Center Infocon</short-title>
+      <title>Monitis Web Perfometer</title>
+      <short-title>Monitis Web Perfometer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HTTPheadersfromserverGadget">
-    <portlet-name>HTTPheadersfromserverGadget</portlet-name>
-    <display-name>HTTP headers from server</display-name>
-    <description>Google Gadgets: HTTP headers from server Gadget</description>
+  <portlet id="NetmaskOverviewGadget">
+    <portlet-name>NetmaskOverviewGadget</portlet-name>
+    <display-name>Netmask Overview</display-name>
+    <description>Google Gadgets: Netmask Overview Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>HTTP headers from server</value>
+      <value>Netmask Overview</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.softabar.com/gadgets/serverheaders.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www2.moggert.net/netmask.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.softabar.com/gadgets/serverheaders.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www2.moggert.net/netmask.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5755,29 +5887,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>HTTP headers from server</title>
-      <short-title>HTTP headers from server</short-title>
+      <title>Netmask Overview</title>
+      <short-title>Netmask Overview</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlexGadget">
-    <portlet-name>FlexGadget</portlet-name>
-    <display-name>Flex</display-name>
-    <description>Google Gadgets: Flex Gadget</description>
+  <portlet id="ExtendedCharacterSetforWindowsGadget">
+    <portlet-name>ExtendedCharacterSetforWindowsGadget</portlet-name>
+    <display-name>Extended Character Set for ...</display-name>
+    <description>Google Gadgets: Extended Character Set for Windows Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flex</value>
+      <value>Extended Character Set for Windows</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/007396729471206702522/cse/bgscffc5x0q/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://stg.centrax.com/googlegadgets/character/extcharacters.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/007396729471206702522/cse/bgscffc5x0q/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://stg.centrax.com/googlegadgets/character/extcharacters.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5788,29 +5920,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flex</title>
-      <short-title>Flex</short-title>
+      <title>Extended Character Set for Windows</title>
+      <short-title>Extended Character Set for Windows</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TechnoratiTrackerGadget">
-    <portlet-name>TechnoratiTrackerGadget</portlet-name>
-    <display-name>Technorati Tracker</display-name>
-    <description>Google Gadgets: Technorati Tracker Gadget</description>
+  <portlet id="RankQuestSEOGadgetGadget">
+    <portlet-name>RankQuestSEOGadgetGadget</portlet-name>
+    <display-name>RankQuest SEO Gadget</display-name>
+    <description>Google Gadgets: RankQuest SEO Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Technorati Tracker</value>
+      <value>RankQuest SEO Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blog.outer-court.com/homepage/technorati.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.rankquest.com/RankQuest-SEO-Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blog.outer-court.com/homepage/technorati.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.rankquest.com/RankQuest-SEO-Gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5821,29 +5953,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Technorati Tracker</title>
-      <short-title>Technorati Tracker</short-title>
+      <title>RankQuest SEO Gadget</title>
+      <short-title>RankQuest SEO Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleMapSearchGadget">
-    <portlet-name>GoogleMapSearchGadget</portlet-name>
-    <display-name>Google Map Search</display-name>
-    <description>Google Gadgets: Google Map Search Gadget</description>
+  <portlet id="ThinkgeekcomRandomProductGadget">
+    <portlet-name>ThinkgeekcomRandomProductGadget</portlet-name>
+    <display-name>Thinkgeek.com Random Product</display-name>
+    <description>Google Gadgets: Thinkgeek.com Random Product Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Map Search</value>
+      <value>Thinkgeek.com Random Product</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://samsliang.googlepages.com/map.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wohnzimmerwand.de/thinkgeek.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://samsliang.googlepages.com/map.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wohnzimmerwand.de/thinkgeek.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5854,29 +5986,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Map Search</title>
-      <short-title>Google Map Search</short-title>
+      <title>Thinkgeek.com Random Product</title>
+      <short-title>Thinkgeek.com Random Product</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FileFindbyjinjinGadget">
-    <portlet-name>FileFindbyjinjinGadget</portlet-name>
-    <display-name>FileFind by jinjin</display-name>
-    <description>Google Gadgets: FileFind by jinjin Gadget</description>
+  <portlet id="YodaQuoteoftheDayGadget">
+    <portlet-name>YodaQuoteoftheDayGadget</portlet-name>
+    <display-name>Yoda Quote of the Day</display-name>
+    <description>Google Gadgets: Yoda Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FileFind by jinjin</value>
+      <value>Yoda Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/007643287394992456763/cse/3w8_339o2dg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://motivationalposters.googlepages.com/yodaquotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/007643287394992456763/cse/3w8_339o2dg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://motivationalposters.googlepages.com/yodaquotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5887,29 +6019,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FileFind by jinjin</title>
-      <short-title>FileFind by jinjin</short-title>
+      <title>Yoda Quote of the Day</title>
+      <short-title>Yoda Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OzgridVBASearchGadget">
-    <portlet-name>OzgridVBASearchGadget</portlet-name>
-    <display-name>Ozgrid VBA Search</display-name>
-    <description>Google Gadgets: Ozgrid VBA Search Gadget</description>
+  <portlet id="NasaPhotosoftheDay3Gadget">
+    <portlet-name>NasaPhotosoftheDay3Gadget</portlet-name>
+    <display-name>Nasa Photos of the Day</display-name>
+    <description>Google Gadgets: Nasa Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ozgrid VBA Search</value>
+      <value>Nasa Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/015666086187122392428/cse/9dtlkg1jtty/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.googlepages.com/nasa-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/015666086187122392428/cse/9dtlkg1jtty/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.googlepages.com/nasa-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5920,29 +6052,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ozgrid VBA Search</title>
-      <short-title>Ozgrid VBA Search</short-title>
+      <title>Nasa Photos of the Day</title>
+      <short-title>Nasa Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchGadget">
-    <portlet-name>SearchGadget</portlet-name>
-    <display-name>Search</display-name>
-    <description>Google Gadgets: Search Gadget</description>
+  <portlet id="DiggnewsGadget">
+    <portlet-name>DiggnewsGadget</portlet-name>
+    <display-name>Digg news</display-name>
+    <description>Google Gadgets: Digg news Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search</value>
+      <value>Digg news</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005471282943737968194/cse/i2be27x4l1u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.helvetet.se/gmodules/digg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005471282943737968194/cse/i2be27x4l1u/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.helvetet.se/gmodules/digg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5953,29 +6085,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search</title>
-      <short-title>Search</short-title>
+      <title>Digg news</title>
+      <short-title>Digg news</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MavenStatsBetaGadget">
-    <portlet-name>MavenStatsBetaGadget</portlet-name>
-    <display-name>Maven Stats (Beta)</display-name>
-    <description>Google Gadgets: Maven Stats (Beta) Gadget</description>
+  <portlet id="SonyPS3PreOrderAlertsGadget">
+    <portlet-name>SonyPS3PreOrderAlertsGadget</portlet-name>
+    <display-name>Sony PS3 PreOrder Alerts</display-name>
+    <description>Google Gadgets: Sony PS3 PreOrder Alerts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Maven Stats (Beta)</value>
+      <value>Sony PS3 PreOrder Alerts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://grlea.org.googlepages.com/MavenStats.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ps3preorder.info/SonyPS3Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://grlea.org.googlepages.com/MavenStats.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ps3preorder.info/SonyPS3Gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5986,29 +6118,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Maven Stats (Beta)</title>
-      <short-title>Maven Stats (Beta)</short-title>
+      <title>Sony PS3 PreOrder Alerts</title>
+      <short-title>Sony PS3 PreOrder Alerts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HTTPheaderssentbybrowserGadget">
-    <portlet-name>HTTPheaderssentbybrowserGadget</portlet-name>
-    <display-name>HTTP headers sent by browser</display-name>
-    <description>Google Gadgets: HTTP headers sent by browser Gadget</description>
+  <portlet id="DigiGuideForumsGadget">
+    <portlet-name>DigiGuideForumsGadget</portlet-name>
+    <display-name>DigiGuide Forums</display-name>
+    <description>Google Gadgets: DigiGuide Forums Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>HTTP headers sent by browser</value>
+      <value>DigiGuide Forums</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.softabar.com/gadgets/browserheaders.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://forums.digiguide.com/gadget/forum_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.softabar.com/gadgets/browserheaders.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://forums.digiguide.com/gadget/forum_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6019,29 +6151,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>HTTP headers sent by browser</title>
-      <short-title>HTTP headers sent by browser</short-title>
+      <title>DigiGuide Forums</title>
+      <short-title>DigiGuide Forums</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EclipseSearchGadget">
-    <portlet-name>EclipseSearchGadget</portlet-name>
-    <display-name>Eclipse Search</display-name>
-    <description>Google Gadgets: Eclipse Search Gadget</description>
+  <portlet id="MonitisVisitorTrackingGadget">
+    <portlet-name>MonitisVisitorTrackingGadget</portlet-name>
+    <display-name>Monitis Visitor Tracking</display-name>
+    <description>Google Gadgets: Monitis Visitor Tracking Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Eclipse Search</value>
+      <value>Monitis Visitor Tracking</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010486227930990254255/cse/xxhbj4l5u2q/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://monitis.com/widgets/vt/google_home/google_home.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010486227930990254255/cse/xxhbj4l5u2q/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://monitis.com/widgets/vt/google_home/google_home.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6052,29 +6184,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Eclipse Search</title>
-      <short-title>Eclipse Search</short-title>
+      <title>Monitis Visitor Tracking</title>
+      <short-title>Monitis Visitor Tracking</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JanoosIPtoCountryGadget">
-    <portlet-name>JanoosIPtoCountryGadget</portlet-name>
-    <display-name>Janoos IP to Country</display-name>
-    <description>Google Gadgets: Janoos IP to Country Gadget</description>
+  <portlet id="MonitorGooglePageRankformultiplesitesGadget">
+    <portlet-name>MonitorGooglePageRankformultiplesitesGadget</portlet-name>
+    <display-name>Monitor Google Page Rank fo...</display-name>
+    <description>Google Gadgets: Monitor Google Page Rank for multiple sites Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Janoos IP to Country</value>
+      <value>Monitor Google Page Rank for multiple sites</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ermena.com/grankm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ermena.com/grankm.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6085,29 +6217,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Janoos IP to Country</title>
-      <short-title>Janoos IP to Country</short-title>
+      <title>Monitor Google Page Rank for multiple sites</title>
+      <short-title>Monitor Google Page Rank for multiple sites</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WindowsVistaCountdownGadget">
-    <portlet-name>WindowsVistaCountdownGadget</portlet-name>
-    <display-name>Windows Vista Countdown</display-name>
-    <description>Google Gadgets: Windows Vista Countdown Gadget</description>
+  <portlet id="WebExplorerGadget">
+    <portlet-name>WebExplorerGadget</portlet-name>
+    <display-name>Web Explorer</display-name>
+    <description>Google Gadgets: Web Explorer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Windows Vista Countdown</value>
+      <value>Web Explorer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://livegadgets.net/gadgets/WindowsVistaCountdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gotoscience.com/gadgets/Gadget-Web-Explorer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://livegadgets.net/gadgets/WindowsVistaCountdown.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gotoscience.com/gadgets/Gadget-Web-Explorer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6118,29 +6250,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Windows Vista Countdown</title>
-      <short-title>Windows Vista Countdown</short-title>
+      <title>Web Explorer</title>
+      <short-title>Web Explorer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArxivRSSSearchandFilterGadget">
-    <portlet-name>ArxivRSSSearchandFilterGadget</portlet-name>
-    <display-name>Arxiv RSS Search and Filter</display-name>
-    <description>Google Gadgets: Arxiv RSS Search and Filter Gadget</description>
+  <portlet id="Wikipedia2Gadget">
+    <portlet-name>Wikipedia2Gadget</portlet-name>
+    <display-name>Wikipedia</display-name>
+    <description>Google Gadgets: Wikipedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Arxiv RSS Search and Filter</value>
+      <value>Wikipedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jack.sankey.googlepages.com/arxivRSSsearch_current.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://1financialpro.googlepages.com/wikipedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jack.sankey.googlepages.com/arxivRSSsearch_current.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://1financialpro.googlepages.com/wikipedia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6151,29 +6283,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Arxiv RSS Search and Filter</title>
-      <short-title>Arxiv RSS Search and Filter</short-title>
+      <title>Wikipedia</title>
+      <short-title>Wikipedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iBloksGadget">
-    <portlet-name>iBloksGadget</portlet-name>
-    <display-name>iBloks</display-name>
-    <description>Google Gadgets: iBloks Gadget</description>
+  <portlet id="CFHuntGadget">
+    <portlet-name>CFHuntGadget</portlet-name>
+    <display-name>CF Hunt</display-name>
+    <description>Google Gadgets: CF Hunt Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iBloks</value>
+      <value>CF Hunt</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ibloks.com/gadgets/gadgetGoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011762892154798364121/cse/8ekkxumnm6g/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ibloks.com/gadgets/gadgetGoogle.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011762892154798364121/cse/8ekkxumnm6g/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6184,29 +6316,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iBloks</title>
-      <short-title>iBloks</short-title>
+      <title>CF Hunt</title>
+      <short-title>CF Hunt</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KrugleCodeSearchforDevelopersGadget">
-    <portlet-name>KrugleCodeSearchforDevelopersGadget</portlet-name>
-    <display-name>Krugle Code Search for Developers</display-name>
-    <description>Google Gadgets: Krugle Code Search for Developers Gadget</description>
+  <portlet id="NasaPhotosoftheDay4Gadget">
+    <portlet-name>NasaPhotosoftheDay4Gadget</portlet-name>
+    <display-name>Nasa Photos of the Day</display-name>
+    <description>Google Gadgets: Nasa Photos of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Krugle Code Search for Developers</value>
+      <value>Nasa Photos of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://r.s.javalgekar.googlepages.com/ksearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/nasa-photos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://r.s.javalgekar.googlepages.com/ksearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/nasa-photos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6217,29 +6349,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Krugle Code Search for Developers</title>
-      <short-title>Krugle Code Search for Developers</short-title>
+      <title>Nasa Photos of the Day</title>
+      <short-title>Nasa Photos of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlogSearchEngineGadget">
-    <portlet-name>BlogSearchEngineGadget</portlet-name>
-    <display-name>Blog Search Engine</display-name>
-    <description>Google Gadgets: Blog Search Engine Gadget</description>
+  <portlet id="GoogleZeitgeistGadget">
+    <portlet-name>GoogleZeitgeistGadget</portlet-name>
+    <display-name>Google Zeitgeist</display-name>
+    <description>Google Gadgets: Google Zeitgeist Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Blog Search Engine</value>
+      <value>Google Zeitgeist</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015539028133095552554/cse/a7cjnp0pn-4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://olivier.camard.free.fr/google/modules/zeitgeist.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015539028133095552554/cse/a7cjnp0pn-4/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://olivier.camard.free.fr/google/modules/zeitgeist.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6250,29 +6382,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Blog Search Engine</title>
-      <short-title>Blog Search Engine</short-title>
+      <title>Google Zeitgeist</title>
+      <short-title>Google Zeitgeist</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BesttimetosubmittodiggGadget">
-    <portlet-name>BesttimetosubmittodiggGadget</portlet-name>
-    <display-name>Best time to submit to digg</display-name>
-    <description>Google Gadgets: Best time to submit to digg Gadget</description>
+  <portlet id="WebTechBlogSearchGadget">
+    <portlet-name>WebTechBlogSearchGadget</portlet-name>
+    <display-name>Web Tech Blog Search</display-name>
+    <description>Google Gadgets: Web Tech Blog Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Best time to submit to digg</value>
+      <value>Web Tech Blog Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://onestoryeveryday.com/dignation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012006853112469662256/cse/nprbwmqm5nw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://onestoryeveryday.com/dignation.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012006853112469662256/cse/nprbwmqm5nw/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6283,29 +6415,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Best time to submit to digg</title>
-      <short-title>Best time to submit to digg</short-title>
+      <title>Web Tech Blog Search</title>
+      <short-title>Web Tech Blog Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InternetSecurityZonecomGadget">
-    <portlet-name>InternetSecurityZonecomGadget</portlet-name>
-    <display-name>InternetSecurityZone.com</display-name>
-    <description>Google Gadgets: InternetSecurityZone.com Gadget</description>
+  <portlet id="NealAMaxwellQuoteoftheDayGadget">
+    <portlet-name>NealAMaxwellQuoteoftheDayGadget</portlet-name>
+    <display-name>Neal A. Maxwell Quote of th...</display-name>
+    <description>Google Gadgets: Neal A. Maxwell Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>InternetSecurityZone.com</value>
+      <value>Neal A. Maxwell Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005409955777966207351/cse/mefcsvnswac/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://motivationalposters.googlepages.com/maxwell.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005409955777966207351/cse/mefcsvnswac/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://motivationalposters.googlepages.com/maxwell.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6316,29 +6448,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>InternetSecurityZone.com</title>
-      <short-title>InternetSecurityZone.com</short-title>
+      <title>Neal A. Maxwell Quote of the Day</title>
+      <short-title>Neal A. Maxwell Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ITresourcesGadget">
-    <portlet-name>ITresourcesGadget</portlet-name>
-    <display-name>IT resources</display-name>
-    <description>Google Gadgets: IT resources Gadget</description>
+  <portlet id="PowertapGeekSearchEngineGadget">
+    <portlet-name>PowertapGeekSearchEngineGadget</portlet-name>
+    <display-name>Powertap Geek Search Engine</display-name>
+    <description>Google Gadgets: Powertap Geek Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IT resources</value>
+      <value>Powertap Geek Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dev-exchange.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/013952421047458623790/cse/m2cdxvhgbxc/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dev-exchange.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/013952421047458623790/cse/m2cdxvhgbxc/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6349,29 +6481,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IT resources</title>
-      <short-title>IT resources</short-title>
+      <title>Powertap Geek Search Engine</title>
+      <short-title>Powertap Geek Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RegisterorbackorderdomainnamesGadget">
-    <portlet-name>RegisterorbackorderdomainnamesGadget</portlet-name>
-    <display-name>Register or backorder domain names</display-name>
-    <description>Google Gadgets: Register or backorder domain names Gadget</description>
+  <portlet id="preciseTechnologyGadget">
+    <portlet-name>preciseTechnologyGadget</portlet-name>
+    <display-name>preciseTechnology</display-name>
+    <description>Google Gadgets: preciseTechnology Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Register or backorder domain names</value>
+      <value>preciseTechnology</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.quickfeeds.com/domains/igoogle/modules/domains.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.precisenews.us/pt/gadgets/technology.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.quickfeeds.com/domains/igoogle/modules/domains.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.precisenews.us/pt/gadgets/technology.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6382,29 +6514,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Register or backorder domain names</title>
-      <short-title>Register or backorder domain names</short-title>
+      <title>preciseTechnology</title>
+      <short-title>preciseTechnology</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="O39ReillyCodeSearchGadget">
-    <portlet-name>O39ReillyCodeSearchGadget</portlet-name>
-    <display-name>O&#39;Reilly Code Search</display-name>
-    <description>Google Gadgets: O&#39;Reilly Code Search Gadget</description>
+  <portlet id="RubyCornerSearchGadget">
+    <portlet-name>RubyCornerSearchGadget</portlet-name>
+    <display-name>RubyCorner Search</display-name>
+    <description>Google Gadgets: RubyCorner Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>O&#39;Reilly Code Search</value>
+      <value>RubyCorner Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.strongasanox.co.uk/googlegadgets/oreillycodesearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010173420937670506482/cse/p-zcpeezuko/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.strongasanox.co.uk/googlegadgets/oreillycodesearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010173420937670506482/cse/p-zcpeezuko/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6415,29 +6547,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>O&#39;Reilly Code Search</title>
-      <short-title>O&#39;Reilly Code Search</short-title>
+      <title>RubyCorner Search</title>
+      <short-title>RubyCorner Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="yubnubcommandlineGadget">
-    <portlet-name>yubnubcommandlineGadget</portlet-name>
-    <display-name>yubnub command line</display-name>
-    <description>Google Gadgets: yubnub command line Gadget</description>
+  <portlet id="PopularDiggTechDealsStoriesGadget">
+    <portlet-name>PopularDiggTechDealsStoriesGadget</portlet-name>
+    <display-name>Popular Digg Tech Deals Sto...</display-name>
+    <description>Google Gadgets: Popular Digg Tech Deals Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>yubnub command line</value>
+      <value>Popular Digg Tech Deals Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tonygambone.googlepages.com/yubnub-gmodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Tech-Deals.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tonygambone.googlepages.com/yubnub-gmodule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Tech-Deals.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6448,29 +6580,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>yubnub command line</title>
-      <short-title>yubnub command line</short-title>
+      <title>Popular Digg Tech Deals Stories</title>
+      <short-title>Popular Digg Tech Deals Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AstronomyPictureoftheDayAPODGadget">
-    <portlet-name>AstronomyPictureoftheDayAPODGadget</portlet-name>
-    <display-name>Astronomy Picture of the Day (APOD)</display-name>
-    <description>Google Gadgets: Astronomy Picture of the Day (APOD) Gadget</description>
+  <portlet id="SocialNetworksampSocialMediaNetworksGadget">
+    <portlet-name>SocialNetworksampSocialMediaNetworksGadget</portlet-name>
+    <display-name>Social Networks &amp; Socia...</display-name>
+    <description>Google Gadgets: Social Networks &amp; Social Media Networks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Astronomy Picture of the Day (APOD)</value>
+      <value>Social Networks &amp; Social Media Networks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.seanregan.com/apod/apod.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011409579152173972244/cse/t_gs67blx8y/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.seanregan.com/apod/apod.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011409579152173972244/cse/t_gs67blx8y/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6481,29 +6613,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Astronomy Picture of the Day (APOD)</title>
-      <short-title>Astronomy Picture of the Day (APOD)</short-title>
+      <title>Social Networks &amp; Social Media Networks</title>
+      <short-title>Social Networks &amp; Social Media Networks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DevelopmentGadget">
-    <portlet-name>DevelopmentGadget</portlet-name>
-    <display-name>Development</display-name>
-    <description>Google Gadgets: Development Gadget</description>
+  <portlet id="yahooGadget">
+    <portlet-name>yahooGadget</portlet-name>
+    <display-name>yahoo</display-name>
+    <description>Google Gadgets: yahoo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Development</value>
+      <value>yahoo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nathanm.com/projects/google/php.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://itsyoursite.googlepages.com/yahoo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nathanm.com/projects/google/php.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://itsyoursite.googlepages.com/yahoo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6514,29 +6646,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Development</title>
-      <short-title>Development</short-title>
+      <title>yahoo</title>
+      <short-title>yahoo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IPAddressLookupGadget">
-    <portlet-name>IPAddressLookupGadget</portlet-name>
-    <display-name>IP Address Lookup</display-name>
-    <description>Google Gadgets: IP Address Lookup Gadget</description>
+  <portlet id="callcenter3Gadget">
+    <portlet-name>callcenter3Gadget</portlet-name>
+    <display-name>call-center</display-name>
+    <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IP Address Lookup</value>
+      <value>call-center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepagegadgets.googlepages.com/iplookup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/answering.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepagegadgets.googlepages.com/iplookup.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/answering.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6547,29 +6679,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IP Address Lookup</title>
-      <short-title>IP Address Lookup</short-title>
+      <title>call-center</title>
+      <short-title>call-center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AddonsSearchGadget">
-    <portlet-name>AddonsSearchGadget</portlet-name>
-    <display-name>Add-ons Search</display-name>
-    <description>Google Gadgets: Add-ons Search Gadget</description>
+  <portlet id="ITresourcesGadget">
+    <portlet-name>ITresourcesGadget</portlet-name>
+    <display-name>IT resources</display-name>
+    <description>Google Gadgets: IT resources Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Add-ons Search</value>
+      <value>IT resources</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013129583506260280712/cse/yjfdvwkfwh0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dev-exchange.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013129583506260280712/cse/yjfdvwkfwh0/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dev-exchange.com/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6580,29 +6712,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Add-ons Search</title>
-      <short-title>Add-ons Search</short-title>
+      <title>IT resources</title>
+      <short-title>IT resources</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DesignMeltdownGadget">
-    <portlet-name>DesignMeltdownGadget</portlet-name>
-    <display-name>Design Meltdown</display-name>
-    <description>Google Gadgets: Design Meltdown Gadget</description>
+  <portlet id="AstronomyPictureoftheDayAPODGadget">
+    <portlet-name>AstronomyPictureoftheDayAPODGadget</portlet-name>
+    <display-name>Astronomy Picture of the Da...</display-name>
+    <description>Google Gadgets: Astronomy Picture of the Day (APOD) Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Design Meltdown</value>
+      <value>Astronomy Picture of the Day (APOD)</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014219151608039884335/cse/fp65j5e89gk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.seanregan.com/apod/apod.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014219151608039884335/cse/fp65j5e89gk/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.seanregan.com/apod/apod.php</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6613,29 +6745,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Design Meltdown</title>
-      <short-title>Design Meltdown</short-title>
+      <title>Astronomy Picture of the Day (APOD)</title>
+      <short-title>Astronomy Picture of the Day (APOD)</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="callcenter3Gadget">
-    <portlet-name>callcenter3Gadget</portlet-name>
-    <display-name>call-center</display-name>
-    <description>Google Gadgets: call-center Gadget</description>
+  <portlet id="ThomasEdisonQuotesGadget">
+    <portlet-name>ThomasEdisonQuotesGadget</portlet-name>
+    <display-name>Thomas Edison Quotes</display-name>
+    <description>Google Gadgets: Thomas Edison Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>call-center</value>
+      <value>Thomas Edison Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/academic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mediawink.googlepages.com/quotes_thomas_edison.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/academic.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mediawink.googlepages.com/quotes_thomas_edison.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6646,29 +6778,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>call-center</title>
-      <short-title>call-center</short-title>
+      <title>Thomas Edison Quotes</title>
+      <short-title>Thomas Edison Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NetmaskOverviewGadget">
-    <portlet-name>NetmaskOverviewGadget</portlet-name>
-    <display-name>Netmask Overview</display-name>
-    <description>Google Gadgets: Netmask Overview Gadget</description>
+  <portlet id="Today39sWootGadget">
+    <portlet-name>Today39sWootGadget</portlet-name>
+    <display-name>Today&#39;s Woot</display-name>
+    <description>Google Gadgets: Today&#39;s Woot Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Netmask Overview</value>
+      <value>Today&#39;s Woot</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www2.moggert.net/netmask.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/376175/D404091820851643822&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www2.moggert.net/netmask.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/376175/D404091820851643822</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6679,29 +6811,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Netmask Overview</title>
-      <short-title>Netmask Overview</short-title>
+      <title>Today&#39;s Woot</title>
+      <short-title>Today&#39;s Woot</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsreelTechnologyGadget">
-    <portlet-name>NewsreelTechnologyGadget</portlet-name>
-    <display-name>Newsreel Technology</display-name>
-    <description>Google Gadgets: Newsreel Technology Gadget</description>
+  <portlet id="yubnubcommandlineGadget">
+    <portlet-name>yubnubcommandlineGadget</portlet-name>
+    <display-name>yubnub command line</display-name>
+    <description>Google Gadgets: yubnub command line Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Newsreel Technology</value>
+      <value>yubnub command line</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/news/reel-geek.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tonygambone.googlepages.com/yubnub-gmodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/news/reel-geek.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tonygambone.googlepages.com/yubnub-gmodule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6712,29 +6844,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Newsreel Technology</title>
-      <short-title>Newsreel Technology</short-title>
+      <title>yubnub command line</title>
+      <short-title>yubnub command line</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MultipleRSSReaderGadget">
-    <portlet-name>MultipleRSSReaderGadget</portlet-name>
-    <display-name>Multiple RSS Reader</display-name>
-    <description>Google Gadgets: Multiple RSS Reader Gadget</description>
+  <portlet id="CloudsGadget">
+    <portlet-name>CloudsGadget</portlet-name>
+    <display-name>Clouds</display-name>
+    <description>Google Gadgets: Clouds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Multiple RSS Reader</value>
+      <value>Clouds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://orawiz.googlepages.com/multifeed.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.daylightmap.com/clouds/cloud_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://orawiz.googlepages.com/multifeed.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.daylightmap.com/clouds/cloud_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6745,29 +6877,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Multiple RSS Reader</title>
-      <short-title>Multiple RSS Reader</short-title>
+      <title>Clouds</title>
+      <short-title>Clouds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchJavaandOpenSourceResourcesGadget">
-    <portlet-name>SearchJavaandOpenSourceResourcesGadget</portlet-name>
-    <display-name>Search Java and Open Source Resources</display-name>
-    <description>Google Gadgets: Search Java and Open Source Resources Gadget</description>
+  <portlet id="ImagetoMatrixGadget">
+    <portlet-name>ImagetoMatrixGadget</portlet-name>
+    <display-name>Image to Matrix</display-name>
+    <description>Google Gadgets: Image to Matrix Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search Java and Open Source Resources</value>
+      <value>Image to Matrix</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cinformatique.com/GoogleSearchCInformatique.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://itsyoursite.googlepages.com/first.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cinformatique.com/GoogleSearchCInformatique.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://itsyoursite.googlepages.com/first.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6778,29 +6910,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search Java and Open Source Resources</title>
-      <short-title>Search Java and Open Source Resources</short-title>
+      <title>Image to Matrix</title>
+      <short-title>Image to Matrix</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SymbianSearchGadget">
-    <portlet-name>SymbianSearchGadget</portlet-name>
-    <display-name>Symbian Search</display-name>
-    <description>Google Gadgets: Symbian Search Gadget</description>
+  <portlet id="MashPlanetQuickFindGadget">
+    <portlet-name>MashPlanetQuickFindGadget</portlet-name>
+    <display-name>MashPlanet QuickFind</display-name>
+    <description>Google Gadgets: MashPlanet QuickFind Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Symbian Search</value>
+      <value>MashPlanet QuickFind</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017164901485882693956/cse/qz2vgwi5lbm/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://imagine-it.org/mashplanet/mpquickfind.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017164901485882693956/cse/qz2vgwi5lbm/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://imagine-it.org/mashplanet/mpquickfind.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6811,29 +6943,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Symbian Search</title>
-      <short-title>Symbian Search</short-title>
+      <title>MashPlanet QuickFind</title>
+      <short-title>MashPlanet QuickFind</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BusinessITOnlineCalendarGadget">
-    <portlet-name>BusinessITOnlineCalendarGadget</portlet-name>
-    <display-name>Business IT Online ? Calendar</display-name>
-    <description>Google Gadgets: Business IT Online ? Calendar Gadget</description>
+  <portlet id="PlayWiiNewsGadget">
+    <portlet-name>PlayWiiNewsGadget</portlet-name>
+    <display-name>PlayWii News</display-name>
+    <description>Google Gadgets: PlayWii News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Business IT Online ? Calendar</value>
+      <value>PlayWii News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.businessitonline.com/Gadget/Xml/bio_calendar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.playwii.com/playwii.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.businessitonline.com/Gadget/Xml/bio_calendar.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.playwii.com/playwii.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6844,29 +6976,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Business IT Online ? Calendar</title>
-      <short-title>Business IT Online ? Calendar</short-title>
+      <title>PlayWii News</title>
+      <short-title>PlayWii News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="URLwashGadget">
-    <portlet-name>URLwashGadget</portlet-name>
-    <display-name>URLwash</display-name>
-    <description>Google Gadgets: URLwash Gadget</description>
+  <portlet id="TeamspeakGadgetv02Gadget">
+    <portlet-name>TeamspeakGadgetv02Gadget</portlet-name>
+    <display-name>Teamspeak Gadget v0.2</display-name>
+    <description>Google Gadgets: Teamspeak Gadget v0.2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>URLwash</value>
+      <value>Teamspeak Gadget v0.2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://urlwash.com/urlwash.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.marcof.de/coding/gadget/ts.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://urlwash.com/urlwash.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.marcof.de/coding/gadget/ts.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6877,15 +7009,48 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>URLwash</title>
-      <short-title>URLwash</short-title>
+      <title>Teamspeak Gadget v0.2</title>
+      <short-title>Teamspeak Gadget v0.2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="TerramagnetoscopeGadgetGadget">
+    <portlet-name>TerramagnetoscopeGadgetGadget</portlet-name>
+    <display-name>Terramagnetoscope Gadget</display-name>
+    <description>Google Gadgets: Terramagnetoscope Gadget Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Terramagnetoscope Gadget</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://terramagnetoscope.net/terramagnetoscope.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://terramagnetoscope.net/terramagnetoscope.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Terramagnetoscope Gadget</title>
+      <short-title>Terramagnetoscope Gadget</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="HighSignalNoiseSearchforJavaDevelopersGadget">
     <portlet-name>HighSignalNoiseSearchforJavaDevelopersGadget</portlet-name>
-    <display-name>High Signal/Noise Search for Java Developers</display-name>
+    <display-name>High Signal/Noise Search fo...</display-name>
     <description>Google Gadgets: High Signal/Noise Search for Java Developers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
@@ -6916,23 +7081,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="SocialNetworksampSocialMediaNetworksGadget">
-    <portlet-name>SocialNetworksampSocialMediaNetworksGadget</portlet-name>
-    <display-name>Social Networks &amp; Social Media Networks</display-name>
-    <description>Google Gadgets: Social Networks &amp; Social Media Networks Gadget</description>
+  <portlet id="eBaysearchGadget">
+    <portlet-name>eBaysearchGadget</portlet-name>
+    <display-name>eBay search</display-name>
+    <description>Google Gadgets: eBay search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Social Networks &amp; Social Media Networks</value>
+      <value>eBay search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011409579152173972244/cse/t_gs67blx8y/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mlgadgets.googlepages.com/ebay.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011409579152173972244/cse/t_gs67blx8y/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mlgadgets.googlepages.com/ebay.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6943,29 +7108,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Social Networks &amp; Social Media Networks</title>
-      <short-title>Social Networks &amp; Social Media Networks</short-title>
+      <title>eBay search</title>
+      <short-title>eBay search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SEOSearchEngineGadget">
-    <portlet-name>SEOSearchEngineGadget</portlet-name>
-    <display-name>SEO Search Engine</display-name>
-    <description>Google Gadgets: SEO Search Engine Gadget</description>
+  <portlet id="GoogleFilterGadget">
+    <portlet-name>GoogleFilterGadget</portlet-name>
+    <display-name>Google Filter</display-name>
+    <description>Google Gadgets: Google Filter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SEO Search Engine</value>
+      <value>Google Filter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002768785374102624435/cse/1emczrbchqw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kloggenerator.googlepages.com/googleresultfilter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002768785374102624435/cse/1emczrbchqw/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kloggenerator.googlepages.com/googleresultfilter.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6976,29 +7141,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SEO Search Engine</title>
-      <short-title>SEO Search Engine</short-title>
+      <title>Google Filter</title>
+      <short-title>Google Filter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JOKERshareDirectUploadGadget">
-    <portlet-name>JOKERshareDirectUploadGadget</portlet-name>
-    <display-name>JOKERshare Direct Upload</display-name>
-    <description>Google Gadgets: JOKERshare Direct Upload Gadget</description>
+  <portlet id="TechnoratiTrackerGadget">
+    <portlet-name>TechnoratiTrackerGadget</portlet-name>
+    <display-name>Technorati Tracker</display-name>
+    <description>Google Gadgets: Technorati Tracker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>JOKERshare Direct Upload</value>
+      <value>Technorati Tracker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jokershare.com/googlemod/jokershare.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blog.outer-court.com/homepage/technorati.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jokershare.com/googlemod/jokershare.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blog.outer-court.com/homepage/technorati.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7009,29 +7174,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>JOKERshare Direct Upload</title>
-      <short-title>JOKERshare Direct Upload</short-title>
+      <title>Technorati Tracker</title>
+      <short-title>Technorati Tracker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BusinessITOnlineContactsGadget">
-    <portlet-name>BusinessITOnlineContactsGadget</portlet-name>
-    <display-name>Business IT Online ? Contacts</display-name>
-    <description>Google Gadgets: Business IT Online ? Contacts Gadget</description>
+  <portlet id="GadgetPreviewBrowserGadget">
+    <portlet-name>GadgetPreviewBrowserGadget</portlet-name>
+    <display-name>Gadget Preview Browser</display-name>
+    <description>Google Gadgets: Gadget Preview Browser Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Business IT Online ? Contacts</value>
+      <value>Gadget Preview Browser</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.businessitonline.com/Gadget/Xml/bio_contacts.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/gadgetbrowser.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.businessitonline.com/Gadget/Xml/bio_contacts.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/gadgetbrowser.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7042,29 +7207,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Business IT Online ? Contacts</title>
-      <short-title>Business IT Online ? Contacts</short-title>
+      <title>Gadget Preview Browser</title>
+      <short-title>Gadget Preview Browser</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleTransitGadget">
-    <portlet-name>GoogleTransitGadget</portlet-name>
-    <display-name>Google Transit</display-name>
-    <description>Google Gadgets: Google Transit Gadget</description>
+  <portlet id="ExPASyBLASTGadget">
+    <portlet-name>ExPASyBLASTGadget</portlet-name>
+    <display-name>ExPASy BLAST</display-name>
+    <description>Google Gadgets: ExPASy BLAST Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Transit</value>
+      <value>ExPASy BLAST</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cs.cmu.edu/~taleahma/projects/transit-gadget/google-transit.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://eric.jain.name/2006/11/07/blast-google-gadget/blast.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cs.cmu.edu/~taleahma/projects/transit-gadget/google-transit.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://eric.jain.name/2006/11/07/blast-google-gadget/blast.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7075,29 +7240,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Transit</title>
-      <short-title>Google Transit</short-title>
+      <title>ExPASy BLAST</title>
+      <short-title>ExPASy BLAST</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AOLAIMBetaHeadlinesGadget">
-    <portlet-name>AOLAIMBetaHeadlinesGadget</portlet-name>
-    <display-name>AOL/AIM Beta Headlines</display-name>
-    <description>Google Gadgets: AOL/AIM Beta Headlines Gadget</description>
+  <portlet id="MediaGeeksGadget">
+    <portlet-name>MediaGeeksGadget</portlet-name>
+    <display-name>Media Geeks</display-name>
+    <description>Google Gadgets: Media Geeks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AOL/AIM Beta Headlines</value>
+      <value>Media Geeks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://beta.aol.com/google_gadgets/news/aim_aol_rss.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://media-geeks.com/MGGoogle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://beta.aol.com/google_gadgets/news/aim_aol_rss.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://media-geeks.com/MGGoogle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7108,29 +7273,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AOL/AIM Beta Headlines</title>
-      <short-title>AOL/AIM Beta Headlines</short-title>
+      <title>Media Geeks</title>
+      <short-title>Media Geeks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NamespaceClassSearchGadget">
-    <portlet-name>NamespaceClassSearchGadget</portlet-name>
-    <display-name>Namespace/Class Search</display-name>
-    <description>Google Gadgets: Namespace/Class Search Gadget</description>
+  <portlet id="WeightLossTipoftheDayGadget">
+    <portlet-name>WeightLossTipoftheDayGadget</portlet-name>
+    <display-name>Weight Loss Tip of the Day</display-name>
+    <description>Google Gadgets: Weight Loss Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Namespace/Class Search</value>
+      <value>Weight Loss Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://testing.iowacomputergurus.com/MsdnDirectNamespaceAndClassSearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://greatstuff2.googlepages.com/weightloss.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://testing.iowacomputergurus.com/MsdnDirectNamespaceAndClassSearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://greatstuff2.googlepages.com/weightloss.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7141,29 +7306,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Namespace/Class Search</title>
-      <short-title>Namespace/Class Search</short-title>
+      <title>Weight Loss Tip of the Day</title>
+      <short-title>Weight Loss Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="callcenter4Gadget">
-    <portlet-name>callcenter4Gadget</portlet-name>
-    <display-name>call-center</display-name>
-    <description>Google Gadgets: call-center Gadget</description>
+  <portlet id="BhagavadGitaQuoteoftheDayGadget">
+    <portlet-name>BhagavadGitaQuoteoftheDayGadget</portlet-name>
+    <display-name>Bhagavad Gita Quote of the Day</display-name>
+    <description>Google Gadgets: Bhagavad Gita Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>call-center</value>
+      <value>Bhagavad Gita Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/109323861467233387201/Bhagavad-Gita.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/gadgets/analysis-specific.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/109323861467233387201/Bhagavad-Gita.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7174,29 +7339,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>call-center</title>
-      <short-title>call-center</short-title>
+      <title>Bhagavad Gita Quote of the Day</title>
+      <short-title>Bhagavad Gita Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FirefoxDownloadCounterGadget">
-    <portlet-name>FirefoxDownloadCounterGadget</portlet-name>
-    <display-name>Firefox Download Counter</display-name>
-    <description>Google Gadgets: Firefox Download Counter Gadget</description>
+  <portlet id="TeachersTVSearchGadget">
+    <portlet-name>TeachersTVSearchGadget</portlet-name>
+    <display-name>Teachers TV Search</display-name>
+    <description>Google Gadgets: Teachers TV Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Firefox Download Counter</value>
+      <value>Teachers TV Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://avatar21.superihost.com/google_modules/firefox_counter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.teachers.tv/public/google/ig/search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://avatar21.superihost.com/google_modules/firefox_counter.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.teachers.tv/public/google/ig/search.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7207,29 +7372,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Firefox Download Counter</title>
-      <short-title>Firefox Download Counter</short-title>
+      <title>Teachers TV Search</title>
+      <short-title>Teachers TV Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BeanShellGadget">
-    <portlet-name>BeanShellGadget</portlet-name>
-    <display-name>BeanShell</display-name>
-    <description>Google Gadgets: BeanShell Gadget</description>
+  <portlet id="WindowsXPTipoftheDayGadget">
+    <portlet-name>WindowsXPTipoftheDayGadget</portlet-name>
+    <display-name>Windows XP Tip of the Day</display-name>
+    <description>Google Gadgets: Windows XP Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>BeanShell</value>
+      <value>Windows XP Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.softabar.com/gadgets/beanshell.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mediawink.googlepages.com/windows_xp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.softabar.com/gadgets/beanshell.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mediawink.googlepages.com/windows_xp.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7240,29 +7405,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>BeanShell</title>
-      <short-title>BeanShell</short-title>
+      <title>Windows XP Tip of the Day</title>
+      <short-title>Windows XP Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ACShowIPInfoGadget">
-    <portlet-name>ACShowIPInfoGadget</portlet-name>
-    <display-name>AC Show IP Info</display-name>
-    <description>Google Gadgets: AC Show IP Info Gadget</description>
+  <portlet id="BesttimetosubmittodiggGadget">
+    <portlet-name>BesttimetosubmittodiggGadget</portlet-name>
+    <display-name>Best time to submit to digg</display-name>
+    <description>Google Gadgets: Best time to submit to digg Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AC Show IP Info</value>
+      <value>Best time to submit to digg</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://antoniocampos.no-ip.com/testegeoip/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://onestoryeveryday.com/dignation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://antoniocampos.no-ip.com/testegeoip/google.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://onestoryeveryday.com/dignation.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7273,29 +7438,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AC Show IP Info</title>
-      <short-title>AC Show IP Info</short-title>
+      <title>Best time to submit to digg</title>
+      <short-title>Best time to submit to digg</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GeocachingSearchEngineGadget">
-    <portlet-name>GeocachingSearchEngineGadget</portlet-name>
-    <display-name>Geocaching Search Engine</display-name>
-    <description>Google Gadgets: Geocaching Search Engine Gadget</description>
+  <portlet id="CGIndustryNews1Gadget">
+    <portlet-name>CGIndustryNews1Gadget</portlet-name>
+    <display-name>CGIndustry News</display-name>
+    <description>Google Gadgets: CGIndustry News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Geocaching Search Engine</value>
+      <value>CGIndustry News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005833640384813908879/cse/dbmsbhini6u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cg-india.com/cgi_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005833640384813908879/cse/dbmsbhini6u/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cg-india.com/cgi_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7306,29 +7471,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Geocaching Search Engine</title>
-      <short-title>Geocaching Search Engine</short-title>
+      <title>CGIndustry News</title>
+      <short-title>CGIndustry News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CallWaveFreeTextMessagingGadget">
-    <portlet-name>CallWaveFreeTextMessagingGadget</portlet-name>
-    <display-name>CallWave Free Text Messaging</display-name>
-    <description>Google Gadgets: CallWave Free Text Messaging Gadget</description>
+  <portlet id="VanDammeAssociatesBlogGadget">
+    <portlet-name>VanDammeAssociatesBlogGadget</portlet-name>
+    <display-name>VanDamme Associates Blog</display-name>
+    <description>Google Gadgets: VanDamme Associates Blog Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CallWave Free Text Messaging</value>
+      <value>VanDamme Associates Blog</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.callwave.com/widgets/googletextmessage.aspx&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/109097050006667269605/VanDammeBlog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.callwave.com/widgets/googletextmessage.aspx</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/109097050006667269605/VanDammeBlog.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7339,29 +7504,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CallWave Free Text Messaging</title>
-      <short-title>CallWave Free Text Messaging</short-title>
+      <title>VanDamme Associates Blog</title>
+      <short-title>VanDamme Associates Blog</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RubyCornerSearchGadget">
-    <portlet-name>RubyCornerSearchGadget</portlet-name>
-    <display-name>RubyCorner Search</display-name>
-    <description>Google Gadgets: RubyCorner Search Gadget</description>
+  <portlet id="CakePHPGadget">
+    <portlet-name>CakePHPGadget</portlet-name>
+    <display-name>CakePHP</display-name>
+    <description>Google Gadgets: CakePHP Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RubyCorner Search</value>
+      <value>CakePHP</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010173420937670506482/cse/p-zcpeezuko/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006850030468302103399/cse/mqxv78bdfdo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010173420937670506482/cse/p-zcpeezuko/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006850030468302103399/cse/mqxv78bdfdo/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7372,29 +7537,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RubyCorner Search</title>
-      <short-title>RubyCorner Search</short-title>
+      <title>CakePHP</title>
+      <short-title>CakePHP</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HackingSearchEngineGadget">
-    <portlet-name>HackingSearchEngineGadget</portlet-name>
-    <display-name>Hacking Search Engine</display-name>
-    <description>Google Gadgets: Hacking Search Engine Gadget</description>
+  <portlet id="CurriculumGadget">
+    <portlet-name>CurriculumGadget</portlet-name>
+    <display-name>Curriculum</display-name>
+    <description>Google Gadgets: Curriculum Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hacking Search Engine</value>
+      <value>Curriculum</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/013447025070255538172/cse/drlrasbiklg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017576662512468239146/cse/omuauf_lfve/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/013447025070255538172/cse/drlrasbiklg/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017576662512468239146/cse/omuauf_lfve/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7405,29 +7570,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hacking Search Engine</title>
-      <short-title>Hacking Search Engine</short-title>
+      <title>Curriculum</title>
+      <short-title>Curriculum</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FeedBurnerStatsGadget">
-    <portlet-name>FeedBurnerStatsGadget</portlet-name>
-    <display-name>FeedBurner Stats</display-name>
-    <description>Google Gadgets: FeedBurner Stats Gadget</description>
+  <portlet id="searchinfilehostingwebsitesGadget">
+    <portlet-name>searchinfilehostingwebsitesGadget</portlet-name>
+    <display-name>search in file hosting webs...</display-name>
+    <description>Google Gadgets: search in file hosting websites Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FeedBurner Stats</value>
+      <value>search in file hosting websites</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.olechowski.org/steve/fb-homepage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004599397783095699118/cse/qt2clwta2ci/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.olechowski.org/steve/fb-homepage.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/004599397783095699118/cse/qt2clwta2ci/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7438,29 +7603,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FeedBurner Stats</title>
-      <short-title>FeedBurner Stats</short-title>
+      <title>search in file hosting websites</title>
+      <short-title>search in file hosting websites</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CommonLispSearchEngineGadget">
-    <portlet-name>CommonLispSearchEngineGadget</portlet-name>
-    <display-name>Common Lisp Search Engine</display-name>
-    <description>Google Gadgets: Common Lisp Search Engine Gadget</description>
+  <portlet id="EinsteinQuoteoftheDay4Gadget">
+    <portlet-name>EinsteinQuoteoftheDay4Gadget</portlet-name>
+    <display-name>Einstein Quote of the Day</display-name>
+    <description>Google Gadgets: Einstein Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Common Lisp Search Engine</value>
+      <value>Einstein Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012679172708151972086/cse/eg1jtvm_dlk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://adfreegadgets.googlepages.com/albert-einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012679172708151972086/cse/eg1jtvm_dlk/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://adfreegadgets.googlepages.com/albert-einstein.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7471,29 +7636,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Common Lisp Search Engine</title>
-      <short-title>Common Lisp Search Engine</short-title>
+      <title>Einstein Quote of the Day</title>
+      <short-title>Einstein Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ZillowTMRealEstateGuideGadget">
-    <portlet-name>ZillowTMRealEstateGuideGadget</portlet-name>
-    <display-name>Zillow (TM) Real Estate Guide</display-name>
-    <description>Google Gadgets: Zillow (TM) Real Estate Guide Gadget</description>
+  <portlet id="AppleSearchGadget">
+    <portlet-name>AppleSearchGadget</portlet-name>
+    <display-name>Apple Search</display-name>
+    <description>Google Gadgets: Apple Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Zillow (TM) Real Estate Guide</value>
+      <value>Apple Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006589136019436985039/cse/uiwgbzbbyl8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009486749950716717919/cse/edzcv6gfaeg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006589136019436985039/cse/uiwgbzbbyl8/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009486749950716717919/cse/edzcv6gfaeg/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7504,29 +7669,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Zillow (TM) Real Estate Guide</title>
-      <short-title>Zillow (TM) Real Estate Guide</short-title>
+      <title>Apple Search</title>
+      <short-title>Apple Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleEarthCommunityGadget">
-    <portlet-name>GoogleEarthCommunityGadget</portlet-name>
-    <display-name>Google Earth Community</display-name>
-    <description>Google Gadgets: Google Earth Community Gadget</description>
+  <portlet id="JanoosIPtoCountryGadget">
+    <portlet-name>JanoosIPtoCountryGadget</portlet-name>
+    <display-name>Janoos IP to Country</display-name>
+    <description>Google Gadgets: Janoos IP to Country Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Earth Community</value>
+      <value>Janoos IP to Country</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015886696515580526130/cse/2q6y4vf4wgk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015886696515580526130/cse/2q6y4vf4wgk/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.janoos.com/IPtoCountry/JanoosIPtoCountry.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7537,29 +7702,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Earth Community</title>
-      <short-title>Google Earth Community</short-title>
+      <title>Janoos IP to Country</title>
+      <short-title>Janoos IP to Country</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InternetTrafficWatchGadget">
-    <portlet-name>InternetTrafficWatchGadget</portlet-name>
-    <display-name>Internet Traffic Watch</display-name>
-    <description>Google Gadgets: Internet Traffic Watch Gadget</description>
+  <portlet id="AddonsSearchGadget">
+    <portlet-name>AddonsSearchGadget</portlet-name>
+    <display-name>Add-ons Search</display-name>
+    <description>Google Gadgets: Add-ons Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Internet Traffic Watch</value>
+      <value>Add-ons Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/iw/module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013129583506260280712/cse/yjfdvwkfwh0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/iw/module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013129583506260280712/cse/yjfdvwkfwh0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7570,29 +7735,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Internet Traffic Watch</title>
-      <short-title>Internet Traffic Watch</short-title>
+      <title>Add-ons Search</title>
+      <short-title>Add-ons Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MachineLearningSearchGadget">
-    <portlet-name>MachineLearningSearchGadget</portlet-name>
-    <display-name>Machine Learning Search</display-name>
-    <description>Google Gadgets: Machine Learning Search Gadget</description>
+  <portlet id="IPSearchGadget">
+    <portlet-name>IPSearchGadget</portlet-name>
+    <display-name>IP Search</display-name>
+    <description>Google Gadgets: IP Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Machine Learning Search</value>
+      <value>IP Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007096099364872597928/cse/ml_context/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://yijinliu.googlepages.com/ipsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/007096099364872597928/cse/ml_context/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://yijinliu.googlepages.com/ipsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7603,29 +7768,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Machine Learning Search</title>
-      <short-title>Machine Learning Search</short-title>
+      <title>IP Search</title>
+      <short-title>IP Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DotNetDevelopersSearchEngineGadget">
-    <portlet-name>DotNetDevelopersSearchEngineGadget</portlet-name>
-    <display-name>DotNet Developers Search Engine</display-name>
-    <description>Google Gadgets: DotNet Developers Search Engine Gadget</description>
+  <portlet id="LinuxsearchEngineGadget">
+    <portlet-name>LinuxsearchEngineGadget</portlet-name>
+    <display-name>Linux search Engine</display-name>
+    <description>Google Gadgets: Linux search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DotNet Developers Search Engine</value>
+      <value>Linux search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002213837942349435108/cse/jki1okx03jq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002165917076592449621/cse/y8jmiivon3o/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002213837942349435108/cse/jki1okx03jq/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002165917076592449621/cse/y8jmiivon3o/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7636,29 +7801,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DotNet Developers Search Engine</title>
-      <short-title>DotNet Developers Search Engine</short-title>
+      <title>Linux search Engine</title>
+      <short-title>Linux search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AstronomyPictureoftheDay3Gadget">
-    <portlet-name>AstronomyPictureoftheDay3Gadget</portlet-name>
-    <display-name>Astronomy Picture of the Day</display-name>
-    <description>Google Gadgets: Astronomy Picture of the Day Gadget</description>
+  <portlet id="HotspotMenu1Gadget">
+    <portlet-name>HotspotMenu1Gadget</portlet-name>
+    <display-name>Hotspot Menu</display-name>
+    <description>Google Gadgets: Hotspot Menu Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Astronomy Picture of the Day</value>
+      <value>Hotspot Menu</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.blackperl.com/xml/google/apod/apod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/HW12349.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.blackperl.com/xml/google/apod/apod.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/HW12349.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7669,29 +7834,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Astronomy Picture of the Day</title>
-      <short-title>Astronomy Picture of the Day</short-title>
+      <title>Hotspot Menu</title>
+      <short-title>Hotspot Menu</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AbsoluteSciencePodcastGadget">
-    <portlet-name>AbsoluteSciencePodcastGadget</portlet-name>
-    <display-name>Absolute Science Podcast</display-name>
-    <description>Google Gadgets: Absolute Science Podcast Gadget</description>
+  <portlet id="SearchJavaandOpenSourceResourcesGadget">
+    <portlet-name>SearchJavaandOpenSourceResourcesGadget</portlet-name>
+    <display-name>Search Java and Open Source...</display-name>
+    <description>Google Gadgets: Search Java and Open Source Resources Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Absolute Science Podcast</value>
+      <value>Search Java and Open Source Resources</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.welltopia.com/googleGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cinformatique.com/GoogleSearchCInformatique.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.welltopia.com/googleGadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cinformatique.com/GoogleSearchCInformatique.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7702,29 +7867,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Absolute Science Podcast</title>
-      <short-title>Absolute Science Podcast</short-title>
+      <title>Search Java and Open Source Resources</title>
+      <short-title>Search Java and Open Source Resources</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Today39sNetworkTrafficGadget">
-    <portlet-name>Today39sNetworkTrafficGadget</portlet-name>
-    <display-name>Today&#39;s Network Traffic</display-name>
-    <description>Google Gadgets: Today&#39;s Network Traffic Gadget</description>
+  <portlet id="MSDNSearchGadget">
+    <portlet-name>MSDNSearchGadget</portlet-name>
+    <display-name>MSDN Search</display-name>
+    <description>Google Gadgets: MSDN Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Today&#39;s Network Traffic</value>
+      <value>MSDN Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://zxgl.mofcom.gov.cn/zxnet/rssindex.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001706605492879182808/cse/yra97xpb_7y/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://zxgl.mofcom.gov.cn/zxnet/rssindex.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001706605492879182808/cse/yra97xpb_7y/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7735,29 +7900,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Today&#39;s Network Traffic</title>
-      <short-title>Today&#39;s Network Traffic</short-title>
+      <title>MSDN Search</title>
+      <short-title>MSDN Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InternetStormCenterInfocon1Gadget">
-    <portlet-name>InternetStormCenterInfocon1Gadget</portlet-name>
-    <display-name>Internet Storm Center Infocon</display-name>
-    <description>Google Gadgets: Internet Storm Center Infocon Gadget</description>
+  <portlet id="WebDevelopmentSearchGadget">
+    <portlet-name>WebDevelopmentSearchGadget</portlet-name>
+    <display-name>Web Development Search</display-name>
+    <description>Google Gadgets: Web Development Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Internet Storm Center Infocon</value>
+      <value>Web Development Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.waltergranberry.com/infocon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015868731528078504351/cse/y2ch535qrq0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.waltergranberry.com/infocon.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015868731528078504351/cse/y2ch535qrq0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7768,29 +7933,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Internet Storm Center Infocon</title>
-      <short-title>Internet Storm Center Infocon</short-title>
+      <title>Web Development Search</title>
+      <short-title>Web Development Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ModulesmadeeasyGadget">
-    <portlet-name>ModulesmadeeasyGadget</portlet-name>
-    <display-name>Modules made easy...</display-name>
-    <description>Google Gadgets: Modules made easy... Gadget</description>
+  <portlet id="ImageUploadGadget">
+    <portlet-name>ImageUploadGadget</portlet-name>
+    <display-name>Image Upload</display-name>
+    <description>Google Gadgets: Image Upload Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Modules made easy...</value>
+      <value>Image Upload</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://wifi.google.com/city/mv/makeamodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.imagup.com/module_upload_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://wifi.google.com/city/mv/makeamodule.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.imagup.com/module_upload_google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7801,29 +7966,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Modules made easy...</title>
-      <short-title>Modules made easy...</short-title>
+      <title>Image Upload</title>
+      <short-title>Image Upload</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TopTenGooglewhacksGadget">
-    <portlet-name>TopTenGooglewhacksGadget</portlet-name>
-    <display-name>Top Ten Googlewhacks</display-name>
-    <description>Google Gadgets: Top Ten Googlewhacks Gadget</description>
+  <portlet id="WindowsKeyboardShortcutsGadget">
+    <portlet-name>WindowsKeyboardShortcutsGadget</portlet-name>
+    <display-name>Windows Keyboard Shortcuts</display-name>
+    <description>Google Gadgets: Windows Keyboard Shortcuts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Top Ten Googlewhacks</value>
+      <value>Windows Keyboard Shortcuts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.unthunk.com/projects/modules/whacks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tigersyard.com/gadgets/shortcuts.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.unthunk.com/projects/modules/whacks.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tigersyard.com/gadgets/shortcuts.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7834,29 +7999,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Top Ten Googlewhacks</title>
-      <short-title>Top Ten Googlewhacks</short-title>
+      <title>Windows Keyboard Shortcuts</title>
+      <short-title>Windows Keyboard Shortcuts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CodeSearchGadget">
-    <portlet-name>CodeSearchGadget</portlet-name>
-    <display-name>Code Search</display-name>
-    <description>Google Gadgets: Code Search Gadget</description>
+  <portlet id="WebmasterSearchEngineGadget">
+    <portlet-name>WebmasterSearchEngineGadget</portlet-name>
+    <display-name>Webmaster Search Engine</display-name>
+    <description>Google Gadgets: Webmaster Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Code Search</value>
+      <value>Webmaster Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://laolusrael.googlepages.com/codeSearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/011472824770910514264/cse/ju6nn9u4xva/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://laolusrael.googlepages.com/codeSearch.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/011472824770910514264/cse/ju6nn9u4xva/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7867,29 +8032,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Code Search</title>
-      <short-title>Code Search</short-title>
+      <title>Webmaster Search Engine</title>
+      <short-title>Webmaster Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="JavaQueriesGadget">
-    <portlet-name>JavaQueriesGadget</portlet-name>
-    <display-name>Java Queries</display-name>
-    <description>Google Gadgets: Java Queries Gadget</description>
+  <portlet id="Xbox360VoicecomBlogGadget">
+    <portlet-name>Xbox360VoicecomBlogGadget</portlet-name>
+    <display-name>Xbox 360Voice.com Blog</display-name>
+    <description>Google Gadgets: Xbox 360Voice.com Blog Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Java Queries</value>
+      <value>Xbox 360Voice.com Blog</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://r.ashish.m.googlepages.com/javaqueries.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://robinph.googlepages.com/goo360v.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://r.ashish.m.googlepages.com/javaqueries.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://robinph.googlepages.com/goo360v.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7900,29 +8065,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Java Queries</title>
-      <short-title>Java Queries</short-title>
+      <title>Xbox 360Voice.com Blog</title>
+      <short-title>Xbox 360Voice.com Blog</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SoftwareDownloadSearchGadget">
-    <portlet-name>SoftwareDownloadSearchGadget</portlet-name>
-    <display-name>Software Download Search</display-name>
-    <description>Google Gadgets: Software Download Search Gadget</description>
+  <portlet id="EinsteinQuoteoftheDay5Gadget">
+    <portlet-name>EinsteinQuoteoftheDay5Gadget</portlet-name>
+    <display-name>Einstein Quote of the Day</display-name>
+    <description>Google Gadgets: Einstein Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Software Download Search</value>
+      <value>Einstein Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.download-by.net/gmodules/search-module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/albert-einstein.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.download-by.net/gmodules/search-module.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/albert-einstein.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7933,29 +8098,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Software Download Search</title>
-      <short-title>Software Download Search</short-title>
+      <title>Einstein Quote of the Day</title>
+      <short-title>Einstein Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PostgenomicScienceBloggerBuzzGadget">
-    <portlet-name>PostgenomicScienceBloggerBuzzGadget</portlet-name>
-    <display-name>Postgenomic - Science Blogger Buzz</display-name>
-    <description>Google Gadgets: Postgenomic - Science Blogger Buzz Gadget</description>
+  <portlet id="KrugleCodeSearchforDevelopersGadget">
+    <portlet-name>KrugleCodeSearchforDevelopersGadget</portlet-name>
+    <display-name>Krugle Code Search for Deve...</display-name>
+    <description>Google Gadgets: Krugle Code Search for Developers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Postgenomic - Science Blogger Buzz</value>
+      <value>Krugle Code Search for Developers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.postgenomic.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://r.s.javalgekar.googlepages.com/ksearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.postgenomic.com/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://r.s.javalgekar.googlepages.com/ksearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7966,29 +8131,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Postgenomic - Science Blogger Buzz</title>
-      <short-title>Postgenomic - Science Blogger Buzz</short-title>
+      <title>Krugle Code Search for Developers</title>
+      <short-title>Krugle Code Search for Developers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GooglersPapersGadget">
-    <portlet-name>GooglersPapersGadget</portlet-name>
-    <display-name>Googlers Papers</display-name>
-    <description>Google Gadgets: Googlers Papers Gadget</description>
+  <portlet id="AjaxSearchGadget">
+    <portlet-name>AjaxSearchGadget</portlet-name>
+    <display-name>Ajax Search</display-name>
+    <description>Google Gadgets: Ajax Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Googlers Papers</value>
+      <value>Ajax Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://olivier.camard.free.fr/google/modules/googlers_papers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017836526989493939520/cse/hwwjrgyssu4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://olivier.camard.free.fr/google/modules/googlers_papers.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017836526989493939520/cse/hwwjrgyssu4/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7999,29 +8164,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Googlers Papers</title>
-      <short-title>Googlers Papers</short-title>
+      <title>Ajax Search</title>
+      <short-title>Ajax Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="URLShortenerGadget">
-    <portlet-name>URLShortenerGadget</portlet-name>
-    <display-name>URL Shortener</display-name>
-    <description>Google Gadgets: URL Shortener Gadget</description>
+  <portlet id="MetaverseGadget">
+    <portlet-name>MetaverseGadget</portlet-name>
+    <display-name>Metaverse</display-name>
+    <description>Google Gadgets: Metaverse Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>URL Shortener</value>
+      <value>Metaverse</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://geobay.com/google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010204248329985616880/cse/vujsfdmxgb0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://geobay.com/google-gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010204248329985616880/cse/vujsfdmxgb0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8032,29 +8197,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>URL Shortener</title>
-      <short-title>URL Shortener</short-title>
+      <title>Metaverse</title>
+      <short-title>Metaverse</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchPHPnetGadget">
-    <portlet-name>SearchPHPnetGadget</portlet-name>
-    <display-name>Search PHP.net</display-name>
-    <description>Google Gadgets: Search PHP.net Gadget</description>
+  <portlet id="InternetStormCenterInfoconGadget">
+    <portlet-name>InternetStormCenterInfoconGadget</portlet-name>
+    <display-name>Internet Storm Center Infocon</display-name>
+    <description>Google Gadgets: Internet Storm Center Infocon Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search PHP.net</value>
+      <value>Internet Storm Center Infocon</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phpmodule.googlepages.com/main.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.waltergranberry.com/gadgets/infocon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phpmodule.googlepages.com/main.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.waltergranberry.com/gadgets/infocon.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8065,29 +8230,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search PHP.net</title>
-      <short-title>Search PHP.net</short-title>
+      <title>Internet Storm Center Infocon</title>
+      <short-title>Internet Storm Center Infocon</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PhysOrgcomnewsGadget">
-    <portlet-name>PhysOrgcomnewsGadget</portlet-name>
-    <display-name>PhysOrg.com news</display-name>
-    <description>Google Gadgets: PhysOrg.com news Gadget</description>
+  <portlet id="AlSalahGadget">
+    <portlet-name>AlSalahGadget</portlet-name>
+    <display-name>AlSalah</display-name>
+    <description>Google Gadgets: AlSalah Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PhysOrg.com news</value>
+      <value>AlSalah</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.physorg.com/ig/IGPhysOrg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alsalah.sileria.com/iSalah.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.physorg.com/ig/IGPhysOrg.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alsalah.sileria.com/iSalah.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8098,29 +8263,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PhysOrg.com news</title>
-      <short-title>PhysOrg.com news</short-title>
+      <title>AlSalah</title>
+      <short-title>AlSalah</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SalesTechnologyGadget">
-    <portlet-name>SalesTechnologyGadget</portlet-name>
-    <display-name>Sales Technology</display-name>
-    <description>Google Gadgets: Sales Technology Gadget</description>
+  <portlet id="PopularDiggSpaceStoriesGadget">
+    <portlet-name>PopularDiggSpaceStoriesGadget</portlet-name>
+    <display-name>Popular Digg Space Stories</display-name>
+    <description>Google Gadgets: Popular Digg Space Stories Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sales Technology</value>
+      <value>Popular Digg Space Stories</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://vantage-enterprises.com/ST_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bizcalcs.googlepages.com/Digg-Space.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://vantage-enterprises.com/ST_gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bizcalcs.googlepages.com/Digg-Space.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8131,29 +8296,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sales Technology</title>
-      <short-title>Sales Technology</short-title>
+      <title>Popular Digg Space Stories</title>
+      <short-title>Popular Digg Space Stories</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TuttocellularenetGadget">
-    <portlet-name>TuttocellularenetGadget</portlet-name>
-    <display-name>Tuttocellulare.net</display-name>
-    <description>Google Gadgets: Tuttocellulare.net Gadget</description>
+  <portlet id="ANYwebcamcomWebcamViewerGadget">
+    <portlet-name>ANYwebcamcomWebcamViewerGadget</portlet-name>
+    <display-name>ANYwebcam.com Webcam Viewer</display-name>
+    <description>Google Gadgets: ANYwebcam.com Webcam Viewer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Tuttocellulare.net</value>
+      <value>ANYwebcam.com Webcam Viewer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tuttocellulare.net/cellulari.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.anywebcam.com/awc/live/google/anywebcamviewer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tuttocellulare.net/cellulari.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.anywebcam.com/awc/live/google/anywebcamviewer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8164,29 +8329,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Tuttocellulare.net</title>
-      <short-title>Tuttocellulare.net</short-title>
+      <title>ANYwebcam.com Webcam Viewer</title>
+      <short-title>ANYwebcam.com Webcam Viewer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GagdetWebwereldnlGadget">
-    <portlet-name>GagdetWebwereldnlGadget</portlet-name>
-    <display-name>Gagdet Webwereld.nl</display-name>
-    <description>Google Gadgets: Gagdet Webwereld.nl Gadget</description>
+  <portlet id="CareerCupGadget">
+    <portlet-name>CareerCupGadget</portlet-name>
+    <display-name>CareerCup</display-name>
+    <description>Google Gadgets: CareerCup Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gagdet Webwereld.nl</value>
+      <value>CareerCup</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/webwereld.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.careercup.com/ccmodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/webwereld.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.careercup.com/ccmodule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8197,29 +8362,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gagdet Webwereld.nl</title>
-      <short-title>Gagdet Webwereld.nl</short-title>
+      <title>CareerCup</title>
+      <short-title>CareerCup</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BuscadordeproductosyserviciosdeMercadolibreGadget">
-    <portlet-name>BuscadordeproductosyserviciosdeMercadolibreGadget</portlet-name>
-    <display-name>Buscador de productos y servicios de Mercadolibre</display-name>
-    <description>Google Gadgets: Buscador de productos y servicios de Mercadolibre Gadget</description>
+  <portlet id="WindowsVistaCountdownGadget">
+    <portlet-name>WindowsVistaCountdownGadget</portlet-name>
+    <display-name>Windows Vista Countdown</display-name>
+    <description>Google Gadgets: Windows Vista Countdown Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Buscador de productos y servicios de Mercadolibre</value>
+      <value>Windows Vista Countdown</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google-gadgets.com.ar/google_gadgets/ml.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://livegadgets.net/gadgets/WindowsVistaCountdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google-gadgets.com.ar/google_gadgets/ml.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://livegadgets.net/gadgets/WindowsVistaCountdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8230,29 +8395,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Buscador de productos y servicios de Mercadolibre</title>
-      <short-title>Buscador de productos y servicios de Mercadolibre</short-title>
+      <title>Windows Vista Countdown</title>
+      <short-title>Windows Vista Countdown</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SUPINFOAppleNewsGadget">
-    <portlet-name>SUPINFOAppleNewsGadget</portlet-name>
-    <display-name>SUPINFO Apple News</display-name>
-    <description>Google Gadgets: SUPINFO Apple News Gadget</description>
+  <portlet id="HTTPheaderssentbybrowserGadget">
+    <portlet-name>HTTPheaderssentbybrowserGadget</portlet-name>
+    <display-name>HTTP headers sent by browser</display-name>
+    <description>Google Gadgets: HTTP headers sent by browser Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SUPINFO Apple News</value>
+      <value>HTTP headers sent by browser</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labo-apple.org/GoogleGadget-news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.softabar.com/gadgets/browserheaders.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labo-apple.org/GoogleGadget-news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.softabar.com/gadgets/browserheaders.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8263,29 +8428,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SUPINFO Apple News</title>
-      <short-title>SUPINFO Apple News</short-title>
+      <title>HTTP headers sent by browser</title>
+      <short-title>HTTP headers sent by browser</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="omeuIPcombrGadget">
-    <portlet-name>omeuIPcombrGadget</portlet-name>
-    <display-name>omeuIP.com.br</display-name>
-    <description>Google Gadgets: omeuIP.com.br Gadget</description>
+  <portlet id="ComputerWordoftheDayGadget">
+    <portlet-name>ComputerWordoftheDayGadget</portlet-name>
+    <display-name>Computer Word of the Day</display-name>
+    <description>Google Gadgets: Computer Word of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>omeuIP.com.br</value>
+      <value>Computer Word of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.omeuip.com.br/omeuIP.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/words_computers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.omeuip.com.br/omeuIP.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/words_computers.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8296,29 +8461,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>omeuIP.com.br</title>
-      <short-title>omeuIP.com.br</short-title>
+      <title>Computer Word of the Day</title>
+      <short-title>Computer Word of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SoftwareGadget">
-    <portlet-name>SoftwareGadget</portlet-name>
-    <display-name> -      -         Software</display-name>
-    <description>Google Gadgets:  -      -         Software Gadget</description>
+  <portlet id="AOLAIMBetaHeadlinesGadget">
+    <portlet-name>AOLAIMBetaHeadlinesGadget</portlet-name>
+    <display-name>AOL/AIM Beta Headlines</display-name>
+    <description>Google Gadgets: AOL/AIM Beta Headlines Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value> -      -         Software</value>
+      <value>AOL/AIM Beta Headlines</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/fcentersoft.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://beta.aol.com/google_gadgets/news/aim_aol_rss.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/fcentersoft.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://beta.aol.com/google_gadgets/news/aim_aol_rss.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8329,29 +8494,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title> -      -         Software</title>
-      <short-title> -      -         Software</short-title>
+      <title>AOL/AIM Beta Headlines</title>
+      <short-title>AOL/AIM Beta Headlines</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SundsvallstoratorgetwebcamGadget">
-    <portlet-name>SundsvallstoratorgetwebcamGadget</portlet-name>
-    <display-name>Sundsvall stora torget webcam</display-name>
-    <description>Google Gadgets: Sundsvall stora torget webcam Gadget</description>
+  <portlet id="AnyFlashGadget">
+    <portlet-name>AnyFlashGadget</portlet-name>
+    <display-name>AnyFlash</display-name>
+    <description>Google Gadgets: AnyFlash Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sundsvall stora torget webcam</value>
+      <value>AnyFlash</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://edlin.exe.googlepages.com/SundsvallStoratorgetWebcam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://naftulyev.com/gadgets/anyflash.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://edlin.exe.googlepages.com/SundsvallStoratorgetWebcam.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://naftulyev.com/gadgets/anyflash.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8362,29 +8527,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sundsvall stora torget webcam</title>
-      <short-title>Sundsvall stora torget webcam</short-title>
+      <title>AnyFlash</title>
+      <short-title>AnyFlash</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BuscadordeproductosMercadolibreChileGadget">
-    <portlet-name>BuscadordeproductosMercadolibreChileGadget</portlet-name>
-    <display-name>Buscador de productos Mercadolibre Chile</display-name>
-    <description>Google Gadgets: Buscador de productos Mercadolibre Chile Gadget</description>
+  <portlet id="GotoUMAInfoGadget">
+    <portlet-name>GotoUMAInfoGadget</portlet-name>
+    <display-name>Go to UMA Info</display-name>
+    <description>Google Gadgets: Go to UMA Info Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Buscador de productos Mercadolibre Chile</value>
+      <value>Go to UMA Info</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.decobaires.com.ar/google_gadgets/mlc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/Go_to_umainfo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.decobaires.com.ar/google_gadgets/mlc.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/117535221586927481367/Go_to_umainfo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8395,29 +8560,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Buscador de productos Mercadolibre Chile</title>
-      <short-title>Buscador de productos Mercadolibre Chile</short-title>
+      <title>Go to UMA Info</title>
+      <short-title>Go to UMA Info</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InviaSMSconSMSaliasGadget">
-    <portlet-name>InviaSMSconSMSaliasGadget</portlet-name>
-    <display-name>Invia SMS con SMSalias</display-name>
-    <description>Google Gadgets: Invia SMS con SMSalias Gadget</description>
+  <portlet id="TextpatternGadget">
+    <portlet-name>TextpatternGadget</portlet-name>
+    <display-name>Textpattern</display-name>
+    <description>Google Gadgets: Textpattern Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Invia SMS con SMSalias</value>
+      <value>Textpattern</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.smsalias.it/google/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013284010981475036739/cse/dzw-5pntidu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.smsalias.it/google/index.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013284010981475036739/cse/dzw-5pntidu/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8428,29 +8593,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Invia SMS con SMSalias</title>
-      <short-title>Invia SMS con SMSalias</short-title>
+      <title>Textpattern</title>
+      <short-title>Textpattern</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RicercheMaestreilWebperlaScuolaPrimariaGadget">
-    <portlet-name>RicercheMaestreilWebperlaScuolaPrimariaGadget</portlet-name>
-    <display-name>Ricerche Maestre: il Web per la Scuola Primaria</display-name>
-    <description>Google Gadgets: Ricerche Maestre: il Web per la Scuola Primaria Gadget</description>
+  <portlet id="EtiquetteTipoftheDayGadget">
+    <portlet-name>EtiquetteTipoftheDayGadget</portlet-name>
+    <display-name>Etiquette Tip of the Day</display-name>
+    <description>Google Gadgets: Etiquette Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ricerche Maestre: il Web per la Scuola Primaria</value>
+      <value>Etiquette Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017685108214920485934/cse/izx6pzojwka/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://greatstuff2.googlepages.com/eti.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017685108214920485934/cse/izx6pzojwka/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://greatstuff2.googlepages.com/eti.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8461,29 +8626,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ricerche Maestre: il Web per la Scuola Primaria</title>
-      <short-title>Ricerche Maestre: il Web per la Scuola Primaria</short-title>
+      <title>Etiquette Tip of the Day</title>
+      <short-title>Etiquette Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="httpwwwizcitycomGadget">
-    <portlet-name>httpwwwizcitycomGadget</portlet-name>
-    <display-name>http://www.izcity.com/</display-name>
-    <description>Google Gadgets: http://www.izcity.com/ Gadget</description>
+  <portlet id="PCEkspertDownloadGadget">
+    <portlet-name>PCEkspertDownloadGadget</portlet-name>
+    <display-name>PC Ekspert Download</display-name>
+    <description>Google Gadgets: PC Ekspert Download Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>http://www.izcity.com/</value>
+      <value>PC Ekspert Download</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/izone.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.pcekspert.com/rssfeed/google_gadgets/pcekspert_download.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/izone.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.pcekspert.com/rssfeed/google_gadgets/pcekspert_download.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8494,29 +8659,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>http://www.izcity.com/</title>
-      <short-title>http://www.izcity.com/</short-title>
+      <title>PC Ekspert Download</title>
+      <short-title>PC Ekspert Download</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iXBTGadget">
-    <portlet-name>iXBTGadget</portlet-name>
-    <display-name>iXBT ?                  </display-name>
-    <description>Google Gadgets: iXBT ?                   Gadget</description>
+  <portlet id="What39sThatSiteRunningGadget">
+    <portlet-name>What39sThatSiteRunningGadget</portlet-name>
+    <display-name>What&#39;s That Site Running?</display-name>
+    <description>Google Gadgets: What&#39;s That Site Running? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iXBT ?                  </value>
+      <value>What&#39;s That Site Running?</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/ixbtsoft.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://toolbar.netcraft.com/gadgets/nc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/ixbtsoft.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://toolbar.netcraft.com/gadgets/nc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8527,29 +8692,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iXBT ?                  </title>
-      <short-title>iXBT ?                  </short-title>
+      <title>What&#39;s That Site Running?</title>
+      <short-title>What&#39;s That Site Running?</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BuscadordeproductosMercadolibreMxicoGadget">
-    <portlet-name>BuscadordeproductosMercadolibreMxicoGadget</portlet-name>
-    <display-name>Buscador de productos Mercadolibre M?xico</display-name>
-    <description>Google Gadgets: Buscador de productos Mercadolibre M?xico Gadget</description>
+  <portlet id="LunarInformerGadget">
+    <portlet-name>LunarInformerGadget</portlet-name>
+    <display-name>Lunar Informer</display-name>
+    <description>Google Gadgets: Lunar Informer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Buscador de productos Mercadolibre M?xico</value>
+      <value>Lunar Informer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.decobaires.com.ar/google_gadgets/mlm.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lunarium.co.uk/gadgets/lunar-informer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.decobaires.com.ar/google_gadgets/mlm.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lunarium.co.uk/gadgets/lunar-informer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8560,29 +8725,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Buscador de productos Mercadolibre M?xico</title>
-      <short-title>Buscador de productos Mercadolibre M?xico</short-title>
+      <title>Lunar Informer</title>
+      <short-title>Lunar Informer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GadgetDocsGadget">
-    <portlet-name>GadgetDocsGadget</portlet-name>
-    <display-name>Gadget Docs</display-name>
-    <description>Google Gadgets: Gadget Docs Gadget</description>
+  <portlet id="SteveJobsQuotesGadget">
+    <portlet-name>SteveJobsQuotesGadget</portlet-name>
+    <display-name>Steve Jobs Quotes</display-name>
+    <description>Google Gadgets: Steve Jobs Quotes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gadget Docs</value>
+      <value>Steve Jobs Quotes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009076278834022051519/cse/lnhlnibkffo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_steve_jobs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009076278834022051519/cse/lnhlnibkffo/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/113198001483006027607/quotes_steve_jobs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8593,29 +8758,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gadget Docs</title>
-      <short-title>Gadget Docs</short-title>
+      <title>Steve Jobs Quotes</title>
+      <short-title>Steve Jobs Quotes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Sundsvallstoratorgetwebcam1Gadget">
-    <portlet-name>Sundsvallstoratorgetwebcam1Gadget</portlet-name>
-    <display-name>Sundsvall stora torget webcam</display-name>
-    <description>Google Gadgets: Sundsvall stora torget webcam Gadget</description>
+  <portlet id="ResistorCodeGadget">
+    <portlet-name>ResistorCodeGadget</portlet-name>
+    <display-name>Resistor Code</display-name>
+    <description>Google Gadgets: Resistor Code Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sundsvall stora torget webcam</value>
+      <value>Resistor Code</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://edlin.exe.googlepages.com/SundsvallstoratorgetWebcam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.delsea.k12.nj.us/academic/classes/highschool/science/physics/ResistorCode/ResistorCode.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://edlin.exe.googlepages.com/SundsvallstoratorgetWebcam.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.delsea.k12.nj.us/academic/classes/highschool/science/physics/ResistorCode/ResistorCode.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8626,29 +8791,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sundsvall stora torget webcam</title>
-      <short-title>Sundsvall stora torget webcam</short-title>
+      <title>Resistor Code</title>
+      <short-title>Resistor Code</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebcamsNederlandGadget">
-    <portlet-name>WebcamsNederlandGadget</portlet-name>
-    <display-name>Webcams Nederland</display-name>
-    <description>Google Gadgets: Webcams Nederland Gadget</description>
+  <portlet id="ScientificCalculatorGadget">
+    <portlet-name>ScientificCalculatorGadget</portlet-name>
+    <display-name>Scientific Calculator</display-name>
+    <description>Google Gadgets: Scientific Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Webcams Nederland</value>
+      <value>Scientific Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.nl/widget/cammapnl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gotoscience.com/gadgets/Math-Scientific-Calculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.nl/widget/cammapnl.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gotoscience.com/gadgets/Math-Scientific-Calculator.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8659,29 +8824,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Webcams Nederland</title>
-      <short-title>Webcams Nederland</short-title>
+      <title>Scientific Calculator</title>
+      <short-title>Scientific Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BuscadordeproductosyserviciosdeMercadolibreArgentinaGadget">
-    <portlet-name>BuscadordeproductosyserviciosdeMercadolibreArgentinaGadget</portlet-name>
-    <display-name>Buscador de productos y servicios de Mercadolibre Argentina</display-name>
-    <description>Google Gadgets: Buscador de productos y servicios de Mercadolibre Argentina Gadget</description>
+  <portlet id="DesignMeltdownGadget">
+    <portlet-name>DesignMeltdownGadget</portlet-name>
+    <display-name>Design Meltdown</display-name>
+    <description>Google Gadgets: Design Meltdown Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Buscador de productos y servicios de Mercadolibre Argentina</value>
+      <value>Design Meltdown</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.decobaires.com.ar/google_gadgets/mla.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014219151608039884335/cse/fp65j5e89gk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.decobaires.com.ar/google_gadgets/mla.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014219151608039884335/cse/fp65j5e89gk/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8692,29 +8857,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Buscador de productos y servicios de Mercadolibre Argentina</title>
-      <short-title>Buscador de productos y servicios de Mercadolibre Argentina</short-title>
+      <title>Design Meltdown</title>
+      <short-title>Design Meltdown</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ProgrammazioneitGadget">
-    <portlet-name>ProgrammazioneitGadget</portlet-name>
-    <display-name>Programmazione.it</display-name>
-    <description>Google Gadgets: Programmazione.it Gadget</description>
+  <portlet id="iPhoneLaunchGadget">
+    <portlet-name>iPhoneLaunchGadget</portlet-name>
+    <display-name>iPhone Launch</display-name>
+    <description>Google Gadgets: iPhone Launch Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Programmazione.it</value>
+      <value>iPhone Launch</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://programmazione.it/gadget/PITFeedReader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111603151646602777478%26mid%3D29%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://programmazione.it/gadget/PITFeedReader.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111603151646602777478%26mid%3D29%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8725,29 +8890,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Programmazione.it</title>
-      <short-title>Programmazione.it</short-title>
+      <title>iPhone Launch</title>
+      <short-title>iPhone Launch</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BuscadordeproductosMercadolibreColombiaGadget">
-    <portlet-name>BuscadordeproductosMercadolibreColombiaGadget</portlet-name>
-    <display-name>Buscador de productos Mercadolibre Colombia</display-name>
-    <description>Google Gadgets: Buscador de productos Mercadolibre Colombia Gadget</description>
+  <portlet id="PythonProgrammingGadget">
+    <portlet-name>PythonProgrammingGadget</portlet-name>
+    <display-name>Python Programming</display-name>
+    <description>Google Gadgets: Python Programming Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Buscador de productos Mercadolibre Colombia</value>
+      <value>Python Programming</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.decobaires.com.ar/google_gadgets/mco.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/018413290510798844940/cse/k69bxcfofe0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.decobaires.com.ar/google_gadgets/mco.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/018413290510798844940/cse/k69bxcfofe0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8758,29 +8923,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Buscador de productos Mercadolibre Colombia</title>
-      <short-title>Buscador de productos Mercadolibre Colombia</short-title>
+      <title>Python Programming</title>
+      <short-title>Python Programming</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebMotorsAquivocencontraGadget">
-    <portlet-name>WebMotorsAquivocencontraGadget</portlet-name>
-    <display-name>WebMotors - Aqui voc? encontra!</display-name>
-    <description>Google Gadgets: WebMotors - Aqui voc? encontra! Gadget</description>
+  <portlet id="FultusPublishingGadget">
+    <portlet-name>FultusPublishingGadget</portlet-name>
+    <display-name>Fultus Publishing</display-name>
+    <description>Google Gadgets: Fultus Publishing Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WebMotors - Aqui voc? encontra!</value>
+      <value>Fultus Publishing</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://marcello.henrique.googlepages.com/WebMotorsGoogleGadget2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fultus.com/ig/elibrary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://marcello.henrique.googlepages.com/WebMotorsGoogleGadget2.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fultus.com/ig/elibrary.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8791,29 +8956,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WebMotors - Aqui voc? encontra!</title>
-      <short-title>WebMotors - Aqui voc? encontra!</short-title>
+      <title>Fultus Publishing</title>
+      <short-title>Fultus Publishing</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ICERnlwoordenboekGadget">
-    <portlet-name>ICERnlwoordenboekGadget</portlet-name>
-    <display-name>ICER.nl woordenboek</display-name>
-    <description>Google Gadgets: ICER.nl woordenboek Gadget</description>
+  <portlet id="eBaysearch1Gadget">
+    <portlet-name>eBaysearch1Gadget</portlet-name>
+    <display-name>eBay search</display-name>
+    <description>Google Gadgets: eBay search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ICER.nl woordenboek</value>
+      <value>eBay search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.icer.nl/script/gadget_woordenboek.xml.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cdmmc.com.br/ml/ebay.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.icer.nl/script/gadget_woordenboek.xml.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cdmmc.com.br/ml/ebay.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8824,29 +8989,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ICER.nl woordenboek</title>
-      <short-title>ICER.nl woordenboek</short-title>
+      <title>eBay search</title>
+      <short-title>eBay search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PrylmannenseGadget">
-    <portlet-name>PrylmannenseGadget</portlet-name>
-    <display-name>Prylmannen.se</display-name>
-    <description>Google Gadgets: Prylmannen.se Gadget</description>
+  <portlet id="RegisterorbackorderdomainnamesGadget">
+    <portlet-name>RegisterorbackorderdomainnamesGadget</portlet-name>
+    <display-name>Register or backorder domai...</display-name>
+    <description>Google Gadgets: Register or backorder domain names Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Prylmannen.se</value>
+      <value>Register or backorder domain names</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.prylmannen.se/prylmannen_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.quickfeeds.com/domains/igoogle/modules/domains.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.prylmannen.se/prylmannen_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.quickfeeds.com/domains/igoogle/modules/domains.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8857,29 +9022,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Prylmannen.se</title>
-      <short-title>Prylmannen.se</short-title>
+      <title>Register or backorder domain names</title>
+      <short-title>Register or backorder domain names</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="almusorgGadget">
-    <portlet-name>almusorgGadget</portlet-name>
-    <display-name>almus.org</display-name>
-    <description>Google Gadgets: almus.org Gadget</description>
+  <portlet id="BusinessITOnlineContactsGadget">
+    <portlet-name>BusinessITOnlineContactsGadget</portlet-name>
+    <display-name>Business IT Online ? Contacts</display-name>
+    <description>Google Gadgets: Business IT Online ? Contacts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>almus.org</value>
+      <value>Business IT Online ? Contacts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001284774283416197727/cse/9dfbe1fxqu8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.businessitonline.com/Gadget/Xml/bio_contacts.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001284774283416197727/cse/9dfbe1fxqu8/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.businessitonline.com/Gadget/Xml/bio_contacts.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8890,29 +9055,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>almus.org</title>
-      <short-title>almus.org</short-title>
+      <title>Business IT Online ? Contacts</title>
+      <short-title>Business IT Online ? Contacts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NoticiasdeComunicacionesWorldGadget">
-    <portlet-name>NoticiasdeComunicacionesWorldGadget</portlet-name>
-    <display-name>Noticias de Comunicaciones World</display-name>
-    <description>Google Gadgets: Noticias de Comunicaciones World Gadget</description>
+  <portlet id="SkuerGadget">
+    <portlet-name>SkuerGadget</portlet-name>
+    <display-name>Skuer</display-name>
+    <description>Google Gadgets: Skuer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Noticias de Comunicaciones World</value>
+      <value>Skuer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.idg.es/gadgets/comunicaciones.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012132738071391750304/cse/hqp1d9od6jy/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.idg.es/gadgets/comunicaciones.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012132738071391750304/cse/hqp1d9od6jy/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8923,29 +9088,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Noticias de Comunicaciones World</title>
-      <short-title>Noticias de Comunicaciones World</short-title>
+      <title>Skuer</title>
+      <short-title>Skuer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InternetyWeb20Gadget">
-    <portlet-name>InternetyWeb20Gadget</portlet-name>
-    <display-name>Internet y Web 2.0</display-name>
-    <description>Google Gadgets: Internet y Web 2.0 Gadget</description>
+  <portlet id="MonitisUptimeSnapshotGadget">
+    <portlet-name>MonitisUptimeSnapshotGadget</portlet-name>
+    <display-name>Monitis Uptime Snapshot</display-name>
+    <description>Google Gadgets: Monitis Uptime Snapshot Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Internet y Web 2.0</value>
+      <value>Monitis Uptime Snapshot</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001860472264719247168/cse/3194aolpu80/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://monitis.com/widgets/snapshot/google_home/google_home.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001860472264719247168/cse/3194aolpu80/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://monitis.com/widgets/snapshot/google_home/google_home.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8956,29 +9121,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Internet y Web 2.0</title>
-      <short-title>Internet y Web 2.0</short-title>
+      <title>Monitis Uptime Snapshot</title>
+      <short-title>Monitis Uptime Snapshot</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CelularesenMercadolibreGadget">
-    <portlet-name>CelularesenMercadolibreGadget</portlet-name>
-    <display-name>Celulares en Mercadolibre</display-name>
-    <description>Google Gadgets: Celulares en Mercadolibre Gadget</description>
+  <portlet id="COnlineWebSearchGadget">
+    <portlet-name>COnlineWebSearchGadget</portlet-name>
+    <display-name>C# Online Web Search</display-name>
+    <description>Google Gadgets: C# Online Web Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Celulares en Mercadolibre</value>
+      <value>C# Online Web Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.decobaires.com.ar/google_gadgets/celulares.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015184517059031426848/cse/myxksvkpaf0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.decobaires.com.ar/google_gadgets/celulares.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015184517059031426848/cse/myxksvkpaf0/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8989,29 +9154,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Celulares en Mercadolibre</title>
-      <short-title>Celulares en Mercadolibre</short-title>
+      <title>C# Online Web Search</title>
+      <short-title>C# Online Web Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ActividadessmicaPortugalGadget">
-    <portlet-name>ActividadessmicaPortugalGadget</portlet-name>
-    <display-name>Actividade s?smica Portugal</display-name>
-    <description>Google Gadgets: Actividade s?smica Portugal Gadget</description>
+  <portlet id="DownloadcomMostPopularGadget">
+    <portlet-name>DownloadcomMostPopularGadget</portlet-name>
+    <display-name>Download.com - Most Popular</display-name>
+    <description>Google Gadgets: Download.com - Most Popular Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Actividade s?smica Portugal</value>
+      <value>Download.com - Most Popular</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.joaquim.org/tempo/demo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/Gadgets/downloads_popular.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.joaquim.org/tempo/demo.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/Gadgets/downloads_popular.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9022,29 +9187,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Actividade s?smica Portugal</title>
-      <short-title>Actividade s?smica Portugal</short-title>
+      <title>Download.com - Most Popular</title>
+      <short-title>Download.com - Most Popular</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SUPINFOLinuxNewsGadget">
-    <portlet-name>SUPINFOLinuxNewsGadget</portlet-name>
-    <display-name>SUPINFO Linux News</display-name>
-    <description>Google Gadgets: SUPINFO Linux News Gadget</description>
+  <portlet id="WowacecomGadget">
+    <portlet-name>WowacecomGadget</portlet-name>
+    <display-name>Wowace.com</display-name>
+    <description>Google Gadgets: Wowace.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SUPINFO Linux News</value>
+      <value>Wowace.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://emmanuel.mace.googlepages.com/labo-linux_news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015548249089169640250/cse/k4ikqyiacv8/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://emmanuel.mace.googlepages.com/labo-linux_news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015548249089169640250/cse/k4ikqyiacv8/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9055,29 +9220,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SUPINFO Linux News</title>
-      <short-title>SUPINFO Linux News</short-title>
+      <title>Wowace.com</title>
+      <short-title>Wowace.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NoticiasdeMacworldGadget">
-    <portlet-name>NoticiasdeMacworldGadget</portlet-name>
-    <display-name>Noticias de Macworld</display-name>
-    <description>Google Gadgets: Noticias de Macworld Gadget</description>
+  <portlet id="InternetSecurityZonecom1Gadget">
+    <portlet-name>InternetSecurityZonecom1Gadget</portlet-name>
+    <display-name>InternetSecurityZone.com</display-name>
+    <description>Google Gadgets: InternetSecurityZone.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Noticias de Macworld</value>
+      <value>InternetSecurityZone.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.idg.es/gadgets/macworld.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005409955777966207351/cse/mefcsvnswac/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.idg.es/gadgets/macworld.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005409955777966207351/cse/mefcsvnswac/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9088,29 +9253,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Noticias de Macworld</title>
-      <short-title>Noticias de Macworld</short-title>
+      <title>InternetSecurityZone.com</title>
+      <short-title>InternetSecurityZone.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TeknosacomHerkesIcinTeknolojiGadget">
-    <portlet-name>TeknosacomHerkesIcinTeknolojiGadget</portlet-name>
-    <display-name>Teknosa.com - Herkes Icin Teknoloji</display-name>
-    <description>Google Gadgets: Teknosa.com - Herkes Icin Teknoloji Gadget</description>
+  <portlet id="CounterGadget">
+    <portlet-name>CounterGadget</portlet-name>
+    <display-name>Counter</display-name>
+    <description>Google Gadgets: Counter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Teknosa.com - Herkes Icin Teknoloji</value>
+      <value>Counter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.teknosa.com/msib21/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://oczazou.googlepages.com/counter_oczazou.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.teknosa.com/msib21/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://oczazou.googlepages.com/counter_oczazou.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9121,29 +9286,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Teknosa.com - Herkes Icin Teknoloji</title>
-      <short-title>Teknosa.com - Herkes Icin Teknoloji</short-title>
+      <title>Counter</title>
+      <short-title>Counter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashLiteSearchEngineGadget">
-    <portlet-name>FlashLiteSearchEngineGadget</portlet-name>
-    <display-name>Flash Lite Search Engine</display-name>
-    <description>Google Gadgets: Flash Lite Search Engine Gadget</description>
+  <portlet id="OracleSearchGadget">
+    <portlet-name>OracleSearchGadget</portlet-name>
+    <display-name>Oracle Search</display-name>
+    <description>Google Gadgets: Oracle Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Lite Search Engine</value>
+      <value>Oracle Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/002502397573012015171/cse/yfjvyixbumo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://park7.wakwak.com/~akimoto/module/oraclesearchbox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/002502397573012015171/cse/yfjvyixbumo/gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://park7.wakwak.com/~akimoto/module/oraclesearchbox.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9154,29 +9319,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Lite Search Engine</title>
-      <short-title>Flash Lite Search Engine</short-title>
+      <title>Oracle Search</title>
+      <short-title>Oracle Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CentraldoAntivirusGadget">
-    <portlet-name>CentraldoAntivirusGadget</portlet-name>
-    <display-name>Central do Antivirus</display-name>
-    <description>Google Gadgets: Central do Antivirus Gadget</description>
+  <portlet id="MonitorUsWebPerfometerGadget">
+    <portlet-name>MonitorUsWebPerfometerGadget</portlet-name>
+    <display-name>Mon.itor.Us Web Perfometer</display-name>
+    <description>Google Gadgets: Mon.itor.Us Web Perfometer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Central do Antivirus</value>
+      <value>Mon.itor.Us Web Perfometer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.centraldoantivirus.com.br/ca/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mon.itor.us/widgets/speedometer/google_home/speedometer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.centraldoantivirus.com.br/ca/gadget.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mon.itor.us/widgets/speedometer/google_home/speedometer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9187,29 +9352,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Central do Antivirus</title>
-      <short-title>Central do Antivirus</short-title>
+      <title>Mon.itor.Us Web Perfometer</title>
+      <short-title>Mon.itor.Us Web Perfometer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SUPINFOLinuxNews1Gadget">
-    <portlet-name>SUPINFOLinuxNews1Gadget</portlet-name>
-    <display-name>SUPINFO Linux News</display-name>
-    <description>Google Gadgets: SUPINFO Linux News Gadget</description>
+  <portlet id="MonitisGlobalWatchGadget">
+    <portlet-name>MonitisGlobalWatchGadget</portlet-name>
+    <display-name>Monitis Global Watch</display-name>
+    <description>Google Gadgets: Monitis Global Watch Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SUPINFO Linux News</value>
+      <value>Monitis Global Watch</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labo-linux.org/gadget-news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://monitis.com/widgets/test/google_home/test_widget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labo-linux.org/gadget-news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://monitis.com/widgets/test/google_home/test_widget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9220,29 +9385,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SUPINFO Linux News</title>
-      <short-title>SUPINFO Linux News</short-title>
+      <title>Monitis Global Watch</title>
+      <short-title>Monitis Global Watch</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HardwareGadget">
-    <portlet-name>HardwareGadget</portlet-name>
-    <display-name> -      -         Hardware</display-name>
-    <description>Google Gadgets:  -      -         Hardware Gadget</description>
+  <portlet id="ScientificCalculator1Gadget">
+    <portlet-name>ScientificCalculator1Gadget</portlet-name>
+    <display-name>Scientific Calculator</display-name>
+    <description>Google Gadgets: Scientific Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value> -      -         Hardware</value>
+      <value>Scientific Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/fcenterhard.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/scientific-calculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/fcenterhard.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/scientific-calculator.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9253,29 +9418,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title> -      -         Hardware</title>
-      <short-title> -      -         Hardware</short-title>
+      <title>Scientific Calculator</title>
+      <short-title>Scientific Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooGadget">
-    <portlet-name>YahooGadget</portlet-name>
-    <display-name>Yahoo   </display-name>
-    <description>Google Gadgets: Yahoo    Gadget</description>
+  <portlet id="MashupoftheDayGadget">
+    <portlet-name>MashupoftheDayGadget</portlet-name>
+    <display-name>Mashup of the Day</display-name>
+    <description>Google Gadgets: Mashup of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo   </value>
+      <value>Mashup of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://g.1o4.jp/module/yahoosearchbox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.programmableweb.com/gadgets/google/mashupoftheday.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://g.1o4.jp/module/yahoosearchbox.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.programmableweb.com/gadgets/google/mashupoftheday.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9286,29 +9451,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo   </title>
-      <short-title>Yahoo   </short-title>
+      <title>Mashup of the Day</title>
+      <short-title>Mashup of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iXBT1Gadget">
-    <portlet-name>iXBT1Gadget</portlet-name>
-    <display-name>iXBT ?                  </display-name>
-    <description>Google Gadgets: iXBT ?                   Gadget</description>
+  <portlet id="ARINWHOISGadget">
+    <portlet-name>ARINWHOISGadget</portlet-name>
+    <display-name>ARIN WHOIS</display-name>
+    <description>Google Gadgets: ARIN WHOIS Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iXBT ?                  </value>
+      <value>ARIN WHOIS</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/ixbtgames.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://william.mcsweeney.googlepages.com/whois.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/ixbtgames.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://william.mcsweeney.googlepages.com/whois.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9319,29 +9484,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iXBT ?                  </title>
-      <short-title>iXBT ?                  </short-title>
+      <title>ARIN WHOIS</title>
+      <short-title>ARIN WHOIS</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StatcounterGadgetGadget">
-    <portlet-name>StatcounterGadgetGadget</portlet-name>
-    <display-name>Statcounter Gadget</display-name>
-    <description>Google Gadgets: Statcounter Gadget Gadget</description>
+  <portlet id="WindowsGadget">
+    <portlet-name>WindowsGadget</portlet-name>
+    <display-name>Windows</display-name>
+    <description>Google Gadgets: Windows Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Statcounter Gadget</value>
+      <value>Windows</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlemodules.googlepages.com/statcounter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008285120435533374405/cse/jvcls8wwpoy/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlemodules.googlepages.com/statcounter.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/008285120435533374405/cse/jvcls8wwpoy/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9352,29 +9517,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Statcounter Gadget</title>
-      <short-title>Statcounter Gadget</short-title>
+      <title>Windows</title>
+      <short-title>Windows</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DomainRegistrierungGadget">
-    <portlet-name>DomainRegistrierungGadget</portlet-name>
-    <display-name>Domain Registrierung</display-name>
-    <description>Google Gadgets: Domain Registrierung Gadget</description>
+  <portlet id="UncovertheNetGadget">
+    <portlet-name>UncovertheNetGadget</portlet-name>
+    <display-name>Uncover the Net</display-name>
+    <description>Google Gadgets: Uncover the Net Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Domain Registrierung</value>
+      <value>Uncover the Net</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://domain.registrierung.ws/domain_registrierung_module.php&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010514432762419945507/cse/cfjtq3xluw4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://domain.registrierung.ws/domain_registrierung_module.php</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010514432762419945507/cse/cfjtq3xluw4/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9385,29 +9550,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Domain Registrierung</title>
-      <short-title>Domain Registrierung</short-title>
+      <title>Uncover the Net</title>
+      <short-title>Uncover the Net</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SUPINFOAppleNews1Gadget">
-    <portlet-name>SUPINFOAppleNews1Gadget</portlet-name>
-    <display-name>SUPINFO Apple News</display-name>
-    <description>Google Gadgets: SUPINFO Apple News Gadget</description>
+  <portlet id="BlogdriveTemplatesGadget">
+    <portlet-name>BlogdriveTemplatesGadget</portlet-name>
+    <display-name>Blogdrive Templates</display-name>
+    <description>Google Gadgets: Blogdrive Templates Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SUPINFO Apple News</value>
+      <value>Blogdrive Templates</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://neimad85.googlepages.com/GoogleGadget-news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://neimad85.googlepages.com/GoogleGadget-news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://design.blogdrive.com/scripts/google/blogdrive-templates.html</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9418,29 +9583,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SUPINFO Apple News</title>
-      <short-title>SUPINFO Apple News</short-title>
+      <title>Blogdrive Templates</title>
+      <short-title>Blogdrive Templates</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ServeurMonitorGadget">
-    <portlet-name>ServeurMonitorGadget</portlet-name>
-    <display-name>Serveur Monitor</display-name>
-    <description>Google Gadgets: Serveur Monitor Gadget</description>
+  <portlet id="DeliciousKlogGadget">
+    <portlet-name>DeliciousKlogGadget</portlet-name>
+    <display-name>Delicious Klog</display-name>
+    <description>Google Gadgets: Delicious Klog Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Serveur Monitor</value>
+      <value>Delicious Klog</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.serveurmonitor.com/googlegadget/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://kloggenerator.googlepages.com/deliciousklog.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.serveurmonitor.com/googlegadget/index.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://kloggenerator.googlepages.com/deliciousklog.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9451,29 +9616,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Serveur Monitor</title>
-      <short-title>Serveur Monitor</short-title>
+      <title>Delicious Klog</title>
+      <short-title>Delicious Klog</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GadgetRadioNLGadget">
-    <portlet-name>GadgetRadioNLGadget</portlet-name>
-    <display-name>Gadget Radio (NL)</display-name>
-    <description>Google Gadgets: Gadget Radio (NL) Gadget</description>
+  <portlet id="FlashPlatformTechResourcesVerticalSearchGadget">
+    <portlet-name>FlashPlatformTechResourcesVerticalSearchGadget</portlet-name>
+    <display-name>Flash Platform Tech Resourc...</display-name>
+    <description>Google Gadgets: Flash Platform Tech Resources Vertical Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gadget Radio (NL)</value>
+      <value>Flash Platform Tech Resources Vertical Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/gadgetradio.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015158955796870541905/cse/xsxagqtsc3a/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/gadgetradio.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015158955796870541905/cse/xsxagqtsc3a/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9484,29 +9649,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gadget Radio (NL)</title>
-      <short-title>Gadget Radio (NL)</short-title>
+      <title>Flash Platform Tech Resources Vertical Search</title>
+      <short-title>Flash Platform Tech Resources Vertical Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GagdetNunlGadget">
-    <portlet-name>GagdetNunlGadget</portlet-name>
-    <display-name>Gagdet Nu.nl</display-name>
-    <description>Google Gadgets: Gagdet Nu.nl Gadget</description>
+  <portlet id="BhagavadGitaQuoteoftheDay1Gadget">
+    <portlet-name>BhagavadGitaQuoteoftheDay1Gadget</portlet-name>
+    <display-name>Bhagavad Gita Quote of the Day</display-name>
+    <description>Google Gadgets: Bhagavad Gita Quote of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gagdet Nu.nl</value>
+      <value>Bhagavad Gita Quote of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/nu.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nikul.com.googlepages.com/Bhagavad-Gita.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/nu.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nikul.com.googlepages.com/Bhagavad-Gita.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9517,29 +9682,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gagdet Nu.nl</title>
-      <short-title>Gagdet Nu.nl</short-title>
+      <title>Bhagavad Gita Quote of the Day</title>
+      <short-title>Bhagavad Gita Quote of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TraceurlcomGadget">
-    <portlet-name>TraceurlcomGadget</portlet-name>
-    <display-name>Traceurl.com</display-name>
-    <description>Google Gadgets: Traceurl.com Gadget</description>
+  <portlet id="callcenter4Gadget">
+    <portlet-name>callcenter4Gadget</portlet-name>
+    <display-name>call-center</display-name>
+    <description>Google Gadgets: call-center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Traceurl.com</value>
+      <value>call-center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://traceurl.com/portlet/traceurlportlet.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://call-centre.thuriam.com/access.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://traceurl.com/portlet/traceurlportlet.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://call-centre.thuriam.com/access.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9550,29 +9715,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Traceurl.com</title>
-      <short-title>Traceurl.com</short-title>
+      <title>call-center</title>
+      <short-title>call-center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="iXBT2Gadget">
-    <portlet-name>iXBT2Gadget</portlet-name>
-    <display-name>iXBT ?                    </display-name>
-    <description>Google Gadgets: iXBT ?                     Gadget</description>
+  <portlet id="System7TodayGadget">
+    <portlet-name>System7TodayGadget</portlet-name>
+    <display-name>System7Today</display-name>
+    <description>Google Gadgets: System7Today Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>iXBT ?                    </value>
+      <value>System7Today</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.project.googlepages.com/ixbthometheater.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/112909314373349181552/system7today.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.project.googlepages.com/ixbthometheater.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/112909314373349181552/system7today.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9583,29 +9748,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>iXBT ?                    </title>
-      <short-title>iXBT ?                    </short-title>
+      <title>System7Today</title>
+      <short-title>System7Today</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GuidaallatelefoniafissaemobileGadget">
-    <portlet-name>GuidaallatelefoniafissaemobileGadget</portlet-name>
-    <display-name>Guida alla telefonia fissa e mobile</display-name>
-    <description>Google Gadgets: Guida alla telefonia fissa e mobile Gadget</description>
+  <portlet id="ScientificCalculator2Gadget">
+    <portlet-name>ScientificCalculator2Gadget</portlet-name>
+    <display-name>Scientific Calculator</display-name>
+    <description>Google Gadgets: Scientific Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Guida alla telefonia fissa e mobile</value>
+      <value>Scientific Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.newssms.it/fcnews/news.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/scientific-calculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.newssms.it/fcnews/news.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/scientific-calculator.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9616,29 +9781,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Guida alla telefonia fissa e mobile</title>
-      <short-title>Guida alla telefonia fissa e mobile</short-title>
+      <title>Scientific Calculator</title>
+      <short-title>Scientific Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="3newestphpscriptsbyIndrekPriGadget">
-    <portlet-name>3newestphpscriptsbyIndrekPriGadget</portlet-name>
-    <display-name>3 newest php scripts by Indrek P?ri</display-name>
-    <description>Google Gadgets: 3 newest php scripts by Indrek P?ri Gadget</description>
+  <portlet id="WiFiWiMAXandMeshNetworksGadget">
+    <portlet-name>WiFiWiMAXandMeshNetworksGadget</portlet-name>
+    <display-name>Wi-Fi, WiMAX and Mesh Networks</display-name>
+    <description>Google Gadgets: Wi-Fi, WiMAX and Mesh Networks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>3 newest php scripts by Indrek P?ri</value>
+      <value>Wi-Fi, WiMAX and Mesh Networks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.indrek.eu/indrek.eu.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009965129035742301785/cse/o7wupsxx9dk/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.indrek.eu/indrek.eu.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009965129035742301785/cse/o7wupsxx9dk/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9649,29 +9814,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>3 newest php scripts by Indrek P?ri</title>
-      <short-title>3 newest php scripts by Indrek P?ri</short-title>
+      <title>Wi-Fi, WiMAX and Mesh Networks</title>
+      <short-title>Wi-Fi, WiMAX and Mesh Networks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsoperatoremobileVodafoneGadget">
-    <portlet-name>NewsoperatoremobileVodafoneGadget</portlet-name>
-    <display-name>News operatore mobile Vodafone</display-name>
-    <description>Google Gadgets: News operatore mobile Vodafone Gadget</description>
+  <portlet id="BlogSearchEngineGadget">
+    <portlet-name>BlogSearchEngineGadget</portlet-name>
+    <display-name>Blog Search Engine</display-name>
+    <description>Google Gadgets: Blog Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>News operatore mobile Vodafone</value>
+      <value>Blog Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.newssms.it/fcnews/news_voda.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/015539028133095552554/cse/a7cjnp0pn-4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.newssms.it/fcnews/news_voda.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/015539028133095552554/cse/a7cjnp0pn-4/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9682,29 +9847,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>News operatore mobile Vodafone</title>
-      <short-title>News operatore mobile Vodafone</short-title>
+      <title>Blog Search Engine</title>
+      <short-title>Blog Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NewsoperatoremobileWindGadget">
-    <portlet-name>NewsoperatoremobileWindGadget</portlet-name>
-    <display-name>News operatore mobile Wind</display-name>
-    <description>Google Gadgets: News operatore mobile Wind Gadget</description>
+  <portlet id="SubnetCalculatorGadget">
+    <portlet-name>SubnetCalculatorGadget</portlet-name>
+    <display-name>Subnet Calculator</display-name>
+    <description>Google Gadgets: Subnet Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>News operatore mobile Wind</value>
+      <value>Subnet Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.newssms.it/fcnews/news_wind.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://moggert.net/subnetcalc.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.newssms.it/fcnews/news_wind.xml</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://moggert.net/subnetcalc.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9715,11 +9880,44 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>News operatore mobile Wind</title>
-      <short-title>News operatore mobile Wind</short-title>
+      <title>Subnet Calculator</title>
+      <short-title>Subnet Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="ScientificCalculator3Gadget">
+    <portlet-name>ScientificCalculator3Gadget</portlet-name>
+    <display-name>Scientific Calculator</display-name>
+    <description>Google Gadgets: Scientific Calculator Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Scientific Calculator</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://quotesandlines.googlepages.com/scientific-calculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://quotesandlines.googlepages.com/scientific-calculator.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Scientific Calculator</title>
+      <short-title>Scientific Calculator</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
 </portlet-app>
 

Modified: googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml	2007-12-07 21:12:08 UTC (rev 746)
@@ -19,6 +19,72 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
 
+  <portlet id="WeatherForecastsGadget">
+    <portlet-name>WeatherForecastsGadget</portlet-name>
+    <display-name>Weather Forecasts</display-name>
+    <description>Google Gadgets: Weather Forecasts Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Weather Forecasts</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/weather/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/weather/weather.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Weather Forecasts</title>
+      <short-title>Weather Forecasts</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="GoogleCalendarGadget">
+    <portlet-name>GoogleCalendarGadget</portlet-name>
+    <display-name>Google Calendar</display-name>
+    <description>Google Gadgets: Google Calendar Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Google Calendar</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar-for-your-site.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/calendar-for-your-site.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Google Calendar</title>
+      <short-title>Google Calendar</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="DateampTimeGadget">
     <portlet-name>DateampTimeGadget</portlet-name>
     <display-name>Date &amp; Time</display-name>
@@ -31,11 +97,11 @@
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Date &amp; Time&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/datetime.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Date &amp; Time</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/datetime.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -52,23 +118,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleCalendarViewerGadget">
-    <portlet-name>GoogleCalendarViewerGadget</portlet-name>
-    <display-name>Google Calendar Viewer</display-name>
-    <description>Google Gadgets: Google Calendar Viewer Gadget</description>
+  <portlet id="MiniWebGadget">
+    <portlet-name>MiniWebGadget</portlet-name>
+    <display-name>Mini Web</display-name>
+    <description>Google Gadgets: Mini Web Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Calendar Viewer</value>
+      <value>Mini Web</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Google Calendar Viewer&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blog.outer-court.com/homepage/miniweb.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Google Calendar Viewer</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blog.outer-court.com/homepage/miniweb.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -79,29 +145,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Calendar Viewer</title>
-      <short-title>Google Calendar Viewer</short-title>
+      <title>Mini Web</title>
+      <short-title>Mini Web</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleGadget">
-    <portlet-name>GoogleGadget</portlet-name>
-    <display-name>Google??????????????????????????????????????????</display-name>
-    <description>Google Gadgets: Google?????????????????????????????????????????? Gadget</description>
+  <portlet id="CurrencyConverterGadget">
+    <portlet-name>CurrencyConverterGadget</portlet-name>
+    <display-name>Currency Converter</display-name>
+    <description>Google Gadgets: Currency Converter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google??????????????????????????????????????????</value>
+      <value>Currency Converter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Googleトランジット(乗り換え検索)&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.donalobrien.net/apps/google/currency.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Googleトランジット(乗り換え検索)</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.donalobrien.net/apps/google/currency.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -112,29 +178,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google??????????????????????????????????????????</title>
-      <short-title>Google??????????????????????????????????????????</short-title>
+      <title>Currency Converter</title>
+      <short-title>Currency Converter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
   <portlet id="WikipediaGadget">
     <portlet-name>WikipediaGadget</portlet-name>
-    <display-name>Wikipedia ??????</display-name>
-    <description>Google Gadgets: Wikipedia ?????? Gadget</description>
+    <display-name>Wikipedia</display-name>
+    <description>Google Gadgets: Wikipedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wikipedia ??????</value>
+      <value>Wikipedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Wikipedia 検索&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://homepages.ipact.nl/~kruit/benno/folder/Documents/Google/wpsearchbar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Wikipedia 検索</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://homepages.ipact.nl/~kruit/benno/folder/Documents/Google/wpsearchbar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -145,29 +211,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wikipedia ??????</title>
-      <short-title>Wikipedia ??????</short-title>
+      <title>Wikipedia</title>
+      <short-title>Wikipedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleClockGadget">
-    <portlet-name>GoogleClockGadget</portlet-name>
-    <display-name>Google Clock</display-name>
-    <description>Google Gadgets: Google Clock Gadget</description>
+  <portlet id="ToDoGadget">
+    <portlet-name>ToDoGadget</portlet-name>
+    <display-name>ToDo</display-name>
+    <description>Google Gadgets: ToDo Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Clock</value>
+      <value>ToDo</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Google Clock&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Google Clock</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/todo/todo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -178,12 +244,144 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Clock</title>
-      <short-title>Google Clock</short-title>
+      <title>ToDo</title>
+      <short-title>ToDo</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="MiniClockGadget">
+    <portlet-name>MiniClockGadget</portlet-name>
+    <display-name>Mini-Clock</display-name>
+    <description>Google Gadgets: Mini-Clock Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Mini-Clock</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/clock/mini_clock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/clock/mini_clock.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Mini-Clock</title>
+      <short-title>Mini-Clock</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="CountdownGadget">
+    <portlet-name>CountdownGadget</portlet-name>
+    <display-name>Countdown </display-name>
+    <description>Google Gadgets: Countdown  Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Countdown </value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://calebegg.com/countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://calebegg.com/countdown.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Countdown </title>
+      <short-title>Countdown </short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="ClockGadget">
+    <portlet-name>ClockGadget</portlet-name>
+    <display-name>Clock</display-name>
+    <description>Google Gadgets: Clock Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Clock</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D110%26xwidth%3D250%26mininame%3Dclock%26buildnumber%3D1%252E5%252E5%252E6%26title%3DClock%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Aclock%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fclock%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D110%26xwidth%3D250%26mininame%3Dclock%26buildnumber%3D1%252E5%252E5%252E6%26title%3DClock%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Aclock%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fclock%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Clock</title>
+      <short-title>Clock</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="LocalGasPricesGadget">
+    <portlet-name>LocalGasPricesGadget</portlet-name>
+    <display-name>Local Gas Prices</display-name>
+    <description>Google Gadgets: Local Gas Prices Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Local Gas Prices</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.onceyougonerd.com/google_gadget_awards/local_gas.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.onceyougonerd.com/google_gadget_awards/local_gas.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Local Gas Prices</title>
+      <short-title>Local Gas Prices</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="WorldClocksGadget">
     <portlet-name>WorldClocksGadget</portlet-name>
     <display-name>World Clocks</display-name>
@@ -196,11 +394,11 @@
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=World Clocks&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ljmsite.com/google/gadgets/worldclocks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=World Clocks</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ljmsite.com/google/gadgets/worldclocks.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -217,23 +415,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="CalendarGadget">
-    <portlet-name>CalendarGadget</portlet-name>
-    <display-name>Calendar</display-name>
-    <description>Google Gadgets: Calendar Gadget</description>
+  <portlet id="DaylightMapGadget">
+    <portlet-name>DaylightMapGadget</portlet-name>
+    <display-name>Daylight Map</display-name>
+    <description>Google Gadgets: Daylight Map Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Calendar</value>
+      <value>Daylight Map</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Calendar&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.daylightmap.com/daylight_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Calendar</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.daylightmap.com/daylight_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -244,29 +442,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Calendar</title>
-      <short-title>Calendar</short-title>
+      <title>Daylight Map</title>
+      <short-title>Daylight Map</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchYouTubeGadget">
-    <portlet-name>SearchYouTubeGadget</portlet-name>
-    <display-name>Search YouTube</display-name>
-    <description>Google Gadgets: Search YouTube Gadget</description>
+  <portlet id="MP3PlayerGadget">
+    <portlet-name>MP3PlayerGadget</portlet-name>
+    <display-name>MP3 Player</display-name>
+    <description>Google Gadgets: MP3 Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search YouTube</value>
+      <value>MP3 Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Search YouTube&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D190%26xwidth%3D310%26mininame%3Dmp3%26buildnumber%3D1%252E5%252E5%252E6%26title%3DMP3%2520Player%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Amp3%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fmp3%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Search YouTube</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D190%26xwidth%3D310%26mininame%3Dmp3%26buildnumber%3D1%252E5%252E5%252E6%26title%3DMP3%2520Player%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Amp3%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fmp3%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -277,29 +475,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search YouTube</title>
-      <short-title>Search YouTube</short-title>
+      <title>MP3 Player</title>
+      <short-title>MP3 Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AmazonGadget">
-    <portlet-name>AmazonGadget</portlet-name>
-    <display-name>Amazon ??????</display-name>
-    <description>Google Gadgets: Amazon ?????? Gadget</description>
+  <portlet id="TMinusChristmasCountdownClockGadget">
+    <portlet-name>TMinusChristmasCountdownClockGadget</portlet-name>
+    <display-name>T-Minus Christmas Countdown...</display-name>
+    <description>Google Gadgets: T-Minus Christmas Countdown Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amazon ??????</value>
+      <value>T-Minus Christmas Countdown Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Amazon 検索&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.t-minusenterprises.com/GoogleGadgets/T-MinusChristmasKids.htm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Amazon 検索</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.t-minusenterprises.com/GoogleGadgets/T-MinusChristmasKids.htm</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -310,29 +508,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amazon ??????</title>
-      <short-title>Amazon ??????</short-title>
+      <title>T-Minus Christmas Countdown Clock</title>
+      <short-title>T-Minus Christmas Countdown Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IPAddressLookupGadget">
-    <portlet-name>IPAddressLookupGadget</portlet-name>
-    <display-name>IP Address Lookup</display-name>
-    <description>Google Gadgets: IP Address Lookup Gadget</description>
+  <portlet id="What39smyIPaddressISPcountryproxyGadget">
+    <portlet-name>What39smyIPaddressISPcountryproxyGadget</portlet-name>
+    <display-name>What&#39;s my IP address, I...</display-name>
+    <description>Google Gadgets: What&#39;s my IP address, ISP, country, proxy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IP Address Lookup</value>
+      <value>What&#39;s my IP address, ISP, country, proxy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=IP Address Lookup&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/ip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=IP Address Lookup</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aruljohn.com/gadget/ip.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -343,29 +541,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IP Address Lookup</title>
-      <short-title>IP Address Lookup</short-title>
+      <title>What&#39;s my IP address, ISP, country, proxy</title>
+      <short-title>What&#39;s my IP address, ISP, country, proxy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SimpleCalcGadget">
-    <portlet-name>SimpleCalcGadget</portlet-name>
-    <display-name>Simple Calc</display-name>
-    <description>Google Gadgets: Simple Calc Gadget</description>
+  <portlet id="MicrosoftOutlookGadget">
+    <portlet-name>MicrosoftOutlookGadget</portlet-name>
+    <display-name>Microsoft Outlook</display-name>
+    <description>Google Gadgets: Microsoft Outlook Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Simple Calc</value>
+      <value>Microsoft Outlook</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Simple Calc&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andyast.googlepages.com/MSOutlookWidget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Simple Calc</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andyast.googlepages.com/MSOutlookWidget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -376,29 +574,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Simple Calc</title>
-      <short-title>Simple Calc</short-title>
+      <title>Microsoft Outlook</title>
+      <short-title>Microsoft Outlook</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CurrentMoonPhaseGadget">
-    <portlet-name>CurrentMoonPhaseGadget</portlet-name>
-    <display-name>Current Moon Phase</display-name>
-    <description>Google Gadgets: Current Moon Phase Gadget</description>
+  <portlet id="GoogleClockGadget">
+    <portlet-name>GoogleClockGadget</portlet-name>
+    <display-name>Google Clock</display-name>
+    <description>Google Gadgets: Google Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Current Moon Phase</value>
+      <value>Google Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Current Moon Phase&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.matt.org/modules/GoogleClock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Current Moon Phase</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.matt.org/modules/GoogleClock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -409,29 +607,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Current Moon Phase</title>
-      <short-title>Current Moon Phase</short-title>
+      <title>Google Clock</title>
+      <short-title>Google Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NHKClockGadget">
-    <portlet-name>NHKClockGadget</portlet-name>
-    <display-name>NHK Clock</display-name>
-    <description>Google Gadgets: NHK Clock Gadget</description>
+  <portlet id="CustomRSSGadget">
+    <portlet-name>CustomRSSGadget</portlet-name>
+    <display-name>CustomRSS</display-name>
+    <description>Google Gadgets: CustomRSS Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NHK Clock</value>
+      <value>CustomRSS</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=NHK Clock&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://customrss.googlepages.com/customrss.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=NHK Clock</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://customrss.googlepages.com/customrss.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -442,29 +640,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NHK Clock</title>
-      <short-title>NHK Clock</short-title>
+      <title>CustomRSS</title>
+      <short-title>CustomRSS</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyWebCamGadget">
-    <portlet-name>MyWebCamGadget</portlet-name>
-    <display-name>My WebCam</display-name>
-    <description>Google Gadgets: My WebCam Gadget</description>
+  <portlet id="GoogleTalkGadget">
+    <portlet-name>GoogleTalkGadget</portlet-name>
+    <display-name>Google Talk</display-name>
+    <description>Google Gadgets: Google Talk Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My WebCam</value>
+      <value>Google Talk</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=My WebCam&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/googletalk.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=My WebCam</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/googletalk.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -475,29 +673,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My WebCam</title>
-      <short-title>My WebCam</short-title>
+      <title>Google Talk</title>
+      <short-title>Google Talk</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooGadget">
-    <portlet-name>YahooGadget</portlet-name>
-    <display-name>Yahoo ????????????????????????</display-name>
-    <description>Google Gadgets: Yahoo ???????????????????????? Gadget</description>
+  <portlet id="SlimRSSReaderGadget">
+    <portlet-name>SlimRSSReaderGadget</portlet-name>
+    <display-name>Slim RSS Reader</display-name>
+    <description>Google Gadgets: Slim RSS Reader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo ????????????????????????</value>
+      <value>Slim RSS Reader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Yahoo オークション検索&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://1o4.jp/google/module/slim-reader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Yahoo オークション検索</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://1o4.jp/google/module/slim-reader.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -508,29 +706,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo ????????????????????????</title>
-      <short-title>Yahoo ????????????????????????</short-title>
+      <title>Slim RSS Reader</title>
+      <short-title>Slim RSS Reader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MicrosoftOutlookGadget">
-    <portlet-name>MicrosoftOutlookGadget</portlet-name>
-    <display-name>Microsoft Outlook</display-name>
-    <description>Google Gadgets: Microsoft Outlook Gadget</description>
+  <portlet id="myWeatherGadget">
+    <portlet-name>myWeatherGadget</portlet-name>
+    <display-name>myWeather</display-name>
+    <description>Google Gadgets: myWeather Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Microsoft Outlook</value>
+      <value>myWeather</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Microsoft Outlook&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.notkewl.com/myWeather/myWeather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Microsoft Outlook</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.notkewl.com/myWeather/myWeather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -541,29 +739,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Microsoft Outlook</title>
-      <short-title>Microsoft Outlook</short-title>
+      <title>myWeather</title>
+      <short-title>myWeather</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooMailGadget">
-    <portlet-name>YahooMailGadget</portlet-name>
-    <display-name>Yahoo Mail</display-name>
-    <description>Google Gadgets: Yahoo Mail Gadget</description>
+  <portlet id="Countdown1Gadget">
+    <portlet-name>Countdown1Gadget</portlet-name>
+    <display-name>Countdown</display-name>
+    <description>Google Gadgets: Countdown Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo Mail</value>
+      <value>Countdown</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Yahoo Mail&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.liveminis.com/embed/google.aspx%3Fxheight%3D210%26xwidth%3D310%26mininame%3Dcountdowntoforeverbyalex%26buildnumber%3D1%252E5%252E5%252E4%26dstring%3DEvent%2520Date%2520%2528mm%252Fdd%252Fyy%2529qQq0qQqSD%2520FSDF%2520SDFqQqhttp%253A%252F%252F%26externalURL%3Dhttp%253A%252F%252Fct%252Eliveminis%252Ecom%252FDir%252FGetMiniSwfPub%252Eapi%253Furi%253Dyourminis%252Fyourminis%252Fmini%253Acountdown%26maxheight%3D370%26maxwid%3D420%26title%3DCountdown%26accountname%3Dalexb%26uri%3Dyourminis%252Falexb%252Fmini%253Acountdowntoforeverbyalex%26swfhost%3Dct%252Eliveminis%252Ecom%26hostname%3Dwww%252Eliveminis%252Ecom%26swfurl%3D%252Fwidget%255Fcountdown%252Eswf%26statshostname%3Dwww%252Eliveminis%252Ecom%26uniqueID%3Drealtime%26&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Yahoo Mail</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.liveminis.com/embed/google.aspx%3Fxheight%3D210%26xwidth%3D310%26mininame%3Dcountdowntoforeverbyalex%26buildnumber%3D1%252E5%252E5%252E4%26dstring%3DEvent%2520Date%2520%2528mm%252Fdd%252Fyy%2529qQq0qQqSD%2520FSDF%2520SDFqQqhttp%253A%252F%252F%26externalURL%3Dhttp%253A%252F%252Fct%252Eliveminis%252Ecom%252FDir%252FGetMiniSwfPub%252Eapi%253Furi%253Dyourminis%252Fyourminis%252Fmini%253Acountdown%26maxheight%3D370%26maxwid%3D420%26title%3DCountdown%26accountname%3Dalexb%26uri%3Dyourminis%252Falexb%252Fmini%253Acountdowntoforeverbyalex%26swfhost%3Dct%252Eliveminis%252Ecom%26hostname%3Dwww%252Eliveminis%252Ecom%26swfurl%3D%252Fwidget%255Fcountdown%252Eswf%26statshostname%3Dwww%252Eliveminis%252Ecom%26uniqueID%3Drealtime%26</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -574,29 +772,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo Mail</title>
-      <short-title>Yahoo Mail</short-title>
+      <title>Countdown</title>
+      <short-title>Countdown</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LaszloClockBloxGadget">
-    <portlet-name>LaszloClockBloxGadget</portlet-name>
-    <display-name>Laszlo ClockBlox</display-name>
-    <description>Google Gadgets: Laszlo ClockBlox Gadget</description>
+  <portlet id="DayCalendarGadget">
+    <portlet-name>DayCalendarGadget</portlet-name>
+    <display-name>Day Calendar</display-name>
+    <description>Google Gadgets: Day Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Laszlo ClockBlox</value>
+      <value>Day Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Laszlo ClockBlox&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://daycalendar.googlecode.com/svn/trunk/DayCalendar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Laszlo ClockBlox</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://daycalendar.googlecode.com/svn/trunk/DayCalendar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -607,29 +805,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Laszlo ClockBlox</title>
-      <short-title>Laszlo ClockBlox</short-title>
+      <title>Day Calendar</title>
+      <short-title>Day Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Calendar1Gadget">
-    <portlet-name>Calendar1Gadget</portlet-name>
-    <display-name>Calendar</display-name>
-    <description>Google Gadgets: Calendar Gadget</description>
+  <portlet id="TheWeatherChannelGadget">
+    <portlet-name>TheWeatherChannelGadget</portlet-name>
+    <display-name>The Weather Channel</display-name>
+    <description>Google Gadgets: The Weather Channel Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Calendar</value>
+      <value>The Weather Channel</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Calendar&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.weather.com/services/gadgets/googlegadget/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Calendar</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.weather.com/services/gadgets/googlegadget/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -640,29 +838,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Calendar</title>
-      <short-title>Calendar</short-title>
+      <title>The Weather Channel</title>
+      <short-title>The Weather Channel</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GuitarChordsFinderGadget">
-    <portlet-name>GuitarChordsFinderGadget</portlet-name>
-    <display-name>Guitar Chords Finder</display-name>
-    <description>Google Gadgets: Guitar Chords Finder Gadget</description>
+  <portlet id="MidiMusicJukeboxGadget">
+    <portlet-name>MidiMusicJukeboxGadget</portlet-name>
+    <display-name>Midi Music Jukebox</display-name>
+    <description>Google Gadgets: Midi Music Jukebox Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Guitar Chords Finder</value>
+      <value>Midi Music Jukebox</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Guitar Chords Finder&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/delabs/gadgets/midi-player/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Guitar Chords Finder</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/delabs/gadgets/midi-player/index.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -673,29 +871,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Guitar Chords Finder</title>
-      <short-title>Guitar Chords Finder</short-title>
+      <title>Midi Music Jukebox</title>
+      <short-title>Midi Music Jukebox</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="gooOKWaveGadget">
-    <portlet-name>gooOKWaveGadget</portlet-name>
-    <display-name>????????????goo???OKWave?????????</display-name>
-    <description>Google Gadgets: ????????????goo???OKWave????????? Gadget</description>
+  <portlet id="VideoDownloaderGadget">
+    <portlet-name>VideoDownloaderGadget</portlet-name>
+    <display-name>Video Downloader</display-name>
+    <description>Google Gadgets: Video Downloader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>????????????goo???OKWave?????????</value>
+      <value>Video Downloader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=教えて!goo(OKWave)検索&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/videodownloader.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=教えて!goo(OKWave)検索</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/videodownloader.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -706,29 +904,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>????????????goo???OKWave?????????</title>
-      <short-title>????????????goo???OKWave?????????</short-title>
+      <title>Video Downloader</title>
+      <short-title>Video Downloader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StockChartGadget">
-    <portlet-name>StockChartGadget</portlet-name>
-    <display-name>StockChart</display-name>
-    <description>Google Gadgets: StockChart Gadget</description>
+  <portlet id="WorldClocks1Gadget">
+    <portlet-name>WorldClocks1Gadget</portlet-name>
+    <display-name>World Clocks</display-name>
+    <description>Google Gadgets: World Clocks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>StockChart</value>
+      <value>World Clocks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=StockChart&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ljmsite.com/google/gadgets/worldclocks4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=StockChart</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ljmsite.com/google/gadgets/worldclocks4.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -739,29 +937,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>StockChart</title>
-      <short-title>StockChart</short-title>
+      <title>World Clocks</title>
+      <short-title>World Clocks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleNotesGadget">
-    <portlet-name>GoogleNotesGadget</portlet-name>
-    <display-name>Google Notes</display-name>
-    <description>Google Gadgets: Google Notes Gadget</description>
+  <portlet id="USWeatherMapGadget">
+    <portlet-name>USWeatherMapGadget</portlet-name>
+    <display-name>US Weather Map</display-name>
+    <description>Google Gadgets: US Weather Map Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Notes</value>
+      <value>US Weather Map</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Google Notes&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://scotepi.net/google/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Google Notes</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://scotepi.net/google/weather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -772,12 +970,243 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Notes</title>
-      <short-title>Google Notes</short-title>
+      <title>US Weather Map</title>
+      <short-title>US Weather Map</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="MP3Player1Gadget">
+    <portlet-name>MP3Player1Gadget</portlet-name>
+    <display-name>MP3 Player</display-name>
+    <description>Google Gadgets: MP3 Player Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>MP3 Player</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mike.s.duffy.googlepages.com/mp3player.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mike.s.duffy.googlepages.com/mp3player.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>MP3 Player</title>
+      <short-title>MP3 Player</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="StockTickerGadget">
+    <portlet-name>StockTickerGadget</portlet-name>
+    <display-name>Stock Ticker</display-name>
+    <description>Google Gadgets: Stock Ticker Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Stock Ticker</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/z202.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://padmanijain.googlepages.com/z202.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Stock Ticker</title>
+      <short-title>Stock Ticker</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SendAVideoMessageGadget">
+    <portlet-name>SendAVideoMessageGadget</portlet-name>
+    <display-name>Send A Video Message</display-name>
+    <description>Google Gadgets: Send A Video Message Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Send A Video Message</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vidime.com/google/vidigadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vidime.com/google/vidigadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Send A Video Message</title>
+      <short-title>Send A Video Message</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="GoogleCalendar1Gadget">
+    <portlet-name>GoogleCalendar1Gadget</portlet-name>
+    <display-name>Google Calendar</display-name>
+    <description>Google Gadgets: Google Calendar Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Google Calendar</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fserb.com.br/ig/calendar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fserb.com.br/ig/calendar.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Google Calendar</title>
+      <short-title>Google Calendar</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="LiveTVchannelsGadget">
+    <portlet-name>LiveTVchannelsGadget</portlet-name>
+    <display-name>Live TV channels</display-name>
+    <description>Google Gadgets: Live TV channels Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Live TV channels</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/tvlive/livetvint.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/tvlive/livetvint.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Live TV channels</title>
+      <short-title>Live TV channels</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="BabelfishGadget">
+    <portlet-name>BabelfishGadget</portlet-name>
+    <display-name>Babelfish</display-name>
+    <description>Google Gadgets: Babelfish Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Babelfish</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ginorenardus.googlepages.com/babelfish.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ginorenardus.googlepages.com/babelfish.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Babelfish</title>
+      <short-title>Babelfish</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="YahooMailGadget">
+    <portlet-name>YahooMailGadget</portlet-name>
+    <display-name>Yahoo Mail</display-name>
+    <description>Google Gadgets: Yahoo Mail Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Yahoo Mail</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~dchee/YahooMail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~dchee/YahooMail.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Yahoo Mail</title>
+      <short-title>Yahoo Mail</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="WeatherMapGadget">
     <portlet-name>WeatherMapGadget</portlet-name>
     <display-name>Weather Map</display-name>
@@ -790,11 +1219,11 @@
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Weather Map&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/weathermap.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Weather Map</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/weathermap.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -811,23 +1240,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="Google1Gadget">
-    <portlet-name>Google1Gadget</portlet-name>
-    <display-name>Google??????</display-name>
-    <description>Google Gadgets: Google?????? Gadget</description>
+  <portlet id="AccuWeathercomWeatherForecastGadgetGadget">
+    <portlet-name>AccuWeathercomWeatherForecastGadgetGadget</portlet-name>
+    <display-name>AccuWeather.com Weather For...</display-name>
+    <description>Google Gadgets: AccuWeather.com Weather Forecast Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google??????</value>
+      <value>AccuWeather.com Weather Forecast Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Google書店&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gwidget.accuweather.com/adcbin/googleforecastgadget/gadget.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Google書店</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gwidget.accuweather.com/adcbin/googleforecastgadget/gadget.asp</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -838,29 +1267,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google??????</title>
-      <short-title>Google??????</short-title>
+      <title>AccuWeather.com Weather Forecast Gadget</title>
+      <short-title>AccuWeather.com Weather Forecast Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TimerGadget">
-    <portlet-name>TimerGadget</portlet-name>
-    <display-name>Timer</display-name>
-    <description>Google Gadgets: Timer Gadget</description>
+  <portlet id="MSNMessenger30Gadget">
+    <portlet-name>MSNMessenger30Gadget</portlet-name>
+    <display-name>MSN Messenger 3.0</display-name>
+    <description>Google Gadgets: MSN Messenger 3.0 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Timer</value>
+      <value>MSN Messenger 3.0</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Timer&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ginorenardus.googlepages.com/msn.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Timer</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ginorenardus.googlepages.com/msn.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -871,29 +1300,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Timer</title>
-      <short-title>Timer</short-title>
+      <title>MSN Messenger 3.0</title>
+      <short-title>MSN Messenger 3.0</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="6WorldClocksGadget">
-    <portlet-name>6WorldClocksGadget</portlet-name>
-    <display-name>6 World Clocks</display-name>
-    <description>Google Gadgets: 6 World Clocks Gadget</description>
+  <portlet id="YahooMessengerGadget">
+    <portlet-name>YahooMessengerGadget</portlet-name>
+    <display-name>Yahoo! Messenger</display-name>
+    <description>Google Gadgets: Yahoo! Messenger Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>6 World Clocks</value>
+      <value>Yahoo! Messenger</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=6 World Clocks&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/yahoo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=6 World Clocks</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/yahoo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -904,29 +1333,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>6 World Clocks</title>
-      <short-title>6 World Clocks</short-title>
+      <title>Yahoo! Messenger</title>
+      <short-title>Yahoo! Messenger</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Wikipedia1Gadget">
-    <portlet-name>Wikipedia1Gadget</portlet-name>
-    <display-name>Wikipedia</display-name>
-    <description>Google Gadgets: Wikipedia Gadget</description>
+  <portlet id="CurrentMoonPhaseGadget">
+    <portlet-name>CurrentMoonPhaseGadget</portlet-name>
+    <display-name>Current Moon Phase</display-name>
+    <description>Google Gadgets: Current Moon Phase Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wikipedia</value>
+      <value>Current Moon Phase</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Wikipedia&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.calculatorcat.com/gmodules/current_moon.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Wikipedia</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.calculatorcat.com/gmodules/current_moon.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -937,29 +1366,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wikipedia</title>
-      <short-title>Wikipedia</short-title>
+      <title>Current Moon Phase</title>
+      <short-title>Current Moon Phase</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IPDNSGadget">
-    <portlet-name>IPDNSGadget</portlet-name>
-    <display-name>IP/DNS</display-name>
-    <description>Google Gadgets: IP/DNS Gadget</description>
+  <portlet id="wEbmEssAgEsGadget">
+    <portlet-name>wEbmEssAgEsGadget</portlet-name>
+    <display-name>wEb mEssAgEs</display-name>
+    <description>Google Gadgets: wEb mEssAgEs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IP/DNS</value>
+      <value>wEb mEssAgEs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=IP/DNS&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://etatus.googlepages.com/webmessages.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=IP/DNS</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://etatus.googlepages.com/webmessages.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -970,29 +1399,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IP/DNS</title>
-      <short-title>IP/DNS</short-title>
+      <title>wEb mEssAgEs</title>
+      <short-title>wEb mEssAgEs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EarthquakeWatchGadget">
-    <portlet-name>EarthquakeWatchGadget</portlet-name>
-    <display-name>Earthquake Watch</display-name>
-    <description>Google Gadgets: Earthquake Watch Gadget</description>
+  <portlet id="YouTubePlayerGadget">
+    <portlet-name>YouTubePlayerGadget</portlet-name>
+    <display-name>YouTube Player</display-name>
+    <description>Google Gadgets: YouTube Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Earthquake Watch</value>
+      <value>YouTube Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Earthquake Watch&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://padmanijain.googlepages.com/1YTP_6.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Earthquake Watch</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://padmanijain.googlepages.com/1YTP_6.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1003,29 +1432,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Earthquake Watch</title>
-      <short-title>Earthquake Watch</short-title>
+      <title>YouTube Player</title>
+      <short-title>YouTube Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Yahoo1Gadget">
-    <portlet-name>Yahoo1Gadget</portlet-name>
-    <display-name>Yahoo!??????????????????</display-name>
-    <description>Google Gadgets: Yahoo!?????????????????? Gadget</description>
+  <portlet id="DrivingDirectionsGadget">
+    <portlet-name>DrivingDirectionsGadget</portlet-name>
+    <display-name>Driving Directions</display-name>
+    <description>Google Gadgets: Driving Directions Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo!??????????????????</value>
+      <value>Driving Directions</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Yahoo!トラベル検索&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/driving_directions.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Yahoo!トラベル検索</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/driving_directions.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1036,29 +1465,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo!??????????????????</title>
-      <short-title>Yahoo!??????????????????</short-title>
+      <title>Driving Directions</title>
+      <short-title>Driving Directions</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Amazon1Gadget">
-    <portlet-name>Amazon1Gadget</portlet-name>
-    <display-name>Amazon ??????</display-name>
-    <description>Google Gadgets: Amazon ?????? Gadget</description>
+  <portlet id="SimplerssreaderGadget">
+    <portlet-name>SimplerssreaderGadget</portlet-name>
+    <display-name>Simple rss reader</display-name>
+    <description>Google Gadgets: Simple rss reader Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amazon ??????</value>
+      <value>Simple rss reader</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Amazon 検索&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.jeeva-con.com/simple_rss/simple_rss.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Amazon 検索</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.jeeva-con.com/simple_rss/simple_rss.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1069,29 +1498,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amazon ??????</title>
-      <short-title>Amazon ??????</short-title>
+      <title>Simple rss reader</title>
+      <short-title>Simple rss reader</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Amazon2Gadget">
-    <portlet-name>Amazon2Gadget</portlet-name>
-    <display-name>Amazon ??????</display-name>
-    <description>Google Gadgets: Amazon ?????? Gadget</description>
+  <portlet id="CalorieCalculatorGadget">
+    <portlet-name>CalorieCalculatorGadget</portlet-name>
+    <display-name>Calorie Calculator</display-name>
+    <description>Google Gadgets: Calorie Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amazon ??????</value>
+      <value>Calorie Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Amazon 検索&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/calories/calories.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Amazon 検索</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/calories/calories.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1102,29 +1531,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amazon ??????</title>
-      <short-title>Amazon ??????</short-title>
+      <title>Calorie Calculator</title>
+      <short-title>Calorie Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Amazon3Gadget">
-    <portlet-name>Amazon3Gadget</portlet-name>
-    <display-name>Amazon ??????</display-name>
-    <description>Google Gadgets: Amazon ?????? Gadget</description>
+  <portlet id="GoogleCalendar2Gadget">
+    <portlet-name>GoogleCalendar2Gadget</portlet-name>
+    <display-name>Google Calendar</display-name>
+    <description>Google Gadgets: Google Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amazon ??????</value>
+      <value>Google Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Amazon 検索&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/calendar2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Amazon 検索</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/calendar2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1135,29 +1564,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amazon ??????</title>
-      <short-title>Amazon ??????</short-title>
+      <title>Google Calendar</title>
+      <short-title>Google Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NABBYGadget">
-    <portlet-name>NABBYGadget</portlet-name>
-    <display-name>NABBY??????????????????</display-name>
-    <description>Google Gadgets: NABBY?????????????????? Gadget</description>
+  <portlet id="DictionarycomGadget">
+    <portlet-name>DictionarycomGadget</portlet-name>
+    <display-name>Dictionary.com</display-name>
+    <description>Google Gadgets: Dictionary.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NABBY??????????????????</value>
+      <value>Dictionary.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=NABBY週間天気予報&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rmicka5478.googlepages.com/dictionary.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=NABBY週間天気予報</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rmicka5478.googlepages.com/dictionary.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1168,29 +1597,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NABBY??????????????????</title>
-      <short-title>NABBY??????????????????</short-title>
+      <title>Dictionary.com</title>
+      <short-title>Dictionary.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PoweredbyGoogleGadget">
-    <portlet-name>PoweredbyGoogleGadget</portlet-name>
-    <display-name>?????????????????? Powered by Google</display-name>
-    <description>Google Gadgets: ?????????????????? Powered by Google Gadget</description>
+  <portlet id="CountdowntoChristmasGadget">
+    <portlet-name>CountdowntoChristmasGadget</portlet-name>
+    <display-name>Countdown to Christmas</display-name>
+    <description>Google Gadgets: Countdown to Christmas Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>?????????????????? Powered by Google</value>
+      <value>Countdown to Christmas</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=有名人顔検索 Powered by Google&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://noyesair.googlepages.com/c2c.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=有名人顔検索 Powered by Google</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://noyesair.googlepages.com/c2c.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1201,29 +1630,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>?????????????????? Powered by Google</title>
-      <short-title>?????????????????? Powered by Google</short-title>
+      <title>Countdown to Christmas</title>
+      <short-title>Countdown to Christmas</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Amazon4Gadget">
-    <portlet-name>Amazon4Gadget</portlet-name>
-    <display-name>Amazon??????????????????</display-name>
-    <description>Google Gadgets: Amazon?????????????????? Gadget</description>
+  <portlet id="MusicPlayerGadget">
+    <portlet-name>MusicPlayerGadget</portlet-name>
+    <display-name>Music Player</display-name>
+    <description>Google Gadgets: Music Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amazon??????????????????</value>
+      <value>Music Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Amazonベストセラー&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://yijinliu.googlepages.com/player.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Amazonベストセラー</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://yijinliu.googlepages.com/player.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1234,29 +1663,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amazon??????????????????</title>
-      <short-title>Amazon??????????????????</short-title>
+      <title>Music Player</title>
+      <short-title>Music Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Amazon5Gadget">
-    <portlet-name>Amazon5Gadget</portlet-name>
-    <display-name>Amazon ??????????????????</display-name>
-    <description>Google Gadgets: Amazon ?????????????????? Gadget</description>
+  <portlet id="DigitalAlarmClockGadget">
+    <portlet-name>DigitalAlarmClockGadget</portlet-name>
+    <display-name>Digital Alarm Clock</display-name>
+    <description>Google Gadgets: Digital Alarm Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amazon ??????????????????</value>
+      <value>Digital Alarm Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Amazon 検索(ミニ)&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://digital-alarm-clock.googlecode.com/svn/trunk/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Amazon 検索(ミニ)</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://digital-alarm-clock.googlecode.com/svn/trunk/index.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1267,29 +1696,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amazon ??????????????????</title>
-      <short-title>Amazon ??????????????????</short-title>
+      <title>Digital Alarm Clock</title>
+      <short-title>Digital Alarm Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Yahoo2Gadget">
-    <portlet-name>Yahoo2Gadget</portlet-name>
-    <display-name>Yahoo!????????????????????????</display-name>
-    <description>Google Gadgets: Yahoo!???????????????????????? Gadget</description>
+  <portlet id="XSPFMusicPlayerGadget">
+    <portlet-name>XSPFMusicPlayerGadget</portlet-name>
+    <display-name>XSPF Music Player</display-name>
+    <description>Google Gadgets: XSPF Music Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo!????????????????????????</value>
+      <value>XSPF Music Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Yahoo!ショッピング検索&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hideout.com.br/widget/musicplayer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Yahoo!ショッピング検索</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hideout.com.br/widget/musicplayer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1300,29 +1729,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo!????????????????????????</title>
-      <short-title>Yahoo!????????????????????????</short-title>
+      <title>XSPF Music Player</title>
+      <short-title>XSPF Music Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InternetSlangTranslatorGadget">
-    <portlet-name>InternetSlangTranslatorGadget</portlet-name>
-    <display-name>Internet Slang Translator</display-name>
-    <description>Google Gadgets: Internet Slang Translator Gadget</description>
+  <portlet id="Procrastinator39sClockGadget">
+    <portlet-name>Procrastinator39sClockGadget</portlet-name>
+    <display-name>Procrastinator&#39;s Clock</display-name>
+    <description>Google Gadgets: Procrastinator&#39;s Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Internet Slang Translator</value>
+      <value>Procrastinator&#39;s Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Internet Slang Translator&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theweather.tk/googlegadgets/procrastinatorclock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Internet Slang Translator</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theweather.tk/googlegadgets/procrastinatorclock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1333,29 +1762,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Internet Slang Translator</title>
-      <short-title>Internet Slang Translator</short-title>
+      <title>Procrastinator&#39;s Clock</title>
+      <short-title>Procrastinator&#39;s Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WindowsGadget">
-    <portlet-name>WindowsGadget</portlet-name>
-    <display-name>Windows</display-name>
-    <description>Google Gadgets: Windows Gadget</description>
+  <portlet id="AIMMessengerGadget">
+    <portlet-name>AIMMessengerGadget</portlet-name>
+    <display-name>AIM Messenger</display-name>
+    <description>Google Gadgets: AIM Messenger Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Windows</value>
+      <value>AIM Messenger</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Windows&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/aim.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Windows</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/aim.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1366,29 +1795,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Windows</title>
-      <short-title>Windows</short-title>
+      <title>AIM Messenger</title>
+      <short-title>AIM Messenger</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WiiLaunchCountdownGadget">
-    <portlet-name>WiiLaunchCountdownGadget</portlet-name>
-    <display-name>Wii Launch Countdown</display-name>
-    <description>Google Gadgets: Wii Launch Countdown Gadget</description>
+  <portlet id="GoogleCalendarViewerGadget">
+    <portlet-name>GoogleCalendarViewerGadget</portlet-name>
+    <display-name>Google Calendar Viewer</display-name>
+    <description>Google Gadgets: Google Calendar Viewer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wii Launch Countdown</value>
+      <value>Google Calendar Viewer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Wii Launch Countdown&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ralph.feedback.googlepages.com/googlecalendarviewer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Wii Launch Countdown</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ralph.feedback.googlepages.com/googlecalendarviewer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1399,29 +1828,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wii Launch Countdown</title>
-      <short-title>Wii Launch Countdown</short-title>
+      <title>Google Calendar Viewer</title>
+      <short-title>Google Calendar Viewer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WORDShortcutsGadget">
-    <portlet-name>WORDShortcutsGadget</portlet-name>
-    <display-name>WORD - Shortcuts </display-name>
-    <description>Google Gadgets: WORD - Shortcuts  Gadget</description>
+  <portlet id="mail2webcomGadget">
+    <portlet-name>mail2webcomGadget</portlet-name>
+    <display-name>mail2web.com</display-name>
+    <description>Google Gadgets: mail2web.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WORD - Shortcuts </value>
+      <value>mail2web.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=WORD - Shortcuts &amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://services.mail2web.com/Gadgets/mail2web.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=WORD - Shortcuts </value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://services.mail2web.com/Gadgets/mail2web.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1432,29 +1861,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WORD - Shortcuts </title>
-      <short-title>WORD - Shortcuts </short-title>
+      <title>mail2web.com</title>
+      <short-title>mail2web.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GeographyAustraliaabcGadget">
-    <portlet-name>GeographyAustraliaabcGadget</portlet-name>
-    <display-name>Geography Australia abc</display-name>
-    <description>Google Gadgets: Geography Australia abc Gadget</description>
+  <portlet id="StockChartGadget">
+    <portlet-name>StockChartGadget</portlet-name>
+    <display-name>StockChart</display-name>
+    <description>Google Gadgets: StockChart Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Geography Australia abc</value>
+      <value>StockChart</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Geography Australia abc&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://stockchartgadget.googlepages.com/stockchart.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Geography Australia abc</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://stockchartgadget.googlepages.com/stockchart.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1465,29 +1894,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Geography Australia abc</title>
-      <short-title>Geography Australia abc</short-title>
+      <title>StockChart</title>
+      <short-title>StockChart</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="24hrYenGadget">
-    <portlet-name>24hrYenGadget</portlet-name>
-    <display-name>24hr Yen</display-name>
-    <description>Google Gadgets: 24hr Yen Gadget</description>
+  <portlet id="LocalWeatherGadget">
+    <portlet-name>LocalWeatherGadget</portlet-name>
+    <display-name>Local Weather</display-name>
+    <description>Google Gadgets: Local Weather Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>24hr Yen</value>
+      <value>Local Weather</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=24hr Yen&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://boolean.googlepages.com/localweather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=24hr Yen</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://boolean.googlepages.com/localweather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1498,29 +1927,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>24hr Yen</title>
-      <short-title>24hr Yen</short-title>
+      <title>Local Weather</title>
+      <short-title>Local Weather</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CrudeOilWatch11Gadget">
-    <portlet-name>CrudeOilWatch11Gadget</portlet-name>
-    <display-name>Crude Oil Watch 1.1</display-name>
-    <description>Google Gadgets: Crude Oil Watch 1.1 Gadget</description>
+  <portlet id="MicroTVGadget">
+    <portlet-name>MicroTVGadget</portlet-name>
+    <display-name>Micro TV</display-name>
+    <description>Google Gadgets: Micro TV Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Crude Oil Watch 1.1</value>
+      <value>Micro TV</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Crude Oil Watch 1.1&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/tvlive/microtv.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Crude Oil Watch 1.1</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/tvlive/microtv.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1531,29 +1960,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Crude Oil Watch 1.1</title>
-      <short-title>Crude Oil Watch 1.1</short-title>
+      <title>Micro TV</title>
+      <short-title>Micro TV</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlightRatingFlightStatscomGadget">
-    <portlet-name>FlightRatingFlightStatscomGadget</portlet-name>
-    <display-name>Flight Rating - FlightStats.com</display-name>
-    <description>Google Gadgets: Flight Rating - FlightStats.com Gadget</description>
+  <portlet id="WorldClockGadget">
+    <portlet-name>WorldClockGadget</portlet-name>
+    <display-name>World Clock</display-name>
+    <description>Google Gadgets: World Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flight Rating - FlightStats.com</value>
+      <value>World Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Flight Rating - FlightStats.com&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://rspeyer.googlepages.com/clock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Flight Rating - FlightStats.com</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://rspeyer.googlepages.com/clock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1564,29 +1993,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flight Rating - FlightStats.com</title>
-      <short-title>Flight Rating - FlightStats.com</short-title>
+      <title>World Clock</title>
+      <short-title>World Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VeohVideosGadget">
-    <portlet-name>VeohVideosGadget</portlet-name>
-    <display-name>Veoh Videos</display-name>
-    <description>Google Gadgets: Veoh Videos Gadget</description>
+  <portlet id="Countdown2Gadget">
+    <portlet-name>Countdown2Gadget</portlet-name>
+    <display-name>Countdown</display-name>
+    <description>Google Gadgets: Countdown Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Veoh Videos</value>
+      <value>Countdown</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Veoh Videos&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dsrowell.googlepages.com/countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Veoh Videos</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dsrowell.googlepages.com/countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1597,29 +2026,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Veoh Videos</title>
-      <short-title>Veoh Videos</short-title>
+      <title>Countdown</title>
+      <short-title>Countdown</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WordReferencecomDictionariesGadget">
-    <portlet-name>WordReferencecomDictionariesGadget</portlet-name>
-    <display-name>WordReference.com Dictionaries</display-name>
-    <description>Google Gadgets: WordReference.com Dictionaries Gadget</description>
+  <portlet id="OfficialGoogleMiniSearchGadgetGadget">
+    <portlet-name>OfficialGoogleMiniSearchGadgetGadget</portlet-name>
+    <display-name>Official Google Mini Search...</display-name>
+    <description>Google Gadgets: Official Google Mini Search Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>WordReference.com Dictionaries</value>
+      <value>Official Google Mini Search Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=WordReference.com Dictionaries&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/ajaxsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=WordReference.com Dictionaries</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/ajaxsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1630,29 +2059,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>WordReference.com Dictionaries</title>
-      <short-title>WordReference.com Dictionaries</short-title>
+      <title>Official Google Mini Search Gadget</title>
+      <short-title>Official Google Mini Search Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BuscadordeproductosyserviciosdeMercadolibreArgentinaGadget">
-    <portlet-name>BuscadordeproductosyserviciosdeMercadolibreArgentinaGadget</portlet-name>
-    <display-name>Buscador de productos y servicios de Mercadolibre Argentina</display-name>
-    <description>Google Gadgets: Buscador de productos y servicios de Mercadolibre Argentina Gadget</description>
+  <portlet id="ThesaurusGadget">
+    <portlet-name>ThesaurusGadget</portlet-name>
+    <display-name>Thesaurus</display-name>
+    <description>Google Gadgets: Thesaurus Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Buscador de productos y servicios de Mercadolibre Argentina</value>
+      <value>Thesaurus</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Buscador de productos y servicios de Mercadolibre Argentina&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://clarksco.com/google/ThesaurusGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Buscador de productos y servicios de Mercadolibre Argentina</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://clarksco.com/google/ThesaurusGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1663,29 +2092,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Buscador de productos y servicios de Mercadolibre Argentina</title>
-      <short-title>Buscador de productos y servicios de Mercadolibre Argentina</short-title>
+      <title>Thesaurus</title>
+      <short-title>Thesaurus</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StartthehuntcomGadget">
-    <portlet-name>StartthehuntcomGadget</portlet-name>
-    <display-name>Startthehunt.com</display-name>
-    <description>Google Gadgets: Startthehunt.com Gadget</description>
+  <portlet id="WeatherStationGadget">
+    <portlet-name>WeatherStationGadget</portlet-name>
+    <display-name>Weather Station</display-name>
+    <description>Google Gadgets: Weather Station Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Startthehunt.com</value>
+      <value>Weather Station</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Startthehunt.com&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Startthehunt.com</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1696,29 +2125,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Startthehunt.com</title>
-      <short-title>Startthehunt.com</short-title>
+      <title>Weather Station</title>
+      <short-title>Weather Station</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PublicPicasaWebAlbumsGadget">
-    <portlet-name>PublicPicasaWebAlbumsGadget</portlet-name>
-    <display-name>Public Picasa Web Albums</display-name>
-    <description>Google Gadgets: Public Picasa Web Albums Gadget</description>
+  <portlet id="USTrafficInformationGadget">
+    <portlet-name>USTrafficInformationGadget</portlet-name>
+    <display-name>US Traffic Information</display-name>
+    <description>Google Gadgets: US Traffic Information Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Public Picasa Web Albums</value>
+      <value>US Traffic Information</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Public Picasa Web Albums&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.blakeschwendiman.com/gh/traffic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Public Picasa Web Albums</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.blakeschwendiman.com/gh/traffic.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1729,29 +2158,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Public Picasa Web Albums</title>
-      <short-title>Public Picasa Web Albums</short-title>
+      <title>US Traffic Information</title>
+      <short-title>US Traffic Information</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Map24Gadget">
-    <portlet-name>Map24Gadget</portlet-name>
-    <display-name>Map24</display-name>
-    <description>Google Gadgets: Map24 Gadget</description>
+  <portlet id="GoogleServicesLinksATidycustomizableListGadget">
+    <portlet-name>GoogleServicesLinksATidycustomizableListGadget</portlet-name>
+    <display-name>Google Services Links: A Ti...</display-name>
+    <description>Google Gadgets: Google Services Links: A Tidy, customizable List Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Map24</value>
+      <value>Google Services Links: A Tidy, customizable List</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Map24&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://blakewest.googlepages.com/googleservices.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Map24</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://blakewest.googlepages.com/googleservices.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1762,29 +2191,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Map24</title>
-      <short-title>Map24</short-title>
+      <title>Google Services Links: A Tidy, customizable List</title>
+      <short-title>Google Services Links: A Tidy, customizable List</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LabPixiesRadioGadget">
-    <portlet-name>LabPixiesRadioGadget</portlet-name>
-    <display-name>LabPixies Radio</display-name>
-    <description>Google Gadgets: LabPixies Radio Gadget</description>
+  <portlet id="WorldClocks2Gadget">
+    <portlet-name>WorldClocks2Gadget</portlet-name>
+    <display-name>World Clocks</display-name>
+    <description>Google Gadgets: World Clocks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LabPixies Radio</value>
+      <value>World Clocks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=LabPixies Radio&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cheap-parking.net/world-clocks.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=LabPixies Radio</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cheap-parking.net/world-clocks.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1795,29 +2224,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LabPixies Radio</title>
-      <short-title>LabPixies Radio</short-title>
+      <title>World Clocks</title>
+      <short-title>World Clocks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoYellowdeBranchenbuchGadget">
-    <portlet-name>GoYellowdeBranchenbuchGadget</portlet-name>
-    <display-name>GoYellow.de Branchenbuch</display-name>
-    <description>Google Gadgets: GoYellow.de Branchenbuch Gadget</description>
+  <portlet id="SearchEbayGadget">
+    <portlet-name>SearchEbayGadget</portlet-name>
+    <display-name>Search Ebay</display-name>
+    <description>Google Gadgets: Search Ebay Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GoYellow.de Branchenbuch</value>
+      <value>Search Ebay</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=GoYellow.de Branchenbuch&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.netremote.com/rss/ebay.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=GoYellow.de Branchenbuch</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.netremote.com/rss/ebay.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1828,29 +2257,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GoYellow.de Branchenbuch</title>
-      <short-title>GoYellow.de Branchenbuch</short-title>
+      <title>Search Ebay</title>
+      <short-title>Search Ebay</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RolltheDigitalDiceCubesGadget">
-    <portlet-name>RolltheDigitalDiceCubesGadget</portlet-name>
-    <display-name>Roll the Digital Dice Cubes</display-name>
-    <description>Google Gadgets: Roll the Digital Dice Cubes Gadget</description>
+  <portlet id="PicasaWebPhotosGadget">
+    <portlet-name>PicasaWebPhotosGadget</portlet-name>
+    <display-name>Picasa Web Photos</display-name>
+    <description>Google Gadgets: Picasa Web Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Roll the Digital Dice Cubes</value>
+      <value>Picasa Web Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Roll the Digital Dice Cubes&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://manoharviswanathan.com/downloads/picasaRandomPhotos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Roll the Digital Dice Cubes</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://manoharviswanathan.com/downloads/picasaRandomPhotos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1861,29 +2290,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Roll the Digital Dice Cubes</title>
-      <short-title>Roll the Digital Dice Cubes</short-title>
+      <title>Picasa Web Photos</title>
+      <short-title>Picasa Web Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleTrendsGadget">
-    <portlet-name>GoogleTrendsGadget</portlet-name>
-    <display-name>Google Trends</display-name>
-    <description>Google Gadgets: Google Trends Gadget</description>
+  <portlet id="ContactUsFormV2Gadget">
+    <portlet-name>ContactUsFormV2Gadget</portlet-name>
+    <display-name>Contact Us Form V2</display-name>
+    <description>Google Gadgets: Contact Us Form V2 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Trends</value>
+      <value>Contact Us Form V2</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Google Trends&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.formlogix.com/Gadgets/Contact_Us_V2_Form_Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Google Trends</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.formlogix.com/Gadgets/Contact_Us_V2_Form_Gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1894,29 +2323,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Trends</title>
-      <short-title>Google Trends</short-title>
+      <title>Contact Us Form V2</title>
+      <short-title>Contact Us Form V2</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SUPINFOLinuxNewsGadget">
-    <portlet-name>SUPINFOLinuxNewsGadget</portlet-name>
-    <display-name>SUPINFO Linux News</display-name>
-    <description>Google Gadgets: SUPINFO Linux News Gadget</description>
+  <portlet id="SearchYouTubeGadget">
+    <portlet-name>SearchYouTubeGadget</portlet-name>
+    <display-name>Search YouTube</display-name>
+    <description>Google Gadgets: Search YouTube Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SUPINFO Linux News</value>
+      <value>Search YouTube</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=SUPINFO Linux News&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://throttled.org/googlegadgets/youtubesearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=SUPINFO Linux News</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://throttled.org/googlegadgets/youtubesearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1927,29 +2356,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SUPINFO Linux News</title>
-      <short-title>SUPINFO Linux News</short-title>
+      <title>Search YouTube</title>
+      <short-title>Search YouTube</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArxivRSSSearchandFilterGadget">
-    <portlet-name>ArxivRSSSearchandFilterGadget</portlet-name>
-    <display-name>Arxiv RSS Search and Filter</display-name>
-    <description>Google Gadgets: Arxiv RSS Search and Filter Gadget</description>
+  <portlet id="CalendarGadget">
+    <portlet-name>CalendarGadget</portlet-name>
+    <display-name>Calendar</display-name>
+    <description>Google Gadgets: Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Arxiv RSS Search and Filter</value>
+      <value>Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Arxiv RSS Search and Filter&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mzp.breeze.jp/google/calendar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Arxiv RSS Search and Filter</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mzp.breeze.jp/google/calendar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1960,29 +2389,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Arxiv RSS Search and Filter</title>
-      <short-title>Arxiv RSS Search and Filter</short-title>
+      <title>Calendar</title>
+      <short-title>Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuickBlogGadget">
-    <portlet-name>QuickBlogGadget</portlet-name>
-    <display-name>Quick Blog</display-name>
-    <description>Google Gadgets: Quick Blog Gadget</description>
+  <portlet id="YouTubePlayer1Gadget">
+    <portlet-name>YouTubePlayer1Gadget</portlet-name>
+    <display-name>YouTube Player</display-name>
+    <description>Google Gadgets: YouTube Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quick Blog</value>
+      <value>YouTube Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Quick Blog&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/dude34toons/xml.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Quick Blog</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/dude34toons/xml.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -1993,29 +2422,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quick Blog</title>
-      <short-title>Quick Blog</short-title>
+      <title>YouTube Player</title>
+      <short-title>YouTube Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YoutubePopularVideosGadget">
-    <portlet-name>YoutubePopularVideosGadget</portlet-name>
-    <display-name>Youtube Popular Videos</display-name>
-    <description>Google Gadgets: Youtube Popular Videos Gadget</description>
+  <portlet id="iTunesGadget">
+    <portlet-name>iTunesGadget</portlet-name>
+    <display-name>iTunes</display-name>
+    <description>Google Gadgets: iTunes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Youtube Popular Videos</value>
+      <value>iTunes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Youtube Popular Videos&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D320%26xwidth%3D250%26mininame%3Ditunes%26buildnumber%3D1%252E5%252E5%252E6%26title%3DiTunes%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Aitunes%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fitunes%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Youtube Popular Videos</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D320%26xwidth%3D250%26mininame%3Ditunes%26buildnumber%3D1%252E5%252E5%252E6%26title%3DiTunes%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Aitunes%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fitunes%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2026,29 +2455,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Youtube Popular Videos</title>
-      <short-title>Youtube Popular Videos</short-title>
+      <title>iTunes</title>
+      <short-title>iTunes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="3DWeathermapGadget">
-    <portlet-name>3DWeathermapGadget</portlet-name>
-    <display-name>3D Weather map</display-name>
-    <description>Google Gadgets: 3D Weather map Gadget</description>
+  <portlet id="InstantTrafficcomGadget">
+    <portlet-name>InstantTrafficcomGadget</portlet-name>
+    <display-name>Instant Traffic.com</display-name>
+    <description>Google Gadgets: Instant Traffic.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>3D Weather map</value>
+      <value>Instant Traffic.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=3D Weather map&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.instantgadgets.com/gadgets/instantTraffic.google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=3D Weather map</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.instantgadgets.com/gadgets/instantTraffic.google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2059,29 +2488,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>3D Weather map</title>
-      <short-title>3D Weather map</short-title>
+      <title>Instant Traffic.com</title>
+      <short-title>Instant Traffic.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WidescreenWallpapersGadget">
-    <portlet-name>WidescreenWallpapersGadget</portlet-name>
-    <display-name>Widescreen Wallpapers</display-name>
-    <description>Google Gadgets: Widescreen Wallpapers Gadget</description>
+  <portlet id="CountdowntillBushisgoneGadget">
+    <portlet-name>CountdowntillBushisgoneGadget</portlet-name>
+    <display-name>Countdown till... Bush is g...</display-name>
+    <description>Google Gadgets: Countdown till... Bush is gone! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Widescreen Wallpapers</value>
+      <value>Countdown till... Bush is gone!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Widescreen Wallpapers&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D111449408145864127500%26mid%3D71%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Widescreen Wallpapers</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D111449408145864127500%26mid%3D71%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2092,29 +2521,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Widescreen Wallpapers</title>
-      <short-title>Widescreen Wallpapers</short-title>
+      <title>Countdown till... Bush is gone!</title>
+      <short-title>Countdown till... Bush is gone!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RandomFeedGadget">
-    <portlet-name>RandomFeedGadget</portlet-name>
-    <display-name>Random Feed</display-name>
-    <description>Google Gadgets: Random Feed Gadget</description>
+  <portlet id="LaszloClockBloxGadget">
+    <portlet-name>LaszloClockBloxGadget</portlet-name>
+    <display-name>Laszlo ClockBlox</display-name>
+    <description>Google Gadgets: Laszlo ClockBlox Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Random Feed</value>
+      <value>Laszlo ClockBlox</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Random Feed&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.openlaszlo.org/apps/clockblox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Random Feed</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.openlaszlo.org/apps/clockblox.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2125,29 +2554,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Random Feed</title>
-      <short-title>Random Feed</short-title>
+      <title>Laszlo ClockBlox</title>
+      <short-title>Laszlo ClockBlox</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AddonsSearchGadget">
-    <portlet-name>AddonsSearchGadget</portlet-name>
-    <display-name>Add-ons Search</display-name>
-    <description>Google Gadgets: Add-ons Search Gadget</description>
+  <portlet id="BeautyTipoftheDayGadget">
+    <portlet-name>BeautyTipoftheDayGadget</portlet-name>
+    <display-name>Beauty Tip of the Day</display-name>
+    <description>Google Gadgets: Beauty Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Add-ons Search</value>
+      <value>Beauty Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Add-ons Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/beauty-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Add-ons Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/beauty-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2158,29 +2587,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Add-ons Search</title>
-      <short-title>Add-ons Search</short-title>
+      <title>Beauty Tip of the Day</title>
+      <short-title>Beauty Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WikipediaSucheGadget">
-    <portlet-name>WikipediaSucheGadget</portlet-name>
-    <display-name>Wikipedia Suche</display-name>
-    <description>Google Gadgets: Wikipedia Suche Gadget</description>
+  <portlet id="FeedsinTabsGadget">
+    <portlet-name>FeedsinTabsGadget</portlet-name>
+    <display-name>Feeds in Tabs</display-name>
+    <description>Google Gadgets: Feeds in Tabs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wikipedia Suche</value>
+      <value>Feeds in Tabs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Wikipedia Suche&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/feeds_tabs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Wikipedia Suche</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/feeds_tabs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2191,29 +2620,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wikipedia Suche</title>
-      <short-title>Wikipedia Suche</short-title>
+      <title>Feeds in Tabs</title>
+      <short-title>Feeds in Tabs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlugbuchungcomFlugsucheGadget">
-    <portlet-name>FlugbuchungcomFlugsucheGadget</portlet-name>
-    <display-name>Flugbuchung.com Flugsuche</display-name>
-    <description>Google Gadgets: Flugbuchung.com Flugsuche Gadget</description>
+  <portlet id="ChristmasCalendarGadget">
+    <portlet-name>ChristmasCalendarGadget</portlet-name>
+    <display-name>Christmas Calendar</display-name>
+    <description>Google Gadgets: Christmas Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flugbuchung.com Flugsuche</value>
+      <value>Christmas Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Flugbuchung.com Flugsuche&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/advent.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Flugbuchung.com Flugsuche</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/advent.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2224,29 +2653,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flugbuchung.com Flugsuche</title>
-      <short-title>Flugbuchung.com Flugsuche</short-title>
+      <title>Christmas Calendar</title>
+      <short-title>Christmas Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoodNewsGoodNewsGadget">
-    <portlet-name>MoodNewsGoodNewsGadget</portlet-name>
-    <display-name>Mood News - Good News</display-name>
-    <description>Google Gadgets: Mood News - Good News Gadget</description>
+  <portlet id="MyLockerMP3TunescomGadget">
+    <portlet-name>MyLockerMP3TunescomGadget</portlet-name>
+    <display-name>My Locker ? MP3Tunes.com</display-name>
+    <description>Google Gadgets: My Locker ? MP3Tunes.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mood News - Good News</value>
+      <value>My Locker ? MP3Tunes.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Mood News - Good News&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hytham.googlepages.com/mp3tunesg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Mood News - Good News</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hytham.googlepages.com/mp3tunesg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2257,29 +2686,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mood News - Good News</title>
-      <short-title>Mood News - Good News</short-title>
+      <title>My Locker ? MP3Tunes.com</title>
+      <short-title>My Locker ? MP3Tunes.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DermatoSearchGadget">
-    <portlet-name>DermatoSearchGadget</portlet-name>
-    <display-name>DermatoSearch</display-name>
-    <description>Google Gadgets: DermatoSearch Gadget</description>
+  <portlet id="WeatherStation1Gadget">
+    <portlet-name>WeatherStation1Gadget</portlet-name>
+    <display-name>Weather Station</display-name>
+    <description>Google Gadgets: Weather Station Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DermatoSearch</value>
+      <value>Weather Station</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=DermatoSearch&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=DermatoSearch</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://web.mit.edu/kumpf/Public/WeatherStation/weather-station2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2290,29 +2719,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DermatoSearch</title>
-      <short-title>DermatoSearch</short-title>
+      <title>Weather Station</title>
+      <short-title>Weather Station</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchTMwebsiteTemplatesbyIDGadget">
-    <portlet-name>SearchTMwebsiteTemplatesbyIDGadget</portlet-name>
-    <display-name>Search TM website Templates by ID</display-name>
-    <description>Google Gadgets: Search TM website Templates by ID Gadget</description>
+  <portlet id="SimpleCalculatorGadget">
+    <portlet-name>SimpleCalculatorGadget</portlet-name>
+    <display-name>Simple Calculator</display-name>
+    <description>Google Gadgets: Simple Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search TM website Templates by ID</value>
+      <value>Simple Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Search TM website Templates by ID&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/calculatorgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Search TM website Templates by ID</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/calculatorgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2323,29 +2752,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search TM website Templates by ID</title>
-      <short-title>Search TM website Templates by ID</short-title>
+      <title>Simple Calculator</title>
+      <short-title>Simple Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CurriculumGadget">
-    <portlet-name>CurriculumGadget</portlet-name>
-    <display-name>Curriculum</display-name>
-    <description>Google Gadgets: Curriculum Gadget</description>
+  <portlet id="RandomcolorschemeGadget">
+    <portlet-name>RandomcolorschemeGadget</portlet-name>
+    <display-name>Random color scheme</display-name>
+    <description>Google Gadgets: Random color scheme Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Curriculum</value>
+      <value>Random color scheme</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Curriculum&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.colr.org/random_scheme_gg.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Curriculum</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.colr.org/random_scheme_gg.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2356,29 +2785,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Curriculum</title>
-      <short-title>Curriculum</short-title>
+      <title>Random color scheme</title>
+      <short-title>Random color scheme</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DateampHeuremultiusageGadget">
-    <portlet-name>DateampHeuremultiusageGadget</portlet-name>
-    <display-name>Date &amp; Heure multi-usage</display-name>
-    <description>Google Gadgets: Date &amp; Heure multi-usage Gadget</description>
+  <portlet id="GuitarChordsFinderGadget">
+    <portlet-name>GuitarChordsFinderGadget</portlet-name>
+    <display-name>Guitar Chords Finder</display-name>
+    <description>Google Gadgets: Guitar Chords Finder Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Date &amp; Heure multi-usage</value>
+      <value>Guitar Chords Finder</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Date &amp; Heure multi-usage&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zikinf.com/extras/en/guitar-chords-finder.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Date &amp; Heure multi-usage</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zikinf.com/extras/en/guitar-chords-finder.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2389,29 +2818,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Date &amp; Heure multi-usage</title>
-      <short-title>Date &amp; Heure multi-usage</short-title>
+      <title>Guitar Chords Finder</title>
+      <short-title>Guitar Chords Finder</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherChannelInteractiveMapGadget">
-    <portlet-name>WeatherChannelInteractiveMapGadget</portlet-name>
-    <display-name>Weather Channel Interactive Map</display-name>
-    <description>Google Gadgets: Weather Channel Interactive Map Gadget</description>
+  <portlet id="PicasaAlbumShuffleGadget">
+    <portlet-name>PicasaAlbumShuffleGadget</portlet-name>
+    <display-name>Picasa Album Shuffle</display-name>
+    <description>Google Gadgets: Picasa Album Shuffle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather Channel Interactive Map</value>
+      <value>Picasa Album Shuffle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Weather Channel Interactive Map&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aovechki.googlepages.com/p-album.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Weather Channel Interactive Map</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aovechki.googlepages.com/p-album.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2422,29 +2851,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather Channel Interactive Map</title>
-      <short-title>Weather Channel Interactive Map</short-title>
+      <title>Picasa Album Shuffle</title>
+      <short-title>Picasa Album Shuffle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RonAyersMotorsportsWhereUsedGadget">
-    <portlet-name>RonAyersMotorsportsWhereUsedGadget</portlet-name>
-    <display-name>Ron Ayers Motorsports Where Used</display-name>
-    <description>Google Gadgets: Ron Ayers Motorsports Where Used Gadget</description>
+  <portlet id="SpellcheckAskAWordcomGadget">
+    <portlet-name>SpellcheckAskAWordcomGadget</portlet-name>
+    <display-name>Spellcheck - AskAWord.com</display-name>
+    <description>Google Gadgets: Spellcheck - AskAWord.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ron Ayers Motorsports Where Used</value>
+      <value>Spellcheck - AskAWord.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Ron Ayers Motorsports Where Used&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.openinventions.com/spellcheck/openinventions_spellcheck.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Ron Ayers Motorsports Where Used</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.openinventions.com/spellcheck/openinventions_spellcheck.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2455,29 +2884,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ron Ayers Motorsports Where Used</title>
-      <short-title>Ron Ayers Motorsports Where Used</short-title>
+      <title>Spellcheck - AskAWord.com</title>
+      <short-title>Spellcheck - AskAWord.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="USStatePublicUtilitiesCommissionsGadget">
-    <portlet-name>USStatePublicUtilitiesCommissionsGadget</portlet-name>
-    <display-name>U.S. State Public Utilities Commissions</display-name>
-    <description>Google Gadgets: U.S. State Public Utilities Commissions Gadget</description>
+  <portlet id="WhitePagescomGadget">
+    <portlet-name>WhitePagescomGadget</portlet-name>
+    <display-name>WhitePages.com</display-name>
+    <description>Google Gadgets: WhitePages.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>U.S. State Public Utilities Commissions</value>
+      <value>WhitePages.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=U.S. State Public Utilities Commissions&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.whitepages.com/static/whitepages/whitepages.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=U.S. State Public Utilities Commissions</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.whitepages.com/static/whitepages/whitepages.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2488,29 +2917,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>U.S. State Public Utilities Commissions</title>
-      <short-title>U.S. State Public Utilities Commissions</short-title>
+      <title>WhitePages.com</title>
+      <short-title>WhitePages.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AviationWeatherStationGadget">
-    <portlet-name>AviationWeatherStationGadget</portlet-name>
-    <display-name>Aviation Weather Station</display-name>
-    <description>Google Gadgets: Aviation Weather Station Gadget</description>
+  <portlet id="AssociatedPressNewsFeedsGadget">
+    <portlet-name>AssociatedPressNewsFeedsGadget</portlet-name>
+    <display-name>Associated Press News Feeds</display-name>
+    <description>Google Gadgets: Associated Press News Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Aviation Weather Station</value>
+      <value>Associated Press News Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Aviation Weather Station&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fillipebp.googlepages.com/ap-news-rss-feeds4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Aviation Weather Station</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fillipebp.googlepages.com/ap-news-rss-feeds4.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2521,29 +2950,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Aviation Weather Station</title>
-      <short-title>Aviation Weather Station</short-title>
+      <title>Associated Press News Feeds</title>
+      <short-title>Associated Press News Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TechBlogsGadget">
-    <portlet-name>TechBlogsGadget</portlet-name>
-    <display-name>TechBlogs</display-name>
-    <description>Google Gadgets: TechBlogs Gadget</description>
+  <portlet id="VirtualkeyboardGadget">
+    <portlet-name>VirtualkeyboardGadget</portlet-name>
+    <display-name>Virtual keyboard</display-name>
+    <description>Google Gadgets: Virtual keyboard Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TechBlogs</value>
+      <value>Virtual keyboard</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=TechBlogs&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gate2home.com/gate2home.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=TechBlogs</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gate2home.com/gate2home.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2554,29 +2983,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TechBlogs</title>
-      <short-title>TechBlogs</short-title>
+      <title>Virtual keyboard</title>
+      <short-title>Virtual keyboard</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyBiorhythmsGadget">
-    <portlet-name>DailyBiorhythmsGadget</portlet-name>
-    <display-name>Daily Biorhythms</display-name>
-    <description>Google Gadgets: Daily Biorhythms Gadget</description>
+  <portlet id="CheapflightsSkyScannernetGadget">
+    <portlet-name>CheapflightsSkyScannernetGadget</portlet-name>
+    <display-name>Cheap flights - SkyScanner.net</display-name>
+    <description>Google Gadgets: Cheap flights - SkyScanner.net Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Biorhythms</value>
+      <value>Cheap flights - SkyScanner.net</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Daily Biorhythms&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bartosz.googlepages.com/SkyScanner.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Daily Biorhythms</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bartosz.googlepages.com/SkyScanner.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2587,29 +3016,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Biorhythms</title>
-      <short-title>Daily Biorhythms</short-title>
+      <title>Cheap flights - SkyScanner.net</title>
+      <short-title>Cheap flights - SkyScanner.net</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArabicAudioWordoftheDayGadget">
-    <portlet-name>ArabicAudioWordoftheDayGadget</portlet-name>
-    <display-name>Arabic - Audio Word of the Day</display-name>
-    <description>Google Gadgets: Arabic - Audio Word of the Day Gadget</description>
+  <portlet id="FreeiTunesDownloadsGadget">
+    <portlet-name>FreeiTunesDownloadsGadget</portlet-name>
+    <display-name>Free iTunes Downloads</display-name>
+    <description>Google Gadgets: Free iTunes Downloads Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Arabic - Audio Word of the Day</value>
+      <value>Free iTunes Downloads</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Arabic - Audio Word of the Day&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.itsfreedownloads.com/ifd_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Arabic - Audio Word of the Day</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.itsfreedownloads.com/ifd_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2620,29 +3049,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Arabic - Audio Word of the Day</title>
-      <short-title>Arabic - Audio Word of the Day</short-title>
+      <title>Free iTunes Downloads</title>
+      <short-title>Free iTunes Downloads</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ProxyBrowsingGadget">
-    <portlet-name>ProxyBrowsingGadget</portlet-name>
-    <display-name>Proxy Browsing</display-name>
-    <description>Google Gadgets: Proxy Browsing Gadget</description>
+  <portlet id="UFOMapssightingsastheyhappenGadget">
+    <portlet-name>UFOMapssightingsastheyhappenGadget</portlet-name>
+    <display-name>UFOMaps - sightings as they...</display-name>
+    <description>Google Gadgets: UFOMaps - sightings as they happen Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Proxy Browsing</value>
+      <value>UFOMaps - sightings as they happen</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Proxy Browsing&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ufomaps.com/gadget/ufomaps.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Proxy Browsing</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ufomaps.com/gadget/ufomaps.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2653,29 +3082,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Proxy Browsing</title>
-      <short-title>Proxy Browsing</short-title>
+      <title>UFOMaps - sightings as they happen</title>
+      <short-title>UFOMaps - sightings as they happen</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ICQStatusCheckGadget">
-    <portlet-name>ICQStatusCheckGadget</portlet-name>
-    <display-name>ICQ Status Check</display-name>
-    <description>Google Gadgets: ICQ Status Check Gadget</description>
+  <portlet id="CrystalClockGadget">
+    <portlet-name>CrystalClockGadget</portlet-name>
+    <display-name>Crystal Clock</display-name>
+    <description>Google Gadgets: Crystal Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ICQ Status Check</value>
+      <value>Crystal Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=ICQ Status Check&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://clock-desktop.com/google-gadgets/crystal-clock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=ICQ Status Check</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://clock-desktop.com/google-gadgets/crystal-clock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2686,29 +3115,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ICQ Status Check</title>
-      <short-title>ICQ Status Check</short-title>
+      <title>Crystal Clock</title>
+      <short-title>Crystal Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CopperMountainCOSkiReportGadget">
-    <portlet-name>CopperMountainCOSkiReportGadget</portlet-name>
-    <display-name>Copper Mountain (CO) Ski Report</display-name>
-    <description>Google Gadgets: Copper Mountain (CO) Ski Report Gadget</description>
+  <portlet id="ChordsandScalesGadget">
+    <portlet-name>ChordsandScalesGadget</portlet-name>
+    <display-name>Chords and Scales</display-name>
+    <description>Google Gadgets: Chords and Scales Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Copper Mountain (CO) Ski Report</value>
+      <value>Chords and Scales</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Copper Mountain (CO) Ski Report&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://fredsalles.googlepages.com/guitar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Copper Mountain (CO) Ski Report</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://fredsalles.googlepages.com/guitar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2719,29 +3148,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Copper Mountain (CO) Ski Report</title>
-      <short-title>Copper Mountain (CO) Ski Report</short-title>
+      <title>Chords and Scales</title>
+      <short-title>Chords and Scales</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TinyPicImageUploadGadget">
-    <portlet-name>TinyPicImageUploadGadget</portlet-name>
-    <display-name>TinyPic Image Upload</display-name>
-    <description>Google Gadgets: TinyPic Image Upload Gadget</description>
+  <portlet id="YourNationalflagGadget">
+    <portlet-name>YourNationalflagGadget</portlet-name>
+    <display-name>Your National flag</display-name>
+    <description>Google Gadgets: Your National flag Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TinyPic Image Upload</value>
+      <value>Your National flag</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=TinyPic Image Upload&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dealsoncampus.com/myflag.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=TinyPic Image Upload</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dealsoncampus.com/myflag.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2752,29 +3181,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TinyPic Image Upload</title>
-      <short-title>TinyPic Image Upload</short-title>
+      <title>Your National flag</title>
+      <short-title>Your National flag</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FBI39s10MostWantedGadget">
-    <portlet-name>FBI39s10MostWantedGadget</portlet-name>
-    <display-name>FBI&#39;s 10 Most Wanted</display-name>
-    <description>Google Gadgets: FBI&#39;s 10 Most Wanted Gadget</description>
+  <portlet id="TimerGadget">
+    <portlet-name>TimerGadget</portlet-name>
+    <display-name>Timer</display-name>
+    <description>Google Gadgets: Timer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FBI&#39;s 10 Most Wanted</value>
+      <value>Timer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=FBI&#39;s 10 Most Wanted&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://cydelic.info/gmodules/timer/timer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=FBI&#39;s 10 Most Wanted</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://cydelic.info/gmodules/timer/timer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2785,29 +3214,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FBI&#39;s 10 Most Wanted</title>
-      <short-title>FBI&#39;s 10 Most Wanted</short-title>
+      <title>Timer</title>
+      <short-title>Timer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MrsGray39sResearchSitesforKidsGadget">
-    <portlet-name>MrsGray39sResearchSitesforKidsGadget</portlet-name>
-    <display-name>Mrs. Gray&#39;s Research Sites for Kids</display-name>
-    <description>Google Gadgets: Mrs. Gray&#39;s Research Sites for Kids Gadget</description>
+  <portlet id="SearchAnswerscomGadget">
+    <portlet-name>SearchAnswerscomGadget</portlet-name>
+    <display-name>Search Answers.com</display-name>
+    <description>Google Gadgets: Search Answers.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mrs. Gray&#39;s Research Sites for Kids</value>
+      <value>Search Answers.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Mrs. Gray&#39;s Research Sites for Kids&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://site.answers.com/main/answerBox.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Mrs. Gray&#39;s Research Sites for Kids</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://site.answers.com/main/answerBox.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2818,29 +3247,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mrs. Gray&#39;s Research Sites for Kids</title>
-      <short-title>Mrs. Gray&#39;s Research Sites for Kids</short-title>
+      <title>Search Answers.com</title>
+      <short-title>Search Answers.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CareerCupGadget">
-    <portlet-name>CareerCupGadget</portlet-name>
-    <display-name>CareerCup</display-name>
-    <description>Google Gadgets: CareerCup Gadget</description>
+  <portlet id="OnlinePainterGadget">
+    <portlet-name>OnlinePainterGadget</portlet-name>
+    <display-name>Online Painter</display-name>
+    <description>Google Gadgets: Online Painter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CareerCup</value>
+      <value>Online Painter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=CareerCup&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://offtype.net/google_gadget/painter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=CareerCup</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://offtype.net/google_gadget/painter.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2851,29 +3280,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CareerCup</title>
-      <short-title>CareerCup</short-title>
+      <title>Online Painter</title>
+      <short-title>Online Painter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RicercheMaestreilWebperlaScuolaPrimariaGadget">
-    <portlet-name>RicercheMaestreilWebperlaScuolaPrimariaGadget</portlet-name>
-    <display-name>Ricerche Maestre: il Web per la Scuola Primaria</display-name>
-    <description>Google Gadgets: Ricerche Maestre: il Web per la Scuola Primaria Gadget</description>
+  <portlet id="SkypeGadget">
+    <portlet-name>SkypeGadget</portlet-name>
+    <display-name>Skype</display-name>
+    <description>Google Gadgets: Skype Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Ricerche Maestre: il Web per la Scuola Primaria</value>
+      <value>Skype</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Ricerche Maestre: il Web per la Scuola Primaria&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://yourjovi.googlepages.com/skype.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Ricerche Maestre: il Web per la Scuola Primaria</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://yourjovi.googlepages.com/skype.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2884,29 +3313,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Ricerche Maestre: il Web per la Scuola Primaria</title>
-      <short-title>Ricerche Maestre: il Web per la Scuola Primaria</short-title>
+      <title>Skype</title>
+      <short-title>Skype</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YouTubePlayerGadget">
-    <portlet-name>YouTubePlayerGadget</portlet-name>
-    <display-name>YouTube Player</display-name>
-    <description>Google Gadgets: YouTube Player Gadget</description>
+  <portlet id="GoogleBooksGadget">
+    <portlet-name>GoogleBooksGadget</portlet-name>
+    <display-name>Google Books</display-name>
+    <description>Google Gadgets: Google Books Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>YouTube Player</value>
+      <value>Google Books</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=YouTube Player&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://manikarthik84.googlepages.com/gbooksgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=YouTube Player</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://manikarthik84.googlepages.com/gbooksgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2917,29 +3346,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>YouTube Player</title>
-      <short-title>YouTube Player</short-title>
+      <title>Google Books</title>
+      <short-title>Google Books</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ImageShackHostingGadget">
-    <portlet-name>ImageShackHostingGadget</portlet-name>
-    <display-name>ImageShack Hosting</display-name>
-    <description>Google Gadgets: ImageShack Hosting Gadget</description>
+  <portlet id="CountdowntoGadget">
+    <portlet-name>CountdowntoGadget</portlet-name>
+    <display-name>Countdown to ???</display-name>
+    <description>Google Gadgets: Countdown to ??? Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ImageShack Hosting</value>
+      <value>Countdown to ???</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=ImageShack Hosting&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/items%3Foid%3D15096098265276341636&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=ImageShack Hosting</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/items%3Foid%3D15096098265276341636</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2950,29 +3379,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ImageShack Hosting</title>
-      <short-title>ImageShack Hosting</short-title>
+      <title>Countdown to ???</title>
+      <short-title>Countdown to ???</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TVSeriesDVDReleasesGadget">
-    <portlet-name>TVSeriesDVDReleasesGadget</portlet-name>
-    <display-name>TV Series DVD Releases</display-name>
-    <description>Google Gadgets: TV Series DVD Releases Gadget</description>
+  <portlet id="HotmailGadget">
+    <portlet-name>HotmailGadget</portlet-name>
+    <display-name>Hotmail</display-name>
+    <description>Google Gadgets: Hotmail Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TV Series DVD Releases</value>
+      <value>Hotmail</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=TV Series DVD Releases&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googatrix.googlepages.com/HotmailGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=TV Series DVD Releases</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googatrix.googlepages.com/HotmailGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -2983,29 +3412,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TV Series DVD Releases</title>
-      <short-title>TV Series DVD Releases</short-title>
+      <title>Hotmail</title>
+      <short-title>Hotmail</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BulwatchGadget">
-    <portlet-name>BulwatchGadget</portlet-name>
-    <display-name>Bulwatch</display-name>
-    <description>Google Gadgets: Bulwatch Gadget</description>
+  <portlet id="USAreaCodeLookupGadget">
+    <portlet-name>USAreaCodeLookupGadget</portlet-name>
+    <display-name>US Area Code Lookup</display-name>
+    <description>Google Gadgets: US Area Code Lookup Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Bulwatch</value>
+      <value>US Area Code Lookup</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Bulwatch&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://aruljohn.com/gadget/areacode.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Bulwatch</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://aruljohn.com/gadget/areacode.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3016,29 +3445,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Bulwatch</title>
-      <short-title>Bulwatch</short-title>
+      <title>US Area Code Lookup</title>
+      <short-title>US Area Code Lookup</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="USPASearchEngineGadget">
-    <portlet-name>USPASearchEngineGadget</portlet-name>
-    <display-name>USPA Search Engine</display-name>
-    <description>Google Gadgets: USPA Search Engine Gadget</description>
+  <portlet id="directIPAddressGadget">
+    <portlet-name>directIPAddressGadget</portlet-name>
+    <display-name>directIP Address</display-name>
+    <description>Google Gadgets: directIP Address Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>USPA Search Engine</value>
+      <value>directIP Address</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=USPA Search Engine&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.directip.info/directIPdisplay.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=USPA Search Engine</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.directip.info/directIPdisplay.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3049,29 +3478,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>USPA Search Engine</title>
-      <short-title>USPA Search Engine</short-title>
+      <title>directIP Address</title>
+      <short-title>directIP Address</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AmazoncomSearchBoxforAmazonGadget">
-    <portlet-name>AmazoncomSearchBoxforAmazonGadget</portlet-name>
-    <display-name>Amazon.com Search Box for Amazon</display-name>
-    <description>Google Gadgets: Amazon.com Search Box for Amazon Gadget</description>
+  <portlet id="YouTubePlayer2Gadget">
+    <portlet-name>YouTubePlayer2Gadget</portlet-name>
+    <display-name>YouTube Player</display-name>
+    <description>Google Gadgets: YouTube Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amazon.com Search Box for Amazon</value>
+      <value>YouTube Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Amazon.com Search Box for Amazon&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://youtubeplayer.googlepages.com/1YTP_6_1_Conf.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Amazon.com Search Box for Amazon</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://youtubeplayer.googlepages.com/1YTP_6_1_Conf.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3082,29 +3511,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amazon.com Search Box for Amazon</title>
-      <short-title>Amazon.com Search Box for Amazon</short-title>
+      <title>YouTube Player</title>
+      <short-title>YouTube Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LoanPaymentCalculatorbyBizCalcscomGadget">
-    <portlet-name>LoanPaymentCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Loan Payment Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Loan Payment Calculator by BizCalcs.com Gadget</description>
+  <portlet id="MyIPGadget">
+    <portlet-name>MyIPGadget</portlet-name>
+    <display-name>My IP</display-name>
+    <description>Google Gadgets: My IP Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Loan Payment Calculator by BizCalcs.com</value>
+      <value>My IP</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Loan Payment Calculator by BizCalcs.com&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.labpixies.com/campaigns/ip/ip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Loan Payment Calculator by BizCalcs.com</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.labpixies.com/campaigns/ip/ip.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3115,29 +3544,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Loan Payment Calculator by BizCalcs.com</title>
-      <short-title>Loan Payment Calculator by BizCalcs.com</short-title>
+      <title>My IP</title>
+      <short-title>My IP</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TravelocityHotelSearchGadget">
-    <portlet-name>TravelocityHotelSearchGadget</portlet-name>
-    <display-name>Travelocity Hotel Search</display-name>
-    <description>Google Gadgets: Travelocity Hotel Search Gadget</description>
+  <portlet id="Countdown3Gadget">
+    <portlet-name>Countdown3Gadget</portlet-name>
+    <display-name>Countdown</display-name>
+    <description>Google Gadgets: Countdown Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Travelocity Hotel Search</value>
+      <value>Countdown</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Travelocity Hotel Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/calebegg42/countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Travelocity Hotel Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/calebegg42/countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3148,29 +3577,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Travelocity Hotel Search</title>
-      <short-title>Travelocity Hotel Search</short-title>
+      <title>Countdown</title>
+      <short-title>Countdown</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NederlandseWoordenSpellingGadget">
-    <portlet-name>NederlandseWoordenSpellingGadget</portlet-name>
-    <display-name>Nederlandse Woorden Spelling</display-name>
-    <description>Google Gadgets: Nederlandse Woorden Spelling Gadget</description>
+  <portlet id="PublicPicasaWebAlbumsGadget">
+    <portlet-name>PublicPicasaWebAlbumsGadget</portlet-name>
+    <display-name>Public Picasa Web Albums</display-name>
+    <description>Google Gadgets: Public Picasa Web Albums Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nederlandse Woorden Spelling</value>
+      <value>Public Picasa Web Albums</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Nederlandse Woorden Spelling&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/publicpwa.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Nederlandse Woorden Spelling</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/publicpwa.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3181,29 +3610,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nederlandse Woorden Spelling</title>
-      <short-title>Nederlandse Woorden Spelling</short-title>
+      <title>Public Picasa Web Albums</title>
+      <short-title>Public Picasa Web Albums</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="videoLecturesSpecialSearchGadget">
-    <portlet-name>videoLecturesSpecialSearchGadget</portlet-name>
-    <display-name>video Lectures Special Search</display-name>
-    <description>Google Gadgets: video Lectures Special Search Gadget</description>
+  <portlet id="WorldClock1Gadget">
+    <portlet-name>WorldClock1Gadget</portlet-name>
+    <display-name>World Clock</display-name>
+    <description>Google Gadgets: World Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>video Lectures Special Search</value>
+      <value>World Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=video Lectures Special Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.matt.org/modules/DashboardClockWorld.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=video Lectures Special Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.matt.org/modules/DashboardClockWorld.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3214,29 +3643,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>video Lectures Special Search</title>
-      <short-title>video Lectures Special Search</short-title>
+      <title>World Clock</title>
+      <short-title>World Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HotelSearchEngineGadget">
-    <portlet-name>HotelSearchEngineGadget</portlet-name>
-    <display-name>Hotel Search Engine</display-name>
-    <description>Google Gadgets: Hotel Search Engine Gadget</description>
+  <portlet id="AlarmclockGadget">
+    <portlet-name>AlarmclockGadget</portlet-name>
+    <display-name>Alarm clock</display-name>
+    <description>Google Gadgets: Alarm clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hotel Search Engine</value>
+      <value>Alarm clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Hotel Search Engine&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://znupi69.googlepages.com/clock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Hotel Search Engine</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://znupi69.googlepages.com/clock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3247,29 +3676,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hotel Search Engine</title>
-      <short-title>Hotel Search Engine</short-title>
+      <title>Alarm clock</title>
+      <short-title>Alarm clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IslamicPrayerTimesWorldWideGadget">
-    <portlet-name>IslamicPrayerTimesWorldWideGadget</portlet-name>
-    <display-name>Islamic Prayer Times World Wide</display-name>
-    <description>Google Gadgets: Islamic Prayer Times World Wide Gadget</description>
+  <portlet id="SexySearchGadget">
+    <portlet-name>SexySearchGadget</portlet-name>
+    <display-name>Sexy Search</display-name>
+    <description>Google Gadgets: Sexy Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Islamic Prayer Times World Wide</value>
+      <value>Sexy Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Islamic Prayer Times World Wide&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://a.xegg.us-a.googlepages.com/sexysearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Islamic Prayer Times World Wide</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://a.xegg.us-a.googlepages.com/sexysearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3280,29 +3709,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Islamic Prayer Times World Wide</title>
-      <short-title>Islamic Prayer Times World Wide</short-title>
+      <title>Sexy Search</title>
+      <short-title>Sexy Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FXDomainsDomainSearchGadget">
-    <portlet-name>FXDomainsDomainSearchGadget</portlet-name>
-    <display-name>FXDomains Domain Search</display-name>
-    <description>Google Gadgets: FXDomains Domain Search Gadget</description>
+  <portlet id="UPSPackageTrackingGadget">
+    <portlet-name>UPSPackageTrackingGadget</portlet-name>
+    <display-name>UPS Package Tracking</display-name>
+    <description>Google Gadgets: UPS Package Tracking Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FXDomains Domain Search</value>
+      <value>UPS Package Tracking</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=FXDomains Domain Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/grimmthething//upsTrack.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=FXDomains Domain Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/grimmthething//upsTrack.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3313,29 +3742,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FXDomains Domain Search</title>
-      <short-title>FXDomains Domain Search</short-title>
+      <title>UPS Package Tracking</title>
+      <short-title>UPS Package Tracking</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WebcamsUSAGadget">
-    <portlet-name>WebcamsUSAGadget</portlet-name>
-    <display-name>Webcams USA</display-name>
-    <description>Google Gadgets: Webcams USA Gadget</description>
+  <portlet id="Calendar1Gadget">
+    <portlet-name>Calendar1Gadget</portlet-name>
+    <display-name>Calendar</display-name>
+    <description>Google Gadgets: Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Webcams USA</value>
+      <value>Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Webcams USA&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://members.aol.com/markjson/calendar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Webcams USA</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://members.aol.com/markjson/calendar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3346,29 +3775,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Webcams USA</title>
-      <short-title>Webcams USA</short-title>
+      <title>Calendar</title>
+      <short-title>Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TextMemosRemindersGadget">
-    <portlet-name>TextMemosRemindersGadget</portlet-name>
-    <display-name>TextMemos Reminders</display-name>
-    <description>Google Gadgets: TextMemos Reminders Gadget</description>
+  <portlet id="FandangoMovieShowtimesGadget">
+    <portlet-name>FandangoMovieShowtimesGadget</portlet-name>
+    <display-name>Fandango Movie Showtimes</display-name>
+    <description>Google Gadgets: Fandango Movie Showtimes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TextMemos Reminders</value>
+      <value>Fandango Movie Showtimes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=TextMemos Reminders&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fandango.com/google/homepagemodule/fandangogooglehomepage.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=TextMemos Reminders</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fandango.com/google/homepagemodule/fandangogooglehomepage.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3379,29 +3808,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TextMemos Reminders</title>
-      <short-title>TextMemos Reminders</short-title>
+      <title>Fandango Movie Showtimes</title>
+      <short-title>Fandango Movie Showtimes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CounterGadget">
-    <portlet-name>CounterGadget</portlet-name>
-    <display-name>Counter</display-name>
-    <description>Google Gadgets: Counter Gadget</description>
+  <portlet id="DailyAffirmationsGadget">
+    <portlet-name>DailyAffirmationsGadget</portlet-name>
+    <display-name>Daily Affirmations</display-name>
+    <description>Google Gadgets: Daily Affirmations Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Counter</value>
+      <value>Daily Affirmations</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Counter&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D117643658388563037833%26mid%3D30%26url%3Dgm_googlegram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Counter</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D117643658388563037833%26mid%3D30%26url%3Dgm_googlegram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3412,29 +3841,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Counter</title>
-      <short-title>Counter</short-title>
+      <title>Daily Affirmations</title>
+      <short-title>Daily Affirmations</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="amazoncomGadget">
-    <portlet-name>amazoncomGadget</portlet-name>
-    <display-name>amazon.com</display-name>
-    <description>Google Gadgets: amazon.com Gadget</description>
+  <portlet id="LocalJobSearchEngineGadget">
+    <portlet-name>LocalJobSearchEngineGadget</portlet-name>
+    <display-name>Local Job Search Engine</display-name>
+    <description>Google Gadgets: Local Job Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>amazon.com</value>
+      <value>Local Job Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=amazon.com&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007233017096976698748/cse/snwhntdiz1y/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=amazon.com</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/007233017096976698748/cse/snwhntdiz1y/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3445,29 +3874,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>amazon.com</title>
-      <short-title>amazon.com</short-title>
+      <title>Local Job Search Engine</title>
+      <short-title>Local Job Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SecureRSSReaderGadget">
-    <portlet-name>SecureRSSReaderGadget</portlet-name>
-    <display-name>Secure RSS Reader</display-name>
-    <description>Google Gadgets: Secure RSS Reader Gadget</description>
+  <portlet id="HealthAndHappinessTipsGadget">
+    <portlet-name>HealthAndHappinessTipsGadget</portlet-name>
+    <display-name>Health And Happiness Tips</display-name>
+    <description>Google Gadgets: Health And Happiness Tips Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Secure RSS Reader</value>
+      <value>Health And Happiness Tips</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Secure RSS Reader&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.healthandgoodness.com/gadget/health_tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Secure RSS Reader</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.healthandgoodness.com/gadget/health_tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3478,29 +3907,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Secure RSS Reader</title>
-      <short-title>Secure RSS Reader</short-title>
+      <title>Health And Happiness Tips</title>
+      <short-title>Health And Happiness Tips</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GustavusAdolphusCollegeSearchGadget">
-    <portlet-name>GustavusAdolphusCollegeSearchGadget</portlet-name>
-    <display-name>Gustavus Adolphus College Search</display-name>
-    <description>Google Gadgets: Gustavus Adolphus College Search Gadget</description>
+  <portlet id="USStreamflowConditionsGadget">
+    <portlet-name>USStreamflowConditionsGadget</portlet-name>
+    <display-name>US Streamflow Conditions</display-name>
+    <description>Google Gadgets: US Streamflow Conditions Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gustavus Adolphus College Search</value>
+      <value>US Streamflow Conditions</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Gustavus Adolphus College Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://water.usgs.gov/waterwatch/googles/real.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Gustavus Adolphus College Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://water.usgs.gov/waterwatch/googles/real.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3511,29 +3940,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gustavus Adolphus College Search</title>
-      <short-title>Gustavus Adolphus College Search</short-title>
+      <title>US Streamflow Conditions</title>
+      <short-title>US Streamflow Conditions</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ebaycomamazoncomyoutubecomyoutubeGadget">
-    <portlet-name>ebaycomamazoncomyoutubecomyoutubeGadget</portlet-name>
-    <display-name>ebay.com, amazon.com, youtube.com, you tube</display-name>
-    <description>Google Gadgets: ebay.com, amazon.com, youtube.com, you tube Gadget</description>
+  <portlet id="PhotoClockGadget">
+    <portlet-name>PhotoClockGadget</portlet-name>
+    <display-name>Photo Clock</display-name>
+    <description>Google Gadgets: Photo Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ebay.com, amazon.com, youtube.com, you tube</value>
+      <value>Photo Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=ebay.com, amazon.com, youtube.com, you tube&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chronita.com/cface/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=ebay.com, amazon.com, youtube.com, you tube</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chronita.com/cface/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3544,29 +3973,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ebay.com, amazon.com, youtube.com, you tube</title>
-      <short-title>ebay.com, amazon.com, youtube.com, you tube</short-title>
+      <title>Photo Clock</title>
+      <short-title>Photo Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GuitarTablatureSearchGadgetGadget">
-    <portlet-name>GuitarTablatureSearchGadgetGadget</portlet-name>
-    <display-name>Guitar Tablature Search Gadget</display-name>
-    <description>Google Gadgets: Guitar Tablature Search Gadget Gadget</description>
+  <portlet id="WeightLossQuestionoftheDayGadget">
+    <portlet-name>WeightLossQuestionoftheDayGadget</portlet-name>
+    <display-name>Weight Loss Question of the...</display-name>
+    <description>Google Gadgets: Weight Loss Question of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Guitar Tablature Search Gadget</value>
+      <value>Weight Loss Question of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Guitar Tablature Search Gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.goldensummitinc.com/gadgets/qod.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Guitar Tablature Search Gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.goldensummitinc.com/gadgets/qod.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3577,29 +4006,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Guitar Tablature Search Gadget</title>
-      <short-title>Guitar Tablature Search Gadget</short-title>
+      <title>Weight Loss Question of the Day</title>
+      <short-title>Weight Loss Question of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PretzelFontClockGadget">
-    <portlet-name>PretzelFontClockGadget</portlet-name>
-    <display-name>PretzelFont Clock</display-name>
-    <description>Google Gadgets: PretzelFont Clock Gadget</description>
+  <portlet id="StocksGadget">
+    <portlet-name>StocksGadget</portlet-name>
+    <display-name>Stocks</display-name>
+    <description>Google Gadgets: Stocks Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>PretzelFont Clock</value>
+      <value>Stocks</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=PretzelFont Clock&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yourminis.com/embed/google.aspx%3Fheight%3D373%26width%3D220%26xheight%3D383%26xwidth%3D230%26mininame%3Dstocks%26buildnumber%3D1%252E5%252E5%252E6%26title%3DStocks%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Astocks%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fstocks%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=PretzelFont Clock</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yourminis.com/embed/google.aspx%3Fheight%3D373%26width%3D220%26xheight%3D383%26xwidth%3D230%26mininame%3Dstocks%26buildnumber%3D1%252E5%252E5%252E6%26title%3DStocks%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Astocks%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fstocks%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3610,29 +4039,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>PretzelFont Clock</title>
-      <short-title>PretzelFont Clock</short-title>
+      <title>Stocks</title>
+      <short-title>Stocks</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ColorChooserGadget">
-    <portlet-name>ColorChooserGadget</portlet-name>
-    <display-name>Color Chooser</display-name>
-    <description>Google Gadgets: Color Chooser Gadget</description>
+  <portlet id="ContactUsFormV1Gadget">
+    <portlet-name>ContactUsFormV1Gadget</portlet-name>
+    <display-name>Contact Us Form V1</display-name>
+    <description>Google Gadgets: Contact Us Form V1 Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Color Chooser</value>
+      <value>Contact Us Form V1</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Color Chooser&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.formlogix.com/Gadgets/Contact_Us_V1_Form_Gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Color Chooser</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.formlogix.com/Gadgets/Contact_Us_V1_Form_Gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3643,29 +4072,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Color Chooser</title>
-      <short-title>Color Chooser</short-title>
+      <title>Contact Us Form V1</title>
+      <short-title>Contact Us Form V1</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Kuran39danGununAyetiGadget">
-    <portlet-name>Kuran39danGununAyetiGadget</portlet-name>
-    <display-name>Kuran&#39;dan Gunun Ayeti</display-name>
-    <description>Google Gadgets: Kuran&#39;dan Gunun Ayeti Gadget</description>
+  <portlet id="AviationWeatherStationGadget">
+    <portlet-name>AviationWeatherStationGadget</portlet-name>
+    <display-name>Aviation Weather Station</display-name>
+    <description>Google Gadgets: Aviation Weather Station Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Kuran&#39;dan Gunun Ayeti</value>
+      <value>Aviation Weather Station</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Kuran&#39;dan Gunun Ayeti&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.omodei-zorini.com/G_Gadgets/weather.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Kuran&#39;dan Gunun Ayeti</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.omodei-zorini.com/G_Gadgets/weather.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3676,29 +4105,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Kuran&#39;dan Gunun Ayeti</title>
-      <short-title>Kuran&#39;dan Gunun Ayeti</short-title>
+      <title>Aviation Weather Station</title>
+      <short-title>Aviation Weather Station</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PeopleFinderGadget">
-    <portlet-name>PeopleFinderGadget</portlet-name>
-    <display-name>People Finder</display-name>
-    <description>Google Gadgets: People Finder Gadget</description>
+  <portlet id="MortgageRateWatchBasicGadget">
+    <portlet-name>MortgageRateWatchBasicGadget</portlet-name>
+    <display-name>Mortgage Rate Watch - Basic</display-name>
+    <description>Google Gadgets: Mortgage Rate Watch - Basic Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>People Finder</value>
+      <value>Mortgage Rate Watch - Basic</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=People Finder&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/mrw2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=People Finder</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/mrw2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3709,29 +4138,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>People Finder</title>
-      <short-title>People Finder</short-title>
+      <title>Mortgage Rate Watch - Basic</title>
+      <short-title>Mortgage Rate Watch - Basic</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ArunaSendGadget">
-    <portlet-name>ArunaSendGadget</portlet-name>
-    <display-name>Aruna Send</display-name>
-    <description>Google Gadgets: Aruna Send Gadget</description>
+  <portlet id="MoneyTipoftheDayGadget">
+    <portlet-name>MoneyTipoftheDayGadget</portlet-name>
+    <display-name>Money Tip of the Day</display-name>
+    <description>Google Gadgets: Money Tip of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Aruna Send</value>
+      <value>Money Tip of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Aruna Send&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/finance-money-tips.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Aruna Send</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/finance-money-tips.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3742,29 +4171,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Aruna Send</title>
-      <short-title>Aruna Send</short-title>
+      <title>Money Tip of the Day</title>
+      <short-title>Money Tip of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RCTimeConstantCalculatorGadget">
-    <portlet-name>RCTimeConstantCalculatorGadget</portlet-name>
-    <display-name>RC Time Constant Calculator</display-name>
-    <description>Google Gadgets: RC Time Constant Calculator Gadget</description>
+  <portlet id="EtymologyDictionarybrowserGadget">
+    <portlet-name>EtymologyDictionarybrowserGadget</portlet-name>
+    <display-name>Etymology Dictionary browser</display-name>
+    <description>Google Gadgets: Etymology Dictionary browser Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>RC Time Constant Calculator</value>
+      <value>Etymology Dictionary browser</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=RC Time Constant Calculator&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://michaelthompson.org/goo/etym.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=RC Time Constant Calculator</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://michaelthompson.org/goo/etym.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3775,29 +4204,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>RC Time Constant Calculator</title>
-      <short-title>RC Time Constant Calculator</short-title>
+      <title>Etymology Dictionary browser</title>
+      <short-title>Etymology Dictionary browser</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WyszukiwarkayellowpagesPanoramaFirmGadget">
-    <portlet-name>WyszukiwarkayellowpagesPanoramaFirmGadget</portlet-name>
-    <display-name>Wyszukiwarka yellow pages - Panorama Firm</display-name>
-    <description>Google Gadgets: Wyszukiwarka yellow pages - Panorama Firm Gadget</description>
+  <portlet id="FreeGroceryCouponsGadget">
+    <portlet-name>FreeGroceryCouponsGadget</portlet-name>
+    <display-name>Free Grocery Coupons</display-name>
+    <description>Google Gadgets: Free Grocery Coupons Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wyszukiwarka yellow pages - Panorama Firm</value>
+      <value>Free Grocery Coupons</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Wyszukiwarka yellow pages - Panorama Firm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.couponsurfer.com/google-gadget.htm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Wyszukiwarka yellow pages - Panorama Firm</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.couponsurfer.com/google-gadget.htm</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3808,29 +4237,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wyszukiwarka yellow pages - Panorama Firm</title>
-      <short-title>Wyszukiwarka yellow pages - Panorama Firm</short-title>
+      <title>Free Grocery Coupons</title>
+      <short-title>Free Grocery Coupons</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchNCBIGadget">
-    <portlet-name>SearchNCBIGadget</portlet-name>
-    <display-name>Search NCBI/???</display-name>
-    <description>Google Gadgets: Search NCBI/??? Gadget</description>
+  <portlet id="LiveMLBScoresGadget">
+    <portlet-name>LiveMLBScoresGadget</portlet-name>
+    <display-name>Live MLB Scores</display-name>
+    <description>Google Gadgets: Live MLB Scores Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search NCBI/???</value>
+      <value>Live MLB Scores</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Search NCBI/???&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.milwaukeebrewcrew.com/gadget2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Search NCBI/???</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.milwaukeebrewcrew.com/gadget2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3841,29 +4270,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search NCBI/???</title>
-      <short-title>Search NCBI/???</short-title>
+      <title>Live MLB Scores</title>
+      <short-title>Live MLB Scores</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CanadaTaxDueDateCountdownGadget">
-    <portlet-name>CanadaTaxDueDateCountdownGadget</portlet-name>
-    <display-name>Canada Tax Due Date Countdown</display-name>
-    <description>Google Gadgets: Canada Tax Due Date Countdown Gadget</description>
+  <portlet id="AccuWeathercomWeatherForecastGadgetFlashVersionGadget">
+    <portlet-name>AccuWeathercomWeatherForecastGadgetFlashVersionGadget</portlet-name>
+    <display-name>AccuWeather.com Weather For...</display-name>
+    <description>Google Gadgets: AccuWeather.com Weather Forecast Gadget: Flash Version Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Canada Tax Due Date Countdown</value>
+      <value>AccuWeather.com Weather Forecast Gadget: Flash Version</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Canada Tax Due Date Countdown&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gwidget.accuweather.com/adcbin/googleforecastgadget/gadgetflash.asp&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Canada Tax Due Date Countdown</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gwidget.accuweather.com/adcbin/googleforecastgadget/gadgetflash.asp</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3874,29 +4303,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Canada Tax Due Date Countdown</title>
-      <short-title>Canada Tax Due Date Countdown</short-title>
+      <title>AccuWeather.com Weather Forecast Gadget: Flash Version</title>
+      <short-title>AccuWeather.com Weather Forecast Gadget: Flash Version</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WeatherForecastsGadget">
-    <portlet-name>WeatherForecastsGadget</portlet-name>
-    <display-name>Weather Forecasts</display-name>
-    <description>Google Gadgets: Weather Forecasts Gadget</description>
+  <portlet id="GoogleTalkButtonGadget">
+    <portlet-name>GoogleTalkButtonGadget</portlet-name>
+    <display-name>Google Talk Button</display-name>
+    <description>Google Gadgets: Google Talk Button Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Weather Forecasts</value>
+      <value>Google Talk Button</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Weather Forecasts&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cyberop5.us/gtalkbutton4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Weather Forecasts</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cyberop5.us/gtalkbutton4.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3907,29 +4336,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Weather Forecasts</title>
-      <short-title>Weather Forecasts</short-title>
+      <title>Google Talk Button</title>
+      <short-title>Google Talk Button</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CustomizednewsGadget">
-    <portlet-name>CustomizednewsGadget</portlet-name>
-    <display-name>Customized news</display-name>
-    <description>Google Gadgets: Customized news Gadget</description>
+  <portlet id="YellowPageCityGadget">
+    <portlet-name>YellowPageCityGadget</portlet-name>
+    <display-name>Yellow Page City</display-name>
+    <description>Google Gadgets: Yellow Page City Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Customized news</value>
+      <value>Yellow Page City</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Customized news&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yellowpagecity.com/misc/googlegadget/googlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Customized news</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yellowpagecity.com/misc/googlegadget/googlegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3940,29 +4369,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Customized news</title>
-      <short-title>Customized news</short-title>
+      <title>Yellow Page City</title>
+      <short-title>Yellow Page City</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PersonalFinanceBlogSearchGadget">
-    <portlet-name>PersonalFinanceBlogSearchGadget</portlet-name>
-    <display-name>Personal Finance Blog Search</display-name>
-    <description>Google Gadgets: Personal Finance Blog Search Gadget</description>
+  <portlet id="FilmReviewsGadget">
+    <portlet-name>FilmReviewsGadget</portlet-name>
+    <display-name>Film Reviews</display-name>
+    <description>Google Gadgets: Film Reviews Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Personal Finance Blog Search</value>
+      <value>Film Reviews</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Personal Finance Blog Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://reviews.googlecode.com/svn/trunk/FilmReviews.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Personal Finance Blog Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://reviews.googlecode.com/svn/trunk/FilmReviews.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -3973,29 +4402,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Personal Finance Blog Search</title>
-      <short-title>Personal Finance Blog Search</short-title>
+      <title>Film Reviews</title>
+      <short-title>Film Reviews</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UnitConverterGadget">
-    <portlet-name>UnitConverterGadget</portlet-name>
-    <display-name>Unit Converter</display-name>
-    <description>Google Gadgets: Unit Converter Gadget</description>
+  <portlet id="MortgagePaymentCalculatorGadget">
+    <portlet-name>MortgagePaymentCalculatorGadget</portlet-name>
+    <display-name>Mortgage Payment Calculator</display-name>
+    <description>Google Gadgets: Mortgage Payment Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Unit Converter</value>
+      <value>Mortgage Payment Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Unit Converter&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andavan.googlepages.com/MRW5.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Unit Converter</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andavan.googlepages.com/MRW5.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4006,29 +4435,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Unit Converter</title>
-      <short-title>Unit Converter</short-title>
+      <title>Mortgage Payment Calculator</title>
+      <short-title>Mortgage Payment Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GmailSearchforBookmarkGadget">
-    <portlet-name>GmailSearchforBookmarkGadget</portlet-name>
-    <display-name>Gmail Search for Bookmark</display-name>
-    <description>Google Gadgets: Gmail Search for Bookmark Gadget</description>
+  <portlet id="QuickDecisionMakerGadget">
+    <portlet-name>QuickDecisionMakerGadget</portlet-name>
+    <display-name>Quick Decision Maker</display-name>
+    <description>Google Gadgets: Quick Decision Maker Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gmail Search for Bookmark</value>
+      <value>Quick Decision Maker</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Gmail Search for Bookmark&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/delabs/gadgets/toss/index.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Gmail Search for Bookmark</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/delabs/gadgets/toss/index.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4039,29 +4468,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gmail Search for Bookmark</title>
-      <short-title>Gmail Search for Bookmark</short-title>
+      <title>Quick Decision Maker</title>
+      <short-title>Quick Decision Maker</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="writeKAMalayalamTransliteratorGadget">
-    <portlet-name>writeKAMalayalamTransliteratorGadget</portlet-name>
-    <display-name>writeKA Malayalam Transliterator</display-name>
-    <description>Google Gadgets: writeKA Malayalam Transliterator Gadget</description>
+  <portlet id="EbaySearchGadget">
+    <portlet-name>EbaySearchGadget</portlet-name>
+    <display-name>Ebay Search</display-name>
+    <description>Google Gadgets: Ebay Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>writeKA Malayalam Transliterator</value>
+      <value>Ebay Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=writeKA Malayalam Transliterator&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/ebay.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=writeKA Malayalam Transliterator</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/ebay.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4072,29 +4501,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>writeKA Malayalam Transliterator</title>
-      <short-title>writeKA Malayalam Transliterator</short-title>
+      <title>Ebay Search</title>
+      <short-title>Ebay Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NintendoWiiReleaseCountdownAustraliaGadget">
-    <portlet-name>NintendoWiiReleaseCountdownAustraliaGadget</portlet-name>
-    <display-name>Nintendo Wii - Release Countdown - Australia</display-name>
-    <description>Google Gadgets: Nintendo Wii - Release Countdown - Australia Gadget</description>
+  <portlet id="GoogleDocsGadget">
+    <portlet-name>GoogleDocsGadget</portlet-name>
+    <display-name>Google Docs</display-name>
+    <description>Google Gadgets: Google Docs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Nintendo Wii - Release Countdown - Australia</value>
+      <value>Google Docs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Nintendo Wii - Release Countdown - Australia&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/docs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Nintendo Wii - Release Countdown - Australia</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/modules/docs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4105,29 +4534,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Nintendo Wii - Release Countdown - Australia</title>
-      <short-title>Nintendo Wii - Release Countdown - Australia</short-title>
+      <title>Google Docs</title>
+      <short-title>Google Docs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveTVGadget">
-    <portlet-name>LiveTVGadget</portlet-name>
-    <display-name>Live TV</display-name>
-    <description>Google Gadgets: Live TV Gadget</description>
+  <portlet id="AudioBookSearchGadget">
+    <portlet-name>AudioBookSearchGadget</portlet-name>
+    <display-name>Audio Book Search</display-name>
+    <description>Google Gadgets: Audio Book Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Live TV</value>
+      <value>Audio Book Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Live TV&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/016734663465755725902/cse/1xhbtld9l3y/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Live TV</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/016734663465755725902/cse/1xhbtld9l3y/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4138,29 +4567,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Live TV</title>
-      <short-title>Live TV</short-title>
+      <title>Audio Book Search</title>
+      <short-title>Audio Book Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SebinaTrovaLibriGadget">
-    <portlet-name>SebinaTrovaLibriGadget</portlet-name>
-    <display-name>Sebina TrovaLibri</display-name>
-    <description>Google Gadgets: Sebina TrovaLibri Gadget</description>
+  <portlet id="SixtyMinutesNewsGadget">
+    <portlet-name>SixtyMinutesNewsGadget</portlet-name>
+    <display-name>Sixty Minutes News</display-name>
+    <description>Google Gadgets: Sixty Minutes News Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sebina TrovaLibri</value>
+      <value>Sixty Minutes News</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Sebina TrovaLibri&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/rss/sixtyminen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Sebina TrovaLibri</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/rss/sixtyminen.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4171,29 +4600,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sebina TrovaLibri</title>
-      <short-title>Sebina TrovaLibri</short-title>
+      <title>Sixty Minutes News</title>
+      <short-title>Sixty Minutes News</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TorrentSearchToolGadget">
-    <portlet-name>TorrentSearchToolGadget</portlet-name>
-    <display-name>Torrent Search Tool</display-name>
-    <description>Google Gadgets: Torrent Search Tool Gadget</description>
+  <portlet id="BREADDailyBibleReadingGadget">
+    <portlet-name>BREADDailyBibleReadingGadget</portlet-name>
+    <display-name>B.R.E.A.D. - Daily Bible Re...</display-name>
+    <description>Google Gadgets: B.R.E.A.D. - Daily Bible Reading Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Torrent Search Tool</value>
+      <value>B.R.E.A.D. - Daily Bible Reading</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Torrent Search Tool&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.waupc.com/ws/bread.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Torrent Search Tool</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.waupc.com/ws/bread.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4204,29 +4633,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Torrent Search Tool</title>
-      <short-title>Torrent Search Tool</short-title>
+      <title>B.R.E.A.D. - Daily Bible Reading</title>
+      <short-title>B.R.E.A.D. - Daily Bible Reading</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="KelpForestLiveCamGadget">
-    <portlet-name>KelpForestLiveCamGadget</portlet-name>
-    <display-name>Kelp Forest Live Cam</display-name>
-    <description>Google Gadgets: Kelp Forest Live Cam Gadget</description>
+  <portlet id="GmailtemplateGeneratorGadget">
+    <portlet-name>GmailtemplateGeneratorGadget</portlet-name>
+    <display-name>Gmail-template Generator</display-name>
+    <description>Google Gadgets: Gmail-template Generator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Kelp Forest Live Cam</value>
+      <value>Gmail-template Generator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Kelp Forest Live Cam&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://g.1o4.jp/module/gmail-template-generator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Kelp Forest Live Cam</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://g.1o4.jp/module/gmail-template-generator.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4237,29 +4666,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Kelp Forest Live Cam</title>
-      <short-title>Kelp Forest Live Cam</short-title>
+      <title>Gmail-template Generator</title>
+      <short-title>Gmail-template Generator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ebaycoukamazoncoukyoutubeGadget">
-    <portlet-name>ebaycoukamazoncoukyoutubeGadget</portlet-name>
-    <display-name>ebay.co.uk, amazon.co.uk, youtube</display-name>
-    <description>Google Gadgets: ebay.co.uk, amazon.co.uk, youtube Gadget</description>
+  <portlet id="PetTipsGadget">
+    <portlet-name>PetTipsGadget</portlet-name>
+    <display-name>Pet Tips</display-name>
+    <description>Google Gadgets: Pet Tips Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ebay.co.uk, amazon.co.uk, youtube</value>
+      <value>Pet Tips</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=ebay.co.uk, amazon.co.uk, youtube&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://base.google.com/base/a/1215077/5265382019008857026&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=ebay.co.uk, amazon.co.uk, youtube</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://base.google.com/base/a/1215077/5265382019008857026</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4270,29 +4699,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ebay.co.uk, amazon.co.uk, youtube</title>
-      <short-title>ebay.co.uk, amazon.co.uk, youtube</short-title>
+      <title>Pet Tips</title>
+      <short-title>Pet Tips</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ABetterAmazonSearchGadget">
-    <portlet-name>ABetterAmazonSearchGadget</portlet-name>
-    <display-name>A Better Amazon Search</display-name>
-    <description>Google Gadgets: A Better Amazon Search Gadget</description>
+  <portlet id="CurrencyConverter1Gadget">
+    <portlet-name>CurrencyConverter1Gadget</portlet-name>
+    <display-name>Currency Converter</display-name>
+    <description>Google Gadgets: Currency Converter Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>A Better Amazon Search</value>
+      <value>Currency Converter</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=A Better Amazon Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ac-markets.com/forex/currencyconverter.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=A Better Amazon Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ac-markets.com/forex/currencyconverter.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4303,29 +4732,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>A Better Amazon Search</title>
-      <short-title>A Better Amazon Search</short-title>
+      <title>Currency Converter</title>
+      <short-title>Currency Converter</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyLocalTimegadgetGadget">
-    <portlet-name>MyLocalTimegadgetGadget</portlet-name>
-    <display-name>My Local Time gadget</display-name>
-    <description>Google Gadgets: My Local Time gadget Gadget</description>
+  <portlet id="GenealogySleuthSearchEngineGadget">
+    <portlet-name>GenealogySleuthSearchEngineGadget</portlet-name>
+    <display-name>Genealogy Sleuth Search Engine</display-name>
+    <description>Google Gadgets: Genealogy Sleuth Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Local Time gadget</value>
+      <value>Genealogy Sleuth Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=My Local Time gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013424889618151652423/cse/agp-m7vklms/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=My Local Time gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013424889618151652423/cse/agp-m7vklms/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4336,29 +4765,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Local Time gadget</title>
-      <short-title>My Local Time gadget</short-title>
+      <title>Genealogy Sleuth Search Engine</title>
+      <short-title>Genealogy Sleuth Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AutoLeasePaymentCalculatorGadget">
-    <portlet-name>AutoLeasePaymentCalculatorGadget</portlet-name>
-    <display-name>Auto Lease Payment Calculator  </display-name>
-    <description>Google Gadgets: Auto Lease Payment Calculator   Gadget</description>
+  <portlet id="YouTubeSearchCenterGadget">
+    <portlet-name>YouTubeSearchCenterGadget</portlet-name>
+    <display-name>YouTube Search Center</display-name>
+    <description>Google Gadgets: YouTube Search Center Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Auto Lease Payment Calculator  </value>
+      <value>YouTube Search Center</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Auto Lease Payment Calculator  &amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://bgpages.googlepages.com/youtube_ig.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Auto Lease Payment Calculator  </value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://bgpages.googlepages.com/youtube_ig.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4369,29 +4798,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Auto Lease Payment Calculator  </title>
-      <short-title>Auto Lease Payment Calculator  </short-title>
+      <title>YouTube Search Center</title>
+      <short-title>YouTube Search Center</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DiabetesKidsSuchmaschineGadget">
-    <portlet-name>DiabetesKidsSuchmaschineGadget</portlet-name>
-    <display-name>Diabetes-Kids Suchmaschine</display-name>
-    <description>Google Gadgets: Diabetes-Kids Suchmaschine Gadget</description>
+  <portlet id="MusicMoodforSkypeGadget">
+    <portlet-name>MusicMoodforSkypeGadget</portlet-name>
+    <display-name>Music Mood for Skype</display-name>
+    <description>Google Gadgets: Music Mood for Skype Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Diabetes-Kids Suchmaschine</value>
+      <value>Music Mood for Skype</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Diabetes-Kids Suchmaschine&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tommysheu.myweb.hinet.net/music_mood_for_skype.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Diabetes-Kids Suchmaschine</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tommysheu.myweb.hinet.net/music_mood_for_skype.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4402,29 +4831,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Diabetes-Kids Suchmaschine</title>
-      <short-title>Diabetes-Kids Suchmaschine</short-title>
+      <title>Music Mood for Skype</title>
+      <short-title>Music Mood for Skype</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CountdowntoChristmasGadget">
-    <portlet-name>CountdowntoChristmasGadget</portlet-name>
-    <display-name>Countdown to Christmas</display-name>
-    <description>Google Gadgets: Countdown to Christmas Gadget</description>
+  <portlet id="WhoisDomainLookupGadget">
+    <portlet-name>WhoisDomainLookupGadget</portlet-name>
+    <display-name>Whois Domain Lookup</display-name>
+    <description>Google Gadgets: Whois Domain Lookup Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Countdown to Christmas</value>
+      <value>Whois Domain Lookup</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Countdown to Christmas&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whois.nexmedia.de/%3Fm%3Dgoogle&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Countdown to Christmas</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whois.nexmedia.de/%3Fm%3Dgoogle</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4435,29 +4864,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Countdown to Christmas</title>
-      <short-title>Countdown to Christmas</short-title>
+      <title>Whois Domain Lookup</title>
+      <short-title>Whois Domain Lookup</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IncreasedLifeExpectancyfromExerciseCalculatorbyBizCalcscomGadget">
-    <portlet-name>IncreasedLifeExpectancyfromExerciseCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com Gadget</description>
+  <portlet id="ActsofKindnessRemindersGadget">
+    <portlet-name>ActsofKindnessRemindersGadget</portlet-name>
+    <display-name>Acts of Kindness - Reminders</display-name>
+    <description>Google Gadgets: Acts of Kindness - Reminders Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com</value>
+      <value>Acts of Kindness - Reminders</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nuzs.com/kind.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nuzs.com/kind.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4468,29 +4897,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com</title>
-      <short-title>Increased Life Expectancy (from Exercise) Calculator by BizCalcs.com</short-title>
+      <title>Acts of Kindness - Reminders</title>
+      <short-title>Acts of Kindness - Reminders</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CoastToCoastAMRadioGadget">
-    <portlet-name>CoastToCoastAMRadioGadget</portlet-name>
-    <display-name>Coast To Coast AM Radio</display-name>
-    <description>Google Gadgets: Coast To Coast AM Radio Gadget</description>
+  <portlet id="RecipesfromTheSplendidTableGadget">
+    <portlet-name>RecipesfromTheSplendidTableGadget</portlet-name>
+    <display-name>Recipes from The Splendid T...</display-name>
+    <description>Google Gadgets: Recipes from The Splendid Table Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Coast To Coast AM Radio</value>
+      <value>Recipes from The Splendid Table</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Coast To Coast AM Radio&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://americanpublicmedia.publicradio.org/widgets/google/spt_recipes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Coast To Coast AM Radio</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://americanpublicmedia.publicradio.org/widgets/google/spt_recipes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4501,29 +4930,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Coast To Coast AM Radio</title>
-      <short-title>Coast To Coast AM Radio</short-title>
+      <title>Recipes from The Splendid Table</title>
+      <short-title>Recipes from The Splendid Table</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FineTunePlaylistGadget">
-    <portlet-name>FineTunePlaylistGadget</portlet-name>
-    <display-name>FineTune Playlist</display-name>
-    <description>Google Gadgets: FineTune Playlist Gadget</description>
+  <portlet id="FreeWallpapersSearchEngineGadget">
+    <portlet-name>FreeWallpapersSearchEngineGadget</portlet-name>
+    <display-name>Free Wallpapers Search Engine</display-name>
+    <description>Google Gadgets: Free Wallpapers Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>FineTune Playlist</value>
+      <value>Free Wallpapers Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=FineTune Playlist&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018372902656027768660/cse/yy1_05ipxns/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=FineTune Playlist</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/018372902656027768660/cse/yy1_05ipxns/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4534,29 +4963,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>FineTune Playlist</title>
-      <short-title>FineTune Playlist</short-title>
+      <title>Free Wallpapers Search Engine</title>
+      <short-title>Free Wallpapers Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AnalogClockNZbyNicolaZordanGadget">
-    <portlet-name>AnalogClockNZbyNicolaZordanGadget</portlet-name>
-    <display-name>AnalogClockNZ by Nicola Zordan</display-name>
-    <description>Google Gadgets: AnalogClockNZ by Nicola Zordan Gadget</description>
+  <portlet id="TranslationToolGadget">
+    <portlet-name>TranslationToolGadget</portlet-name>
+    <display-name>Translation Tool</display-name>
+    <description>Google Gadgets: Translation Tool Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AnalogClockNZ by Nicola Zordan</value>
+      <value>Translation Tool</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=AnalogClockNZ by Nicola Zordan&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.radio-toolbar.com/translation.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=AnalogClockNZ by Nicola Zordan</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.radio-toolbar.com/translation.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4567,29 +4996,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AnalogClockNZ by Nicola Zordan</title>
-      <short-title>AnalogClockNZ by Nicola Zordan</short-title>
+      <title>Translation Tool</title>
+      <short-title>Translation Tool</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PipebotGadget">
-    <portlet-name>PipebotGadget</portlet-name>
-    <display-name>Pipebot</display-name>
-    <description>Google Gadgets: Pipebot Gadget</description>
+  <portlet id="AnagramSolverGadget">
+    <portlet-name>AnagramSolverGadget</portlet-name>
+    <display-name>Anagram Solver</display-name>
+    <description>Google Gadgets: Anagram Solver Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pipebot</value>
+      <value>Anagram Solver</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Pipebot&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/krslksrls/anagram.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Pipebot</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/krslksrls/anagram.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4600,29 +5029,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pipebot</title>
-      <short-title>Pipebot</short-title>
+      <title>Anagram Solver</title>
+      <short-title>Anagram Solver</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YourEpointmentsGadget">
-    <portlet-name>YourEpointmentsGadget</portlet-name>
-    <display-name>Your Epointments</display-name>
-    <description>Google Gadgets: Your Epointments Gadget</description>
+  <portlet id="ItalianAudioWordoftheDayGadget">
+    <portlet-name>ItalianAudioWordoftheDayGadget</portlet-name>
+    <display-name>Italian - Audio Word of the...</display-name>
+    <description>Google Gadgets: Italian - Audio Word of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Your Epointments</value>
+      <value>Italian - Audio Word of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Your Epointments&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/italian_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Your Epointments</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/google_gadgets/italian_wotd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4633,29 +5062,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Your Epointments</title>
-      <short-title>Your Epointments</short-title>
+      <title>Italian - Audio Word of the Day</title>
+      <short-title>Italian - Audio Word of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SpellingATMGadget">
-    <portlet-name>SpellingATMGadget</portlet-name>
-    <display-name>Spelling ATM</display-name>
-    <description>Google Gadgets: Spelling ATM Gadget</description>
+  <portlet id="PeriodicTableGadget">
+    <portlet-name>PeriodicTableGadget</portlet-name>
+    <display-name>Periodic Table</display-name>
+    <description>Google Gadgets: Periodic Table Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Spelling ATM</value>
+      <value>Periodic Table</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Spelling ATM&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/calebegg42/periodic.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Spelling ATM</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/calebegg42/periodic.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4666,29 +5095,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Spelling ATM</title>
-      <short-title>Spelling ATM</short-title>
+      <title>Periodic Table</title>
+      <short-title>Periodic Table</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CSESearchGadget">
-    <portlet-name>CSESearchGadget</portlet-name>
-    <display-name>CSE Search</display-name>
-    <description>Google Gadgets: CSE Search Gadget</description>
+  <portlet id="MentalWorkoutArithmeticExercisesGadget">
+    <portlet-name>MentalWorkoutArithmeticExercisesGadget</portlet-name>
+    <display-name>Mental Workout - Arithmetic...</display-name>
+    <description>Google Gadgets: Mental Workout - Arithmetic Exercises Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CSE Search</value>
+      <value>Mental Workout - Arithmetic Exercises</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=CSE Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mental-workout.com/gadgets/google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=CSE Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mental-workout.com/gadgets/google-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4699,29 +5128,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CSE Search</title>
-      <short-title>CSE Search</short-title>
+      <title>Mental Workout - Arithmetic Exercises</title>
+      <short-title>Mental Workout - Arithmetic Exercises</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TargetHeartRateCalculatorbyBizCalcscomGadget">
-    <portlet-name>TargetHeartRateCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Target Heart Rate Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Target Heart Rate Calculator by BizCalcs.com Gadget</description>
+  <portlet id="WordReferencecomDictionnairesd39anglaisetd39espagnolGadget">
+    <portlet-name>WordReferencecomDictionnairesd39anglaisetd39espagnolGadget</portlet-name>
+    <display-name>WordReference.com - Diction...</display-name>
+    <description>Google Gadgets: WordReference.com - Dictionnaires d&#39;anglais et d&#39;espagnol Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Target Heart Rate Calculator by BizCalcs.com</value>
+      <value>WordReference.com - Dictionnaires d&#39;anglais et d&#39;espagnol</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Target Heart Rate Calculator by BizCalcs.com&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wordreference.com/tools/ggGadgets/WRgadget_fr.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Target Heart Rate Calculator by BizCalcs.com</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wordreference.com/tools/ggGadgets/WRgadget_fr.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4732,29 +5161,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Target Heart Rate Calculator by BizCalcs.com</title>
-      <short-title>Target Heart Rate Calculator by BizCalcs.com</short-title>
+      <title>WordReference.com - Dictionnaires d&#39;anglais et d&#39;espagnol</title>
+      <short-title>WordReference.com - Dictionnaires d&#39;anglais et d&#39;espagnol</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyFavoritePhotosOnlineGadget">
-    <portlet-name>MyFavoritePhotosOnlineGadget</portlet-name>
-    <display-name>My Favorite Photos Online</display-name>
-    <description>Google Gadgets: My Favorite Photos Online Gadget</description>
+  <portlet id="HotModelsGadget">
+    <portlet-name>HotModelsGadget</portlet-name>
+    <display-name>HotModels</display-name>
+    <description>Google Gadgets: HotModels Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Favorite Photos Online</value>
+      <value>HotModels</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=My Favorite Photos Online&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hotmodels.com/Gadget/GoogleShowcase.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=My Favorite Photos Online</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hotmodels.com/Gadget/GoogleShowcase.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4765,29 +5194,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Favorite Photos Online</title>
-      <short-title>My Favorite Photos Online</short-title>
+      <title>HotModels</title>
+      <short-title>HotModels</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ImageViewerGadget">
-    <portlet-name>ImageViewerGadget</portlet-name>
-    <display-name>Image Viewer</display-name>
-    <description>Google Gadgets: Image Viewer Gadget</description>
+  <portlet id="FreewareDownloadsGadget">
+    <portlet-name>FreewareDownloadsGadget</portlet-name>
+    <display-name>Freeware Downloads</display-name>
+    <description>Google Gadgets: Freeware Downloads Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Image Viewer</value>
+      <value>Freeware Downloads</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Image Viewer&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fwnetwork.com/rss/freeware_downloads_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Image Viewer</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fwnetwork.com/rss/freeware_downloads_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4798,29 +5227,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Image Viewer</title>
-      <short-title>Image Viewer</short-title>
+      <title>Freeware Downloads</title>
+      <short-title>Freeware Downloads</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IrishBuoysGadget">
-    <portlet-name>IrishBuoysGadget</portlet-name>
-    <display-name>Irish Buoys</display-name>
-    <description>Google Gadgets: Irish Buoys Gadget</description>
+  <portlet id="DownloadsGadget">
+    <portlet-name>DownloadsGadget</portlet-name>
+    <display-name>Downloads</display-name>
+    <description>Google Gadgets: Downloads Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Irish Buoys</value>
+      <value>Downloads</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Irish Buoys&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lsmith2004.googlepages.com/downloads.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Irish Buoys</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lsmith2004.googlepages.com/downloads.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4831,29 +5260,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Irish Buoys</title>
-      <short-title>Irish Buoys</short-title>
+      <title>Downloads</title>
+      <short-title>Downloads</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DrGreenecomSearchEngineGadget">
-    <portlet-name>DrGreenecomSearchEngineGadget</portlet-name>
-    <display-name>DrGreene.com Search Engine</display-name>
-    <description>Google Gadgets: DrGreene.com Search Engine Gadget</description>
+  <portlet id="EbaySearch1Gadget">
+    <portlet-name>EbaySearch1Gadget</portlet-name>
+    <display-name>Ebay Search</display-name>
+    <description>Google Gadgets: Ebay Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DrGreene.com Search Engine</value>
+      <value>Ebay Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=DrGreene.com Search Engine&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/ebay-search-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=DrGreene.com Search Engine</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/ebay-search-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4864,29 +5293,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DrGreene.com Search Engine</title>
-      <short-title>DrGreene.com Search Engine</short-title>
+      <title>Ebay Search</title>
+      <short-title>Ebay Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SLGadget">
-    <portlet-name>SLGadget</portlet-name>
-    <display-name>SL</display-name>
-    <description>Google Gadgets: SL Gadget</description>
+  <portlet id="IncidentlogcomPoliceandFireGadget">
+    <portlet-name>IncidentlogcomPoliceandFireGadget</portlet-name>
+    <display-name>Incidentlog.com Police and ...</display-name>
+    <description>Google Gadgets: Incidentlog.com Police and Fire  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SL</value>
+      <value>Incidentlog.com Police and Fire </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=SL&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.incidentlog.com/widget/widget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=SL</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.incidentlog.com/widget/widget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4897,29 +5326,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SL</title>
-      <short-title>SL</short-title>
+      <title>Incidentlog.com Police and Fire </title>
+      <short-title>Incidentlog.com Police and Fire </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CountdowntoGadget">
-    <portlet-name>CountdowntoGadget</portlet-name>
-    <display-name>Countdown to ???</display-name>
-    <description>Google Gadgets: Countdown to ??? Gadget</description>
+  <portlet id="FlickrPhotosGadget">
+    <portlet-name>FlickrPhotosGadget</portlet-name>
+    <display-name>Flickr Photos</display-name>
+    <description>Google Gadgets: Flickr Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Countdown to ???</value>
+      <value>Flickr Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Countdown to ???&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chinsonyeh.googlepages.com/flickr_google_desktop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Countdown to ???</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chinsonyeh.googlepages.com/flickr_google_desktop.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4930,29 +5359,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Countdown to ???</title>
-      <short-title>Countdown to ???</short-title>
+      <title>Flickr Photos</title>
+      <short-title>Flickr Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SleuthforeBayGadget">
-    <portlet-name>SleuthforeBayGadget</portlet-name>
-    <display-name>Sleuth for eBay</display-name>
-    <description>Google Gadgets: Sleuth for eBay Gadget</description>
+  <portlet id="TimelineGadget">
+    <portlet-name>TimelineGadget</portlet-name>
+    <display-name>Timeline</display-name>
+    <description>Google Gadgets: Timeline Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sleuth for eBay</value>
+      <value>Timeline</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Sleuth for eBay&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/clock/clock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Sleuth for eBay</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.modulehoster.com/websites/clock/clock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4963,29 +5392,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sleuth for eBay</title>
-      <short-title>Sleuth for eBay</short-title>
+      <title>Timeline</title>
+      <short-title>Timeline</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SportalLiveGadget">
-    <portlet-name>SportalLiveGadget</portlet-name>
-    <display-name>Sportal - Live</display-name>
-    <description>Google Gadgets: Sportal - Live Gadget</description>
+  <portlet id="USBraSizeCalculatorGadget">
+    <portlet-name>USBraSizeCalculatorGadget</portlet-name>
+    <display-name>US Bra Size Calculator</display-name>
+    <description>Google Gadgets: US Bra Size Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sportal - Live</value>
+      <value>US Bra Size Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Sportal - Live&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://e-ba.be/brasizeus.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Sportal - Live</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://e-ba.be/brasizeus.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -4996,29 +5425,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sportal - Live</title>
-      <short-title>Sportal - Live</short-title>
+      <title>US Bra Size Calculator</title>
+      <short-title>US Bra Size Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OfficialGoogleMiniSearchGadgetGadget">
-    <portlet-name>OfficialGoogleMiniSearchGadgetGadget</portlet-name>
-    <display-name>Official Google Mini Search Gadget</display-name>
-    <description>Google Gadgets: Official Google Mini Search Gadget Gadget</description>
+  <portlet id="MapQuestDrivingDirectionsGadget">
+    <portlet-name>MapQuestDrivingDirectionsGadget</portlet-name>
+    <display-name>MapQuest Driving Directions</display-name>
+    <description>Google Gadgets: MapQuest Driving Directions Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Official Google Mini Search Gadget</value>
+      <value>MapQuest Driving Directions</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Official Google Mini Search Gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.zytu.com/mapQuest/directions1.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Official Google Mini Search Gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.zytu.com/mapQuest/directions1.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5029,29 +5458,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Official Google Mini Search Gadget</title>
-      <short-title>Official Google Mini Search Gadget</short-title>
+      <title>MapQuest Driving Directions</title>
+      <short-title>MapQuest Driving Directions</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuitometroonlineGadget">
-    <portlet-name>QuitometroonlineGadget</portlet-name>
-    <display-name>Quitometro on-line</display-name>
-    <description>Google Gadgets: Quitometro on-line Gadget</description>
+  <portlet id="YoutubeVideoPlayerGadget">
+    <portlet-name>YoutubeVideoPlayerGadget</portlet-name>
+    <display-name>Youtube Video Player</display-name>
+    <description>Google Gadgets: Youtube Video Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quitometro on-line</value>
+      <value>Youtube Video Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Quitometro on-line&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://youtubevideog.googlecode.com/svn/trunk/youtubeplayer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Quitometro on-line</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://youtubevideog.googlecode.com/svn/trunk/youtubeplayer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5062,29 +5491,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quitometro on-line</title>
-      <short-title>Quitometro on-line</short-title>
+      <title>Youtube Video Player</title>
+      <short-title>Youtube Video Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OpodoPauschalreisenGadget">
-    <portlet-name>OpodoPauschalreisenGadget</portlet-name>
-    <display-name>Opodo Pauschalreisen</display-name>
-    <description>Google Gadgets: Opodo Pauschalreisen Gadget</description>
+  <portlet id="FamilyLobbycomGlitterTextGadget">
+    <portlet-name>FamilyLobbycomGlitterTextGadget</portlet-name>
+    <display-name>FamilyLobby.com Glitter Text</display-name>
+    <description>Google Gadgets: FamilyLobby.com Glitter Text Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Opodo Pauschalreisen</value>
+      <value>FamilyLobby.com Glitter Text</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Opodo Pauschalreisen&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.familylobby.com/glitter-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Opodo Pauschalreisen</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.familylobby.com/glitter-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5095,29 +5524,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Opodo Pauschalreisen</title>
-      <short-title>Opodo Pauschalreisen</short-title>
+      <title>FamilyLobby.com Glitter Text</title>
+      <short-title>FamilyLobby.com Glitter Text</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HotFutureReleasesamazoncoukGadget">
-    <portlet-name>HotFutureReleasesamazoncoukGadget</portlet-name>
-    <display-name>Hot Future Releases - amazon.co.uk</display-name>
-    <description>Google Gadgets: Hot Future Releases - amazon.co.uk Gadget</description>
+  <portlet id="OnlineEnglishGrammarGadget">
+    <portlet-name>OnlineEnglishGrammarGadget</portlet-name>
+    <display-name>Online English Grammar</display-name>
+    <description>Google Gadgets: Online English Grammar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Hot Future Releases - amazon.co.uk</value>
+      <value>Online English Grammar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Hot Future Releases - amazon.co.uk&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.english4today.com/gadgets/online_english_grammar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Hot Future Releases - amazon.co.uk</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.english4today.com/gadgets/online_english_grammar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5128,29 +5557,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Hot Future Releases - amazon.co.uk</title>
-      <short-title>Hot Future Releases - amazon.co.uk</short-title>
+      <title>Online English Grammar</title>
+      <short-title>Online English Grammar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ScreenplaySearchGadget">
-    <portlet-name>ScreenplaySearchGadget</portlet-name>
-    <display-name>Screenplay Search</display-name>
-    <description>Google Gadgets: Screenplay Search Gadget</description>
+  <portlet id="KayakTravelSearchGadget">
+    <portlet-name>KayakTravelSearchGadget</portlet-name>
+    <display-name>Kayak Travel Search</display-name>
+    <description>Google Gadgets: Kayak Travel Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Screenplay Search</value>
+      <value>Kayak Travel Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Screenplay Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gadzi.com/gadgets/kayak-travel.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Screenplay Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gadzi.com/gadgets/kayak-travel.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5161,29 +5590,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Screenplay Search</title>
-      <short-title>Screenplay Search</short-title>
+      <title>Kayak Travel Search</title>
+      <short-title>Kayak Travel Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GHOSTRADIONETCOMGadget">
-    <portlet-name>GHOSTRADIONETCOMGadget</portlet-name>
-    <display-name>GHOSTRADIONET.COM</display-name>
-    <description>Google Gadgets: GHOSTRADIONET.COM Gadget</description>
+  <portlet id="TorrentsGadget">
+    <portlet-name>TorrentsGadget</portlet-name>
+    <display-name>Torrents</display-name>
+    <description>Google Gadgets: Torrents Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GHOSTRADIONET.COM</value>
+      <value>Torrents</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=GHOSTRADIONET.COM&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017922944032633731918/cse/9ctkbsx797o/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=GHOSTRADIONET.COM</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017922944032633731918/cse/9ctkbsx797o/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5194,29 +5623,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GHOSTRADIONET.COM</title>
-      <short-title>GHOSTRADIONET.COM</short-title>
+      <title>Torrents</title>
+      <short-title>Torrents</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="HigherGroundGadget">
-    <portlet-name>HigherGroundGadget</portlet-name>
-    <display-name>Higher Ground</display-name>
-    <description>Google Gadgets: Higher Ground Gadget</description>
+  <portlet id="BinaryClockGadget">
+    <portlet-name>BinaryClockGadget</portlet-name>
+    <display-name>Binary Clock</display-name>
+    <description>Google Gadgets: Binary Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Higher Ground</value>
+      <value>Binary Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Higher Ground&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://jaysherby.googlepages.com/bclock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Higher Ground</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://jaysherby.googlepages.com/bclock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5227,29 +5656,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Higher Ground</title>
-      <short-title>Higher Ground</short-title>
+      <title>Binary Clock</title>
+      <short-title>Binary Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EncryptMessageGadget">
-    <portlet-name>EncryptMessageGadget</portlet-name>
-    <display-name>Encrypt Message</display-name>
-    <description>Google Gadgets: Encrypt Message Gadget</description>
+  <portlet id="TheAAMapFinderGadget">
+    <portlet-name>TheAAMapFinderGadget</portlet-name>
+    <display-name>The AA Map Finder</display-name>
+    <description>Google Gadgets: The AA Map Finder Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Encrypt Message</value>
+      <value>The AA Map Finder</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Encrypt Message&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.theaa.com/aa_mapfinder_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Encrypt Message</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.theaa.com/aa_mapfinder_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5260,29 +5689,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Encrypt Message</title>
-      <short-title>Encrypt Message</short-title>
+      <title>The AA Map Finder</title>
+      <short-title>The AA Map Finder</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VertalenWoordenGadget">
-    <portlet-name>VertalenWoordenGadget</portlet-name>
-    <display-name>Vertalen Woorden</display-name>
-    <description>Google Gadgets: Vertalen Woorden Gadget</description>
+  <portlet id="WikipediaSearchGadget">
+    <portlet-name>WikipediaSearchGadget</portlet-name>
+    <display-name>Wikipedia Search</display-name>
+    <description>Google Gadgets: Wikipedia Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Vertalen Woorden</value>
+      <value>Wikipedia Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Vertalen Woorden&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://flore2003.googlepages.com/wikisearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Vertalen Woorden</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://flore2003.googlepages.com/wikisearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5293,29 +5722,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Vertalen Woorden</title>
-      <short-title>Vertalen Woorden</short-title>
+      <title>Wikipedia Search</title>
+      <short-title>Wikipedia Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CollegeScholarshipsandGraduateFellowshipsGadget">
-    <portlet-name>CollegeScholarshipsandGraduateFellowshipsGadget</portlet-name>
-    <display-name>College Scholarships and Graduate Fellowships</display-name>
-    <description>Google Gadgets: College Scholarships and Graduate Fellowships Gadget</description>
+  <portlet id="CDICTChineseEnglishDictionaryGadget">
+    <portlet-name>CDICTChineseEnglishDictionaryGadget</portlet-name>
+    <display-name>CDICT: Chinese-English Dict...</display-name>
+    <description>Google Gadgets: CDICT: Chinese-English Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>College Scholarships and Graduate Fellowships</value>
+      <value>CDICT: Chinese-English Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=College Scholarships and Graduate Fellowships&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chunju.googlepages.com/cdict.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=College Scholarships and Graduate Fellowships</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chunju.googlepages.com/cdict.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5326,29 +5755,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>College Scholarships and Graduate Fellowships</title>
-      <short-title>College Scholarships and Graduate Fellowships</short-title>
+      <title>CDICT: Chinese-English Dictionary</title>
+      <short-title>CDICT: Chinese-English Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FileUploadToolGadget">
-    <portlet-name>FileUploadToolGadget</portlet-name>
-    <display-name>File Upload Tool</display-name>
-    <description>Google Gadgets: File Upload Tool Gadget</description>
+  <portlet id="HolidayShoppingCouponsGadget">
+    <portlet-name>HolidayShoppingCouponsGadget</portlet-name>
+    <display-name>Holiday Shopping Coupons</display-name>
+    <description>Google Gadgets: Holiday Shopping Coupons Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>File Upload Tool</value>
+      <value>Holiday Shopping Coupons</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=File Upload Tool&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.couponsurfer.com/google-gadget2.htm&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=File Upload Tool</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.couponsurfer.com/google-gadget2.htm</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5359,29 +5788,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>File Upload Tool</title>
-      <short-title>File Upload Tool</short-title>
+      <title>Holiday Shopping Coupons</title>
+      <short-title>Holiday Shopping Coupons</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GRRRLPowerGadget">
-    <portlet-name>GRRRLPowerGadget</portlet-name>
-    <display-name>GRRRL Power</display-name>
-    <description>Google Gadgets: GRRRL Power Gadget</description>
+  <portlet id="DailyPhotoTipsGadget">
+    <portlet-name>DailyPhotoTipsGadget</portlet-name>
+    <display-name>Daily Photo Tips</display-name>
+    <description>Google Gadgets: Daily Photo Tips Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GRRRL Power</value>
+      <value>Daily Photo Tips</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=GRRRL Power&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.markraymondmason.com/RSSPhotoTipsGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=GRRRL Power</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.markraymondmason.com/RSSPhotoTipsGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5392,29 +5821,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GRRRL Power</title>
-      <short-title>GRRRL Power</short-title>
+      <title>Daily Photo Tips</title>
+      <short-title>Daily Photo Tips</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IPAddressGadget">
-    <portlet-name>IPAddressGadget</portlet-name>
-    <display-name>IP Address</display-name>
-    <description>Google Gadgets: IP Address Gadget</description>
+  <portlet id="SafepasswordsgeneratorGadget">
+    <portlet-name>SafepasswordsgeneratorGadget</portlet-name>
+    <display-name>Safe passwords generator</display-name>
+    <description>Google Gadgets: Safe passwords generator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>IP Address</value>
+      <value>Safe passwords generator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=IP Address&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.daimonion.sk/tools/pwdgen/pwdgen.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=IP Address</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.daimonion.sk/tools/pwdgen/pwdgen.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5425,12 +5854,78 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>IP Address</title>
-      <short-title>IP Address</short-title>
+      <title>Safe passwords generator</title>
+      <short-title>Safe passwords generator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="vozMecomGadget">
+    <portlet-name>vozMecomGadget</portlet-name>
+    <display-name>vozMe.com</display-name>
+    <description>Google Gadgets: vozMe.com Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>vozMe.com</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/114896039520058783521/vozme_en.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/114896039520058783521/vozme_en.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>vozMe.com</title>
+      <short-title>vozMe.com</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="FreeDictionaryorgGadget">
+    <portlet-name>FreeDictionaryorgGadget</portlet-name>
+    <display-name>FreeDictionary.org</display-name>
+    <description>Google Gadgets: FreeDictionary.org Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>FreeDictionary.org</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://freedictionary.org/tools/gadget/freedictionaryorg_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://freedictionary.org/tools/gadget/freedictionaryorg_gadget.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>FreeDictionary.org</title>
+      <short-title>FreeDictionary.org</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
   <portlet id="LavaLamp2Gadget">
     <portlet-name>LavaLamp2Gadget</portlet-name>
     <display-name>Lava Lamp 2</display-name>
@@ -5443,11 +5938,11 @@
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Lava Lamp 2&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/lava2/lava2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Lava Lamp 2</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.modulehoster.com/websites/lava2/lava2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5464,23 +5959,23 @@
     </portlet-info>
   </portlet>
 
-  <portlet id="MiniAmazonGadget">
-    <portlet-name>MiniAmazonGadget</portlet-name>
-    <display-name>Mini Amazon</display-name>
-    <description>Google Gadgets: Mini Amazon Gadget</description>
+  <portlet id="JustanoteGadget">
+    <portlet-name>JustanoteGadget</portlet-name>
+    <display-name>Just a note</display-name>
+    <description>Google Gadgets: Just a note Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mini Amazon</value>
+      <value>Just a note</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Mini Amazon&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://dzonny.no-ip.info/Google.plugin.JustANote.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Mini Amazon</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://dzonny.no-ip.info/Google.plugin.JustANote.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5491,29 +5986,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mini Amazon</title>
-      <short-title>Mini Amazon</short-title>
+      <title>Just a note</title>
+      <short-title>Just a note</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LotteryandLottoResultsGadget">
-    <portlet-name>LotteryandLottoResultsGadget</portlet-name>
-    <display-name>Lottery and Lotto Results</display-name>
-    <description>Google Gadgets: Lottery and Lotto Results Gadget</description>
+  <portlet id="GoogleSuperSearchGadget">
+    <portlet-name>GoogleSuperSearchGadget</portlet-name>
+    <display-name>Google Super Search</display-name>
+    <description>Google Gadgets: Google Super Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lottery and Lotto Results</value>
+      <value>Google Super Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Lottery and Lotto Results&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/base/a/1261794/D15304553747618978424&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Lottery and Lotto Results</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/base/a/1261794/D15304553747618978424</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5524,29 +6019,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lottery and Lotto Results</title>
-      <short-title>Lottery and Lotto Results</short-title>
+      <title>Google Super Search</title>
+      <short-title>Google Super Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyWayBloggerChoicesGadget">
-    <portlet-name>MyWayBloggerChoicesGadget</portlet-name>
-    <display-name>My Way Blogger Choices</display-name>
-    <description>Google Gadgets: My Way Blogger Choices Gadget</description>
+  <portlet id="MarineWeatherObservationsNearYouGadget">
+    <portlet-name>MarineWeatherObservationsNearYouGadget</portlet-name>
+    <display-name>Marine Weather Observations...</display-name>
+    <description>Google Gadgets: Marine Weather Observations Near You Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My Way Blogger Choices</value>
+      <value>Marine Weather Observations Near You</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=My Way Blogger Choices&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mikeg101.googlepages.com/nearby_stations_map.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=My Way Blogger Choices</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mikeg101.googlepages.com/nearby_stations_map.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5557,29 +6052,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My Way Blogger Choices</title>
-      <short-title>My Way Blogger Choices</short-title>
+      <title>Marine Weather Observations Near You</title>
+      <short-title>Marine Weather Observations Near You</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="NFLFootballNewsampAnalysisGadget">
-    <portlet-name>NFLFootballNewsampAnalysisGadget</portlet-name>
-    <display-name>NFL Football News &amp; Analysis</display-name>
-    <description>Google Gadgets: NFL Football News &amp; Analysis Gadget</description>
+  <portlet id="DizionarioingleseitalianoWordReferencecomGadget">
+    <portlet-name>DizionarioingleseitalianoWordReferencecomGadget</portlet-name>
+    <display-name>Dizionario inglese-italiano...</display-name>
+    <description>Google Gadgets: Dizionario inglese-italiano WordReference.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>NFL Football News &amp; Analysis</value>
+      <value>Dizionario inglese-italiano WordReference.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=NFL Football News &amp; Analysis&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.wordreference.com/tools/ggGadgets/WRgadget_it.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=NFL Football News &amp; Analysis</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.wordreference.com/tools/ggGadgets/WRgadget_it.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5590,29 +6085,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>NFL Football News &amp; Analysis</title>
-      <short-title>NFL Football News &amp; Analysis</short-title>
+      <title>Dizionario inglese-italiano WordReference.com</title>
+      <short-title>Dizionario inglese-italiano WordReference.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FilmstalkerGadget">
-    <portlet-name>FilmstalkerGadget</portlet-name>
-    <display-name>Filmstalker</display-name>
-    <description>Google Gadgets: Filmstalker Gadget</description>
+  <portlet id="MapofLocalGasPricesGadget">
+    <portlet-name>MapofLocalGasPricesGadget</portlet-name>
+    <display-name>Map of Local Gas Prices</display-name>
+    <description>Google Gadgets: Map of Local Gas Prices Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Filmstalker</value>
+      <value>Map of Local Gas Prices</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Filmstalker&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://go-go-gadgets.com/gas-prices/gas-prices.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Filmstalker</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://go-go-gadgets.com/gas-prices/gas-prices.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5623,29 +6118,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Filmstalker</title>
-      <short-title>Filmstalker</short-title>
+      <title>Map of Local Gas Prices</title>
+      <short-title>Map of Local Gas Prices</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DiscordianDateGadget">
-    <portlet-name>DiscordianDateGadget</portlet-name>
-    <display-name>Discordian Date</display-name>
-    <description>Google Gadgets: Discordian Date Gadget</description>
+  <portlet id="YahooLocalMapsGadget">
+    <portlet-name>YahooLocalMapsGadget</portlet-name>
+    <display-name>Yahoo! Local Maps</display-name>
+    <description>Google Gadgets: Yahoo! Local Maps Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Discordian Date</value>
+      <value>Yahoo! Local Maps</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Discordian Date&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://charles447.googlepages.com/yahoo-local-maps.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Discordian Date</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://charles447.googlepages.com/yahoo-local-maps.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5656,29 +6151,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Discordian Date</title>
-      <short-title>Discordian Date</short-title>
+      <title>Yahoo! Local Maps</title>
+      <short-title>Yahoo! Local Maps</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlawgGadget">
-    <portlet-name>BlawgGadget</portlet-name>
-    <display-name>Blawg</display-name>
-    <description>Google Gadgets: Blawg Gadget</description>
+  <portlet id="InternetShoppingCouponsPromoCodesampDiscountsGadget">
+    <portlet-name>InternetShoppingCouponsPromoCodesampDiscountsGadget</portlet-name>
+    <display-name>Internet Shopping Coupons, ...</display-name>
+    <description>Google Gadgets: Internet Shopping Coupons, Promo Codes &amp; Discounts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Blawg</value>
+      <value>Internet Shopping Coupons, Promo Codes &amp; Discounts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Blawg&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D103558382231821541315%26mid%3D99%26url%3Dgm_freeform.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Blawg</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D103558382231821541315%26mid%3D99%26url%3Dgm_freeform.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5689,29 +6184,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Blawg</title>
-      <short-title>Blawg</short-title>
+      <title>Internet Shopping Coupons, Promo Codes &amp; Discounts</title>
+      <short-title>Internet Shopping Coupons, Promo Codes &amp; Discounts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheWolframIntegratorGadget">
-    <portlet-name>TheWolframIntegratorGadget</portlet-name>
-    <display-name>The Wolfram Integrator</display-name>
-    <description>Google Gadgets: The Wolfram Integrator Gadget</description>
+  <portlet id="HourglassGadget">
+    <portlet-name>HourglassGadget</portlet-name>
+    <display-name>Hourglass</display-name>
+    <description>Google Gadgets: Hourglass Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Wolfram Integrator</value>
+      <value>Hourglass</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=The Wolfram Integrator&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/hourglass/hourglass.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=The Wolfram Integrator</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/hourglass/hourglass.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5722,29 +6217,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Wolfram Integrator</title>
-      <short-title>The Wolfram Integrator</short-title>
+      <title>Hourglass</title>
+      <short-title>Hourglass</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MamaGetscomProductSearchGadget">
-    <portlet-name>MamaGetscomProductSearchGadget</portlet-name>
-    <display-name>MamaGets.com Product Search</display-name>
-    <description>Google Gadgets: MamaGets.com Product Search Gadget</description>
+  <portlet id="SeeBeforeYouDiePlaceoftheDayGadget">
+    <portlet-name>SeeBeforeYouDiePlaceoftheDayGadget</portlet-name>
+    <display-name>See Before You Die - Place ...</display-name>
+    <description>Google Gadgets: See Before You Die - Place of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>MamaGets.com Product Search</value>
+      <value>See Before You Die - Place of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=MamaGets.com Product Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.seebeforeyoudie.net/google_content.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=MamaGets.com Product Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.seebeforeyoudie.net/google_content.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5755,29 +6250,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>MamaGets.com Product Search</title>
-      <short-title>MamaGets.com Product Search</short-title>
+      <title>See Before You Die - Place of the Day</title>
+      <short-title>See Before You Die - Place of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FancyPantsyRSSSearchandFilterGadget">
-    <portlet-name>FancyPantsyRSSSearchandFilterGadget</portlet-name>
-    <display-name>Fancy-Pantsy RSS Search and Filter</display-name>
-    <description>Google Gadgets: Fancy-Pantsy RSS Search and Filter Gadget</description>
+  <portlet id="MorningCoffeeCoffeeRoomRecipeGadget">
+    <portlet-name>MorningCoffeeCoffeeRoomRecipeGadget</portlet-name>
+    <display-name>Morning Coffee - CoffeeRoom...</display-name>
+    <description>Google Gadgets: Morning Coffee - CoffeeRoom Recipe Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fancy-Pantsy RSS Search and Filter</value>
+      <value>Morning Coffee - CoffeeRoom Recipe</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Fancy-Pantsy RSS Search and Filter&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.coffeeroom.com/ig/coffeeroom_morning-coffee.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Fancy-Pantsy RSS Search and Filter</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.coffeeroom.com/ig/coffeeroom_morning-coffee.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5788,29 +6283,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fancy-Pantsy RSS Search and Filter</title>
-      <short-title>Fancy-Pantsy RSS Search and Filter</short-title>
+      <title>Morning Coffee - CoffeeRoom Recipe</title>
+      <short-title>Morning Coffee - CoffeeRoom Recipe</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="EventTicketsFinderGadget">
-    <portlet-name>EventTicketsFinderGadget</portlet-name>
-    <display-name>Event Tickets Finder</display-name>
-    <description>Google Gadgets: Event Tickets Finder Gadget</description>
+  <portlet id="MP3SEARCHGadget">
+    <portlet-name>MP3SEARCHGadget</portlet-name>
+    <display-name>MP3 SEARCH</display-name>
+    <description>Google Gadgets: MP3 SEARCH Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Event Tickets Finder</value>
+      <value>MP3 SEARCH</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Event Tickets Finder&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/006685002943402371085/cse/cxdxv8ymmng/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Event Tickets Finder</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/006685002943402371085/cse/cxdxv8ymmng/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5821,29 +6316,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Event Tickets Finder</title>
-      <short-title>Event Tickets Finder</short-title>
+      <title>MP3 SEARCH</title>
+      <short-title>MP3 SEARCH</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YakazGadget">
-    <portlet-name>YakazGadget</portlet-name>
-    <display-name>Yakaz</display-name>
-    <description>Google Gadgets: Yakaz Gadget</description>
+  <portlet id="JobSearchIndeedcomGadget">
+    <portlet-name>JobSearchIndeedcomGadget</portlet-name>
+    <display-name>Job Search - Indeed.com</display-name>
+    <description>Google Gadgets: Job Search - Indeed.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yakaz</value>
+      <value>Job Search - Indeed.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Yakaz&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.indeed.com/tools/ghome/gh-jobsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Yakaz</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.indeed.com/tools/ghome/gh-jobsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5854,29 +6349,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yakaz</title>
-      <short-title>Yakaz</short-title>
+      <title>Job Search - Indeed.com</title>
+      <short-title>Job Search - Indeed.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RealEstateQuestionoftheDayGadget">
-    <portlet-name>RealEstateQuestionoftheDayGadget</portlet-name>
-    <display-name>Real Estate Question of the Day</display-name>
-    <description>Google Gadgets: Real Estate Question of the Day Gadget</description>
+  <portlet id="RadiologyGadget">
+    <portlet-name>RadiologyGadget</portlet-name>
+    <display-name>Radiology </display-name>
+    <description>Google Gadgets: Radiology  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Real Estate Question of the Day</value>
+      <value>Radiology </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Real Estate Question of the Day&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009577865717141731876/cse/zt_wady8tis/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Real Estate Question of the Day</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009577865717141731876/cse/zt_wady8tis/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5887,29 +6382,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Real Estate Question of the Day</title>
-      <short-title>Real Estate Question of the Day</short-title>
+      <title>Radiology </title>
+      <short-title>Radiology </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SafepasswordsgeneratorGadget">
-    <portlet-name>SafepasswordsgeneratorGadget</portlet-name>
-    <display-name>Safe passwords generator</display-name>
-    <description>Google Gadgets: Safe passwords generator Gadget</description>
+  <portlet id="WhatismyIPaddressCountryCityISPandUserAgentGadget">
+    <portlet-name>WhatismyIPaddressCountryCityISPandUserAgentGadget</portlet-name>
+    <display-name>What is my IP address, Coun...</display-name>
+    <description>Google Gadgets: What is my IP address, Country, City, ISP and User Agent Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Safe passwords generator</value>
+      <value>What is my IP address, Country, City, ISP and User Agent</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Safe passwords generator&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.spyber.com/spybergadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Safe passwords generator</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.spyber.com/spybergadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5920,29 +6415,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Safe passwords generator</title>
-      <short-title>Safe passwords generator</short-title>
+      <title>What is my IP address, Country, City, ISP and User Agent</title>
+      <short-title>What is my IP address, Country, City, ISP and User Agent</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DailyPhotoTipsGadget">
-    <portlet-name>DailyPhotoTipsGadget</portlet-name>
-    <display-name>Daily Photo Tips</display-name>
-    <description>Google Gadgets: Daily Photo Tips Gadget</description>
+  <portlet id="GoogleVideoChannelGadget">
+    <portlet-name>GoogleVideoChannelGadget</portlet-name>
+    <display-name>Google Video Channel</display-name>
+    <description>Google Gadgets: Google Video Channel Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Daily Photo Tips</value>
+      <value>Google Video Channel</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Daily Photo Tips&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/gvid/gvch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Daily Photo Tips</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/gvid/gvch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5953,29 +6448,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Daily Photo Tips</title>
-      <short-title>Daily Photo Tips</short-title>
+      <title>Google Video Channel</title>
+      <short-title>Google Video Channel</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SunPositionCalculatorGadget">
-    <portlet-name>SunPositionCalculatorGadget</portlet-name>
-    <display-name>SunPosition Calculator</display-name>
-    <description>Google Gadgets: SunPosition Calculator Gadget</description>
+  <portlet id="FreeForeclosureSearchGadget">
+    <portlet-name>FreeForeclosureSearchGadget</portlet-name>
+    <display-name>Free Foreclosure Search</display-name>
+    <description>Google Gadgets: Free Foreclosure Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SunPosition Calculator</value>
+      <value>Free Foreclosure Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=SunPosition Calculator&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.netremote.com/rss/foreclosure.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=SunPosition Calculator</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.netremote.com/rss/foreclosure.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -5986,29 +6481,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SunPosition Calculator</title>
-      <short-title>SunPosition Calculator</short-title>
+      <title>Free Foreclosure Search</title>
+      <short-title>Free Foreclosure Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FluidIntakeCalculatorGadget">
-    <portlet-name>FluidIntakeCalculatorGadget</portlet-name>
-    <display-name>Fluid Intake Calculator</display-name>
-    <description>Google Gadgets: Fluid Intake Calculator Gadget</description>
+  <portlet id="UniversaldictionaryGadget">
+    <portlet-name>UniversaldictionaryGadget</portlet-name>
+    <display-name>Universal dictionary</display-name>
+    <description>Google Gadgets: Universal dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Fluid Intake Calculator</value>
+      <value>Universal dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Fluid Intake Calculator&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.dicts.info/ud-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Fluid Intake Calculator</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.dicts.info/ud-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6019,29 +6514,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Fluid Intake Calculator</title>
-      <short-title>Fluid Intake Calculator</short-title>
+      <title>Universal dictionary</title>
+      <short-title>Universal dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CandleSearchGadget">
-    <portlet-name>CandleSearchGadget</portlet-name>
-    <display-name>Candle Search</display-name>
-    <description>Google Gadgets: Candle Search Gadget</description>
+  <portlet id="HumanClockGadget">
+    <portlet-name>HumanClockGadget</portlet-name>
+    <display-name>Human Clock</display-name>
+    <description>Google Gadgets: Human Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Candle Search</value>
+      <value>Human Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Candle Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://g.1o4.jp/module/humanclock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Candle Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://g.1o4.jp/module/humanclock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6052,29 +6547,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Candle Search</title>
-      <short-title>Candle Search</short-title>
+      <title>Human Clock</title>
+      <short-title>Human Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GooglepentruparintiGadget">
-    <portlet-name>GooglepentruparintiGadget</portlet-name>
-    <display-name>Google pentru parinti</display-name>
-    <description>Google Gadgets: Google pentru parinti Gadget</description>
+  <portlet id="JobSearchGadget">
+    <portlet-name>JobSearchGadget</portlet-name>
+    <display-name>Job Search</display-name>
+    <description>Google Gadgets: Job Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google pentru parinti</value>
+      <value>Job Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Google pentru parinti&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.fetchster.com/extras/google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Google pentru parinti</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.fetchster.com/extras/google-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6085,29 +6580,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google pentru parinti</title>
-      <short-title>Google pentru parinti</short-title>
+      <title>Job Search</title>
+      <short-title>Job Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BusinessITOnlineCalendarGadget">
-    <portlet-name>BusinessITOnlineCalendarGadget</portlet-name>
-    <display-name>Business IT Online ? Calendar</display-name>
-    <description>Google Gadgets: Business IT Online ? Calendar Gadget</description>
+  <portlet id="RecipesforHealthyLivingGadget">
+    <portlet-name>RecipesforHealthyLivingGadget</portlet-name>
+    <display-name>Recipes for Healthy Living</display-name>
+    <description>Google Gadgets: Recipes for Healthy Living Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Business IT Online ? Calendar</value>
+      <value>Recipes for Healthy Living</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Business IT Online | Calendar&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://goldensummitinc.com/gadgets/recipes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Business IT Online | Calendar</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://goldensummitinc.com/gadgets/recipes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6118,29 +6613,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Business IT Online ? Calendar</title>
-      <short-title>Business IT Online ? Calendar</short-title>
+      <title>Recipes for Healthy Living</title>
+      <short-title>Recipes for Healthy Living</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ExcellentJobSearchEngineGadget">
-    <portlet-name>ExcellentJobSearchEngineGadget</portlet-name>
-    <display-name>Excellent Job Search Engine</display-name>
-    <description>Google Gadgets: Excellent Job Search Engine Gadget</description>
+  <portlet id="RecipesforHealthyLiving1Gadget">
+    <portlet-name>RecipesforHealthyLiving1Gadget</portlet-name>
+    <display-name>Recipes for Healthy Living</display-name>
+    <description>Google Gadgets: Recipes for Healthy Living Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Excellent Job Search Engine</value>
+      <value>Recipes for Healthy Living</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Excellent Job Search Engine&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://goldensummitinc.com/gadgets/recipes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Excellent Job Search Engine</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://goldensummitinc.com/gadgets/recipes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6151,29 +6646,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Excellent Job Search Engine</title>
-      <short-title>Excellent Job Search Engine</short-title>
+      <title>Recipes for Healthy Living</title>
+      <short-title>Recipes for Healthy Living</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="StandardsFinderGadget">
-    <portlet-name>StandardsFinderGadget</portlet-name>
-    <display-name>Standards Finder</display-name>
-    <description>Google Gadgets: Standards Finder Gadget</description>
+  <portlet id="ClassyShotsPhotographyPhotoOfTheWeekGadget">
+    <portlet-name>ClassyShotsPhotographyPhotoOfTheWeekGadget</portlet-name>
+    <display-name>ClassyShots Photography Pho...</display-name>
+    <description>Google Gadgets: ClassyShots Photography Photo Of The Week Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Standards Finder</value>
+      <value>ClassyShots Photography Photo Of The Week</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Standards Finder&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D112951195713992204772%26mid%3D92%26url%3Dgm_photo.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Standards Finder</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D112951195713992204772%26mid%3D92%26url%3Dgm_photo.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6184,29 +6679,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Standards Finder</title>
-      <short-title>Standards Finder</short-title>
+      <title>ClassyShots Photography Photo Of The Week</title>
+      <short-title>ClassyShots Photography Photo Of The Week</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="IrishweatherforecastGadget">
-    <portlet-name>IrishweatherforecastGadget</portlet-name>
-    <display-name>Irish weather forecast</display-name>
-    <description>Google Gadgets: Irish weather forecast Gadget</description>
+  <portlet id="top30keywordsGadget">
+    <portlet-name>top30keywordsGadget</portlet-name>
+    <display-name>top 30 keywords</display-name>
+    <description>Google Gadgets: top 30 keywords Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Irish weather forecast</value>
+      <value>top 30 keywords</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Irish weather forecast&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.trovando.it/top30.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Irish weather forecast</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.trovando.it/top30.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6217,29 +6712,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Irish weather forecast</title>
-      <short-title>Irish weather forecast</short-title>
+      <title>top 30 keywords</title>
+      <short-title>top 30 keywords</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CalculadoraGadget">
-    <portlet-name>CalculadoraGadget</portlet-name>
-    <display-name>Calculadora</display-name>
-    <description>Google Gadgets: Calculadora Gadget</description>
+  <portlet id="GadgetSearchGadget">
+    <portlet-name>GadgetSearchGadget</portlet-name>
+    <display-name>Gadget Search</display-name>
+    <description>Google Gadgets: Gadget Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Calculadora</value>
+      <value>Gadget Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Calculadora&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Calculadora</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/search.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6250,29 +6745,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Calculadora</title>
-      <short-title>Calculadora</short-title>
+      <title>Gadget Search</title>
+      <short-title>Gadget Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="24hrEuroGadget">
-    <portlet-name>24hrEuroGadget</portlet-name>
-    <display-name>24hr Euro</display-name>
-    <description>Google Gadgets: 24hr Euro Gadget</description>
+  <portlet id="HebrewCalendarGadget">
+    <portlet-name>HebrewCalendarGadget</portlet-name>
+    <display-name>Hebrew Calendar</display-name>
+    <description>Google Gadgets: Hebrew Calendar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>24hr Euro</value>
+      <value>Hebrew Calendar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=24hr Euro&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hcalendar.esmartdesign.com/hcalendargooglemodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=24hr Euro</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hcalendar.esmartdesign.com/hcalendargooglemodule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6283,29 +6778,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>24hr Euro</title>
-      <short-title>24hr Euro</short-title>
+      <title>Hebrew Calendar</title>
+      <short-title>Hebrew Calendar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BaseSearchGadget">
-    <portlet-name>BaseSearchGadget</portlet-name>
-    <display-name>Base Search</display-name>
-    <description>Google Gadgets: Base Search Gadget</description>
+  <portlet id="SmileyoftheDayGadget">
+    <portlet-name>SmileyoftheDayGadget</portlet-name>
+    <display-name>Smiley of the Day</display-name>
+    <description>Google Gadgets: Smiley of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Base Search</value>
+      <value>Smiley of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Base Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/smiley.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Base Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://andrewgadget.googlepages.com/smiley.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6316,29 +6811,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Base Search</title>
-      <short-title>Base Search</short-title>
+      <title>Smiley of the Day</title>
+      <short-title>Smiley of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyeBayStuffGadget">
-    <portlet-name>MyeBayStuffGadget</portlet-name>
-    <display-name>My eBay Stuff</display-name>
-    <description>Google Gadgets: My eBay Stuff Gadget</description>
+  <portlet id="CrafterZonecomVirtualCraftFairGadget">
+    <portlet-name>CrafterZonecomVirtualCraftFairGadget</portlet-name>
+    <display-name>CrafterZone.com: Virtual Cr...</display-name>
+    <description>Google Gadgets: CrafterZone.com: Virtual Craft Fair Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My eBay Stuff</value>
+      <value>CrafterZone.com: Virtual Craft Fair</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=My eBay Stuff&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.CrafterZone.com/Gadgets/CZPhotos.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=My eBay Stuff</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.CrafterZone.com/Gadgets/CZPhotos.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6349,29 +6844,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My eBay Stuff</title>
-      <short-title>My eBay Stuff</short-title>
+      <title>CrafterZone.com: Virtual Craft Fair</title>
+      <short-title>CrafterZone.com: Virtual Craft Fair</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchForGadgetsGadget">
-    <portlet-name>SearchForGadgetsGadget</portlet-name>
-    <display-name>Search For Gadgets</display-name>
-    <description>Google Gadgets: Search For Gadgets Gadget</description>
+  <portlet id="CellphonespecificationsGadget">
+    <portlet-name>CellphonespecificationsGadget</portlet-name>
+    <display-name>Cell phone specifications</display-name>
+    <description>Google Gadgets: Cell phone specifications Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search For Gadgets</value>
+      <value>Cell phone specifications</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Search For Gadgets&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.phonegg.com/phonegd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Search For Gadgets</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.phonegg.com/phonegd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6382,29 +6877,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search For Gadgets</title>
-      <short-title>Search For Gadgets</short-title>
+      <title>Cell phone specifications</title>
+      <short-title>Cell phone specifications</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CoduriPostaleorgCodurilepostaledinRomaniaGadget">
-    <portlet-name>CoduriPostaleorgCodurilepostaledinRomaniaGadget</portlet-name>
-    <display-name>CoduriPostale.org - Codurile postale din Romania</display-name>
-    <description>Google Gadgets: CoduriPostale.org - Codurile postale din Romania Gadget</description>
+  <portlet id="FindtheperfectpuppycourtesyofWagN39PawspuppyclassifiedsGadget">
+    <portlet-name>FindtheperfectpuppycourtesyofWagN39PawspuppyclassifiedsGadget</portlet-name>
+    <display-name>Find the perfect puppy cour...</display-name>
+    <description>Google Gadgets: Find the perfect puppy courtesy of Wag N&#39; Paws puppy classifieds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CoduriPostale.org - Codurile postale din Romania</value>
+      <value>Find the perfect puppy courtesy of Wag N&#39; Paws puppy classifieds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=CoduriPostale.org - Codurile postale din Romania&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://wagnpaws.com/googlegadget/wagnpaws.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=CoduriPostale.org - Codurile postale din Romania</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://wagnpaws.com/googlegadget/wagnpaws.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6415,29 +6910,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CoduriPostale.org - Codurile postale din Romania</title>
-      <short-title>CoduriPostale.org - Codurile postale din Romania</short-title>
+      <title>Find the perfect puppy courtesy of Wag N&#39; Paws puppy classifieds</title>
+      <short-title>Find the perfect puppy courtesy of Wag N&#39; Paws puppy classifieds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SECFilingscomFreeRealTimeSECFilingsGadget">
-    <portlet-name>SECFilingscomFreeRealTimeSECFilingsGadget</portlet-name>
-    <display-name>SECFilings.com - Free Real-Time SEC Filings</display-name>
-    <description>Google Gadgets: SECFilings.com - Free Real-Time SEC Filings Gadget</description>
+  <portlet id="AllFreeEssaysGadget">
+    <portlet-name>AllFreeEssaysGadget</portlet-name>
+    <display-name>All Free Essays</display-name>
+    <description>Google Gadgets: All Free Essays Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>SECFilings.com - Free Real-Time SEC Filings</value>
+      <value>All Free Essays</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=SECFilings.com - Free Real-Time SEC Filings&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.allfreeessays.com/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=SECFilings.com - Free Real-Time SEC Filings</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.allfreeessays.com/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6448,29 +6943,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>SECFilings.com - Free Real-Time SEC Filings</title>
-      <short-title>SECFilings.com - Free Real-Time SEC Filings</short-title>
+      <title>All Free Essays</title>
+      <short-title>All Free Essays</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchEngineMarkeingGadget">
-    <portlet-name>SearchEngineMarkeingGadget</portlet-name>
-    <display-name>Search Engine Markeing</display-name>
-    <description>Google Gadgets: Search Engine Markeing Gadget</description>
+  <portlet id="EbaySearch2Gadget">
+    <portlet-name>EbaySearch2Gadget</portlet-name>
+    <display-name>Ebay Search</display-name>
+    <description>Google Gadgets: Ebay Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search Engine Markeing</value>
+      <value>Ebay Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Search Engine Markeing&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://phillip132.googlepages.com/ebay-search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Search Engine Markeing</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://phillip132.googlepages.com/ebay-search.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6481,29 +6976,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search Engine Markeing</title>
-      <short-title>Search Engine Markeing</short-title>
+      <title>Ebay Search</title>
+      <short-title>Ebay Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FullBodyAnalysisCalculatorbyBizCalcscomGadget">
-    <portlet-name>FullBodyAnalysisCalculatorbyBizCalcscomGadget</portlet-name>
-    <display-name>Full Body Analysis Calculator by BizCalcs.com</display-name>
-    <description>Google Gadgets: Full Body Analysis Calculator by BizCalcs.com Gadget</description>
+  <portlet id="PicasaWebPhotoViewerGadget">
+    <portlet-name>PicasaWebPhotoViewerGadget</portlet-name>
+    <display-name>PicasaWeb Photo Viewer</display-name>
+    <description>Google Gadgets: PicasaWeb Photo Viewer Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Full Body Analysis Calculator by BizCalcs.com</value>
+      <value>PicasaWeb Photo Viewer</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Full Body Analysis Calculator by BizCalcs.com&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://ritchie.diputado.googlepages.com/picasaviewer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Full Body Analysis Calculator by BizCalcs.com</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://ritchie.diputado.googlepages.com/picasaviewer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6514,29 +7009,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Full Body Analysis Calculator by BizCalcs.com</title>
-      <short-title>Full Body Analysis Calculator by BizCalcs.com</short-title>
+      <title>PicasaWeb Photo Viewer</title>
+      <short-title>PicasaWeb Photo Viewer</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="lapresseGadget">
-    <portlet-name>lapresseGadget</portlet-name>
-    <display-name>lapresse</display-name>
-    <description>Google Gadgets: lapresse Gadget</description>
+  <portlet id="USAgovSearchGadget">
+    <portlet-name>USAgovSearchGadget</portlet-name>
+    <display-name>USA.gov Search</display-name>
+    <description>Google Gadgets: USA.gov Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>lapresse</value>
+      <value>USA.gov Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=lapresse&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mikeg101.googlepages.com/usagovsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=lapresse</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mikeg101.googlepages.com/usagovsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6547,29 +7042,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>lapresse</title>
-      <short-title>lapresse</short-title>
+      <title>USA.gov Search</title>
+      <short-title>USA.gov Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchCiteULikeGadget">
-    <portlet-name>SearchCiteULikeGadget</portlet-name>
-    <display-name>Search CiteULike</display-name>
-    <description>Google Gadgets: Search CiteULike Gadget</description>
+  <portlet id="RecipeSearchEngineGadget">
+    <portlet-name>RecipeSearchEngineGadget</portlet-name>
+    <display-name>Recipe Search Engine</display-name>
+    <description>Google Gadgets: Recipe Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search CiteULike</value>
+      <value>Recipe Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Search CiteULike&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008501327960023115555/cse/iwm9iwzbkvu/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Search CiteULike</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/008501327960023115555/cse/iwm9iwzbkvu/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6580,29 +7075,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search CiteULike</title>
-      <short-title>Search CiteULike</short-title>
+      <title>Recipe Search Engine</title>
+      <short-title>Recipe Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GuitarTablatureSearchGadget1Gadget">
-    <portlet-name>GuitarTablatureSearchGadget1Gadget</portlet-name>
-    <display-name>Guitar Tablature Search Gadget</display-name>
-    <description>Google Gadgets: Guitar Tablature Search Gadget Gadget</description>
+  <portlet id="SearchforroadtripdestinationbasedondrivetimeGadget">
+    <portlet-name>SearchforroadtripdestinationbasedondrivetimeGadget</portlet-name>
+    <display-name>Search for roadtrip destina...</display-name>
+    <description>Google Gadgets: Search for roadtrip destination based on drive time. Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Guitar Tablature Search Gadget</value>
+      <value>Search for roadtrip destination based on drive time.</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Guitar Tablature Search Gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://home.comcast.net/~friday33/Roadtrip.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Guitar Tablature Search Gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://home.comcast.net/~friday33/Roadtrip.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6613,29 +7108,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Guitar Tablature Search Gadget</title>
-      <short-title>Guitar Tablature Search Gadget</short-title>
+      <title>Search for roadtrip destination based on drive time.</title>
+      <short-title>Search for roadtrip destination based on drive time.</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LinkedInSearchEngineGadget">
-    <portlet-name>LinkedInSearchEngineGadget</portlet-name>
-    <display-name>LinkedIn Search Engine</display-name>
-    <description>Google Gadgets: LinkedIn Search Engine Gadget</description>
+  <portlet id="StepbystepmathsolvingCalculatorGadget">
+    <portlet-name>StepbystepmathsolvingCalculatorGadget</portlet-name>
+    <display-name>Step by step math solving C...</display-name>
+    <description>Google Gadgets: Step by step math solving Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>LinkedIn Search Engine</value>
+      <value>Step by step math solving Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=LinkedIn Search Engine&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://teachexplain.com/teachexplain_googlegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=LinkedIn Search Engine</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://teachexplain.com/teachexplain_googlegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6646,29 +7141,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>LinkedIn Search Engine</title>
-      <short-title>LinkedIn Search Engine</short-title>
+      <title>Step by step math solving Calculator</title>
+      <short-title>Step by step math solving Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TeamSpeakGadget">
-    <portlet-name>TeamSpeakGadget</portlet-name>
-    <display-name>TeamSpeak</display-name>
-    <description>Google Gadgets: TeamSpeak Gadget</description>
+  <portlet id="OwnSkinGadgetGadget">
+    <portlet-name>OwnSkinGadgetGadget</portlet-name>
+    <display-name>OwnSkin Gadget</display-name>
+    <description>Google Gadgets: OwnSkin Gadget Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TeamSpeak</value>
+      <value>OwnSkin Gadget</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=TeamSpeak&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://swf.ownskin.com/gadget/ownskin.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=TeamSpeak</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://swf.ownskin.com/gadget/ownskin.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6679,29 +7174,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TeamSpeak</title>
-      <short-title>TeamSpeak</short-title>
+      <title>OwnSkin Gadget</title>
+      <short-title>OwnSkin Gadget</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YourNationalflagGadget">
-    <portlet-name>YourNationalflagGadget</portlet-name>
-    <display-name>Your National flag</display-name>
-    <description>Google Gadgets: Your National flag Gadget</description>
+  <portlet id="FuzzyClockGadget">
+    <portlet-name>FuzzyClockGadget</portlet-name>
+    <display-name>Fuzzy Clock</display-name>
+    <description>Google Gadgets: Fuzzy Clock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Your National flag</value>
+      <value>Fuzzy Clock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Your National flag&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cjmillisock.com/gmodules/fuzzyclock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Your National flag</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cjmillisock.com/gmodules/fuzzyclock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6712,29 +7207,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Your National flag</title>
-      <short-title>Your National flag</short-title>
+      <title>Fuzzy Clock</title>
+      <short-title>Fuzzy Clock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GotodaycomVacationsGadget">
-    <portlet-name>GotodaycomVacationsGadget</portlet-name>
-    <display-name>Go-today.com Vacations</display-name>
-    <description>Google Gadgets: Go-today.com Vacations Gadget</description>
+  <portlet id="CertainKeyPasswordGeneratorGadget">
+    <portlet-name>CertainKeyPasswordGeneratorGadget</portlet-name>
+    <display-name>CertainKey Password Generator</display-name>
+    <description>Google Gadgets: CertainKey Password Generator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Go-today.com Vacations</value>
+      <value>CertainKey Password Generator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Go-today.com Vacations&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110065152193017587525/ckmkpasswd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Go-today.com Vacations</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110065152193017587525/ckmkpasswd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6745,29 +7240,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Go-today.com Vacations</title>
-      <short-title>Go-today.com Vacations</short-title>
+      <title>CertainKey Password Generator</title>
+      <short-title>CertainKey Password Generator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CSearchGadget">
-    <portlet-name>CSearchGadget</portlet-name>
-    <display-name>C++ Search</display-name>
-    <description>Google Gadgets: C++ Search Gadget</description>
+  <portlet id="ExpediaTravelDealsGadget">
+    <portlet-name>ExpediaTravelDealsGadget</portlet-name>
+    <display-name>Expedia Travel Deals</display-name>
+    <description>Google Gadgets: Expedia Travel Deals Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>C++ Search</value>
+      <value>Expedia Travel Deals</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=C++ Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://search.expediaguides.com/tdeals/ExpediaTravelDeals.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=C++ Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://search.expediaguides.com/tdeals/ExpediaTravelDeals.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6778,29 +7273,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>C++ Search</title>
-      <short-title>C++ Search</short-title>
+      <title>Expedia Travel Deals</title>
+      <short-title>Expedia Travel Deals</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GooglePagerankViewerGadget">
-    <portlet-name>GooglePagerankViewerGadget</portlet-name>
-    <display-name>Google Pagerank Viewer</display-name>
-    <description>Google Gadgets: Google Pagerank Viewer Gadget</description>
+  <portlet id="MagicTriangleGadget">
+    <portlet-name>MagicTriangleGadget</portlet-name>
+    <display-name>Magic Triangle</display-name>
+    <description>Google Gadgets: Magic Triangle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Pagerank Viewer</value>
+      <value>Magic Triangle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Google Pagerank Viewer&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.delsearegional.us/academic/classes/highschool/science/physics/triangle/triangle.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Google Pagerank Viewer</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.delsearegional.us/academic/classes/highschool/science/physics/triangle/triangle.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6811,29 +7306,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Pagerank Viewer</title>
-      <short-title>Google Pagerank Viewer</short-title>
+      <title>Magic Triangle</title>
+      <short-title>Magic Triangle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DotNetCodeConverterGadget">
-    <portlet-name>DotNetCodeConverterGadget</portlet-name>
-    <display-name>Dot Net Code Converter</display-name>
-    <description>Google Gadgets: Dot Net Code Converter Gadget</description>
+  <portlet id="TheLibrarian39sBookRevoogleGadget">
+    <portlet-name>TheLibrarian39sBookRevoogleGadget</portlet-name>
+    <display-name>The Librarian&#39;s Book Re...</display-name>
+    <description>Google Gadgets: The Librarian&#39;s Book Revoogle Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dot Net Code Converter</value>
+      <value>The Librarian&#39;s Book Revoogle</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Dot Net Code Converter&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017907362754676791814/cse/obmgfyhtbha/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Dot Net Code Converter</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017907362754676791814/cse/obmgfyhtbha/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6844,29 +7339,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dot Net Code Converter</title>
-      <short-title>Dot Net Code Converter</short-title>
+      <title>The Librarian&#39;s Book Revoogle</title>
+      <short-title>The Librarian&#39;s Book Revoogle</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FreePhoneConferenceGadget">
-    <portlet-name>FreePhoneConferenceGadget</portlet-name>
-    <display-name>Free Phone Conference</display-name>
-    <description>Google Gadgets: Free Phone Conference Gadget</description>
+  <portlet id="JobSearch1Gadget">
+    <portlet-name>JobSearch1Gadget</portlet-name>
+    <display-name>Job Search</display-name>
+    <description>Google Gadgets: Job Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Free Phone Conference</value>
+      <value>Job Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Free Phone Conference&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/007866029846274389286/cse/ulvzw2jigqo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Free Phone Conference</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/007866029846274389286/cse/ulvzw2jigqo/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6877,29 +7372,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Free Phone Conference</title>
-      <short-title>Free Phone Conference</short-title>
+      <title>Job Search</title>
+      <short-title>Job Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="InformationArchitectureSearchEngineGadget">
-    <portlet-name>InformationArchitectureSearchEngineGadget</portlet-name>
-    <display-name>Information Architecture Search Engine</display-name>
-    <description>Google Gadgets: Information Architecture Search Engine Gadget</description>
+  <portlet id="MentalWorkoutWordExercisesGadget">
+    <portlet-name>MentalWorkoutWordExercisesGadget</portlet-name>
+    <display-name>Mental Workout - Word Exerc...</display-name>
+    <description>Google Gadgets: Mental Workout - Word Exercises Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Information Architecture Search Engine</value>
+      <value>Mental Workout - Word Exercises</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Information Architecture Search Engine&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mental-workout.com/gadgets-words-exercises/google-gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Information Architecture Search Engine</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mental-workout.com/gadgets-words-exercises/google-gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6910,29 +7405,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Information Architecture Search Engine</title>
-      <short-title>Information Architecture Search Engine</short-title>
+      <title>Mental Workout - Word Exercises</title>
+      <short-title>Mental Workout - Word Exercises</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MarineObservationsNearYouGadget">
-    <portlet-name>MarineObservationsNearYouGadget</portlet-name>
-    <display-name>Marine Observations Near You</display-name>
-    <description>Google Gadgets: Marine Observations Near You Gadget</description>
+  <portlet id="FileUploadToolGadget">
+    <portlet-name>FileUploadToolGadget</portlet-name>
+    <display-name>File Upload Tool</display-name>
+    <description>Google Gadgets: File Upload Tool Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Marine Observations Near You</value>
+      <value>File Upload Tool</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Marine Observations Near You&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.easy-share.com/uploadfile.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Marine Observations Near You</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.easy-share.com/uploadfile.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6943,29 +7438,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Marine Observations Near You</title>
-      <short-title>Marine Observations Near You</short-title>
+      <title>File Upload Tool</title>
+      <short-title>File Upload Tool</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YourPageRankv2Gadget">
-    <portlet-name>YourPageRankv2Gadget</portlet-name>
-    <display-name>Your Page Rank (v.2)</display-name>
-    <description>Google Gadgets: Your Page Rank (v.2) Gadget</description>
+  <portlet id="SearchOverstockGadget">
+    <portlet-name>SearchOverstockGadget</portlet-name>
+    <display-name>Search Overstock</display-name>
+    <description>Google Gadgets: Search Overstock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Your Page Rank (v.2)</value>
+      <value>Search Overstock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Your Page Rank (v.2)&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://myzytu.googlepages.com/overstock.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Your Page Rank (v.2)</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://myzytu.googlepages.com/overstock.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -6976,29 +7471,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Your Page Rank (v.2)</title>
-      <short-title>Your Page Rank (v.2)</short-title>
+      <title>Search Overstock</title>
+      <short-title>Search Overstock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MoviePhotosoftheDayGadget">
-    <portlet-name>MoviePhotosoftheDayGadget</portlet-name>
-    <display-name>Movie Photos of the Day</display-name>
-    <description>Google Gadgets: Movie Photos of the Day Gadget</description>
+  <portlet id="BrainTunerGadget">
+    <portlet-name>BrainTunerGadget</portlet-name>
+    <display-name>Brain Tuner</display-name>
+    <description>Google Gadgets: Brain Tuner Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Movie Photos of the Day</value>
+      <value>Brain Tuner</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Movie Photos of the Day&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://elliot.lee.googlepages.com/brainbeta.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Movie Photos of the Day</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://elliot.lee.googlepages.com/brainbeta.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7009,29 +7504,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Movie Photos of the Day</title>
-      <short-title>Movie Photos of the Day</short-title>
+      <title>Brain Tuner</title>
+      <short-title>Brain Tuner</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BlingoSearchGadget">
-    <portlet-name>BlingoSearchGadget</portlet-name>
-    <display-name>Blingo Search</display-name>
-    <description>Google Gadgets: Blingo Search Gadget</description>
+  <portlet id="MediaPlayerGadget">
+    <portlet-name>MediaPlayerGadget</portlet-name>
+    <display-name>Media Player</display-name>
+    <description>Google Gadgets: Media Player Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Blingo Search</value>
+      <value>Media Player</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Blingo Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.vacationfun.com/gadgets/mp.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Blingo Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.vacationfun.com/gadgets/mp.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7042,29 +7537,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Blingo Search</title>
-      <short-title>Blingo Search</short-title>
+      <title>Media Player</title>
+      <short-title>Media Player</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DownloadsGadget">
-    <portlet-name>DownloadsGadget</portlet-name>
-    <display-name>Downloads</display-name>
-    <description>Google Gadgets: Downloads Gadget</description>
+  <portlet id="MyWebCamGadget">
+    <portlet-name>MyWebCamGadget</portlet-name>
+    <display-name>My WebCam</display-name>
+    <description>Google Gadgets: My WebCam Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Downloads</value>
+      <value>My WebCam</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Downloads&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://72.22.64.51/webcam/wcm2.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Downloads</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://72.22.64.51/webcam/wcm2.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7075,29 +7570,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Downloads</title>
-      <short-title>Downloads</short-title>
+      <title>My WebCam</title>
+      <short-title>My WebCam</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YandexGadget">
-    <portlet-name>YandexGadget</portlet-name>
-    <display-name>Yandex</display-name>
-    <description>Google Gadgets: Yandex Gadget</description>
+  <portlet id="WootWatcherGadget">
+    <portlet-name>WootWatcherGadget</portlet-name>
+    <display-name>Woot! Watcher</display-name>
+    <description>Google Gadgets: Woot! Watcher Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yandex</value>
+      <value>Woot! Watcher</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Yandex&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ljmsite.com/google/gadgets/wootwatcher.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Yandex</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ljmsite.com/google/gadgets/wootwatcher.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7108,29 +7603,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yandex</title>
-      <short-title>Yandex</short-title>
+      <title>Woot! Watcher</title>
+      <short-title>Woot! Watcher</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YahooMessengerGadget">
-    <portlet-name>YahooMessengerGadget</portlet-name>
-    <display-name>Yahoo! Messenger</display-name>
-    <description>Google Gadgets: Yahoo! Messenger Gadget</description>
+  <portlet id="DiscountDuckGadget">
+    <portlet-name>DiscountDuckGadget</portlet-name>
+    <display-name>Discount Duck</display-name>
+    <description>Google Gadgets: Discount Duck Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yahoo! Messenger</value>
+      <value>Discount Duck</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Yahoo! Messenger&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.discount-coupon-network.com/duck.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Yahoo! Messenger</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.discount-coupon-network.com/duck.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7141,29 +7636,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yahoo! Messenger</title>
-      <short-title>Yahoo! Messenger</short-title>
+      <title>Discount Duck</title>
+      <short-title>Discount Duck</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MachineLearningSearchGadget">
-    <portlet-name>MachineLearningSearchGadget</portlet-name>
-    <display-name>Machine Learning Search</display-name>
-    <description>Google Gadgets: Machine Learning Search Gadget</description>
+  <portlet id="LosAngelesWebcamsGadget">
+    <portlet-name>LosAngelesWebcamsGadget</portlet-name>
+    <display-name>Los Angeles Webcams</display-name>
+    <description>Google Gadgets: Los Angeles Webcams Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Machine Learning Search</value>
+      <value>Los Angeles Webcams</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Machine Learning Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/widget/cammapla.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Machine Learning Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/widget/cammapla.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7174,29 +7669,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Machine Learning Search</title>
-      <short-title>Machine Learning Search</short-title>
+      <title>Los Angeles Webcams</title>
+      <short-title>Los Angeles Webcams</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="USBraSizeCalculatorGadget">
-    <portlet-name>USBraSizeCalculatorGadget</portlet-name>
-    <display-name>US Bra Size Calculator</display-name>
-    <description>Google Gadgets: US Bra Size Calculator Gadget</description>
+  <portlet id="WidescreenWallpapersGadget">
+    <portlet-name>WidescreenWallpapersGadget</portlet-name>
+    <display-name>Widescreen Wallpapers</display-name>
+    <description>Google Gadgets: Widescreen Wallpapers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>US Bra Size Calculator</value>
+      <value>Widescreen Wallpapers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=US Bra Size Calculator&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018372902656027768660/cse/cmrz_gfhvtg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=US Bra Size Calculator</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/018372902656027768660/cse/cmrz_gfhvtg/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7207,29 +7702,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>US Bra Size Calculator</title>
-      <short-title>US Bra Size Calculator</short-title>
+      <title>Widescreen Wallpapers</title>
+      <short-title>Widescreen Wallpapers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RottenTomatoesGadget">
-    <portlet-name>RottenTomatoesGadget</portlet-name>
-    <display-name>Rotten Tomatoes</display-name>
-    <description>Google Gadgets: Rotten Tomatoes Gadget</description>
+  <portlet id="SendWorldwideSMSGadget">
+    <portlet-name>SendWorldwideSMSGadget</portlet-name>
+    <display-name>Send Worldwide SMS</display-name>
+    <description>Google Gadgets: Send Worldwide SMS Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Rotten Tomatoes</value>
+      <value>Send Worldwide SMS</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Rotten Tomatoes&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.mtatm.com/SendSMSGadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Rotten Tomatoes</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.mtatm.com/SendSMSGadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7240,29 +7735,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Rotten Tomatoes</title>
-      <short-title>Rotten Tomatoes</short-title>
+      <title>Send Worldwide SMS</title>
+      <short-title>Send Worldwide SMS</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LiveradioNLGadget">
-    <portlet-name>LiveradioNLGadget</portlet-name>
-    <display-name>Live radio NL</display-name>
-    <description>Google Gadgets: Live radio NL Gadget</description>
+  <portlet id="GuesstheFlagGameGadget">
+    <portlet-name>GuesstheFlagGameGadget</portlet-name>
+    <display-name>Guess the Flag Game</display-name>
+    <description>Google Gadgets: Guess the Flag Game Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Live radio NL</value>
+      <value>Guess the Flag Game</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Live radio NL&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.gamesforthebrain.com/gadget/game/flag.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Live radio NL</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.gamesforthebrain.com/gadget/game/flag.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7273,29 +7768,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Live radio NL</title>
-      <short-title>Live radio NL</short-title>
+      <title>Guess the Flag Game</title>
+      <short-title>Guess the Flag Game</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="eBaySearchbyGoofbayGadget">
-    <portlet-name>eBaySearchbyGoofbayGadget</portlet-name>
-    <display-name>eBay Search by Goofbay</display-name>
-    <description>Google Gadgets: eBay Search by Goofbay Gadget</description>
+  <portlet id="YoutubeVideosGadget">
+    <portlet-name>YoutubeVideosGadget</portlet-name>
+    <display-name>Youtube Videos</display-name>
+    <description>Google Gadgets: Youtube Videos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>eBay Search by Goofbay</value>
+      <value>Youtube Videos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=eBay Search by Goofbay&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D280%26xwidth%3D370%26mininame%3Dyoutube%26buildnumber%3D1%252E5%252E5%252E6%26title%3DYoutube%2520Videos%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Ayoutube%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fyoutube%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=eBay Search by Goofbay</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.yourminis.com/embed/google.aspx%3Fxheight%3D280%26xwidth%3D370%26mininame%3Dyoutube%26buildnumber%3D1%252E5%252E5%252E6%26title%3DYoutube%2520Videos%26accountname%3Dyourminis%26uri%3Dyourminis%252Fyourminis%252Fmini%253Ayoutube%26swfhost%3Dct%252Eyourminis%252Ecom%26hostname%3Dwww%252Eyourminis%252Ecom%26swfurl%3D%252Fwidget%255Fyoutube%252Eswf%26statshostname%3Dstats%252Eyourminis%252Ecom%26uniqueID%3Drealtime%26</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7306,29 +7801,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>eBay Search by Goofbay</title>
-      <short-title>eBay Search by Goofbay</short-title>
+      <title>Youtube Videos</title>
+      <short-title>Youtube Videos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="RadiologyGadget">
-    <portlet-name>RadiologyGadget</portlet-name>
-    <display-name>Radiology </display-name>
-    <description>Google Gadgets: Radiology  Gadget</description>
+  <portlet id="GlobalConsciousnessGadget">
+    <portlet-name>GlobalConsciousnessGadget</portlet-name>
+    <display-name>Global Consciousness</display-name>
+    <description>Google Gadgets: Global Consciousness Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Radiology </value>
+      <value>Global Consciousness</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Radiology &amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.djbradanderson.com/global/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Radiology </value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.djbradanderson.com/global/google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7339,29 +7834,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Radiology </title>
-      <short-title>Radiology </short-title>
+      <title>Global Consciousness</title>
+      <short-title>Global Consciousness</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheMotherofallWhoisserversGadget">
-    <portlet-name>TheMotherofallWhoisserversGadget</portlet-name>
-    <display-name>The Mother of allWhois servers</display-name>
-    <description>Google Gadgets: The Mother of allWhois servers Gadget</description>
+  <portlet id="CLLLegalResearchEngineGadget">
+    <portlet-name>CLLLegalResearchEngineGadget</portlet-name>
+    <display-name>CLL Legal Research Engine</display-name>
+    <description>Google Gadgets: CLL Legal Research Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Mother of allWhois servers</value>
+      <value>CLL Legal Research Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=The Mother of allWhois servers&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/005662892739586593436/cse/cixmhuswwlo/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=The Mother of allWhois servers</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/005662892739586593436/cse/cixmhuswwlo/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7372,29 +7867,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Mother of allWhois servers</title>
-      <short-title>The Mother of allWhois servers</short-title>
+      <title>CLL Legal Research Engine</title>
+      <short-title>CLL Legal Research Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LocalGasPricesGadget">
-    <portlet-name>LocalGasPricesGadget</portlet-name>
-    <display-name>Local Gas Prices</display-name>
-    <description>Google Gadgets: Local Gas Prices Gadget</description>
+  <portlet id="PagesJaunesGadget">
+    <portlet-name>PagesJaunesGadget</portlet-name>
+    <display-name>Pages Jaunes</display-name>
+    <description>Google Gadgets: Pages Jaunes Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Local Gas Prices</value>
+      <value>Pages Jaunes</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Local Gas Prices&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.quezako.com/files/services/google-modules/pages-jaunes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Local Gas Prices</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.quezako.com/files/services/google-modules/pages-jaunes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7405,29 +7900,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Local Gas Prices</title>
-      <short-title>Local Gas Prices</short-title>
+      <title>Pages Jaunes</title>
+      <short-title>Pages Jaunes</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DevelopmentGadget">
-    <portlet-name>DevelopmentGadget</portlet-name>
-    <display-name>Development</display-name>
-    <description>Google Gadgets: Development Gadget</description>
+  <portlet id="miniMailGadget">
+    <portlet-name>miniMailGadget</portlet-name>
+    <display-name>miniMail</display-name>
+    <description>Google Gadgets: miniMail Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Development</value>
+      <value>miniMail</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Development&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.duhsoft.com/mailer/mail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Development</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.duhsoft.com/mailer/mail.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7438,29 +7933,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Development</title>
-      <short-title>Development</short-title>
+      <title>miniMail</title>
+      <short-title>miniMail</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="OrologioeCalendarioGadget">
-    <portlet-name>OrologioeCalendarioGadget</portlet-name>
-    <display-name>Orologio e Calendario</display-name>
-    <description>Google Gadgets: Orologio e Calendario Gadget</description>
+  <portlet id="WORDShortcutsGadget">
+    <portlet-name>WORDShortcutsGadget</portlet-name>
+    <display-name>WORD - Shortcuts </display-name>
+    <description>Google Gadgets: WORD - Shortcuts  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Orologio e Calendario</value>
+      <value>WORD - Shortcuts </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Orologio e Calendario&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/word.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Orologio e Calendario</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/word.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7471,29 +7966,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Orologio e Calendario</title>
-      <short-title>Orologio e Calendario</short-title>
+      <title>WORD - Shortcuts </title>
+      <short-title>WORD - Shortcuts </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchTripodGadget">
-    <portlet-name>SearchTripodGadget</portlet-name>
-    <display-name>Search Tripod</display-name>
-    <description>Google Gadgets: Search Tripod Gadget</description>
+  <portlet id="RandomCambyWebCamCentralGadget">
+    <portlet-name>RandomCambyWebCamCentralGadget</portlet-name>
+    <display-name>RandomCam by WebCam Central</display-name>
+    <description>Google Gadgets: RandomCam by WebCam Central Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search Tripod</value>
+      <value>RandomCam by WebCam Central</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Search Tripod&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.camcentral.com/randomcam/randomcam.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Search Tripod</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.camcentral.com/randomcam/randomcam.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7504,29 +7999,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search Tripod</title>
-      <short-title>Search Tripod</short-title>
+      <title>RandomCam by WebCam Central</title>
+      <short-title>RandomCam by WebCam Central</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DealkoPremiereOneDayDealsGadget">
-    <portlet-name>DealkoPremiereOneDayDealsGadget</portlet-name>
-    <display-name>Dealko::Premiere One Day Deals</display-name>
-    <description>Google Gadgets: Dealko::Premiere One Day Deals Gadget</description>
+  <portlet id="eBayBuySellEnjoyGadget">
+    <portlet-name>eBayBuySellEnjoyGadget</portlet-name>
+    <display-name>eBay Buy- Sell Enjoy</display-name>
+    <description>Google Gadgets: eBay Buy- Sell Enjoy Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Dealko::Premiere One Day Deals</value>
+      <value>eBay Buy- Sell Enjoy</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Dealko::Premiere One Day Deals&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://shopping-services.net/php/ztesting/my-gadgets.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Dealko::Premiere One Day Deals</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://shopping-services.net/php/ztesting/my-gadgets.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7537,29 +8032,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Dealko::Premiere One Day Deals</title>
-      <short-title>Dealko::Premiere One Day Deals</short-title>
+      <title>eBay Buy- Sell Enjoy</title>
+      <short-title>eBay Buy- Sell Enjoy</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WikiseekGadget">
-    <portlet-name>WikiseekGadget</portlet-name>
-    <display-name>Wikiseek</display-name>
-    <description>Google Gadgets: Wikiseek Gadget</description>
+  <portlet id="HotNewDVDsGadget">
+    <portlet-name>HotNewDVDsGadget</portlet-name>
+    <display-name>Hot New DVDs</display-name>
+    <description>Google Gadgets: Hot New DVDs Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Wikiseek</value>
+      <value>Hot New DVDs</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Wikiseek&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlewidgets.net/dvds/dvds_pop.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Wikiseek</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlewidgets.net/dvds/dvds_pop.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7570,29 +8065,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Wikiseek</title>
-      <short-title>Wikiseek</short-title>
+      <title>Hot New DVDs</title>
+      <short-title>Hot New DVDs</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="I39mhungryWhat39sopenGadget">
-    <portlet-name>I39mhungryWhat39sopenGadget</portlet-name>
-    <display-name>I&#39;m hungry!  What&#39;s open?</display-name>
-    <description>Google Gadgets: I&#39;m hungry!  What&#39;s open? Gadget</description>
+  <portlet id="BlogbarGadget">
+    <portlet-name>BlogbarGadget</portlet-name>
+    <display-name>Blogbar</display-name>
+    <description>Google Gadgets: Blogbar Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>I&#39;m hungry!  What&#39;s open?</value>
+      <value>Blogbar</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=I&#39;m hungry!  What&#39;s open?&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.blogbar.org/google/blogbar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=I&#39;m hungry!  What&#39;s open?</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.blogbar.org/google/blogbar.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7603,29 +8098,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>I&#39;m hungry!  What&#39;s open?</title>
-      <short-title>I&#39;m hungry!  What&#39;s open?</short-title>
+      <title>Blogbar</title>
+      <short-title>Blogbar</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="writeKAHindiTransliteratorGadget">
-    <portlet-name>writeKAHindiTransliteratorGadget</portlet-name>
-    <display-name>writeKA Hindi Transliterator</display-name>
-    <description>Google Gadgets: writeKA Hindi Transliterator Gadget</description>
+  <portlet id="eBaySearchGadget">
+    <portlet-name>eBaySearchGadget</portlet-name>
+    <display-name>eBay Search</display-name>
+    <description>Google Gadgets: eBay Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>writeKA Hindi Transliterator</value>
+      <value>eBay Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=writeKA Hindi Transliterator&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://n79.org/modules/ebaySearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=writeKA Hindi Transliterator</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://n79.org/modules/ebaySearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7636,29 +8131,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>writeKA Hindi Transliterator</title>
-      <short-title>writeKA Hindi Transliterator</short-title>
+      <title>eBay Search</title>
+      <short-title>eBay Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LotteryandLottoResults1Gadget">
-    <portlet-name>LotteryandLottoResults1Gadget</portlet-name>
-    <display-name>Lottery and Lotto Results</display-name>
-    <description>Google Gadgets: Lottery and Lotto Results Gadget</description>
+  <portlet id="Web20ColorSchemeGadget">
+    <portlet-name>Web20ColorSchemeGadget</portlet-name>
+    <display-name>Web 2.0 Color Scheme</display-name>
+    <description>Google Gadgets: Web 2.0 Color Scheme Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lottery and Lotto Results</value>
+      <value>Web 2.0 Color Scheme</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Lottery and Lotto Results&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://gadgets.kwon.phoetron.de/ColorScheme/colorscheme.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Lottery and Lotto Results</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://gadgets.kwon.phoetron.de/ColorScheme/colorscheme.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7669,29 +8164,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lottery and Lotto Results</title>
-      <short-title>Lottery and Lotto Results</short-title>
+      <title>Web 2.0 Color Scheme</title>
+      <short-title>Web 2.0 Color Scheme</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TheOnlineYellowPagesGadget">
-    <portlet-name>TheOnlineYellowPagesGadget</portlet-name>
-    <display-name>The Online Yellow Pages</display-name>
-    <description>Google Gadgets: The Online Yellow Pages Gadget</description>
+  <portlet id="TravelGuidesandReviewsGadget">
+    <portlet-name>TravelGuidesandReviewsGadget</portlet-name>
+    <display-name>Travel Guides and Reviews</display-name>
+    <description>Google Gadgets: Travel Guides and Reviews Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>The Online Yellow Pages</value>
+      <value>Travel Guides and Reviews</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=The Online Yellow Pages&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/012097448745616243396/cse/fjr_-gk5vmq/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=The Online Yellow Pages</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/012097448745616243396/cse/fjr_-gk5vmq/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7702,29 +8197,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>The Online Yellow Pages</title>
-      <short-title>The Online Yellow Pages</short-title>
+      <title>Travel Guides and Reviews</title>
+      <short-title>Travel Guides and Reviews</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AAFESNEWSGadget">
-    <portlet-name>AAFESNEWSGadget</portlet-name>
-    <display-name>AAFES NEWS</display-name>
-    <description>Google Gadgets: AAFES NEWS Gadget</description>
+  <portlet id="TeacherSearchEngineGadget">
+    <portlet-name>TeacherSearchEngineGadget</portlet-name>
+    <display-name>Teacher Search Engine</display-name>
+    <description>Google Gadgets: Teacher Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>AAFES NEWS</value>
+      <value>Teacher Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=AAFES NEWS&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/014963673507069135020/cse/0qilzlcqnly/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=AAFES NEWS</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/014963673507069135020/cse/0qilzlcqnly/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7735,29 +8230,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>AAFES NEWS</title>
-      <short-title>AAFES NEWS</short-title>
+      <title>Teacher Search Engine</title>
+      <short-title>Teacher Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="QuellerouteitinraireetinfotraficGadget">
-    <portlet-name>QuellerouteitinraireetinfotraficGadget</portlet-name>
-    <display-name>Quelleroute: itin raire et info trafic</display-name>
-    <description>Google Gadgets: Quelleroute: itin raire et info trafic Gadget</description>
+  <portlet id="SixDegreesOfWikipediaGadget">
+    <portlet-name>SixDegreesOfWikipediaGadget</portlet-name>
+    <display-name>Six Degrees Of Wikipedia</display-name>
+    <description>Google Gadgets: Six Degrees Of Wikipedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Quelleroute: itin raire et info trafic</value>
+      <value>Six Degrees Of Wikipedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Quelleroute: itin raire et info trafic&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.geocities.com/grimmthething/wikiSep.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Quelleroute: itin raire et info trafic</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.geocities.com/grimmthething/wikiSep.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7768,29 +8263,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Quelleroute: itin raire et info trafic</title>
-      <short-title>Quelleroute: itin raire et info trafic</short-title>
+      <title>Six Degrees Of Wikipedia</title>
+      <short-title>Six Degrees Of Wikipedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="VeohVideos1Gadget">
-    <portlet-name>VeohVideos1Gadget</portlet-name>
-    <display-name>Veoh Videos</display-name>
-    <description>Google Gadgets: Veoh Videos Gadget</description>
+  <portlet id="SlideShowGadget">
+    <portlet-name>SlideShowGadget</portlet-name>
+    <display-name>Slide Show</display-name>
+    <description>Google Gadgets: Slide Show Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Veoh Videos</value>
+      <value>Slide Show</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Veoh Videos&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110741078366070330615/slideshow.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Veoh Videos</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110741078366070330615/slideshow.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7801,29 +8296,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Veoh Videos</title>
-      <short-title>Veoh Videos</short-title>
+      <title>Slide Show</title>
+      <short-title>Slide Show</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MetaverseGadget">
-    <portlet-name>MetaverseGadget</portlet-name>
-    <display-name>Metaverse</display-name>
-    <description>Google Gadgets: Metaverse Gadget</description>
+  <portlet id="NorthwestAirlinesGadget">
+    <portlet-name>NorthwestAirlinesGadget</portlet-name>
+    <display-name>Northwest Airlines</display-name>
+    <description>Google Gadgets: Northwest Airlines Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Metaverse</value>
+      <value>Northwest Airlines</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Metaverse&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.nwa.com/gg/google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Metaverse</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.nwa.com/gg/google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7834,29 +8329,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Metaverse</title>
-      <short-title>Metaverse</short-title>
+      <title>Northwest Airlines</title>
+      <short-title>Northwest Airlines</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="YoutubeVideoPlayerGadget">
-    <portlet-name>YoutubeVideoPlayerGadget</portlet-name>
-    <display-name>Youtube Video Player</display-name>
-    <description>Google Gadgets: Youtube Video Player Gadget</description>
+  <portlet id="GermanAudioWordoftheDayGadget">
+    <portlet-name>GermanAudioWordoftheDayGadget</portlet-name>
+    <display-name>German - Audio Word of the Day</display-name>
+    <description>Google Gadgets: German - Audio Word of the Day Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Youtube Video Player</value>
+      <value>German - Audio Word of the Day</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Youtube Video Player&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.hitsalive.com/google_gadgets/german_wotd.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Youtube Video Player</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.hitsalive.com/google_gadgets/german_wotd.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7867,29 +8362,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Youtube Video Player</title>
-      <short-title>Youtube Video Player</short-title>
+      <title>German - Audio Word of the Day</title>
+      <short-title>German - Audio Word of the Day</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DecimalToBinHexOctConverterGadget">
-    <portlet-name>DecimalToBinHexOctConverterGadget</portlet-name>
-    <display-name>Decimal To Bin-Hex-Oct Converter</display-name>
-    <description>Google Gadgets: Decimal To Bin-Hex-Oct Converter Gadget</description>
+  <portlet id="NeoTimeLineGadget">
+    <portlet-name>NeoTimeLineGadget</portlet-name>
+    <display-name>Neo Time Line</display-name>
+    <description>Google Gadgets: Neo Time Line Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Decimal To Bin-Hex-Oct Converter</value>
+      <value>Neo Time Line</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Decimal To Bin-Hex-Oct Converter&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/neotimegadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Decimal To Bin-Hex-Oct Converter</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/neotimegadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7900,29 +8395,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Decimal To Bin-Hex-Oct Converter</title>
-      <short-title>Decimal To Bin-Hex-Oct Converter</short-title>
+      <title>Neo Time Line</title>
+      <short-title>Neo Time Line</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ebaycomGadget">
-    <portlet-name>ebaycomGadget</portlet-name>
-    <display-name>ebay.com</display-name>
-    <description>Google Gadgets: ebay.com Gadget</description>
+  <portlet id="ClocksRelatimeGadget">
+    <portlet-name>ClocksRelatimeGadget</portlet-name>
+    <display-name>Clocks Relatime</display-name>
+    <description>Google Gadgets: Clocks Relatime Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>ebay.com</value>
+      <value>Clocks Relatime</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=ebay.com&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://watch.relatime.com/resources/add2/google/relatime_180_add2_google_typo_cardial.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=ebay.com</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://watch.relatime.com/resources/add2/google/relatime_180_add2_google_typo_cardial.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7933,29 +8428,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>ebay.com</title>
-      <short-title>ebay.com</short-title>
+      <title>Clocks Relatime</title>
+      <short-title>Clocks Relatime</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="UKlocalshoppingsearchGadget">
-    <portlet-name>UKlocalshoppingsearchGadget</portlet-name>
-    <display-name>UK local shopping search</display-name>
-    <description>Google Gadgets: UK local shopping search Gadget</description>
+  <portlet id="TruerandomnumbergeneratorGadget">
+    <portlet-name>TruerandomnumbergeneratorGadget</portlet-name>
+    <display-name>True random number generator</display-name>
+    <description>Google Gadgets: True random number generator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>UK local shopping search</value>
+      <value>True random number generator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=UK local shopping search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.daimonion.sk/tools/random/random.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=UK local shopping search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.daimonion.sk/tools/random/random.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7966,29 +8461,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>UK local shopping search</title>
-      <short-title>UK local shopping search</short-title>
+      <title>True random number generator</title>
+      <short-title>True random number generator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CustomRSSGadget">
-    <portlet-name>CustomRSSGadget</portlet-name>
-    <display-name>CustomRSS</display-name>
-    <description>Google Gadgets: CustomRSS Gadget</description>
+  <portlet id="DondeEscomGadget">
+    <portlet-name>DondeEscomGadget</portlet-name>
+    <display-name>DondeEs.com</display-name>
+    <description>Google Gadgets: DondeEs.com Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>CustomRSS</value>
+      <value>DondeEs.com</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=CustomRSS&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/018263801199588214253/cse/ygapthz3uzw/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=CustomRSS</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/018263801199588214253/cse/ygapthz3uzw/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -7999,29 +8494,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>CustomRSS</title>
-      <short-title>CustomRSS</short-title>
+      <title>DondeEs.com</title>
+      <short-title>DondeEs.com</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MyWebCam1Gadget">
-    <portlet-name>MyWebCam1Gadget</portlet-name>
-    <display-name>My WebCam</display-name>
-    <description>Google Gadgets: My WebCam Gadget</description>
+  <portlet id="TorrentSearchGadget">
+    <portlet-name>TorrentSearchGadget</portlet-name>
+    <display-name>Torrent Search</display-name>
+    <description>Google Gadgets: Torrent Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>My WebCam</value>
+      <value>Torrent Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=My WebCam&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.torrent-search-bar.com/torrentsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=My WebCam</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.torrent-search-bar.com/torrentsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8032,29 +8527,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>My WebCam</title>
-      <short-title>My WebCam</short-title>
+      <title>Torrent Search</title>
+      <short-title>Torrent Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GREWordoftheDayGadget">
-    <portlet-name>GREWordoftheDayGadget</portlet-name>
-    <display-name>GRE Word of the Day</display-name>
-    <description>Google Gadgets: GRE Word of the Day Gadget</description>
+  <portlet id="TheBibleSearchEngineGadget">
+    <portlet-name>TheBibleSearchEngineGadget</portlet-name>
+    <display-name>The Bible Search Engine</display-name>
+    <description>Google Gadgets: The Bible Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>GRE Word of the Day</value>
+      <value>The Bible Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=GRE Word of the Day&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/001039511034237223690/cse/ccfsvisfzjg/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=GRE Word of the Day</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/001039511034237223690/cse/ccfsvisfzjg/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8065,29 +8560,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>GRE Word of the Day</title>
-      <short-title>GRE Word of the Day</short-title>
+      <title>The Bible Search Engine</title>
+      <short-title>The Bible Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DICOMpediaGadget">
-    <portlet-name>DICOMpediaGadget</portlet-name>
-    <display-name>DICOMpedia</display-name>
-    <description>Google Gadgets: DICOMpedia Gadget</description>
+  <portlet id="HomeampGardenWebSearchGadget">
+    <portlet-name>HomeampGardenWebSearchGadget</portlet-name>
+    <display-name>Home &amp; Garden Web Search</display-name>
+    <description>Google Gadgets: Home &amp; Garden Web Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DICOMpedia</value>
+      <value>Home &amp; Garden Web Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=DICOMpedia&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013779004394990838421/cse/awsp6p7_fv4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=DICOMpedia</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013779004394990838421/cse/awsp6p7_fv4/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8098,29 +8593,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DICOMpedia</title>
-      <short-title>DICOMpedia</short-title>
+      <title>Home &amp; Garden Web Search</title>
+      <short-title>Home &amp; Garden Web Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FlashPlatformTechResourcesVerticalSearchGadget">
-    <portlet-name>FlashPlatformTechResourcesVerticalSearchGadget</portlet-name>
-    <display-name>Flash Platform Tech Resources Vertical Search</display-name>
-    <description>Google Gadgets: Flash Platform Tech Resources Vertical Search Gadget</description>
+  <portlet id="myloglobesearchGadget">
+    <portlet-name>myloglobesearchGadget</portlet-name>
+    <display-name>mylo globe search</display-name>
+    <description>Google Gadgets: mylo globe search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Flash Platform Tech Resources Vertical Search</value>
+      <value>mylo globe search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Flash Platform Tech Resources Vertical Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/011371770585243341024/cse/0iyndcwlxq4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Flash Platform Tech Resources Vertical Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/011371770585243341024/cse/0iyndcwlxq4/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8131,29 +8626,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Flash Platform Tech Resources Vertical Search</title>
-      <short-title>Flash Platform Tech Resources Vertical Search</short-title>
+      <title>mylo globe search</title>
+      <short-title>mylo globe search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TranslitGadget">
-    <portlet-name>TranslitGadget</portlet-name>
-    <display-name>Translit // ????????????????</display-name>
-    <description>Google Gadgets: Translit // ???????????????? Gadget</description>
+  <portlet id="DictionaryGadget">
+    <portlet-name>DictionaryGadget</portlet-name>
+    <display-name>Dictionary</display-name>
+    <description>Google Gadgets: Dictionary Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Translit // ????????????????</value>
+      <value>Dictionary</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Translit // Транслит&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mapyourancestors.com/gadgets/dictionary/dictgadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Translit // Транслит</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mapyourancestors.com/gadgets/dictionary/dictgadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8164,29 +8659,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Translit // ????????????????</title>
-      <short-title>Translit // ????????????????</short-title>
+      <title>Dictionary</title>
+      <short-title>Dictionary</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LifeClockGadget">
-    <portlet-name>LifeClockGadget</portlet-name>
-    <display-name>Life Clock</display-name>
-    <description>Google Gadgets: Life Clock Gadget</description>
+  <portlet id="MyTodoListGadget">
+    <portlet-name>MyTodoListGadget</portlet-name>
+    <display-name>My Todo List</display-name>
+    <description>Google Gadgets: My Todo List Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Life Clock</value>
+      <value>My Todo List</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Life Clock&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.memotoo.com/googleIgNotes.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Life Clock</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.memotoo.com/googleIgNotes.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8197,29 +8692,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Life Clock</title>
-      <short-title>Life Clock</short-title>
+      <title>My Todo List</title>
+      <short-title>My Todo List</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TimeTransfertGadget">
-    <portlet-name>TimeTransfertGadget</portlet-name>
-    <display-name>TimeTransfert</display-name>
-    <description>Google Gadgets: TimeTransfert Gadget</description>
+  <portlet id="youTubeautoplaylistGadget">
+    <portlet-name>youTubeautoplaylistGadget</portlet-name>
+    <display-name>youTube auto-playlist</display-name>
+    <description>Google Gadgets: youTube auto-playlist Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>TimeTransfert</value>
+      <value>youTube auto-playlist</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=TimeTransfert&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/100685070063457128944/flvPlayer.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=TimeTransfert</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/100685070063457128944/flvPlayer.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8230,29 +8725,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>TimeTransfert</title>
-      <short-title>TimeTransfert</short-title>
+      <title>youTube auto-playlist</title>
+      <short-title>youTube auto-playlist</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Sims2DownloadsSearchGadget">
-    <portlet-name>Sims2DownloadsSearchGadget</portlet-name>
-    <display-name>Sims 2 Downloads Search</display-name>
-    <description>Google Gadgets: Sims 2 Downloads Search Gadget</description>
+  <portlet id="ReferenceSearchGadget">
+    <portlet-name>ReferenceSearchGadget</portlet-name>
+    <display-name>Reference Search</display-name>
+    <description>Google Gadgets: Reference Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Sims 2 Downloads Search</value>
+      <value>Reference Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Sims 2 Downloads Search&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/014532368592082514473/cse/bdatmnlnypi/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Sims 2 Downloads Search</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/014532368592082514473/cse/bdatmnlnypi/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8263,29 +8758,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Sims 2 Downloads Search</title>
-      <short-title>Sims 2 Downloads Search</short-title>
+      <title>Reference Search</title>
+      <short-title>Reference Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="TorrentsGadget">
-    <portlet-name>TorrentsGadget</portlet-name>
-    <display-name>Torrents</display-name>
-    <description>Google Gadgets: Torrents Gadget</description>
+  <portlet id="TinyurlcreatorGadget">
+    <portlet-name>TinyurlcreatorGadget</portlet-name>
+    <display-name>Tinyurl creator</display-name>
+    <description>Google Gadgets: Tinyurl creator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Torrents</value>
+      <value>Tinyurl creator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Torrents&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://tinyurlg.googlecode.com/svn/trunk/tinyurl.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Torrents</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://tinyurlg.googlecode.com/svn/trunk/tinyurl.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8296,29 +8791,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Torrents</title>
-      <short-title>Torrents</short-title>
+      <title>Tinyurl creator</title>
+      <short-title>Tinyurl creator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SearchAnswerscomGadget">
-    <portlet-name>SearchAnswerscomGadget</portlet-name>
-    <display-name>Search Answers.com</display-name>
-    <description>Google Gadgets: Search Answers.com Gadget</description>
+  <portlet id="InDeedJobSearchGadget">
+    <portlet-name>InDeedJobSearchGadget</portlet-name>
+    <display-name>InDeed Job Search!</display-name>
+    <description>Google Gadgets: InDeed Job Search! Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Search Answers.com</value>
+      <value>InDeed Job Search!</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Search Answers.com&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://mappingnews.com/job_search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Search Answers.com</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://mappingnews.com/job_search.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8329,29 +8824,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Search Answers.com</title>
-      <short-title>Search Answers.com</short-title>
+      <title>InDeed Job Search!</title>
+      <short-title>InDeed Job Search!</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="LoneOakFarmHorseTipsGadget">
-    <portlet-name>LoneOakFarmHorseTipsGadget</portlet-name>
-    <display-name>Lone Oak Farm Horse Tips</display-name>
-    <description>Google Gadgets: Lone Oak Farm Horse Tips Gadget</description>
+  <portlet id="FoodMagazineSearchGadget">
+    <portlet-name>FoodMagazineSearchGadget</portlet-name>
+    <display-name>Food Magazine Search </display-name>
+    <description>Google Gadgets: Food Magazine Search  Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Lone Oak Farm Horse Tips</value>
+      <value>Food Magazine Search </value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Lone Oak Farm Horse Tips&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/017152315787426672741/cse/gdwysxr14ng/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Lone Oak Farm Horse Tips</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/017152315787426672741/cse/gdwysxr14ng/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8362,29 +8857,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Lone Oak Farm Horse Tips</title>
-      <short-title>Lone Oak Farm Horse Tips</short-title>
+      <title>Food Magazine Search </title>
+      <short-title>Food Magazine Search </short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MorfixEnglishGadget">
-    <portlet-name>MorfixEnglishGadget</portlet-name>
-    <display-name>Morfix (English)</display-name>
-    <description>Google Gadgets: Morfix (English) Gadget</description>
+  <portlet id="CityStateLongitudeandLatitudeForAZipcodeGadget">
+    <portlet-name>CityStateLongitudeandLatitudeForAZipcodeGadget</portlet-name>
+    <display-name>City, State, Longitude and ...</display-name>
+    <description>Google Gadgets: City, State, Longitude and Latitude For A Zipcode Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Morfix (English)</value>
+      <value>City, State, Longitude and Latitude For A Zipcode</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Morfix (English)&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://googlegadgets.neoteksystems.com/ZipCodelookup.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Morfix (English)</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://googlegadgets.neoteksystems.com/ZipCodelookup.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8395,29 +8890,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Morfix (English)</title>
-      <short-title>Morfix (English)</short-title>
+      <title>City, State, Longitude and Latitude For A Zipcode</title>
+      <short-title>City, State, Longitude and Latitude For A Zipcode</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Yakaz1Gadget">
-    <portlet-name>Yakaz1Gadget</portlet-name>
-    <display-name>Yakaz</display-name>
-    <description>Google Gadgets: Yakaz Gadget</description>
+  <portlet id="MACShortcutsGadget">
+    <portlet-name>MACShortcutsGadget</portlet-name>
+    <display-name>MAC Shortcuts</display-name>
+    <description>Google Gadgets: MAC Shortcuts Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Yakaz</value>
+      <value>MAC Shortcuts</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Yakaz&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://nuzs.com/macshortcuts.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Yakaz</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://nuzs.com/macshortcuts.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8428,29 +8923,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Yakaz</title>
-      <short-title>Yakaz</short-title>
+      <title>MAC Shortcuts</title>
+      <short-title>MAC Shortcuts</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="Torrents1Gadget">
-    <portlet-name>Torrents1Gadget</portlet-name>
-    <display-name>Torrents</display-name>
-    <description>Google Gadgets: Torrents Gadget</description>
+  <portlet id="TheoreticalComputerScienceSearchGadget">
+    <portlet-name>TheoreticalComputerScienceSearchGadget</portlet-name>
+    <display-name>Theoretical Computer Scienc...</display-name>
+    <description>Google Gadgets: Theoretical Computer Science Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Torrents</value>
+      <value>Theoretical Computer Science Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Torrents&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://searchtcs.googlecode.com/svn/trunk/searchtcs.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Torrents</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://searchtcs.googlecode.com/svn/trunk/searchtcs.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8461,29 +8956,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Torrents</title>
-      <short-title>Torrents</short-title>
+      <title>Theoretical Computer Science Search</title>
+      <short-title>Theoretical Computer Science Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PendulumClockGadget">
-    <portlet-name>PendulumClockGadget</portlet-name>
-    <display-name>Pendulum Clock</display-name>
-    <description>Google Gadgets: Pendulum Clock Gadget</description>
+  <portlet id="TrinimonCalculatorGadget">
+    <portlet-name>TrinimonCalculatorGadget</portlet-name>
+    <display-name>Trinimon Calculator</display-name>
+    <description>Google Gadgets: Trinimon Calculator Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Pendulum Clock</value>
+      <value>Trinimon Calculator</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Pendulum Clock&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.trinimon.de/gadget/Calculator.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Pendulum Clock</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.trinimon.de/gadget/Calculator.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8494,29 +8989,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Pendulum Clock</title>
-      <short-title>Pendulum Clock</short-title>
+      <title>Trinimon Calculator</title>
+      <short-title>Trinimon Calculator</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BuzzforeBayGadget">
-    <portlet-name>BuzzforeBayGadget</portlet-name>
-    <display-name>Buzz for eBay</display-name>
-    <description>Google Gadgets: Buzz for eBay Gadget</description>
+  <portlet id="LTAPCenterSearchEngineGadget">
+    <portlet-name>LTAPCenterSearchEngineGadget</portlet-name>
+    <display-name>LTAP Center Search Engine</display-name>
+    <description>Google Gadgets: LTAP Center Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Buzz for eBay</value>
+      <value>LTAP Center Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Buzz for eBay&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/010809592348763093458/cse/r3i0biypw1u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Buzz for eBay</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/010809592348763093458/cse/r3i0biypw1u/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8527,29 +9022,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Buzz for eBay</title>
-      <short-title>Buzz for eBay</short-title>
+      <title>LTAP Center Search Engine</title>
+      <short-title>LTAP Center Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MicroTVGadget">
-    <portlet-name>MicroTVGadget</portlet-name>
-    <display-name>Micro-TV</display-name>
-    <description>Google Gadgets: Micro-TV Gadget</description>
+  <portlet id="ProxyBrowsingGadget">
+    <portlet-name>ProxyBrowsingGadget</portlet-name>
+    <display-name>Proxy Browsing</display-name>
+    <description>Google Gadgets: Proxy Browsing Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Micro-TV</value>
+      <value>Proxy Browsing</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Micro-TV&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/base/a/1261794/D2262749159785347597&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Micro-TV</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/base/a/1261794/D2262749159785347597</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8560,29 +9055,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Micro-TV</title>
-      <short-title>Micro-TV</short-title>
+      <title>Proxy Browsing</title>
+      <short-title>Proxy Browsing</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MemotoocomMyAddressBookGadget">
-    <portlet-name>MemotoocomMyAddressBookGadget</portlet-name>
-    <display-name>Memotoo.com - My Address Book</display-name>
-    <description>Google Gadgets: Memotoo.com - My Address Book Gadget</description>
+  <portlet id="RecipeGoldmineSearchGadget">
+    <portlet-name>RecipeGoldmineSearchGadget</portlet-name>
+    <display-name>Recipe Goldmine Search</display-name>
+    <description>Google Gadgets: Recipe Goldmine Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Memotoo.com - My Address Book</value>
+      <value>Recipe Goldmine Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Memotoo.com - My Address Book&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/006252067671721509793/cse/rtf-qf3oc-g/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Memotoo.com - My Address Book</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/006252067671721509793/cse/rtf-qf3oc-g/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8593,29 +9088,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Memotoo.com - My Address Book</title>
-      <short-title>Memotoo.com - My Address Book</short-title>
+      <title>Recipe Goldmine Search</title>
+      <short-title>Recipe Goldmine Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="SpellcheckGadget">
-    <portlet-name>SpellcheckGadget</portlet-name>
-    <display-name>Spellcheck</display-name>
-    <description>Google Gadgets: Spellcheck Gadget</description>
+  <portlet id="CertainKeyEmailAntispamCaptchaGadget">
+    <portlet-name>CertainKeyEmailAntispamCaptchaGadget</portlet-name>
+    <display-name>CertainKey Email Antispam C...</display-name>
+    <description>Google Gadgets: CertainKey Email Antispam Captcha Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Spellcheck</value>
+      <value>CertainKey Email Antispam Captcha</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Spellcheck&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/110065152193017587525/ckmanglemail.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Spellcheck</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://hosting.gmodules.com/ig/gadgets/file/110065152193017587525/ckmanglemail.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8626,29 +9121,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Spellcheck</title>
-      <short-title>Spellcheck</short-title>
+      <title>CertainKey Email Antispam Captcha</title>
+      <short-title>CertainKey Email Antispam Captcha</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DWGDWFSearchEngineGadget">
-    <portlet-name>DWGDWFSearchEngineGadget</portlet-name>
-    <display-name>DWG-DWF Search Engine</display-name>
-    <description>Google Gadgets: DWG-DWF Search Engine Gadget</description>
+  <portlet id="uLinkxVideoSearchGadget">
+    <portlet-name>uLinkxVideoSearchGadget</portlet-name>
+    <display-name>uLinkx - Video Search</display-name>
+    <description>Google Gadgets: uLinkx - Video Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DWG-DWF Search Engine</value>
+      <value>uLinkx - Video Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=DWG-DWF Search Engine&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ulinkx.com/widget/gadget_search.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=DWG-DWF Search Engine</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ulinkx.com/widget/gadget_search.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8659,29 +9154,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DWG-DWF Search Engine</title>
-      <short-title>DWG-DWF Search Engine</short-title>
+      <title>uLinkx - Video Search</title>
+      <short-title>uLinkx - Video Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AlarmclockGadget">
-    <portlet-name>AlarmclockGadget</portlet-name>
-    <display-name>Alarm clock</display-name>
-    <description>Google Gadgets: Alarm clock Gadget</description>
+  <portlet id="iTunesTop10RockGadget">
+    <portlet-name>iTunesTop10RockGadget</portlet-name>
+    <display-name>iTunes Top 10 Rock</display-name>
+    <description>Google Gadgets: iTunes Top 10 Rock Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Alarm clock</value>
+      <value>iTunes Top 10 Rock</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Alarm clock&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.ifindcds.com/itunestop10rockmodule.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Alarm clock</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.ifindcds.com/itunestop10rockmodule.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8692,29 +9187,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Alarm clock</title>
-      <short-title>Alarm clock</short-title>
+      <title>iTunes Top 10 Rock</title>
+      <short-title>iTunes Top 10 Rock</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="comparischCarfinderGadget">
-    <portlet-name>comparischCarfinderGadget</portlet-name>
-    <display-name>comparis.ch Carfinder</display-name>
-    <description>Google Gadgets: comparis.ch Carfinder Gadget</description>
+  <portlet id="StartofSchoolGadget">
+    <portlet-name>StartofSchoolGadget</portlet-name>
+    <display-name>Start of School</display-name>
+    <description>Google Gadgets: Start of School Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>comparis.ch Carfinder</value>
+      <value>Start of School</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=comparis.ch Carfinder&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/ig/shared%3Fuid%3D114155280862819476077%26mid%3D97%26url%3Dgm_countdown.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=comparis.ch Carfinder</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/ig/shared%3Fuid%3D114155280862819476077%26mid%3D97%26url%3Dgm_countdown.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8725,29 +9220,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>comparis.ch Carfinder</title>
-      <short-title>comparis.ch Carfinder</short-title>
+      <title>Start of School</title>
+      <short-title>Start of School</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GoogleTalkGadget">
-    <portlet-name>GoogleTalkGadget</portlet-name>
-    <display-name>Google Talk</display-name>
-    <description>Google Gadgets: Google Talk Gadget</description>
+  <portlet id="QuranGadget">
+    <portlet-name>QuranGadget</portlet-name>
+    <display-name>Quran</display-name>
+    <description>Google Gadgets: Quran Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Google Talk</value>
+      <value>Quran</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Google Talk&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.islamwire.com/widg/quran.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Google Talk</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.islamwire.com/widg/quran.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8758,29 +9253,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Google Talk</title>
-      <short-title>Google Talk</short-title>
+      <title>Quran</title>
+      <short-title>Quran</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BilligfliegerFlugsucheGadget">
-    <portlet-name>BilligfliegerFlugsucheGadget</portlet-name>
-    <display-name>Billigflieger Flugsuche</display-name>
-    <description>Google Gadgets: Billigflieger Flugsuche Gadget</description>
+  <portlet id="Wikipedia1Gadget">
+    <portlet-name>Wikipedia1Gadget</portlet-name>
+    <display-name>Wikipedia</display-name>
+    <description>Google Gadgets: Wikipedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Billigflieger Flugsuche</value>
+      <value>Wikipedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Billigflieger Flugsuche&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://manikarthik84.googlepages.com/wikigadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Billigflieger Flugsuche</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://manikarthik84.googlepages.com/wikigadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8791,29 +9286,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Billigflieger Flugsuche</title>
-      <short-title>Billigflieger Flugsuche</short-title>
+      <title>Wikipedia</title>
+      <short-title>Wikipedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="FilmReviewsGadget">
-    <portlet-name>FilmReviewsGadget</portlet-name>
-    <display-name>Film Reviews</display-name>
-    <description>Google Gadgets: Film Reviews Gadget</description>
+  <portlet id="Wikipedia2Gadget">
+    <portlet-name>Wikipedia2Gadget</portlet-name>
+    <display-name>Wikipedia</display-name>
+    <description>Google Gadgets: Wikipedia Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Film Reviews</value>
+      <value>Wikipedia</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Film Reviews&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://whizzgadgets.googlepages.com/wikipedia.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Film Reviews</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://whizzgadgets.googlepages.com/wikipedia.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8824,29 +9319,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Film Reviews</title>
-      <short-title>Film Reviews</short-title>
+      <title>Wikipedia</title>
+      <short-title>Wikipedia</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="WorldTimeZonesGadget">
-    <portlet-name>WorldTimeZonesGadget</portlet-name>
-    <display-name>World Time Zones</display-name>
-    <description>Google Gadgets: World Time Zones Gadget</description>
+  <portlet id="FlickrPhotos1Gadget">
+    <portlet-name>FlickrPhotos1Gadget</portlet-name>
+    <display-name>Flickr Photos</display-name>
+    <description>Google Gadgets: Flickr Photos Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>World Time Zones</value>
+      <value>Flickr Photos</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=World Time Zones&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://chinsonyeh.googlepages.com/flickr_google.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=World Time Zones</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://chinsonyeh.googlepages.com/flickr_google.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8857,29 +9352,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>World Time Zones</title>
-      <short-title>World Time Zones</short-title>
+      <title>Flickr Photos</title>
+      <short-title>Flickr Photos</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="scanRUploaderGadget">
-    <portlet-name>scanRUploaderGadget</portlet-name>
-    <display-name>scanR Uploader</display-name>
-    <description>Google Gadgets: scanR Uploader Gadget</description>
+  <portlet id="HealingSearchEngineGadget">
+    <portlet-name>HealingSearchEngineGadget</portlet-name>
+    <display-name>Healing Search Engine</display-name>
+    <description>Google Gadgets: Healing Search Engine Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>scanR Uploader</value>
+      <value>Healing Search Engine</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=scanR Uploader&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://google.com/coop/api/016553053083159224753/cse/gai4twu980s/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=scanR Uploader</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://google.com/coop/api/016553053083159224753/cse/gai4twu980s/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8890,29 +9385,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>scanR Uploader</title>
-      <short-title>scanR Uploader</short-title>
+      <title>Healing Search Engine</title>
+      <short-title>Healing Search Engine</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="PublicPicasaWebAlbums1Gadget">
-    <portlet-name>PublicPicasaWebAlbums1Gadget</portlet-name>
-    <display-name>Public Picasa Web Albums</display-name>
-    <description>Google Gadgets: Public Picasa Web Albums Gadget</description>
+  <portlet id="SlideShareFeedsGadget">
+    <portlet-name>SlideShareFeedsGadget</portlet-name>
+    <display-name>SlideShare Feeds</display-name>
+    <description>Google Gadgets: SlideShare Feeds Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Public Picasa Web Albums</value>
+      <value>SlideShare Feeds</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Public Picasa Web Albums&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.slideshare.net/ig/slide-feeds.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Public Picasa Web Albums</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.slideshare.net/ig/slide-feeds.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8923,29 +9418,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Public Picasa Web Albums</title>
-      <short-title>Public Picasa Web Albums</short-title>
+      <title>SlideShare Feeds</title>
+      <short-title>SlideShare Feeds</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="BuscadordeproductosMercadolibreColombiaGadget">
-    <portlet-name>BuscadordeproductosMercadolibreColombiaGadget</portlet-name>
-    <display-name>Buscador de productos Mercadolibre Colombia</display-name>
-    <description>Google Gadgets: Buscador de productos Mercadolibre Colombia Gadget</description>
+  <portlet id="ProgrammingSearchGadget">
+    <portlet-name>ProgrammingSearchGadget</portlet-name>
+    <display-name>Programming Search</display-name>
+    <description>Google Gadgets: Programming Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Buscador de productos Mercadolibre Colombia</value>
+      <value>Programming Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Buscador de productos Mercadolibre Colombia&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/004918237761181073653/cse/rfd0njump_u/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Buscador de productos Mercadolibre Colombia</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/004918237761181073653/cse/rfd0njump_u/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8956,29 +9451,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Buscador de productos Mercadolibre Colombia</title>
-      <short-title>Buscador de productos Mercadolibre Colombia</short-title>
+      <title>Programming Search</title>
+      <short-title>Programming Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GmailtemplateGeneratorforGoogleAppsGadget">
-    <portlet-name>GmailtemplateGeneratorforGoogleAppsGadget</portlet-name>
-    <display-name>Gmail-template Generator for Google Apps</display-name>
-    <description>Google Gadgets: Gmail-template Generator for Google Apps Gadget</description>
+  <portlet id="helpmehowtoGadget">
+    <portlet-name>helpmehowtoGadget</portlet-name>
+    <display-name>helpmehowto</display-name>
+    <description>Google Gadgets: helpmehowto Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gmail-template Generator for Google Apps</value>
+      <value>helpmehowto</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Gmail-template Generator for Google Apps&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/009696966553436075839/cse/gqbxguobzjm/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Gmail-template Generator for Google Apps</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/009696966553436075839/cse/gqbxguobzjm/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -8989,29 +9484,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gmail-template Generator for Google Apps</title>
-      <short-title>Gmail-template Generator for Google Apps</short-title>
+      <title>helpmehowto</title>
+      <short-title>helpmehowto</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="DVDGadgetGadget">
-    <portlet-name>DVDGadgetGadget</portlet-name>
-    <display-name>DVD Gadget</display-name>
-    <description>Google Gadgets: DVD Gadget Gadget</description>
+  <portlet id="ALABestofFreeReferenceGadget">
+    <portlet-name>ALABestofFreeReferenceGadget</portlet-name>
+    <display-name>ALA Best of Free Reference</display-name>
+    <description>Google Gadgets: ALA Best of Free Reference Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>DVD Gadget</value>
+      <value>ALA Best of Free Reference</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=DVD Gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/013625167571200213969/cse/1g5romoxxv4/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=DVD Gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/013625167571200213969/cse/1g5romoxxv4/gadget</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9022,29 +9517,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>DVD Gadget</title>
-      <short-title>DVD Gadget</short-title>
+      <title>ALA Best of Free Reference</title>
+      <short-title>ALA Best of Free Reference</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="MortgagePaymentCalculatorGadget">
-    <portlet-name>MortgagePaymentCalculatorGadget</portlet-name>
-    <display-name>Mortgage Payment Calculator</display-name>
-    <description>Google Gadgets: Mortgage Payment Calculator Gadget</description>
+  <portlet id="MP3FileSearchGadget">
+    <portlet-name>MP3FileSearchGadget</portlet-name>
+    <display-name>MP3 File Search</display-name>
+    <description>Google Gadgets: MP3 File Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Mortgage Payment Calculator</value>
+      <value>MP3 File Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Mortgage Payment Calculator&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://lht1999.googlepages.com/musicsearch.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Mortgage Payment Calculator</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://lht1999.googlepages.com/musicsearch.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9055,29 +9550,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Mortgage Payment Calculator</title>
-      <short-title>Mortgage Payment Calculator</short-title>
+      <title>MP3 File Search</title>
+      <short-title>MP3 File Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="CountdownGadget">
-    <portlet-name>CountdownGadget</portlet-name>
-    <display-name>Countdown</display-name>
-    <description>Google Gadgets: Countdown Gadget</description>
+  <portlet id="MamaGetscomProductSearchGadget">
+    <portlet-name>MamaGetscomProductSearchGadget</portlet-name>
+    <display-name>MamaGets.com Product Search</display-name>
+    <description>Google Gadgets: MamaGets.com Product Search Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Countdown</value>
+      <value>MamaGets.com Product Search</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Countdown&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.mamagets.com/widgets/google/search_mini.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Countdown</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.mamagets.com/widgets/google/search_mini.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9088,29 +9583,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Countdown</title>
-      <short-title>Countdown</short-title>
+      <title>MamaGets.com Product Search</title>
+      <short-title>MamaGets.com Product Search</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="AmazonGadgetGadget">
-    <portlet-name>AmazonGadgetGadget</portlet-name>
-    <display-name>Amazon Gadget</display-name>
-    <description>Google Gadgets: Amazon Gadget Gadget</description>
+  <portlet id="NewYorkRadioGadget">
+    <portlet-name>NewYorkRadioGadget</portlet-name>
+    <display-name>New York Radio</display-name>
+    <description>Google Gadgets: New York Radio Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Amazon Gadget</value>
+      <value>New York Radio</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Amazon Gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://radio-new-york.com/Gadget/gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Amazon Gadget</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://radio-new-york.com/Gadget/gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9121,29 +9616,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Amazon Gadget</title>
-      <short-title>Amazon Gadget</short-title>
+      <title>New York Radio</title>
+      <short-title>New York Radio</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="GelecekonlineAramaGadget">
-    <portlet-name>GelecekonlineAramaGadget</portlet-name>
-    <display-name>Gelecekonline Arama</display-name>
-    <description>Google Gadgets: Gelecekonline Arama Gadget</description>
+  <portlet id="JustAnswersGadget">
+    <portlet-name>JustAnswersGadget</portlet-name>
+    <display-name>Just Answers</display-name>
+    <description>Google Gadgets: Just Answers Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Gelecekonline Arama</value>
+      <value>Just Answers</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Gelecekonline Arama&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.modulehoster.com/websites/answers/answers.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Gelecekonline Arama</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.modulehoster.com/websites/answers/answers.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9154,29 +9649,29 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Gelecekonline Arama</title>
-      <short-title>Gelecekonline Arama</short-title>
+      <title>Just Answers</title>
+      <short-title>Just Answers</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
-  <portlet id="ClocksRelatimeGadget">
-    <portlet-name>ClocksRelatimeGadget</portlet-name>
-    <display-name>Clocks Relatime</display-name>
-    <description>Google Gadgets: Clocks Relatime Gadget</description>
+  <portlet id="CoolPuppyStuffGadget">
+    <portlet-name>CoolPuppyStuffGadget</portlet-name>
+    <display-name>Cool Puppy Stuff</display-name>
+    <description>Google Gadgets: Cool Puppy Stuff Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>
     <init-param>
       <name>jp.sf.pal.webparts.Title</name>
-      <value>Clocks Relatime</value>
+      <value>Cool Puppy Stuff</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Code</name>
-      <value>&lt;script src="http://gmodules.com/ig/ifr?url=Clocks Relatime&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.puppyfinder.com/google_gadget/puppyfinder_gadget.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
     </init-param>
     <init-param>
       <name>jp.sf.pal.webparts.Url</name>
-      <value>http://gmodules.com/ig/creator?synd=open&amp;url=Clocks Relatime</value>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.puppyfinder.com/google_gadget/puppyfinder_gadget.xml</value>
     </init-param>
     <supports>
       <mime-type>text/html</mime-type>
@@ -9187,11 +9682,242 @@
     <supported-locale>ja</supported-locale>
     <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
     <portlet-info>
-      <title>Clocks Relatime</title>
-      <short-title>Clocks Relatime</short-title>
+      <title>Cool Puppy Stuff</title>
+      <short-title>Cool Puppy Stuff</short-title>
       <keywords>Google,Gadgets</keywords>
     </portlet-info>
   </portlet>
 
+  <portlet id="EBAYTRACKERGadget">
+    <portlet-name>EBAYTRACKERGadget</portlet-name>
+    <display-name>EBAY TRACKER</display-name>
+    <description>Google Gadgets: EBAY TRACKER Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>EBAY TRACKER</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.tvcatchphrase.com/ebayflexygadgetUS4.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.tvcatchphrase.com/ebayflexygadgetUS4.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>EBAY TRACKER</title>
+      <short-title>EBAY TRACKER</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="MeteoxRealtimerainfallradarGadget">
+    <portlet-name>MeteoxRealtimerainfallradarGadget</portlet-name>
+    <display-name>Meteox - Realtime rainfall ...</display-name>
+    <description>Google Gadgets: Meteox - Realtime rainfall radar Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Meteox - Realtime rainfall radar</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www2.buienradar.nl/radar.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www2.buienradar.nl/radar.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Meteox - Realtime rainfall radar</title>
+      <short-title>Meteox - Realtime rainfall radar</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SearchEbay1Gadget">
+    <portlet-name>SearchEbay1Gadget</portlet-name>
+    <display-name>Search Ebay</display-name>
+    <description>Google Gadgets: Search Ebay Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>Search Ebay</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://alisa.ellis.googlepages.com/ebay.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://alisa.ellis.googlepages.com/ebay.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>Search Ebay</title>
+      <short-title>Search Ebay</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="SanFranciscoWebcamsGadget">
+    <portlet-name>SanFranciscoWebcamsGadget</portlet-name>
+    <display-name>San Francisco Webcams</display-name>
+    <description>Google Gadgets: San Francisco Webcams Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>San Francisco Webcams</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.cammap.net/widget/cammapsf.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.cammap.net/widget/cammapsf.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>San Francisco Webcams</title>
+      <short-title>San Francisco Webcams</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="WorldTimeZonesGadget">
+    <portlet-name>WorldTimeZonesGadget</portlet-name>
+    <display-name>World Time Zones</display-name>
+    <description>Google Gadgets: World Time Zones Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>World Time Zones</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://echo3.net/pods/tz/module.xml&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://echo3.net/pods/tz/module.xml</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>World Time Zones</title>
+      <short-title>World Time Zones</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="GrassBaseGadget">
+    <portlet-name>GrassBaseGadget</portlet-name>
+    <display-name>GrassBase</display-name>
+    <description>Google Gadgets: GrassBase Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>GrassBase</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/008627686291448380647/cse/tswoca79bsm/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/008627686291448380647/cse/tswoca79bsm/gadget</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>GrassBase</title>
+      <short-title>GrassBase</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
+  <portlet id="NewAdventGadget">
+    <portlet-name>NewAdventGadget</portlet-name>
+    <display-name>New Advent</display-name>
+    <description>Google Gadgets: New Advent Gadget</description>
+    <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
+    <expiration-cache>0</expiration-cache>
+    <init-param>
+      <name>jp.sf.pal.webparts.Title</name>
+      <value>New Advent</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Code</name>
+      <value>&lt;script src="http://gmodules.com/ig/ifr?url=http://www.google.com/coop/api/000299817191393086628/cse/ifmbhlr-8x0/gadget&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"&gt;&lt;/script&gt;</value>
+    </init-param>
+    <init-param>
+      <name>jp.sf.pal.webparts.Url</name>
+      <value>http://gmodules.com/ig/creator?synd=open&amp;url=http://www.google.com/coop/api/000299817191393086628/cse/ifmbhlr-8x0/gadget</value>
+    </init-param>
+    <supports>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
+    <supported-locale>ja</supported-locale>
+    <resource-bundle>jp.sf.pal.webparts.resources.WebPartsResources</resource-bundle>
+    <portlet-info>
+      <title>New Advent</title>
+      <short-title>New Advent</short-title>
+      <keywords>Google,Gadgets</keywords>
+    </portlet-info>
+  </portlet>
+
 </portlet-app>
 

Modified: googlegadgets/trunk/pom.xml
===================================================================
--- googlegadgets/trunk/pom.xml	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/pom.xml	2007-12-07 21:12:08 UTC (rev 746)
@@ -4,7 +4,7 @@
   <groupId>jp.sf.pal</groupId>
   <artifactId>googlegadgets-project</artifactId>
   <packaging>pom</packaging>
-  <version>0.3</version>
+  <version>0.4</version>
   <name>Google Gadgets Project</name>
   <description></description>
   <url>http://pal.sourceforge.jp/</url>

Modified: googlegadgets/trunk/src/main/script/create_googlegadges.sh
===================================================================
--- googlegadgets/trunk/src/main/script/create_googlegadges.sh	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/src/main/script/create_googlegadges.sh	2007-12-07 21:12:08 UTC (rev 746)
@@ -5,23 +5,23 @@
 
 CREATE_GADGETS_SCRIPT=$BASE_DIR/create_portlet_desc.pl
 
-perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-communication-ja/src/main/webapp/WEB-INF/portlet.xml 3 communication ja
+#perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-communication-ja/src/main/webapp/WEB-INF/portlet.xml 3 communication ja
 perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-communication/src/main/webapp/WEB-INF/portlet.xml 3 communication en
-perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-finance-ja/src/main/webapp/WEB-INF/portlet.xml 3 finance ja
+#perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-finance-ja/src/main/webapp/WEB-INF/portlet.xml 3 finance ja
 perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-finance/src/main/webapp/WEB-INF/portlet.xml 3 finance en
-perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/portlet.xml 3 funandgames ja
+#perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-funandgames-ja/src/main/webapp/WEB-INF/portlet.xml 3 funandgames ja
 perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-funandgames/src/main/webapp/WEB-INF/portlet.xml 3 funandgames en
-perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/portlet.xml 3 lifestyle ja
+#perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-lifestyle-ja/src/main/webapp/WEB-INF/portlet.xml 3 lifestyle ja
 perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-lifestyle/src/main/webapp/WEB-INF/portlet.xml 3 lifestyle en
-perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-new-ja/src/main/webapp/WEB-INF/portlet.xml 3 new ja
+#perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-new-ja/src/main/webapp/WEB-INF/portlet.xml 3 new ja
 perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-new/src/main/webapp/WEB-INF/portlet.xml 3 new en
-perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-news-ja/src/main/webapp/WEB-INF/portlet.xml 3 news ja
+#perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-news-ja/src/main/webapp/WEB-INF/portlet.xml 3 news ja
 perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-news/src/main/webapp/WEB-INF/portlet.xml 3 news en
-perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-sports-ja/src/main/webapp/WEB-INF/portlet.xml 3 sports ja
+#perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-sports-ja/src/main/webapp/WEB-INF/portlet.xml 3 sports ja
 perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-sports/src/main/webapp/WEB-INF/portlet.xml 3 sports en
-perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-technology-ja/src/main/webapp/WEB-INF/portlet.xml 3 technology ja
+#perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-technology-ja/src/main/webapp/WEB-INF/portlet.xml 3 technology ja
 perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-technology/src/main/webapp/WEB-INF/portlet.xml 3 technology en
-perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-tools-ja/src/main/webapp/WEB-INF/portlet.xml 3 tools ja
-perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml 3 tools ja
+#perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-tools-ja/src/main/webapp/WEB-INF/portlet.xml 3 tools ja
+perl $CREATE_GADGETS_SCRIPT ../../../googlegadgets-tools/src/main/webapp/WEB-INF/portlet.xml 3 tools en
 
 

Modified: googlegadgets/trunk/src/main/script/create_portlet_desc.pl
===================================================================
--- googlegadgets/trunk/src/main/script/create_portlet_desc.pl	2007-12-07 13:55:26 UTC (rev 745)
+++ googlegadgets/trunk/src/main/script/create_portlet_desc.pl	2007-12-07 21:12:08 UTC (rev 746)
@@ -34,7 +34,7 @@
     while($content=~/\<\!--tstart--\>([^<]+)\<\!--tend--\>/){
         my $title=$1;
         $content=substr($content, index($content, "<!--tstart-->".$title."<!--tend-->") + length("<!--tstart-->".$title."<!--tend-->"));
-        $content=~/http:\/\/www.google.com\/ig\/directory\?hl=en\&amp;synd=open\&amp;num=100\&amp;url=([^"&]+)\"/;
+        $content=~/http:\/\/www.google.com\/ig\/directory\?hl=en\&amp;synd=open\&amp;num=100\&amp;url=([^"&]+)/;
         my $url=$1;
         my $code="&lt;script src=\"http://gmodules.com/ig/ifr?url=$url&amp;synd=open&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js\"&gt;&lt;/script&gt;";
         my $editUrl="http://gmodules.com/ig/creator?synd=open&amp;url=$url";
@@ -59,12 +59,17 @@
             $name="";
         }
 
+        my $display_name=$title;
+        if(length($display_name)>30){
+            $display_name=substr($display_name,0,27)."...";
+        }
+
         if($name ne ""){
             $name = substr($name, 0, 74);
             print PORTLET_FILE <<PORTLET_DESC;
   <portlet id="${name}Gadget">
     <portlet-name>${name}Gadget</portlet-name>
-    <display-name>$title</display-name>
+    <display-name>$display_name</display-name>
     <description>Google Gadgets: $title Gadget</description>
     <portlet-class>jp.sf.pal.webparts.WebPartsPortlet</portlet-class>
     <expiration-cache>0</expiration-cache>


pal-cvs メーリングリストの案内
Back to archive index